<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>No One Is Perfect &#187; google</title>
	<atom:link href="http://watchitlater.com/blog/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://watchitlater.com/blog</link>
	<description>A reluctant foray into the world of blogging.</description>
	<lastBuildDate>Sun, 13 Jun 2010 03:35:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>S3DropBox 1.2 is now released</title>
		<link>http://watchitlater.com/blog/2009/05/s3dropbox-12-is-now-released/</link>
		<comments>http://watchitlater.com/blog/2009/05/s3dropbox-12-is-now-released/#comments</comments>
		<pubDate>Sat, 16 May 2009 11:17:39 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[My Code]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[NTLM]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://watchitlater.com/blog/?p=38</guid>
		<description><![CDATA[I love feedback &#8230; including bugs (thanks Cam). The S3DropBox will now only permit the creation of a bucket when Amazon S3 returns a HTTP 404 status code in response to a HTTP HEAD request for the bucket prior to creation. The new version can now be downloaded from http://code.google.com/p/s3dropbox/.
]]></description>
			<content:encoded><![CDATA[<p>I love feedback &#8230; including bugs (thanks Cam). The S3DropBox will now only permit the creation of a bucket when Amazon S3 returns a HTTP 404 status code in response to a HTTP HEAD request for the bucket prior to creation. The new version can now be downloaded from <a href="http://code.google.com/p/s3dropbox/">http://code.google.com/p/s3dropbox/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://watchitlater.com/blog/2009/05/s3dropbox-12-is-now-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>S3DropBox 1.1 has been released</title>
		<link>http://watchitlater.com/blog/2009/04/s3dropbox-11-has-been-released/</link>
		<comments>http://watchitlater.com/blog/2009/04/s3dropbox-11-has-been-released/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 13:43:03 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[My Code]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[NTLM]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://watchitlater.com/blog/?p=31</guid>
		<description><![CDATA[This release now permits the S3DropBox to be used in corporate environments (ie. behind authenticated proxies), including being able to handle NTLM authentication with proxies. HTTPS support has been enabled, although HTTP is still used by default. Check out the new release here.
]]></description>
			<content:encoded><![CDATA[<p>This release now permits the S3DropBox to be used in corporate environments (ie. behind authenticated proxies), including being able to handle NTLM authentication with proxies. HTTPS support has been enabled, although HTTP is still used by default. Check out the new release <a  href="http://code.google.com/p/s3dropbox/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://watchitlater.com/blog/2009/04/s3dropbox-11-has-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>S3DropBox is now on Google Code</title>
		<link>http://watchitlater.com/blog/2009/03/s3dropbox-is-now-on-google-code/</link>
		<comments>http://watchitlater.com/blog/2009/03/s3dropbox-is-now-on-google-code/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 11:58:14 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[My Code]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://watchitlater.com/blog/?p=30</guid>
		<description><![CDATA[In June of 2008 I released the initial version of the S3DropBox as a download available from this blog (see S3DropBox). Since then I&#8217;ve been adding little enhancements to the drop box as updates to the linked zip files. This of course is not the right way to share an application or its code-base, so [...]]]></description>
			<content:encoded><![CDATA[<p>In June of 2008 I released the initial version of the S3DropBox as a download available from this blog (see <a href="http://watchitlater.com/blog/archives/17">S3DropBox</a>). Since then I&#8217;ve been adding little enhancements to the drop box as updates to the linked zip files. This of course is not the right way to share an application or its code-base, so I&#8217;ve created a google code project at <a href="http://code.google.com/p/s3dropbox/">http://code.google.com/p/s3dropbox/</a>. Feedback, patches and wish-list items are always welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://watchitlater.com/blog/2009/03/s3dropbox-is-now-on-google-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
