<?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> &#187; firefox web developer tools</title>
	<atom:link href="http://www.talesofinterest.net/tag/firefox-web-developer-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.talesofinterest.net</link>
	<description></description>
	<lastBuildDate>Mon, 21 Apr 2014 18:58:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>How to Use Firefox Web Developer Tools</title>
		<link>http://www.talesofinterest.net/how-to-use-firefox-web-developer-tools/</link>
		<comments>http://www.talesofinterest.net/how-to-use-firefox-web-developer-tools/#comments</comments>
		<pubDate>Fri, 03 Aug 2012 16:05:52 +0000</pubDate>
		<dc:creator>Hector</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox css inspector]]></category>
		<category><![CDATA[firefox html inspector]]></category>
		<category><![CDATA[firefox Javascript Scratchpad]]></category>
		<category><![CDATA[firefox page inspector]]></category>
		<category><![CDATA[firefox web console]]></category>
		<category><![CDATA[firefox web developer tools]]></category>
		<category><![CDATA[firefox web developer tools tutorial]]></category>
		<category><![CDATA[how to use firefox web developer tools]]></category>
		<category><![CDATA[web developer tools]]></category>

		<guid isPermaLink="false">http://www.talesofinterest.net/?p=1263</guid>
		<description><![CDATA[&#160; Mozilla Firefox’s Web Developer menu has tools for inspecting internet pages, running JavaScript code, and viewing HTTP requests and other relevant messages. In this tutorial you&#8217;ll learn about Firefox&#8217;s all-new Inspector tool and updated Scratchpad. Mozilla Firefox’s new web developer features, combined with top of the line Firefox web developer addons like Firebug and <a href='http://www.talesofinterest.net/how-to-use-firefox-web-developer-tools/'>[...]</a><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.talesofinterest.net/how-to-use-firefox-web-developer-tools/' addthis:title='How to Use Firefox Web Developer Tools ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><strong>Mozilla Firefox’s Web Developer menu has tools for inspecting internet pages, running JavaScript code, and viewing HTTP requests and other relevant messages. In this tutorial you&#8217;ll learn about Firefox&#8217;s all-new Inspector tool and updated Scratchpad.<br />
</strong></p>
<p><strong><a href="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-1.png"><img class="wp-image-1265 alignleft" title="firefox web developer tools 1" src="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-1.png" alt="" width="342" height="147" /></a></strong></p>
<p>Mozilla Firefox’s new web developer features, combined with top of the line Firefox web developer addons like Firebug and Web Developer Toolbar, make Mozilla Firefox the ideal internet browser for web developers. All of these tools are available absolutely for free under Web Developer in Firefox’s menu.</p>
<p>&nbsp;</p>
<p><strong>Page Inspector</strong></p>
<p>You can inspect a specific element’s code by right-clicking it and selecting Inspect (or by pressing Q on your keyboard). You can also launch the Inspector right from the Web Developer menu.</p>
<p><a href="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-2.png"><img class="aligncenter size-full wp-image-1272" title="firefox web developer tools 2" src="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-2.png" alt="" width="656" height="505" /></a></p>
<p>You will then see a toolbar at the bottom of the webpage, which you can then use to control the Inspector and check out all the elements on the page. Your selected element will be highlighted and other elements on the webpage will be dimmed out.</p>
<p><a href="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-3.png"><img class="aligncenter size-full wp-image-1273" title="firefox web developer tools 3" src="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-3.png" alt="" width="657" height="507" /></a></p>
<p>If you want to select a new element on the page, click the Inspect button on the toolbar, hover your mouse over the page and click you element. Mozilla Firefox will then highlight the element under your cursor as you maneuver it across the page.</p>
<p><a href="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-4.png"><img class="aligncenter size-full wp-image-1274" title="firefox web developer tools 4" src="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-4.png" alt="" width="657" height="507" /></a></p>
<p>You can also go back and forth between parent and child code elements by clicking the breadcrumbs on the Inspector toolbar.</p>
<p><strong>HTML Inspector</strong></p>
<p>Click on the HTML button to view the HTML code of your selected element.</p>
<p><a href="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-5.png"><img class="aligncenter size-full wp-image-1275" title="firefox web developer tools 5" src="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-5.png" alt="" width="659" height="508" /></a></p>
<p>The HTML Inspector will allow you to expand and collapse the HTML tags, making it easy to visualize your changes right on the page – very similar to WYSIWYG software like Adobe Dreamweaver.</p>
<p>If you want to see the webpage’s HTML in a flat file, you can also select View Page Source from the Web Developer Menu. (Remember to bring up the Web Developer Menu just use your cursor to right-click anywhere on the webpage).</p>
<p><a href="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-6.png"><img class="aligncenter size-full wp-image-1276" title="firefox web developer tools 6" src="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-6.png" alt="" width="662" height="508" /></a></p>
<p><strong>CSS Inspector</strong></p>
<p>Click on the Style button to see the CSS rules that are being applied to the selected element and there’s also a CSS Computed panel.</p>
<p><a href="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-7.png"><img class="aligncenter size-full wp-image-1277" title="firefox web developer tools 7" src="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-7.png" alt="" width="657" height="505" /></a></p>
<p>You can switch between Rules and Computed by clicking the Rules and Computed buttons. To help you find specific CSS properties, the computed panel includes a search box.</p>
<p><a href="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-8.png"><img class="aligncenter size-full wp-image-1278" title="firefox web developer tools 8" src="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-8.png" alt="" width="659" height="508" /></a></p>
<p>You can also edit the element’s CSS straight from the Rule panel. Uncheck any of the check boxes to temporarily deactivate the rule, click the text to change a rule, or add your own rules to the element at the top of the panel. Here, we’ve added the font-weight: bold CSS rule, making the element’s text bold.</p>
<p><a href="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-9.png"><img class="aligncenter size-full wp-image-1279" title="firefox web developer tools 9" src="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-9.png" alt="" width="661" height="509" /></a></p>
<p><strong>JavaScript Scratchpad</strong></p>
<p>The Scratchpad also saw an update with recent versions of Firefox, and it now contains syntax highlighting. You can type in JavaScript code to run on the current webpage.</p>
<p><a href="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-10.png"><img class="aligncenter size-full wp-image-1280" title="firefox web developer tools 10" src="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-10.png" alt="" width="650" height="330" /></a></p>
<p>As soon as you have, click the Execute menu and then select Run. The code runs in the current tab.</p>
<p><a href="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-11.png"><img class="aligncenter size-full wp-image-1281" title="firefox web developer tools 11" src="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-11.png" alt="" width="650" height="500" /></a></p>
<p><strong>Web Console </strong></p>
<p>The new Firefox Web Console replaced the old Error Console, which has been belittled by users and removed by Mozilla developers in the latest versions of Firefox.</p>
<p><a href="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-12.png"><img class="aligncenter size-full wp-image-1282" title="firefox web developer tools 12" src="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-12.png" alt="" width="650" height="500" /></a></p>
<p>The Web Console displays 4 different types of messages, which you can then toggle the visibility of – network request, CSS error messages, JavaScript error messages and web developer messages.</p>
<p>A web developer message is a notification printed to the window.console object. For example, you could run the window.console.log (“Hello World”); Javascript code in the Scratchpad to print a developer message to the console. Web developers can integrate these messages into their JavaScript code to help with debugging.</p>
<p><a href="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-13.png"><img class="aligncenter size-full wp-image-1283" title="firefox web developer tools 13" src="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-13.png" alt="" width="650" height="500" /></a></p>
<p>Refresh the webpage and you then see the generated network requests and other related messages.</p>
<p><a href="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-14.png"><img class="aligncenter size-full wp-image-1284" title="firefox web developer tools 14" src="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-14.png" alt="" width="650" height="500" /></a></p>
<p>Use the search box to filter the messages; click a request if you want to see more details.</p>
<p><a href="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-15.png"><img class="aligncenter size-full wp-image-1285" title="firefox web developer tools 15" src="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-15.png" alt="" width="650" height="500" /></a></p>
<p>With recent versions of Firefox, the Web Console can work in tandem with the Page Inspector. The $0 variable stands for the currently selected object in the Firefox Inspector. So, for example, if we wanted to hide the currently selected object, you could run <em>$0.style.display=”none”</em> in the console.</p>
<p><a href="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-16.png"><img class="aligncenter size-full wp-image-1286" title="firefox web developer tools 16" src="http://www.talesofinterest.net/wp-content/uploads/2012/07/firefox-web-developer-tools-16.png" alt="" width="650" height="500" /></a></p>
<p>If you are interested in learning more about using the Web Console and its various built-in functions, check out the <a href="https://developer.mozilla.org/en/Using_the_Web_Console">Web Console</a> page on Mozilla’s Developer Network website.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.talesofinterest.net/how-to-use-firefox-web-developer-tools/' addthis:title='How to Use Firefox Web Developer Tools ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.talesofinterest.net/how-to-use-firefox-web-developer-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
