<?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: Amazon S3 Delphi sample</title>
	<atom:link href="http://www.itwriting.com/blog/23-amazon-s3-delphi-sample.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itwriting.com/blog/23-amazon-s3-delphi-sample.html</link>
	<description>Tech writing blog</description>
	<lastBuildDate>Sun, 12 Feb 2012 05:28:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tim</title>
		<link>http://www.itwriting.com/blog/23-amazon-s3-delphi-sample.html/comment-page-1#comment-7305</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 12 Mar 2007 13:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=23#comment-7305</guid>
		<description>Thanks all. I&#039;ve figured it out.

I wrote a small script that gets recent blog posts from Wordpress in order to insert links to them on other pages. The script works OK; but I&#039;d also configured Wordpress to do gzip compression. A characteristic of PHP gzip compression is that it must be set at the start of the script (if not done in php.ini). Since I was including the Wordpress script within other PHP pages, it was being set after some content had already been sent. Result: garbage.

I didn&#039;t see it because (I presume) my proxy server disables the request for gzip compression. So in my case the compressed content was not sent.

I&#039;ve now disabled gzip compression in Wordpress which should fix the problem.

Tim</description>
		<content:encoded><![CDATA[<p>Thanks all. I&#8217;ve figured it out.</p>
<p>I wrote a small script that gets recent blog posts from WordPress in order to insert links to them on other pages. The script works OK; but I&#8217;d also configured WordPress to do gzip compression. A characteristic of PHP gzip compression is that it must be set at the start of the script (if not done in php.ini). Since I was including the WordPress script within other PHP pages, it was being set after some content had already been sent. Result: garbage.</p>
<p>I didn&#8217;t see it because (I presume) my proxy server disables the request for gzip compression. So in my case the compressed content was not sent.</p>
<p>I&#8217;ve now disabled gzip compression in WordPress which should fix the problem.</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.itwriting.com/blog/23-amazon-s3-delphi-sample.html/comment-page-1#comment-7167</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 11 Mar 2007 09:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=23#comment-7167</guid>
		<description>I&#039;m puzzled by this; the site comes up fine here in both IE and FireFox. Still, I appreciate the feedback and I&#039;ll see if I can work out what&#039;s happening. 

In the meantime, if you want to grab the code, it&#039;s here:

&lt;a href=&quot;http://www.itwriting.com/s3example_21dec06.zip&quot; rel=&quot;nofollow&quot;&gt;S3 Delphi sample&lt;/a&gt;

Note that you need the &lt;a href=&quot;http://www.ararat.cz/synapse/&quot; rel=&quot;nofollow&quot;&gt;Synapse libraries&lt;/a&gt;.

Tim</description>
		<content:encoded><![CDATA[<p>I&#8217;m puzzled by this; the site comes up fine here in both IE and FireFox. Still, I appreciate the feedback and I&#8217;ll see if I can work out what&#8217;s happening. </p>
<p>In the meantime, if you want to grab the code, it&#8217;s here:</p>
<p><a href="http://www.itwriting.com/s3example_21dec06.zip" rel="nofollow">S3 Delphi sample</a></p>
<p>Note that you need the <a href="http://www.ararat.cz/synapse/" rel="nofollow">Synapse libraries</a>.</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Williams</title>
		<link>http://www.itwriting.com/blog/23-amazon-s3-delphi-sample.html/comment-page-1#comment-7024</link>
		<dc:creator>Gary Williams</dc:creator>
		<pubDate>Fri, 09 Mar 2007 23:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=23#comment-7024</guid>
		<description>I still can&#039;t see any content on that page (http://www.itwriting.com/s3.php).</description>
		<content:encoded><![CDATA[<p>I still can&#8217;t see any content on that page (<a href="http://www.itwriting.com/s3.php" rel="nofollow">http://www.itwriting.com/s3.php</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Doe</title>
		<link>http://www.itwriting.com/blog/23-amazon-s3-delphi-sample.html/comment-page-1#comment-6758</link>
		<dc:creator>John Doe</dc:creator>
		<pubDate>Wed, 07 Mar 2007 21:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=23#comment-6758</guid>
		<description>I can add a little more data to my previous post, in support of the previous note from Pep: it seems that both the MAIN PAGE for the web site, and the http://www.itwriting.com/s3.php page are having problems with the COMPRESSION.

Attempting to access these pages from any user agent that allows retrieving compressed content (which is just about all of them, including Internet Explorer) will fail with a bad decompression code. Access WITHOUT decompression is fine (testing through Synapse component)...

Hope this helps...</description>
		<content:encoded><![CDATA[<p>I can add a little more data to my previous post, in support of the previous note from Pep: it seems that both the MAIN PAGE for the web site, and the <a href="http://www.itwriting.com/s3.php" rel="nofollow">http://www.itwriting.com/s3.php</a> page are having problems with the COMPRESSION.</p>
<p>Attempting to access these pages from any user agent that allows retrieving compressed content (which is just about all of them, including Internet Explorer) will fail with a bad decompression code. Access WITHOUT decompression is fine (testing through Synapse component)&#8230;</p>
<p>Hope this helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.itwriting.com/blog/23-amazon-s3-delphi-sample.html/comment-page-1#comment-6104</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 03 Mar 2007 18:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=23#comment-6104</guid>
		<description>I&#039;ve just tried them and they are working OK here - can you retry and let me know if you still have difficulty?

Tim</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just tried them and they are working OK here &#8211; can you retry and let me know if you still have difficulty?</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pep</title>
		<link>http://www.itwriting.com/blog/23-amazon-s3-delphi-sample.html/comment-page-1#comment-6103</link>
		<dc:creator>Pep</dc:creator>
		<pubDate>Sat, 03 Mar 2007 17:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=23#comment-6103</guid>
		<description>Your main website http://www.itwriting.com and also the page of the sample http://www.itwriting.com/s3.php do not seem to work (I get an error in Explorer).</description>
		<content:encoded><![CDATA[<p>Your main website <a href="http://www.itwriting.com" rel="nofollow">http://www.itwriting.com</a> and also the page of the sample <a href="http://www.itwriting.com/s3.php" rel="nofollow">http://www.itwriting.com/s3.php</a> do not seem to work (I get an error in Explorer).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

