<?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 compress .php, .css and .js files without mod_gzip or mod_deflate</title>
	<atom:link href="http://www.ardamis.com/2010/07/11/compress-files-without-mod_gzip-or-mod_deflate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ardamis.com/2010/07/11/compress-files-without-mod_gzip-or-mod_deflate/</link>
	<description>Ardamis is a blog about web development and technology in general.</description>
	<lastBuildDate>Sat, 28 Jan 2012 09:50:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Eshban Bahadur</title>
		<link>http://www.ardamis.com/2010/07/11/compress-files-without-mod_gzip-or-mod_deflate/#comment-62478</link>
		<dc:creator>Eshban Bahadur</dc:creator>
		<pubDate>Thu, 06 Oct 2011 08:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/?p=753#comment-62478</guid>
		<description>The rule:
ReWriteCond %{HTTP:accept-encoding} gzip

not works on https pages. I have even test it by changing HTTP to HTTPS but nothing works. Any suggestion?</description>
		<content:encoded><![CDATA[<p>The rule:<br />
ReWriteCond %{HTTP:accept-encoding} gzip</p>
<p>not works on https pages. I have even test it by changing HTTP to HTTPS but nothing works. Any suggestion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Korbinus</title>
		<link>http://www.ardamis.com/2010/07/11/compress-files-without-mod_gzip-or-mod_deflate/#comment-52215</link>
		<dc:creator>Korbinus</dc:creator>
		<pubDate>Sun, 19 Jun 2011 08:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/?p=753#comment-52215</guid>
		<description>I wrote a little piece of code letting people compressing css/js on the fly with PHP:

Some explications: http://korbinus.geotruc.net/blog/?p=431
Project page: https://github.com/korbinus/rsc</description>
		<content:encoded><![CDATA[<p>I wrote a little piece of code letting people compressing css/js on the fly with PHP:</p>
<p>Some explications: <a href="http://korbinus.geotruc.net/blog/?p=431" rel="nofollow">http://korbinus.geotruc.net/blog/?p=431</a><br />
Project page: <a href="https://github.com/korbinus/rsc" rel="nofollow">https://github.com/korbinus/rsc</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmed</title>
		<link>http://www.ardamis.com/2010/07/11/compress-files-without-mod_gzip-or-mod_deflate/#comment-44021</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Fri, 31 Dec 2010 10:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/?p=753#comment-44021</guid>
		<description>Thanks a lot. It works.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. It works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moris</title>
		<link>http://www.ardamis.com/2010/07/11/compress-files-without-mod_gzip-or-mod_deflate/#comment-43988</link>
		<dc:creator>Moris</dc:creator>
		<pubDate>Sun, 26 Dec 2010 10:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/?p=753#comment-43988</guid>
		<description>There is a tool to check if your compression really works as intended
siteloadtest.com</description>
		<content:encoded><![CDATA[<p>There is a tool to check if your compression really works as intended<br />
siteloadtest.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steupz</title>
		<link>http://www.ardamis.com/2010/07/11/compress-files-without-mod_gzip-or-mod_deflate/#comment-43852</link>
		<dc:creator>Steupz</dc:creator>
		<pubDate>Thu, 02 Dec 2010 21:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/?p=753#comment-43852</guid>
		<description>That GoDaddy gzip code never works on my site. Serves up a page with text code. Might be a plugin conflict.</description>
		<content:encoded><![CDATA[<p>That GoDaddy gzip code never works on my site. Serves up a page with text code. Might be a plugin conflict.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj Karun</title>
		<link>http://www.ardamis.com/2010/07/11/compress-files-without-mod_gzip-or-mod_deflate/#comment-43714</link>
		<dc:creator>Raj Karun</dc:creator>
		<pubDate>Tue, 09 Nov 2010 05:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/?p=753#comment-43714</guid>
		<description>Hi I read several blogs and articles and this one actually solved my problem.
There were actually 40 .js files in my web directory and used 7zip and the htaccess code its working great. I had a doubt while going through the code. It is very clearly explained in the htaccess code that we first check if the browser accepts Gzip file and then we send the Gzip file, in that case why should we specifically exclude browsers. Sorry if this is a stupid/blunt question.
Raj</description>
		<content:encoded><![CDATA[<p>Hi I read several blogs and articles and this one actually solved my problem.<br />
There were actually 40 .js files in my web directory and used 7zip and the htaccess code its working great. I had a doubt while going through the code. It is very clearly explained in the htaccess code that we first check if the browser accepts Gzip file and then we send the Gzip file, in that case why should we specifically exclude browsers. Sorry if this is a stupid/blunt question.<br />
Raj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel</title>
		<link>http://www.ardamis.com/2010/07/11/compress-files-without-mod_gzip-or-mod_deflate/#comment-41411</link>
		<dc:creator>Pavel</dc:creator>
		<pubDate>Tue, 27 Jul 2010 07:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/?p=753#comment-41411</guid>
		<description>I was trying to implement the solution for gzipping css and js files on godaddy, and it worked (gzipped file was served instead of normal), except for one problem: Firefox / chrome could not decompress the files outputting half-decompressed contents, so js stopped working completely.  I used 7zip compressor (Gzip, method: deflate) to compress the files.  I was so happy to see my jquery 1.3 downloading as 18kb file, but then disappointed to see js not working at all.  Any idea why this could be happening? 

The site is on shared hosting account with goDaddy, so there is no other option for compression js files.</description>
		<content:encoded><![CDATA[<p>I was trying to implement the solution for gzipping css and js files on godaddy, and it worked (gzipped file was served instead of normal), except for one problem: Firefox / chrome could not decompress the files outputting half-decompressed contents, so js stopped working completely.  I used 7zip compressor (Gzip, method: deflate) to compress the files.  I was so happy to see my jquery 1.3 downloading as 18kb file, but then disappointed to see js not working at all.  Any idea why this could be happening? </p>
<p>The site is on shared hosting account with goDaddy, so there is no other option for compression js files.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.233 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-01 23:05:36 -->

