<?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: dojo.io and PUT / DELETE</title>
	<atom:link href="http://decafbad.com/blog/2006/04/08/dojoio-and-put-delete/feed" rel="self" type="application/rss+xml" />
	<link>http://decafbad.com/blog/2006/04/08/dojoio-and-put-delete</link>
	<description>It's all spinning wheels and self-doubt until the first pot of coffee.</description>
	<lastBuildDate>Fri, 19 Mar 2010 00:06:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: l.m.orchard</title>
		<link>http://decafbad.com/blog/2006/04/08/dojoio-and-put-delete/comment-page-1#comment-10354</link>
		<dc:creator>l.m.orchard</dc:creator>
		<pubDate>Fri, 28 Apr 2006 11:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/2006/04/08/dojoio-and-put-delete#comment-10354</guid>
		<description>&lt;p&gt;I have gotten dojo.storage working with S3Ajax pretty well.  Although the S3 wiki is anonymous and public-write, I do have code that can use dojo.storage to stash the S3 security credentials locally and then attempt to auto-recall them at page load:&lt;/p&gt;

&lt;p&gt;http://decafbad.com/trac/browser/trunk/S3Ajax/js/play.js#L37&lt;/p&gt;

&lt;p&gt;My approach to waiting for availability of the data after page load is a bit awkward, though:&lt;/p&gt;

&lt;p&gt;http://decafbad.com/trac/browser/trunk/S3Ajax/js/play.js#L24&lt;/p&gt;

&lt;p&gt;And the only other thing I have with it is that I&#039;d like a version that doesn&#039;t require the whole of Dojo, if all I need it the storage bit.  I&#039;ve been trying to keep S3Ajax as focused and free of external dependencies as possible.  On the other hand, when used in building an actual application, I suppose I will be reaching for things like the Dojo rich text editor and the like.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have gotten dojo.storage working with S3Ajax pretty well.  Although the S3 wiki is anonymous and public-write, I do have code that can use dojo.storage to stash the S3 security credentials locally and then attempt to auto-recall them at page load:</p>
<p><a href="http://decafbad.com/trac/browser/trunk/S3Ajax/js/play.js#L37" rel="nofollow">http://decafbad.com/trac/browser/trunk/S3Ajax/js/play.js#L37</a></p>
<p>My approach to waiting for availability of the data after page load is a bit awkward, though:</p>
<p><a href="http://decafbad.com/trac/browser/trunk/S3Ajax/js/play.js#L24" rel="nofollow">http://decafbad.com/trac/browser/trunk/S3Ajax/js/play.js#L24</a></p>
<p>And the only other thing I have with it is that I&#8217;d like a version that doesn&#8217;t require the whole of Dojo, if all I need it the storage bit.  I&#8217;ve been trying to keep S3Ajax as focused and free of external dependencies as possible.  On the other hand, when used in building an actual application, I suppose I will be reaching for things like the Dojo rich text editor and the like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Neuberg</title>
		<link>http://decafbad.com/blog/2006/04/08/dojoio-and-put-delete/comment-page-1#comment-10336</link>
		<dc:creator>Brad Neuberg</dc:creator>
		<pubDate>Fri, 28 Apr 2006 06:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/2006/04/08/dojoio-and-put-delete#comment-10336</guid>
		<description>&lt;p&gt;Yeah, Safari has trouble with PUTs, and some browsers don&#039;t support DELETE; this is why dojo.io only supports POSTS and GETs. I now model all PUTs as POSTs for this reason (including that mobile devices have trouble with wierd http verbs sometimes).&lt;/p&gt;

&lt;p&gt;Your S3 work looks cool! Are you getting to use the new dojo.storage I just posted? It&#039;s new and improved! Also, have you played with Moxie? It would be cool to hook that up to S3, and have it sync its local files with S3 once you are online.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah, Safari has trouble with PUTs, and some browsers don&#8217;t support DELETE; this is why dojo.io only supports POSTS and GETs. I now model all PUTs as POSTs for this reason (including that mobile devices have trouble with wierd http verbs sometimes).</p>
<p>Your S3 work looks cool! Are you getting to use the new dojo.storage I just posted? It&#8217;s new and improved! Also, have you played with Moxie? It would be cool to hook that up to S3, and have it sync its local files with S3 once you are online.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
