<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Speeding Up Web Page Rendering</title>
	<atom:link href="http://www.kalzumeus.com/2008/03/25/speeding-up-web-page-rendering/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalzumeus.com/2008/03/25/speeding-up-web-page-rendering/</link>
	<description>B2C stands for "Bingo To Customer"</description>
	<lastBuildDate>Wed, 10 Mar 2010 12:30:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://www.kalzumeus.com/2008/03/25/speeding-up-web-page-rendering/#comment-1303</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 30 Mar 2008 02:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/?p=393#comment-1303</guid>
		<description>Ah, you crazy fool, you couldn&#039;t see the forest for the trees :-)

Open the images in Photoshop, and &quot;Save For Web&quot; in GIF format. The images are visually identical (I checked), but are only 43Kb each, a total saving of around 120Kb on your homepage.

8-O</description>
		<content:encoded><![CDATA[<p>Ah, you crazy fool, you couldn&#8217;t see the forest for the trees :-)</p>
<p>Open the images in Photoshop, and &#8220;Save For Web&#8221; in GIF format. The images are visually identical (I checked), but are only 43Kb each, a total saving of around 120Kb on your homepage.</p>
<p>8-O</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://www.kalzumeus.com/2008/03/25/speeding-up-web-page-rendering/#comment-1302</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Sat, 29 Mar 2008 17:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/?p=393#comment-1302</guid>
		<description>Another way to solve the problem would have been to put the button images in a hidden div at the top of the page.</description>
		<content:encoded><![CDATA[<p>Another way to solve the problem would have been to put the button images in a hidden div at the top of the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Blake</title>
		<link>http://www.kalzumeus.com/2008/03/25/speeding-up-web-page-rendering/#comment-1301</link>
		<dc:creator>David Blake</dc:creator>
		<pubDate>Thu, 27 Mar 2008 15:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/?p=393#comment-1301</guid>
		<description>The JPEG vs. GIF/PNG comparison for screenshots is here:
http://www.codinghorror.com/blog/archives/000464.html</description>
		<content:encoded><![CDATA[<p>The JPEG vs. GIF/PNG comparison for screenshots is here:<br />
<a href="http://www.codinghorror.com/blog/archives/000464.html" rel="nofollow">http://www.codinghorror.com/blog/archives/000464.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Blake</title>
		<link>http://www.kalzumeus.com/2008/03/25/speeding-up-web-page-rendering/#comment-1300</link>
		<dc:creator>David Blake</dc:creator>
		<pubDate>Thu, 27 Mar 2008 15:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/?p=393#comment-1300</guid>
		<description>Here is a good tool for benchmarking your page load time:
http://www.websiteoptimization.com/services/analyze/

Another tip--screen shots that don&#039;t have gradients are better compressed and PNG rather than JPEG.  JPEG will also create artifacts around the text in the screenshot.

More on this here
http://www.codinghorror.com/blog/archives/000810.html

If you have access to Photoshop Elements or higher, then I&#039;ve found the conversion to indexed color using a perceptual bias doesn&#039;t degrade the image much, and then saving to indexed PNG results in a much smaller file that doesn&#039;t degrade the image much.</description>
		<content:encoded><![CDATA[<p>Here is a good tool for benchmarking your page load time:<br />
<a href="http://www.websiteoptimization.com/services/analyze/" rel="nofollow">http://www.websiteoptimization.com/services/analyze/</a></p>
<p>Another tip&#8211;screen shots that don&#8217;t have gradients are better compressed and PNG rather than JPEG.  JPEG will also create artifacts around the text in the screenshot.</p>
<p>More on this here<br />
<a href="http://www.codinghorror.com/blog/archives/000810.html" rel="nofollow">http://www.codinghorror.com/blog/archives/000810.html</a></p>
<p>If you have access to Photoshop Elements or higher, then I&#8217;ve found the conversion to indexed color using a perceptual bias doesn&#8217;t degrade the image much, and then saving to indexed PNG results in a much smaller file that doesn&#8217;t degrade the image much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: y0mbo</title>
		<link>http://www.kalzumeus.com/2008/03/25/speeding-up-web-page-rendering/#comment-1299</link>
		<dc:creator>y0mbo</dc:creator>
		<pubDate>Tue, 25 Mar 2008 21:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/?p=393#comment-1299</guid>
		<description>Cool, I learned something new today. I didn&#039;t know that&#039;s how the HTTP spec specified to download content.</description>
		<content:encoded><![CDATA[<p>Cool, I learned something new today. I didn&#8217;t know that&#8217;s how the HTTP spec specified to download content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey Petrov</title>
		<link>http://www.kalzumeus.com/2008/03/25/speeding-up-web-page-rendering/#comment-1304</link>
		<dc:creator>Sergey Petrov</dc:creator>
		<pubDate>Tue, 25 Mar 2008 14:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/?p=393#comment-1304</guid>
		<description>Patrick, take a look at WSOP: http://www.web-site-test.com :)</description>
		<content:encoded><![CDATA[<p>Patrick, take a look at WSOP: <a href="http://www.web-site-test.com" rel="nofollow">http://www.web-site-test.com</a> :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
