<?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: saving data with localStorage</title>
	<atom:link href="http://hacks.mozilla.org/2009/06/localstorage/feed/" rel="self" type="application/rss+xml" />
	<link>http://hacks.mozilla.org/2009/06/localstorage/</link>
	<description></description>
	<lastBuildDate>Sat, 21 Nov 2009 15:59:58 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Offline Cross-Browser Client-Side Storage for the Web using JavaScript and a little Flash &#124; AddyOsmani.com &#124; Where Web Businesses Grow</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-32698</link>
		<dc:creator>Offline Cross-Browser Client-Side Storage for the Web using JavaScript and a little Flash &#124; AddyOsmani.com &#124; Where Web Businesses Grow</dc:creator>
		<pubDate>Thu, 22 Oct 2009 03:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-32698</guid>
		<description>[...] was putting into discovering the best way to achieve offline client-side storage using FireFox’s LocalStorage, HTML5’s local databases and Chrome’s Google Gears. Projects such as PersistJS have tried to [...]</description>
		<content:encoded><![CDATA[<p>[...] was putting into discovering the best way to achieve offline client-side storage using FireFox’s LocalStorage, HTML5’s local databases and Chrome’s Google Gears. Projects such as PersistJS have tried to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bunnyhero dev - Twitter follower tracker</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-15249</link>
		<dc:creator>bunnyhero dev - Twitter follower tracker</dc:creator>
		<pubDate>Sat, 19 Sep 2009 03:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-15249</guid>
		<description>[...] thanks to Twitter&#8217;s handy &#8220;callback&#8221; parameter in JSON responses. I use the localStorage property, supported in some modern browsers, to remember the user&#8217;s follower history. [...]</description>
		<content:encoded><![CDATA[<p>[...] thanks to Twitter&#8217;s handy &#8220;callback&#8221; parameter in JSON responses. I use the localStorage property, supported in some modern browsers, to remember the user&#8217;s follower history. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AMO 5.0.9 Launched! :: The Mozilla Blog</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-13760</link>
		<dc:creator>AMO 5.0.9 Launched! :: The Mozilla Blog</dc:creator>
		<pubDate>Fri, 28 Aug 2009 16:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-13760</guid>
		<description>[...] also added a treat for users of browsers that support localStorage (including Firefox 3.5): recently viewed collections. When browsing through the collection [...]</description>
		<content:encoded><![CDATA[<p>[...] also added a treat for users of browsers that support localStorage (including Firefox 3.5): recently viewed collections. When browsing through the collection [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recommendations, Collections, and Contributions (oh my!) &#171; Mozilla Add-ons Blog</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-13711</link>
		<dc:creator>Recommendations, Collections, and Contributions (oh my!) &#171; Mozilla Add-ons Blog</dc:creator>
		<pubDate>Fri, 28 Aug 2009 07:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-13711</guid>
		<description>[...] also added a treat for users of browsers that support localStorage (including Firefox 3.5): recently viewed collections. When browsing through the collection [...]</description>
		<content:encoded><![CDATA[<p>[...] also added a treat for users of browsers that support localStorage (including Firefox 3.5): recently viewed collections. When browsing through the collection [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 谋智社区 &#187; Blog Archives &#187; 颠覆网络35天 ─ 使用localStorage保存数据</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-5608</link>
		<dc:creator>谋智社区 &#187; Blog Archives &#187; 颠覆网络35天 ─ 使用localStorage保存数据</dc:creator>
		<pubDate>Fri, 14 Aug 2009 04:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-5608</guid>
		<description>[...] 原文地址：saving data with localStorage 系列地址：颠覆网络35天 [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文地址：saving data with localStorage 系列地址：颠覆网络35天 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lrbabe</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-3128</link>
		<dc:creator>lrbabe</dc:creator>
		<pubDate>Sat, 08 Aug 2009 23:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-3128</guid>
		<description>It&#039;s even possible to store images in localStorage by combining the use of drawImage and toDataUrl of a canvas.
There is however a limit size to any localStorage.</description>
		<content:encoded><![CDATA[<p>It&#8217;s even possible to store images in localStorage by combining the use of drawImage and toDataUrl of a canvas.<br />
There is however a limit size to any localStorage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lunter</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-2805</link>
		<dc:creator>lunter</dc:creator>
		<pubDate>Mon, 03 Aug 2009 09:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-2805</guid>
		<description>IE8: Storage.prototype does not work

Storage.prototype.setObject = function(key, value) {
    this.setItem(key, JSON.stringify(value));
}
 
Storage.prototype.getObject = function(key) {
    return JSON.parse(this.getItem(key));
}</description>
		<content:encoded><![CDATA[<p>IE8: Storage.prototype does not work</p>
<p>Storage.prototype.setObject = function(key, value) {<br />
    this.setItem(key, JSON.stringify(value));<br />
}</p>
<p>Storage.prototype.getObject = function(key) {<br />
    return JSON.parse(this.getItem(key));<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saving data with localStorage &#124; the life of a web developer</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-1364</link>
		<dc:creator>saving data with localStorage &#124; the life of a web developer</dc:creator>
		<pubDate>Thu, 02 Jul 2009 11:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-1364</guid>
		<description>[...] Its written by Jeff Balogh, part of the Mozilla web development team Link : http://hacks.mozilla.org/2009/06/localstorage/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Its written by Jeff Balogh, part of the Mozilla web development team Link : <a href="http://hacks.mozilla.org/2009/06/localstorage/" rel="nofollow">http://hacks.mozilla.org/2009/06/localstorage/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Annals of the Homestarmy</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-1070</link>
		<dc:creator>Annals of the Homestarmy</dc:creator>
		<pubDate>Tue, 30 Jun 2009 14:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-1070</guid>
		<description>&lt;strong&gt;Firefox 3.5...&lt;/strong&gt;

Tuesday should see the
release of Firefox 3.5, which has a lot of exciting features I hope to be able to take advantage of from this blog -
including using localStorage to implement
the &quot;Auto-save&quot; feature, which should cut down on a lot of the un-pu...</description>
		<content:encoded><![CDATA[<p><strong>Firefox 3.5&#8230;</strong></p>
<p>Tuesday should see the<br />
release of Firefox 3.5, which has a lot of exciting features I hope to be able to take advantage of from this blog -<br />
including using localStorage to implement<br />
the &#8220;Auto-save&#8221; feature, which should cut down on a lot of the un-pu&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Chiverton</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-1065</link>
		<dc:creator>Tom Chiverton</dc:creator>
		<pubDate>Tue, 30 Jun 2009 13:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-1065</guid>
		<description>&quot;I don’t think this is going to replace cookies&quot;
Nope, esp. as the linked QuirksMode blog post is full of &#039;browser X does Y, but browser A does B, browser W only tells you K&#039; etc. etc.</description>
		<content:encoded><![CDATA[<p>&#8220;I don’t think this is going to replace cookies&#8221;<br />
Nope, esp. as the linked QuirksMode blog post is full of &#8216;browser X does Y, but browser A does B, browser W only tells you K&#8217; etc. etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foobar</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-1020</link>
		<dc:creator>foobar</dc:creator>
		<pubDate>Mon, 29 Jun 2009 18:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-1020</guid>
		<description>Yay more crap on my harddrive. Cookies were bad enough.</description>
		<content:encoded><![CDATA[<p>Yay more crap on my harddrive. Cookies were bad enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bd_</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-1012</link>
		<dc:creator>bd_</dc:creator>
		<pubDate>Mon, 29 Jun 2009 13:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-1012</guid>
		<description>How can the user clear this data? AFAICS, clearing cookies or using the &quot;clear recent history&quot; don&#039;t work...</description>
		<content:encoded><![CDATA[<p>How can the user clear this data? AFAICS, clearing cookies or using the &#8220;clear recent history&#8221; don&#8217;t work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-957</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Sat, 27 Jun 2009 15:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-957</guid>
		<description>Al, I don&#039;t think this is going to replace cookies. Localstorage is exactly that, local. I don&#039;t think it goes back to the server so you couldn&#039;t use it for things like maintaining logins. You&#039;d still need cookies for that. (Though, I guess you could send the localstorage data using XHR but why, when cookies do the job just fine and hold the same data?)</description>
		<content:encoded><![CDATA[<p>Al, I don&#8217;t think this is going to replace cookies. Localstorage is exactly that, local. I don&#8217;t think it goes back to the server so you couldn&#8217;t use it for things like maintaining logins. You&#8217;d still need cookies for that. (Though, I guess you could send the localstorage data using XHR but why, when cookies do the job just fine and hold the same data?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-930</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Fri, 26 Jun 2009 23:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-930</guid>
		<description>Goodbye cookies! (I won&#039;t miss you.)</description>
		<content:encoded><![CDATA[<p>Goodbye cookies! (I won&#8217;t miss you.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theodora Vorbix</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-924</link>
		<dc:creator>Theodora Vorbix</dc:creator>
		<pubDate>Fri, 26 Jun 2009 19:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-924</guid>
		<description>Here, some tests with collections:

http://georgenava.googlepages.com/localstorage.html</description>
		<content:encoded><![CDATA[<p>Here, some tests with collections:</p>
<p><a href="http://georgenava.googlepages.com/localstorage.html" rel="nofollow">http://georgenava.googlepages.com/localstorage.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theodora Vorbix</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-922</link>
		<dc:creator>Theodora Vorbix</dc:creator>
		<pubDate>Fri, 26 Jun 2009 18:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-922</guid>
		<description>I&#039;ve been hacking localStorage for some time and it can completely replace sqlite if only it managed collections natively.

Right now we can save localStorage.user=&quot;john&quot;

It would be cool if we could also save localStorage.user[0] = &quot;jane&quot;

Right now we can not, but with an easy hack it can be done.

I&#039;ve tested it with hundreds of records and it works fine.

Please consider handling collections in localStorage for firefox.next</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been hacking localStorage for some time and it can completely replace sqlite if only it managed collections natively.</p>
<p>Right now we can save localStorage.user=&#8221;john&#8221;</p>
<p>It would be cool if we could also save localStorage.user[0] = &#8220;jane&#8221;</p>
<p>Right now we can not, but with an easy hack it can be done.</p>
<p>I&#8217;ve tested it with hundreds of records and it works fine.</p>
<p>Please consider handling collections in localStorage for firefox.next</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 颠覆网络35天 ─ 使用localStorage保存数据 &#60; MJiA</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-894</link>
		<dc:creator>颠覆网络35天 ─ 使用localStorage保存数据 &#60; MJiA</dc:creator>
		<pubDate>Fri, 26 Jun 2009 06:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-894</guid>
		<description>[...] 原文地址：saving data with localStorage 系列地址：颠覆网络35天 [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文地址：saving data with localStorage 系列地址：颠覆网络35天 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Beltzner</title>
		<link>http://hacks.mozilla.org/2009/06/localstorage/comment-page-1/#comment-889</link>
		<dc:creator>Mike Beltzner</dc:creator>
		<pubDate>Fri, 26 Jun 2009 04:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=889#comment-889</guid>
		<description>Huh. I hadn&#039;t thought of just stringifying/parsing JSON like that. And I bet with native JSON support, that goes pretty darned quickly, doesn&#039;t it?

Awesome post.</description>
		<content:encoded><![CDATA[<p>Huh. I hadn&#8217;t thought of just stringifying/parsing JSON like that. And I bet with native JSON support, that goes pretty darned quickly, doesn&#8217;t it?</p>
<p>Awesome post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
