<?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>wekadesign &#187; web development</title>
	<atom:link href="http://www.wekadesign.co.nz/tag/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wekadesign.co.nz</link>
	<description>web apps that solve problems</description>
	<lastBuildDate>Sun, 20 Jun 2010 04:08:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Why Aren&#8217;t You Using FireBug?</title>
		<link>http://www.wekadesign.co.nz/2007/03/07/what-arent-you-using-firebug/</link>
		<comments>http://www.wekadesign.co.nz/2007/03/07/what-arent-you-using-firebug/#comments</comments>
		<pubDate>Wed, 07 Mar 2007 23:47:11 +0000</pubDate>
		<dc:creator>Mike McMurray</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.wekadesign.co.nz/blog/?p=26</guid>
		<description><![CDATA[I&#8217;ve been using the Firefox browser addon called FireBug for a while now and am amazed at how helpful it is. If you&#8217;re a web developer, and especially if you use JavaScript and AJAX methods, you should be using it. For example, while developing I like to add in timers to PHP based pages to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using the Firefox browser addon called FireBug for a while now and am amazed at how helpful it is. If you&#8217;re a web developer, and especially if you use JavaScript and AJAX methods, you should be using it.</p>
<p>For example, while developing I like to add in timers to PHP based pages to show how long things are taking. This way if a SQL statement needs some fine-tuning or a change slows things down I can see it happen. FireBug extends this to the entire page and the HTTP traffic. Here&#8217;s what happens when I load a page that has a few JavaScript calls, small images and a single CSS link in it,<br />
<img src="http://www.wekadesign.co.nz/blog/wp-content/uploads/2007/03/firebug-net.jpg" alt="" /><br />
Straight away it&#8217;s obvious what&#8217;s taking up the bulk of the time &#8211; those two library calls. Once I take those out of the equation the load time drops to under a second. And through all this the PHP timer function only shows me how long the server-side work is taking.</p>
<p>With FireBug I know who (in a geeky code way) is doing what and with who and I can act on it. Now that&#8217;s helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wekadesign.co.nz/2007/03/07/what-arent-you-using-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
