<?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>antzFxWay.com &#124; You have seen nothing yet! &#187; Chrome</title>
	<atom:link href="http://antzfxway.com/tag/chrome/feed/" rel="self" type="application/rss+xml" />
	<link>http://antzfxway.com</link>
	<description>The Design Blog of antzFx.com &#124; Celebrating 2 years online</description>
	<lastBuildDate>Tue, 15 May 2012 17:13:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Part 3: Debugging Tools for becoming a web programmer</title>
		<link>http://antzfxway.com/2009/12/04/part-3-debugging-tools-for-becoming-a-web-programmer/</link>
		<comments>http://antzfxway.com/2009/12/04/part-3-debugging-tools-for-becoming-a-web-programmer/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 17:01:08 +0000</pubDate>
		<dc:creator>fullfx</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE8]]></category>

		<guid isPermaLink="false">http://fullfx.antzfx.com/?p=742</guid>
		<description><![CDATA[BUGS! They need special care and attention. They need special tools too. This post is dedicated to squashing bugs. (This tutorial is a part of the series – “How to become a web programmer in 4 easy steps”. Read previous post here. ) Nailing bugs can be done with assistance from browsers. We will discuss [...]]]></description>
			<content:encoded><![CDATA[<p>BUGS! They need special care and attention. They need special tools too. This post is dedicated to squashing bugs. (This tutorial is a part of the series – “<em><a href="http://fullfx.antzfx.com/2009/12/01/how-to-become-a-web-programmer-in-4-easy-steps/" target="_blank">How to become a web programmer in 4 easy steps</a></em>”. Read previous post <a href="http://fullfx.antzfx.com/2009/12/03/part-2-editing-tools-and-lookup-materials-for-becoming-a-web-programmer/" target="_blank">here</a>. )</p>
<p>Nailing bugs can be done with assistance from browsers. We will discuss tools that are available with the three major browsers in the market – IE 8, Firefox 3.5 and Google Chrome 3.0.</p>
<p><span id="more-742"></span></p>
<p><img class="alignnone" title="IE 8 Logo" src="http://fullfx.antzfx.com/wp-content/uploads/2009/12/ie8-beta-logo.jpg" alt="" width="157" height="152" /></p>
<p>IE 8 packs Developer Tools, a powerful tool for debugging layout, CSS or JavaScript associated issues. It is available under Tools menu (Keyboard shortcut F12) as shown below.</p>
<p><img class="aligncenter" title="IE Developer Tool" src="http://fullfx.antzfx.com/wp-content/uploads/2009/12/IE-Developer-Tools.JPG" alt="" width="363" height="357" /></p>
<p>Upon selecting the option, you are greeted with the Developer Tools.</p>
<p><img class="aligncenter size-full wp-image-750" title="IE-Developer-Tools-inside-js" src="http://fullfx.antzfx.com/wp-content/uploads/2009/12/IE-Developer-Tools-inside-js.JPG" alt="IE-Developer-Tools-inside-js" width="440" height="327" /></p>
<p>HTML, CSS, Script source viewer and Profiler is available. Script allows breakpoints to be set, thus facilitating line by line debugging of JavaScript lines. A detailed discussion on using IE Developer Tools <a href="http://msdn.microsoft.com/en-us/library/dd565631(VS.85).aspx">is available here</a>.</p>
<p><img class="alignnone size-full wp-image-763" title="firefox_3.5-logo" src="http://fullfx.antzfx.com/wp-content/uploads/2009/12/firefox_3.5-logo.jpg" alt="firefox_3.5-logo" width="130" height="160" /></p>
<p>Firefox comes naked without any debugging tools. It requires plugin to be installed, called <a href="http://www.getfirebug.com/">Firebug</a>. Once it is installed, a quick launch icon is seen at the status bar of the browser.</p>
<p><img class="aligncenter size-full wp-image-754" title="firefox-firebug-statusbar" src="http://fullfx.antzfx.com/wp-content/uploads/2009/12/firefox-firebug-statusbar.JPG" alt="firefox-firebug-statusbar" width="191" height="113" /></p>
<p>When it is clicked, a window similar to IE’s Developer Tool is cropped up gathering information from the page which is currently displayed.</p>
<p><img class="aligncenter size-full wp-image-755" title="firefox-firebug" src="http://fullfx.antzfx.com/wp-content/uploads/2009/12/firefox-firebug.JPG" alt="firefox-firebug" width="440" height="135" /></p>
<p>Firebug is a superior tool than IE’s. Like IE, “F12” acts as keyboard shortcut. To learn the full capabilities of Firebug <a href="http://getfirebug.com/wiki/index.php/Main_Page">read this post</a>.</p>
<p><img class="alignnone size-full wp-image-764" title="google-chrome-logo" src="http://fullfx.antzfx.com/wp-content/uploads/2009/12/google-chrome-logo.jpg" alt="google-chrome-logo" width="125" height="160" /></p>
<p>And finally there comes my favourite browser, Chrome. Chrome comes with a Developer Tools of its own available under the page icon.</p>
<p style="text-align: center;"><img class="size-full wp-image-758 aligncenter" title="chrome-developer-tools-menu" src="http://fullfx.antzfx.com/wp-content/uploads/2009/12/chrome-developer-tools-menu.JPG" alt="chrome-developer-tools-menu" width="387" height="273" /></p>
<p>The resulting tool window has an assortment of tools stacked neatly at the top.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-759" title="chrome-developer-tools" src="http://fullfx.antzfx.com/wp-content/uploads/2009/12/chrome-developer-tools.JPG" alt="chrome-developer-tools" width="448" height="110" /></p>
<p>Get familiar with the tools that are available and read this tutorial for a complete understanding of this tool.</p>
<h4>What’s next?</h4>
<p>Doing things the standard way is time consuming – but it’s always a good practise to stick to, especially since you are starting out. HTML, CSS, JS – all of them can be validated. <a href="http://fullfx.antzfx.com/2009/12/05/part-4-validation-tools-for-becoming-a-web-developer/">Part 4</a> of this tutorial explains how to do this with offline and online tools.</p>
<img src="http://antzfxway.com/?ak_action=api_record_view&id=742&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://antzfxway.com/2009/12/04/part-3-debugging-tools-for-becoming-a-web-programmer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

