<?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: Comparison of 10 CSS Compressors</title>
	<atom:link href="http://www.adamkoch.com/2010/01/28/comparison-of-10-css-compressors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adamkoch.com/2010/01/28/comparison-of-10-css-compressors/</link>
	<description>Front-end Software Developer</description>
	<lastBuildDate>Tue, 10 Jan 2012 03:53:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Charles</title>
		<link>http://www.adamkoch.com/2010/01/28/comparison-of-10-css-compressors/comment-page-1/#comment-660</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Sun, 14 Feb 2010 19:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamkoch.com/?p=1730#comment-660</guid>
		<description>Great article and thanks for the list. Very very useful for my job</description>
		<content:encoded><![CDATA[<p>Great article and thanks for the list. Very very useful for my job</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://www.adamkoch.com/2010/01/28/comparison-of-10-css-compressors/comment-page-1/#comment-658</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Sun, 31 Jan 2010 02:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamkoch.com/?p=1730#comment-658</guid>
		<description>Hi Adam,

Just wanted to follow-up and let you know that the RGB fixes are implemented, and I also added the lower-case color names and hex values.  The documentation should also be 100% now.  Thanks again for the great article.

-Todd</description>
		<content:encoded><![CDATA[<p>Hi Adam,</p>
<p>Just wanted to follow-up and let you know that the RGB fixes are implemented, and I also added the lower-case color names and hex values.  The documentation should also be 100% now.  Thanks again for the great article.</p>
<p>-Todd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.adamkoch.com/2010/01/28/comparison-of-10-css-compressors/comment-page-1/#comment-657</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 30 Jan 2010 01:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamkoch.com/?p=1730#comment-657</guid>
		<description>Thanks Todd! I updated the article to correct my mistakes.</description>
		<content:encoded><![CDATA[<p>Thanks Todd! I updated the article to correct my mistakes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://www.adamkoch.com/2010/01/28/comparison-of-10-css-compressors/comment-page-1/#comment-656</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Fri, 29 Jan 2010 04:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamkoch.com/?p=1730#comment-656</guid>
		<description>Adam,

Fantastic article!  I am also humbled by the nice comments about the Lottery Post CSS Compressor.

I was mortified to read that there is a bug in the RGB translation, so I took a look at the code, and it&#039;s a really dopey error on my part.  It&#039;s fixed in dev, and I&#039;m going to push out an update hopefully by tomorrow (Jan. 29).

I really appreciate that you pointed out the problem.

I&#039;m also going to try and add the lower-case color conversion - every byte counts!  I had not heard about that one.  Since I gzip everything myself, I&#039;ll be enjoying the micro-savings.

One big reason to include micro-savings: over time, high volume sites like Lottery Post chew up a lot of bandwidth, and all those bytes really do add up, in both performance and real dollars.

A few other comments:

- The LP CSS Compressor does in fact remove decimals, and it is in the documentation on the site.  For example, 10.0px becomes 10px.

- Something else it does - which I failed to document (I will rememdy) is that it removes a leading zero before a decimal point.  For example, 0.9em becomes .9em.  (A safe conversion.)

- Another small, safe savings achieved by Lottery Post (but not yet documented) is removing the space(s) before &quot;!important&quot;.  I&#039;m not sure if this is worthy of mention, but I didn&#039;t see it in the descriptions.

Again, excellent article, and fantastic job on the comparison table!

-Todd</description>
		<content:encoded><![CDATA[<p>Adam,</p>
<p>Fantastic article!  I am also humbled by the nice comments about the Lottery Post CSS Compressor.</p>
<p>I was mortified to read that there is a bug in the RGB translation, so I took a look at the code, and it&#8217;s a really dopey error on my part.  It&#8217;s fixed in dev, and I&#8217;m going to push out an update hopefully by tomorrow (Jan. 29).</p>
<p>I really appreciate that you pointed out the problem.</p>
<p>I&#8217;m also going to try and add the lower-case color conversion &#8211; every byte counts!  I had not heard about that one.  Since I gzip everything myself, I&#8217;ll be enjoying the micro-savings.</p>
<p>One big reason to include micro-savings: over time, high volume sites like Lottery Post chew up a lot of bandwidth, and all those bytes really do add up, in both performance and real dollars.</p>
<p>A few other comments:</p>
<p>- The LP CSS Compressor does in fact remove decimals, and it is in the documentation on the site.  For example, 10.0px becomes 10px.</p>
<p>- Something else it does &#8211; which I failed to document (I will rememdy) is that it removes a leading zero before a decimal point.  For example, 0.9em becomes .9em.  (A safe conversion.)</p>
<p>- Another small, safe savings achieved by Lottery Post (but not yet documented) is removing the space(s) before &#8220;!important&#8221;.  I&#8217;m not sure if this is worthy of mention, but I didn&#8217;t see it in the descriptions.</p>
<p>Again, excellent article, and fantastic job on the comparison table!</p>
<p>-Todd</p>
]]></content:encoded>
	</item>
</channel>
</rss>

