<?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: GZIP Compression Using Amazon S3 Cloudfront CDN</title>
	<atom:link href="http://internetmarketingbyme.com/74/gzip-compression-using-amazon-s3-cloudfront-cdn/feed/" rel="self" type="application/rss+xml" />
	<link>http://internetmarketingbyme.com/74/gzip-compression-using-amazon-s3-cloudfront-cdn/</link>
	<description>Passive Income From The Net</description>
	<lastBuildDate>Tue, 13 Sep 2011 19:39:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Denis Kristanda</title>
		<link>http://internetmarketingbyme.com/74/gzip-compression-using-amazon-s3-cloudfront-cdn/comment-page-1/#comment-42</link>
		<dc:creator>Denis Kristanda</dc:creator>
		<pubDate>Sat, 02 Apr 2011 07:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://internetmarketingbyme.com/?p=74#comment-42</guid>
		<description>Moorthy,
check the webserver (apache,etc) - could be setting from it</description>
		<content:encoded><![CDATA[<p>Moorthy,<br />
check the webserver (apache,etc) &#8211; could be setting from it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis Kristanda</title>
		<link>http://internetmarketingbyme.com/74/gzip-compression-using-amazon-s3-cloudfront-cdn/comment-page-1/#comment-41</link>
		<dc:creator>Denis Kristanda</dc:creator>
		<pubDate>Sat, 02 Apr 2011 06:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://internetmarketingbyme.com/?p=74#comment-41</guid>
		<description>john, rmd,
You can use this using your uploader tools. I use the free Cloudberry which can do this easily (asked everytime you upload)</description>
		<content:encoded><![CDATA[<p>john, rmd,<br />
You can use this using your uploader tools. I use the free Cloudberry which can do this easily (asked everytime you upload)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://internetmarketingbyme.com/74/gzip-compression-using-amazon-s3-cloudfront-cdn/comment-page-1/#comment-39</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sun, 30 Jan 2011 19:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://internetmarketingbyme.com/?p=74#comment-39</guid>
		<description>How do I perform step 4 from the section entitled Serving Static Compressed File from the Cloud.

4. Add one more Header only for compressed version (e.g:style.gz.css) with “Content-Encoding” and the value is “gzip”

How do you do this?</description>
		<content:encoded><![CDATA[<p>How do I perform step 4 from the section entitled Serving Static Compressed File from the Cloud.</p>
<p>4. Add one more Header only for compressed version (e.g:style.gz.css) with “Content-Encoding” and the value is “gzip”</p>
<p>How do you do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rmd</title>
		<link>http://internetmarketingbyme.com/74/gzip-compression-using-amazon-s3-cloudfront-cdn/comment-page-1/#comment-37</link>
		<dc:creator>rmd</dc:creator>
		<pubDate>Mon, 24 Jan 2011 09:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://internetmarketingbyme.com/?p=74#comment-37</guid>
		<description>Very nice tutorial. Just a question for step 4, how can I set the content encoding of the compressed file into gzip?</description>
		<content:encoded><![CDATA[<p>Very nice tutorial. Just a question for step 4, how can I set the content encoding of the compressed file into gzip?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hayden</title>
		<link>http://internetmarketingbyme.com/74/gzip-compression-using-amazon-s3-cloudfront-cdn/comment-page-1/#comment-36</link>
		<dc:creator>Hayden</dc:creator>
		<pubDate>Thu, 20 Jan 2011 12:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://internetmarketingbyme.com/?p=74#comment-36</guid>
		<description>I tried adding to functions.php it broke php. Can u add instructions on adding to functions.php because index.php is overwritten on every wordpress version upgrade installed.

thx</description>
		<content:encoded><![CDATA[<p>I tried adding to functions.php it broke php. Can u add instructions on adding to functions.php because index.php is overwritten on every wordpress version upgrade installed.</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moorthy</title>
		<link>http://internetmarketingbyme.com/74/gzip-compression-using-amazon-s3-cloudfront-cdn/comment-page-1/#comment-34</link>
		<dc:creator>Moorthy</dc:creator>
		<pubDate>Thu, 17 Jun 2010 12:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://internetmarketingbyme.com/?p=74#comment-34</guid>
		<description>IE6 doesn&#039;t seem to send an HTTP_ACCEPT_ENCODING header.
&lt;code&gt;if (isset($_SERVER[&#039;HTTP_ACCEPT_ENCODING&#039;]))
{
    if (substr_count($_SERVER[&#039;HTTP_ACCEPT_ENCODING&#039;], &#039;gzip&#039;))
     $GLOBAL_GZSTRING=&quot;.gz&quot;; 
    else
     $GLOBAL_GZSTRING=&quot;&quot;; 
}
else
 $GLOBAL_GZSTRING=&quot;&quot;;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>IE6 doesn&#8217;t seem to send an HTTP_ACCEPT_ENCODING header.<br />
<code>if (isset($_SERVER['HTTP_ACCEPT_ENCODING']))<br />
{<br />
    if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip'))<br />
     $GLOBAL_GZSTRING=".gz";<br />
    else<br />
     $GLOBAL_GZSTRING="";<br />
}<br />
else<br />
 $GLOBAL_GZSTRING="";</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dalton</title>
		<link>http://internetmarketingbyme.com/74/gzip-compression-using-amazon-s3-cloudfront-cdn/comment-page-1/#comment-29</link>
		<dc:creator>Dalton</dc:creator>
		<pubDate>Mon, 26 Apr 2010 20:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://internetmarketingbyme.com/?p=74#comment-29</guid>
		<description>Thanks for the tip, this seems to be working for me. It&#039;s a lot of work, but probably worth it since I have a lot of uncompressed scripts &amp; CSS on CloudFront.

Just a suggestion: it&#039;s probably better to add the line the functions.php of your theme instead of the WordPress index.php:

$GLOBAL_GZSTRING=”&quot;;
if (substr_count($_SERVER[&#039;HTTP_ACCEPT_ENCODING&#039;], ‘gzip’)) $GLOBAL_GZSTRING=”.gz”; else $GLOBAL_GZSTRING=”&quot;

Then, add  at the top of header.php, and you can use it anywhere!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, this seems to be working for me. It&#8217;s a lot of work, but probably worth it since I have a lot of uncompressed scripts &amp; CSS on CloudFront.</p>
<p>Just a suggestion: it&#8217;s probably better to add the line the functions.php of your theme instead of the WordPress index.php:</p>
<p>$GLOBAL_GZSTRING=”&#8221;;<br />
if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], ‘gzip’)) $GLOBAL_GZSTRING=”.gz”; else $GLOBAL_GZSTRING=”&#8221;</p>
<p>Then, add  at the top of header.php, and you can use it anywhere!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://internetmarketingbyme.com/74/gzip-compression-using-amazon-s3-cloudfront-cdn/comment-page-1/#comment-28</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Sat, 24 Apr 2010 22:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://internetmarketingbyme.com/?p=74#comment-28</guid>
		<description>Thanks for the tip! Great explanation. I guess it may be obvious to many but I didn&#039;t realize it was as easy as using 7zip on the file. Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip! Great explanation. I guess it may be obvious to many but I didn&#8217;t realize it was as easy as using 7zip on the file. Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

