<?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: How to GZip CSS Files</title>
	<atom:link href="http://www.wangarific.com/how-to-gzip-css-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wangarific.com/how-to-gzip-css-files/</link>
	<description>the internet is always open</description>
	<lastBuildDate>Tue, 17 Aug 2010 17:38:13 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: John Faulds</title>
		<link>http://www.wangarific.com/how-to-gzip-css-files/comment-page-1/#comment-380</link>
		<dc:creator>John Faulds</dc:creator>
		<pubDate>Thu, 03 Jun 2010 21:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.wangarific.com/?p=218#comment-380</guid>
		<description>Hi Jim, the text file doesn&#039;t have anything in it.</description>
		<content:encoded><![CDATA[<p>Hi Jim, the text file doesn&#8217;t have anything in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://www.wangarific.com/how-to-gzip-css-files/comment-page-1/#comment-373</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Wed, 02 Jun 2010 13:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.wangarific.com/?p=218#comment-373</guid>
		<description>Thanks, I fixed it!</description>
		<content:encoded><![CDATA[<p>Thanks, I fixed it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Faulds</title>
		<link>http://www.wangarific.com/how-to-gzip-css-files/comment-page-1/#comment-372</link>
		<dc:creator>John Faulds</dc:creator>
		<pubDate>Fri, 28 May 2010 01:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.wangarific.com/?p=218#comment-372</guid>
		<description>Like TC says, the file seems to have gone missing.</description>
		<content:encoded><![CDATA[<p>Like TC says, the file seems to have gone missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TC</title>
		<link>http://www.wangarific.com/how-to-gzip-css-files/comment-page-1/#comment-336</link>
		<dc:creator>TC</dc:creator>
		<pubDate>Wed, 14 Apr 2010 05:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.wangarific.com/?p=218#comment-336</guid>
		<description>Also, how will this affect very busy websites? Will my server get taxed or my webhost get cranky (I currently have about 1.8 million pageviews a month).</description>
		<content:encoded><![CDATA[<p>Also, how will this affect very busy websites? Will my server get taxed or my webhost get cranky (I currently have about 1.8 million pageviews a month).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TC</title>
		<link>http://www.wangarific.com/how-to-gzip-css-files/comment-page-1/#comment-335</link>
		<dc:creator>TC</dc:creator>
		<pubDate>Wed, 14 Apr 2010 05:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wangarific.com/?p=218#comment-335</guid>
		<description>I&#039;d like to give this a try but the csszip.php.txt file is no longer available, I just get a page 404 error?</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to give this a try but the csszip.php.txt file is no longer available, I just get a page 404 error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caroline</title>
		<link>http://www.wangarific.com/how-to-gzip-css-files/comment-page-1/#comment-304</link>
		<dc:creator>Caroline</dc:creator>
		<pubDate>Tue, 16 Feb 2010 02:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.wangarific.com/?p=218#comment-304</guid>
		<description>If you&#039;re putting the PHP file in the same directory with the .htaccess file and the CSS or JS file, wouldn&#039;t the .htaccess look like this:

RewriteEngine On
RewriteRule ^(.*).css$ csszip.php?file=$1.css [L]

and not

RewriteRule ^(.*).css$ /csszip.php?file=$1.css [L]

(I made two changes. Tell me I&#039;m wrong.)</description>
		<content:encoded><![CDATA[<p>If you&#8217;re putting the PHP file in the same directory with the .htaccess file and the CSS or JS file, wouldn&#8217;t the .htaccess look like this:</p>
<p>RewriteEngine On<br />
RewriteRule ^(.*).css$ csszip.php?file=$1.css [L]</p>
<p>and not</p>
<p>RewriteRule ^(.*).css$ /csszip.php?file=$1.css [L]</p>
<p>(I made two changes. Tell me I&#8217;m wrong.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://www.wangarific.com/how-to-gzip-css-files/comment-page-1/#comment-303</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Sat, 06 Feb 2010 17:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.wangarific.com/?p=218#comment-303</guid>
		<description>this works great for my CSS. thank you!

i also tried with my JS, but it seems to not work with one of my JS files.

is there a way to specify a file does not get compressed?</description>
		<content:encoded><![CDATA[<p>this works great for my CSS. thank you!</p>
<p>i also tried with my JS, but it seems to not work with one of my JS files.</p>
<p>is there a way to specify a file does not get compressed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.wangarific.com/how-to-gzip-css-files/comment-page-1/#comment-293</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 01 Feb 2010 06:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.wangarific.com/?p=218#comment-293</guid>
		<description>In my case, I had to add the following to the .htaccess file before the RewriteRule to get this to work.

RewriteEngine On</description>
		<content:encoded><![CDATA[<p>In my case, I had to add the following to the .htaccess file before the RewriteRule to get this to work.</p>
<p>RewriteEngine On</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Jabs</title>
		<link>http://www.wangarific.com/how-to-gzip-css-files/comment-page-1/#comment-262</link>
		<dc:creator>Matt Jabs</dc:creator>
		<pubDate>Fri, 15 Jan 2010 20:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.wangarific.com/?p=218#comment-262</guid>
		<description>FYI:  I discovered later that (at least on my server) gzipping the .js files as denoted above caused 2 issues in Wordpress administration:

1.  Javascript boxes for entering URLs into posts come up, but are blank.

2.  On &quot;Thesis Options&quot; page all sections are expanded and clicking the large &quot;+&quot; or individual section &quot;+&quot; has no effect... all options simply stay expanded.

There may be more issues but these are all I noticed for now, so just be aware.</description>
		<content:encoded><![CDATA[<p>FYI:  I discovered later that (at least on my server) gzipping the .js files as denoted above caused 2 issues in WordPress administration:</p>
<p>1.  Javascript boxes for entering URLs into posts come up, but are blank.</p>
<p>2.  On &#8220;Thesis Options&#8221; page all sections are expanded and clicking the large &#8220;+&#8221; or individual section &#8220;+&#8221; has no effect&#8230; all options simply stay expanded.</p>
<p>There may be more issues but these are all I noticed for now, so just be aware.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Jabs</title>
		<link>http://www.wangarific.com/how-to-gzip-css-files/comment-page-1/#comment-257</link>
		<dc:creator>Matt Jabs</dc:creator>
		<pubDate>Thu, 14 Jan 2010 04:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.wangarific.com/?p=218#comment-257</guid>
		<description>@Guillaume:  Thank you very much, that worked like a charm and boosted my homepage from a &quot;B&quot; rank to an &quot;A&quot; rank, and my single pages from a &quot;D&quot; rank to a &quot;B&quot; rank.  Absolutely Wangarific.</description>
		<content:encoded><![CDATA[<p>@Guillaume:  Thank you very much, that worked like a charm and boosted my homepage from a &#8220;B&#8221; rank to an &#8220;A&#8221; rank, and my single pages from a &#8220;D&#8221; rank to a &#8220;B&#8221; rank.  Absolutely Wangarific.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
