<?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: jQuery localStorage plugin (alpha)</title>
	<atom:link href="/2010/02/26/jquery-localstorage-plugin-alpha/feed/" rel="self" type="application/rss+xml" />
	<link>/2010/02/26/jquery-localstorage-plugin-alpha/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: David</title>
		<link>/2010/02/26/jquery-localstorage-plugin-alpha/comment-page-1/#comment-14424</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Fri, 09 Sep 2011 16:16:16 +0000</pubDate>
		<guid isPermaLink="false">/?p=1150#comment-14424</guid>
		<description><![CDATA[For those having problems with it (can&#039;t check as haven&#039;t got linux) I may have an answer, if not a solution. With firefox 3.6+ if you try to use localStorage from a local file (file:/// etc) due to firefox security settings the data won&#039;t persist.
The page needs to be served over http:// for it to work.]]></description>
		<content:encoded><![CDATA[<p>For those having problems with it (can&#8217;t check as haven&#8217;t got linux) I may have an answer, if not a solution. With firefox 3.6+ if you try to use localStorage from a local file (file:/// etc) due to firefox security settings the data won&#8217;t persist.<br />
The page needs to be served over http:// for it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hunter</title>
		<link>/2010/02/26/jquery-localstorage-plugin-alpha/comment-page-1/#comment-14187</link>
		<dc:creator><![CDATA[John Hunter]]></dc:creator>
		<pubDate>Tue, 15 Feb 2011 08:24:49 +0000</pubDate>
		<guid isPermaLink="false">/?p=1150#comment-14187</guid>
		<description><![CDATA[Nice wrapper to localStorage. I&#039;ve taken this pretty much as is and decoupled it from jQuery - appropriate attribution included.

It works on current versions of Firefox, Chrome, Safari, Opera on OS X (over file: and http:).

You can find the decoupled version (localstore.js) on GitHub along with JQunit tests you can run on other platforms.
https://github.com/johnhunter/netcache

Thanks,
John.]]></description>
		<content:encoded><![CDATA[<p>Nice wrapper to localStorage. I&#8217;ve taken this pretty much as is and decoupled it from jQuery &#8211; appropriate attribution included.</p>
<p>It works on current versions of Firefox, Chrome, Safari, Opera on OS X (over file: and http:).</p>
<p>You can find the decoupled version (localstore.js) on GitHub along with JQunit tests you can run on other platforms.<br />
<a href="https://github.com/johnhunter/netcache" rel="nofollow">https://github.com/johnhunter/netcache</a></p>
<p>Thanks,<br />
John.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oskar Austegard</title>
		<link>/2010/02/26/jquery-localstorage-plugin-alpha/comment-page-1/#comment-13472</link>
		<dc:creator><![CDATA[Oskar Austegard]]></dc:creator>
		<pubDate>Tue, 09 Nov 2010 22:26:15 +0000</pubDate>
		<guid isPermaLink="false">/?p=1150#comment-13472</guid>
		<description><![CDATA[For anyone trying to copy and paste the code from above, note that there is an escaped greater than sign on line 27 which may wreak havoc...]]></description>
		<content:encoded><![CDATA[<p>For anyone trying to copy and paste the code from above, note that there is an escaped greater than sign on line 27 which may wreak havoc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoimen</title>
		<link>/2010/02/26/jquery-localstorage-plugin-alpha/comment-page-1/#comment-13209</link>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
		<pubDate>Tue, 29 Jun 2010 10:18:13 +0000</pubDate>
		<guid isPermaLink="false">/?p=1150#comment-13209</guid>
		<description><![CDATA[Well if the browser supports it - I&#039;ve to check my code :)]]></description>
		<content:encoded><![CDATA[<p>Well if the browser supports it &#8211; I&#8217;ve to check my code 🙂</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Komarov</title>
		<link>/2010/02/26/jquery-localstorage-plugin-alpha/comment-page-1/#comment-13208</link>
		<dc:creator><![CDATA[Vladimir Komarov]]></dc:creator>
		<pubDate>Tue, 29 Jun 2010 10:06:56 +0000</pubDate>
		<guid isPermaLink="false">/?p=1150#comment-13208</guid>
		<description><![CDATA[I&#039;ll test it later on Win. And no, this version of FF supports localStorage - if I run the code exactly how it is in console I have this &quot;dynamic&quot;.. I check it without plugin, with native localSorage.set/getItem methods and key/value is there, but when I refresh the page getItem return false (plugin) or null (native).]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ll test it later on Win. And no, this version of FF supports localStorage &#8211; if I run the code exactly how it is in console I have this &#8220;dynamic&#8221;.. I check it without plugin, with native localSorage.set/getItem methods and key/value is there, but when I refresh the page getItem return false (plugin) or null (native).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoimen</title>
		<link>/2010/02/26/jquery-localstorage-plugin-alpha/comment-page-1/#comment-13207</link>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
		<pubDate>Tue, 29 Jun 2010 10:02:57 +0000</pubDate>
		<guid isPermaLink="false">/?p=1150#comment-13207</guid>
		<description><![CDATA[It is possible that your browser doesn&#039;t support this HTML5 feature. For sure there are differences between Linux versions of FF and other OS versions! However that doesn&#039;t mean that you cannot use that code - it will be not executed in you browser and you&#039;ll get the same effect as before installing it, but will be faster on other machines (browsers) with localStorage support.]]></description>
		<content:encoded><![CDATA[<p>It is possible that your browser doesn&#8217;t support this HTML5 feature. For sure there are differences between Linux versions of FF and other OS versions! However that doesn&#8217;t mean that you cannot use that code &#8211; it will be not executed in you browser and you&#8217;ll get the same effect as before installing it, but will be faster on other machines (browsers) with localStorage support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Komarov</title>
		<link>/2010/02/26/jquery-localstorage-plugin-alpha/comment-page-1/#comment-13206</link>
		<dc:creator><![CDATA[Vladimir Komarov]]></dc:creator>
		<pubDate>Tue, 29 Jun 2010 09:57:34 +0000</pubDate>
		<guid isPermaLink="false">/?p=1150#comment-13206</guid>
		<description><![CDATA[Unfortunately, it doesn&#039;t work for me, it doesn&#039;t keep anything - I&#039;ve just removed the line with &#039;setItem&#039; method after the first run and at the second, &#039;getItem&#039; method return &#039;false&#039;. Sth is wrong maybe or it&#039;s because of my browser - Firefox 3.6.3 / Ubuntu 9.0.4?]]></description>
		<content:encoded><![CDATA[<p>Unfortunately, it doesn&#8217;t work for me, it doesn&#8217;t keep anything &#8211; I&#8217;ve just removed the line with &#8216;setItem&#8217; method after the first run and at the second, &#8216;getItem&#8217; method return &#8216;false&#8217;. Sth is wrong maybe or it&#8217;s because of my browser &#8211; Firefox 3.6.3 / Ubuntu 9.0.4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adele</title>
		<link>/2010/02/26/jquery-localstorage-plugin-alpha/comment-page-1/#comment-12561</link>
		<dc:creator><![CDATA[adele]]></dc:creator>
		<pubDate>Fri, 12 Mar 2010 11:22:09 +0000</pubDate>
		<guid isPermaLink="false">/?p=1150#comment-12561</guid>
		<description><![CDATA[Merci beaucoup!]]></description>
		<content:encoded><![CDATA[<p>Merci beaucoup!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
