<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webmaster-Source &#187; Firebug</title>
	<atom:link href="https://www.webmaster-source.com/tag/firebug/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Awesome Firebug Tricks You May Have Missed</title>
		<link>https://www.webmaster-source.com/2011/11/14/awesome-firebug-tricks-you-may-have-missed/</link>
		<comments>https://www.webmaster-source.com/2011/11/14/awesome-firebug-tricks-you-may-have-missed/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 12:18:01 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[(x)html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4396</guid>
		<description><![CDATA[Firebug is probably the most invaluable tool in my web development arsenal. (Well, aside from Photoshop. But that has a value: freaking expensive.) I&#8217;m not terribly picky about my text editor—after all, I used Notepad for years—though BBEdit is my tool of choice. I still haven&#8217;t found anything that works nearly as well as Firebug, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.webmaster-source.com/wp-content/uploads/firebug-logo.png"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-4397 imgborder" title="Firebug" src="//www.webmaster-source.com/wp-content/uploads/firebug-logo.png" alt="" width="200" height="61" /></a><a href="http://getfirebug.com/">Firebug</a> is probably the most invaluable tool in my web development arsenal. (Well, aside from Photoshop. But that has a value: freaking expensive.) I&#8217;m not terribly picky about my text editor—after all, I used Notepad for years—though BBEdit is my tool of choice. I still haven&#8217;t found anything that works nearly as well as Firebug, and that&#8217;s probably the biggest reason why I couldn&#8217;t give up Firefox for Chrome.</p>
<p>Everyone who uses Firebug regularly knows the basics. They know how to inspect and edit HTML and CSS, analyze page loading times and the like. There are a few neat tricks, though, that aren&#8217;t quite immediately apparent, but are very handy.<span id="more-4396"></span></p>
<h3>Quickly Copy a Background URL</h3>
<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-4398 imgborder" title="Copying a background image in Firebug" src="//www.webmaster-source.com/wp-content/uploads/firebug-copybackground.png" alt="" width="167" height="132" />I like to play around with background images when I&#8217;m experimenting with a design or learning from someone else&#8217;s. This often involves copying the URL of a background image from one element and pasting it to another. It&#8217;s a pain to carefully select the URL portion of a shorthand background attribute, which is what I did until recently. As it turns out, you can just right-click the attribute and choose &#8220;Copy Image Location&#8221; or &#8220;Open Image in New Tab.&#8221; Palm, meet forehead.</p>
<h3>Specify a Pseudo-element</h3>
<p>If you hover over a link (or any element with a :hover pseudo-element) while Firebug is open, the right-hand pane updates to show the relevant CSS. Wouldn&#8217;t it be useful if it didn&#8217;t disappear as soon as you moved the mouse? Fortunately, you can lock the hover state with the little dropdown arrow on the Style tab. Just put a check mark next to the &#8220;:hover&#8221; option.</p>
<h3>See the <em>Exact</em> Style Applied to an Element</h3>
<p>Next to the Style tab in the right-hand pane is one labeled Computed. This is useful for working out cascading issues, or checking the exact dimensions of an element.</p>
<h3>Console Logging</h3>
<p>Instead of spamming alert() dialogs across your screen when you&#8217;re debugging JavaScript, you can use Firebug&#8217;s Console tab instead. Calling the console.log() function will output whatever you pass to it in the Console tab. e.g. console.log(&#8216;hi&#8217;). There&#8217;s <a href="http://getfirebug.com/logging">a page about it</a> on the Firebug website.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2011/11/14/awesome-firebug-tricks-you-may-have-missed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-06-10 20:27:19 by W3 Total Cache
-->