<?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>Stephen Belanger &#187; Firefox</title>
	<atom:link href="http://www.stephenbelanger.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stephenbelanger.com</link>
	<description>Just another coder making the web a better place.</description>
	<lastBuildDate>Fri, 16 Jul 2010 00:02:28 +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>Firefox &#8211; Two brackets and a number from being perfect.</title>
		<link>http://www.stephenbelanger.com/2008/03/13/firefox-two-brackets-and-a-number-from-being-perfect/</link>
		<comments>http://www.stephenbelanger.com/2008/03/13/firefox-two-brackets-and-a-number-from-being-perfect/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 00:25:12 +0000</pubDate>
		<dc:creator>Qard</dc:creator>
				<category><![CDATA[Web Browsers & Compatibility]]></category>
		<category><![CDATA[Acid2]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox beta]]></category>
		<category><![CDATA[Gecko]]></category>
		<category><![CDATA[Gecko 1.9]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[RSS Counter]]></category>
		<category><![CDATA[RSS Update Counter]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.stephenbelanger.com/?p=9</guid>
		<description><![CDATA[I've always been an avid supporter of web standards, so I was glad to here that Gecko 1.9, the layout engine used in the Firefox 3 beta, passes the Acid2 test, but I found the future version of Firefox is still lacking one single thing that I feel holds it back rather significantly from being what it could be. That features is the RSS Updates counter that Safari has had for pretty much ever. How long will it take before Mozilla catches on that Firefox's lack of this simple feature is a deal-breaker for many people? I guess I'll have to continue using two browsers until Mozilla catches up.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.nerdculture.org/wp-content/uploads/2008/03/firefox-could-be-better.jpg" width="480" height="250" alt="firefox-could-be-better.jpg" class="imageframe" />I&#8217;ve always been an avid supporter of web standards, so I was glad to here that Gecko 1.9, the layout engine used in the Firefox 3 beta, passes the <a href="http://www.webstandards.org/files/acid2/test.html">Acid2</a> test, but I found the future version of Firefox is still lacking one single thing that I feel holds it back rather significantly from being what it could be. That features is the RSS Updates counter that Safari has had for pretty much ever. How long will it take before Mozilla catches on that Firefox&#8217;s lack of this simple feature is a deal-breaker for many people? I guess I&#8217;ll have to continue using two browsers until Mozilla catches up.</p>
<img src="http://www.stephenbelanger.com/?ak_action=api_record_view&id=9&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.stephenbelanger.com/2008/03/13/firefox-two-brackets-and-a-number-from-being-perfect/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>YSlow? &#8211; That&#8217;s what I&#8217;d like to know!</title>
		<link>http://www.stephenbelanger.com/2007/10/25/yslow-thats-what-id-like-to-know/</link>
		<comments>http://www.stephenbelanger.com/2007/10/25/yslow-thats-what-id-like-to-know/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 12:42:39 +0000</pubDate>
		<dc:creator>Qard</dc:creator>
				<category><![CDATA[Web Browsers & Compatibility]]></category>
		<category><![CDATA[ETags]]></category>
		<category><![CDATA[Expires Headers]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HTTP Requests]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[YSlow]]></category>

		<guid isPermaLink="false">http://www.stephenbelanger.com/?p=11</guid>
		<description><![CDATA[So I stumbled upon a neat little plugin for the Firebug plugin I've been using with Firefox for awhile now. It's called YSlow and what it does is analyze various aspects of your pageload and compares it to Yahoo's <a href="http://developer.yahoo.com/performance/rules.html">Exceptional Performance</a> criteria and gives each aspect a letter grade rating. Nerd Culture was an F yesterday--Now it's averaging between D to B for me, depending on the page. I reduced the total page load of the homepage from 784 KB to 345 KB, less than half what it was before! Even better; Primed Cache was reduced from 440 KB to 18 KB! Why was my server set up so that the users would download images they already have in their browser's cache? &#62;.&#62;]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.nerdculture.org/wp-content/uploads/2007/10/135.jpg" /></p>
<p>So I stumbled upon a neat little plugin for the Firebug plugin I&#8217;ve been using with Firefox for awhile now. It&#8217;s called YSlow and what it does is analyze various aspects of your pageload and compares it to Yahoo&#8217;s <a href="http://developer.yahoo.com/performance/rules.html">Exceptional Performance</a> criteria and gives each aspect a letter grade rating. Nerd Culture was an F yesterday&#8211;Now it&#8217;s averaging between D to B for me, depending on the page. I reduced the total page load of the homepage from 784 KB to 345 KB, less than half what it was before! Even better; Primed Cache was reduced from 440 KB to 18 KB! Why was my server set up so that the users would download images they already have in their browser&#8217;s cache? &gt;.&gt;</p>
<p>Tomorrow I&#8217;m thinking of going on a full-scale safari, hacking through WordPress&#8217; code with my Dreamweaver machete until I slim this fatty down a little. &gt;.&lt;</p>
<p>Anyone else hate that WordPress places all the javescript in the header and that they didn&#8217;t think to try using php to merge all the js files and all the css files into one big js file and one big css file, so you don&#8217;t have 50 HTTP Requests on every pageload? &gt;.&gt;</p>
<img src="http://www.stephenbelanger.com/?ak_action=api_record_view&id=11&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.stephenbelanger.com/2007/10/25/yslow-thats-what-id-like-to-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
