<?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.storage: Offline Access and Permanent, Client-Side Storage</title>
	<atom:link href="http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: jyog</title>
		<link>http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage/comment-page-1#comment-253791</link>
		<dc:creator>jyog</dc:creator>
		<pubDate>Sat, 11 Aug 2007 12:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage#comment-253791</guid>
		<description>Dojo is realii a gr8 framework. its cool, it doesnt require u to hav some specific technology on server side.</description>
		<content:encoded><![CDATA[<p>Dojo is realii a gr8 framework. its cool, it doesnt require u to hav some specific technology on server side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunitha</title>
		<link>http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage/comment-page-1#comment-245377</link>
		<dc:creator>Sunitha</dc:creator>
		<pubDate>Tue, 19 Dec 2006 09:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage#comment-245377</guid>
		<description>hi can u tell me how to use dojo storage to store dad at client side other than cookies</description>
		<content:encoded><![CDATA[<p>hi can u tell me how to use dojo storage to store dad at client side other than cookies</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian dojo.storage: Offline Access and Permanent, Client-Side - Gadget Reviews &#124; MP3 Player &#124; Camera &#124; Computer</title>
		<link>http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage/comment-page-1#comment-57620</link>
		<dc:creator>Ajaxian dojo.storage: Offline Access and Permanent, Client-Side - Gadget Reviews &#124; MP3 Player &#124; Camera &#124; Computer</dc:creator>
		<pubDate>Tue, 01 Aug 2006 13:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage#comment-57620</guid>
		<description>[...] Cookie Storage Provider - uses cookies to persist the hash table; Flash Storage Provider - uses Flash s SharedObjects to persist data; ActiveX Storage Provider - uses COM s File APIs to persist data more [...]</description>
		<content:encoded><![CDATA[<p>[...] Cookie Storage Provider &#8211; uses cookies to persist the hash table; Flash Storage Provider &#8211; uses Flash s SharedObjects to persist data; ActiveX Storage Provider &#8211; uses COM s File APIs to persist data more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Mahemoff</title>
		<link>http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage/comment-page-1#comment-8508</link>
		<dc:creator>Michael Mahemoff</dc:creator>
		<pubDate>Wed, 03 May 2006 10:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage#comment-8508</guid>
		<description>Brad, Hadn&#039;t thought about it like that. Still, there&#039;s definitely a benefit to a unified interface.

I could only see the obvious solutions:
- Only support synchronous mode.
- Make the API support async as well, or introduce a second AsyncStorageProvider interface. Maybe async mode is also good for some local storage purposes anyway.</description>
		<content:encoded><![CDATA[<p>Brad, Hadn&#8217;t thought about it like that. Still, there&#8217;s definitely a benefit to a unified interface.</p>
<p>I could only see the obvious solutions:<br />
- Only support synchronous mode.<br />
- Make the API support async as well, or introduce a second AsyncStorageProvider interface. Maybe async mode is also good for some local storage purposes anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grace Smith</title>
		<link>http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage/comment-page-1#comment-8360</link>
		<dc:creator>Grace Smith</dc:creator>
		<pubDate>Tue, 02 May 2006 12:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage#comment-8360</guid>
		<description>Wow, this Dojo looks like a mighty tool</description>
		<content:encoded><![CDATA[<p>Wow, this Dojo looks like a mighty tool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brad neuberg</title>
		<link>http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage/comment-page-1#comment-8302</link>
		<dc:creator>brad neuberg</dc:creator>
		<pubDate>Mon, 01 May 2006 22:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage#comment-8302</guid>
		<description>Michael, I&#039;ve been thinking about how to hide remote storage providers behind the StorageProvider API; the one problem is that the get() and getKeys() methods returns their values synchronously, while you would want these to be asychronous; having every method be asychronous, though, is a pain in the butt for normal, local programming. Do you have an idea on how to resolve this?</description>
		<content:encoded><![CDATA[<p>Michael, I&#8217;ve been thinking about how to hide remote storage providers behind the StorageProvider API; the one problem is that the get() and getKeys() methods returns their values synchronously, while you would want these to be asychronous; having every method be asychronous, though, is a pain in the butt for normal, local programming. Do you have an idea on how to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JasonKolb.com</title>
		<link>http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage/comment-page-1#comment-8290</link>
		<dc:creator>JasonKolb.com</dc:creator>
		<pubDate>Mon, 01 May 2006 18:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage#comment-8290</guid>
		<description>&lt;strong&gt;Client side storage using Dojo&lt;/strong&gt;

This is really cool. Ajaxian ran a story about a new capability built into the Dojo framework that provides persistent client-side storage. There&#039;s even a link to a demo app. Although it has some limited use because, frankly, I want</description>
		<content:encoded><![CDATA[<p><strong>Client side storage using Dojo</strong></p>
<p>This is really cool. Ajaxian ran a story about a new capability built into the Dojo framework that provides persistent client-side storage. There&#8217;s even a link to a demo app. Although it has some limited use because, frankly, I want</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cédric's Pocket</title>
		<link>http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage/comment-page-1#comment-8266</link>
		<dc:creator>Cédric's Pocket</dc:creator>
		<pubDate>Mon, 01 May 2006 10:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage#comment-8266</guid>
		<description>&lt;strong&gt;Stockage d&#039;informations côté client grâce à la librairie Dojo&lt;/strong&gt;

Une bonne nouvelle pour tout les développeurs Web grâce à Dojo : la possibilité de pouvoir, de manière simple, intégrer à ses application des capacités de stockage du côté client. L&#039;intérêt est grand : moins de place nécessaire...</description>
		<content:encoded><![CDATA[<p><strong>Stockage d&#8217;informations côté client grâce à la librairie Dojo</strong></p>
<p>Une bonne nouvelle pour tout les développeurs Web grâce à Dojo : la possibilité de pouvoir, de manière simple, intégrer à ses application des capacités de stockage du côté client. L&#8217;intérêt est grand : moins de place nécessaire&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Mahemoff</title>
		<link>http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage/comment-page-1#comment-8262</link>
		<dc:creator>Michael Mahemoff</dc:creator>
		<pubDate>Mon, 01 May 2006 09:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage#comment-8262</guid>
		<description>It&#039;s a very handy library. How about Storage Providers for online services like S5? (wrt S5 Javascript Bindings post last week.) Seems like they&#039;d fit  the abstraction just as easily as the local services.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a very handy library. How about Storage Providers for online services like S5? (wrt S5 Javascript Bindings post last week.) Seems like they&#8217;d fit  the abstraction just as easily as the local services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Russell</title>
		<link>http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage/comment-page-1#comment-8220</link>
		<dc:creator>Alex Russell</dc:creator>
		<pubDate>Sun, 30 Apr 2006 06:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage#comment-8220</guid>
		<description>Dave: regarding docs: stay tuned. 
We Have A Plan (TM).</description>
		<content:encoded><![CDATA[<p>Dave: regarding docs: stay tuned.<br />
We Have A Plan (TM).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Hemminger</title>
		<link>http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage/comment-page-1#comment-8165</link>
		<dc:creator>Dave Hemminger</dc:creator>
		<pubDate>Sat, 29 Apr 2006 03:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage#comment-8165</guid>
		<description>I highly recommend reading Brad&#039;s post on his blog. What he has achieved is practically a miracle. I know he says dojo.storage is beta, but it seems far more tested than most beta stuff people throw up to get buzz. This is going to save all of us a great deal of time.

It&#039; so funny, 3 days ago I was bemoaning the fact that dojo news was sparse. Then bam, three big Dojo stories 3 days in a row. Thanks to ajaxian.com for keeping their eye on Dojo. Now if the documentation could just....</description>
		<content:encoded><![CDATA[<p>I highly recommend reading Brad&#8217;s post on his blog. What he has achieved is practically a miracle. I know he says dojo.storage is beta, but it seems far more tested than most beta stuff people throw up to get buzz. This is going to save all of us a great deal of time.</p>
<p>It&#8217; so funny, 3 days ago I was bemoaning the fact that dojo news was sparse. Then bam, three big Dojo stories 3 days in a row. Thanks to ajaxian.com for keeping their eye on Dojo. Now if the documentation could just&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheWeb20Dev</title>
		<link>http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage/comment-page-1#comment-8142</link>
		<dc:creator>TheWeb20Dev</dc:creator>
		<pubDate>Fri, 28 Apr 2006 17:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage#comment-8142</guid>
		<description>Wow, there are some definite applications I could use this for.</description>
		<content:encoded><![CDATA[<p>Wow, there are some definite applications I could use this for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Neuberg</title>
		<link>http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage/comment-page-1#comment-8136</link>
		<dc:creator>Brad Neuberg</dc:creator>
		<pubDate>Fri, 28 Apr 2006 16:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojostorage-offline-access-and-permanent-client-side-storage#comment-8136</guid>
		<description>The Flash Storage Provider is ready to be used by folks; check out the blog post for details.</description>
		<content:encoded><![CDATA[<p>The Flash Storage Provider is ready to be used by folks; check out the blog post for details.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

