<?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>Algorithm Blogs &#187; web-site optimization</title>
	<atom:link href="http://www.algorithm.co.il/blogs/index.php/tag/web-site-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.algorithm.co.il/blogs</link>
	<description>Algorithms, for the heck of it</description>
	<lastBuildDate>Thu, 22 Apr 2010 21:04:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PNG Minification</title>
		<link>http://www.algorithm.co.il/blogs/index.php/misc/png-minification/</link>
		<comments>http://www.algorithm.co.il/blogs/index.php/misc/png-minification/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 13:02:00 +0000</pubDate>
		<dc:creator>lorg</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[web-design]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[web-site optimization]]></category>

		<guid isPermaLink="false">http://www.algorithm.co.il/blogs/?p=351</guid>
		<description><![CDATA[Following Ned Batchelder&#8217;s advice I&#8217;ve used pngout to minify the png&#8217;s on my startup&#8217;s web page.
It took them down from 641,281 bytes to 338,705. This is quite a nice return for the effort of a download and a single command line:
for %i in (*.png) do pngout &#8220;%i&#8221;

]]></description>
			<content:encoded><![CDATA[<p>Following <a href="http://nedbatchelder.com/blog/200908/png_optimization.html">Ned Batchelder&#8217;s advice</a> I&#8217;ve used <a href="http://advsys.net/ken/utils.htm">pngout</a> to minify the png&#8217;s on my startup&#8217;s web page.</p>
<p>It took them down from 641,281 bytes to 338,705. This is quite a nice return for the effort of a download and a single command line:</p>
<blockquote><p>for %i in (*.png) do pngout &#8220;%i&#8221;
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.algorithm.co.il/blogs/index.php/misc/png-minification/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
