<?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: Don&#8217;t use Cookies</title>
	<atom:link href="http://jensarps.de/2010/04/10/dont-use-cookies-use-localstorage/feed/" rel="self" type="application/rss+xml" />
	<link>http://jensarps.de/2010/04/10/dont-use-cookies-use-localstorage/</link>
	<description></description>
	<lastBuildDate>Mon, 12 Dec 2011 03:01:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jens Arps</title>
		<link>http://jensarps.de/2010/04/10/dont-use-cookies-use-localstorage/comment-page-1/#comment-3183</link>
		<dc:creator>Jens Arps</dc:creator>
		<pubDate>Thu, 23 Sep 2010 10:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://jensarps.de/?p=216#comment-3183</guid>
		<description>&lt;a href=&quot;#comment-3031&quot; rel=&quot;nofollow&quot;&gt;@Mathias Bynens&lt;/a&gt; 

Thanks for the pointer :) True, read and write actions via dot notation work fine in all browsers supporting localStorage, and advising against it might be a little too strong. Still I can&#039;t find the IDL that describes this, and, what&#039;s more important, using dot notation might leave the impression that localStorage is just an object like any other – but it isn&#039;t.

So just for the sake of clarity and code readability, I&#039;d still go for the &quot;API&quot; methods :)</description>
		<content:encoded><![CDATA[<p><a href="#comment-3031" rel="nofollow">@Mathias Bynens</a> </p>
<p>Thanks for the pointer <img src='http://jensarps.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  True, read and write actions via dot notation work fine in all browsers supporting localStorage, and advising against it might be a little too strong. Still I can&#8217;t find the IDL that describes this, and, what&#8217;s more important, using dot notation might leave the impression that localStorage is just an object like any other – but it isn&#8217;t.</p>
<p>So just for the sake of clarity and code readability, I&#8217;d still go for the &#8220;API&#8221; methods <img src='http://jensarps.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias Bynens</title>
		<link>http://jensarps.de/2010/04/10/dont-use-cookies-use-localstorage/comment-page-1/#comment-3031</link>
		<dc:creator>Mathias Bynens</dc:creator>
		<pubDate>Mon, 13 Sep 2010 08:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://jensarps.de/?p=216#comment-3031</guid>
		<description>&lt;blockquote&gt;
 There is another method to retrieve a value, but as this not documented (at least I didn’t find anything about it), I do not recommend it:
 &lt;code&gt;var value = localStorage.key;&lt;/code&gt;
&lt;/blockquote&gt;

According to Anne van Kesteren, there&#039;s nothing wrong with that technique and it&#039;s okay to use it. No need to advise against it :) http://krijnhoetmer.nl/irc-logs/whatwg/20100913#l-181</description>
		<content:encoded><![CDATA[<blockquote><p>
 There is another method to retrieve a value, but as this not documented (at least I didn’t find anything about it), I do not recommend it:<br />
 <code>var value = localStorage.key;</code>
</p></blockquote>
<p>According to Anne van Kesteren, there&#8217;s nothing wrong with that technique and it&#8217;s okay to use it. No need to advise against it <img src='http://jensarps.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://krijnhoetmer.nl/irc-logs/whatwg/20100913#l-181" rel="nofollow">http://krijnhoetmer.nl/irc-logs/whatwg/20100913#l-181</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cookies sind von Gestern. Was nun? &#124; Server in den Wolken</title>
		<link>http://jensarps.de/2010/04/10/dont-use-cookies-use-localstorage/comment-page-1/#comment-1272</link>
		<dc:creator>Cookies sind von Gestern. Was nun? &#124; Server in den Wolken</dc:creator>
		<pubDate>Tue, 27 Apr 2010 20:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://jensarps.de/?p=216#comment-1272</guid>
		<description>[...] Don&#8217;t use Cookies! [...]</description>
		<content:encoded><![CDATA[<p>[...] Don&#8217;t use Cookies! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets die Don’t use Cookies &#124; Jens Arps erwähnt -- Topsy.com</title>
		<link>http://jensarps.de/2010/04/10/dont-use-cookies-use-localstorage/comment-page-1/#comment-1043</link>
		<dc:creator>Tweets die Don’t use Cookies &#124; Jens Arps erwähnt -- Topsy.com</dc:creator>
		<pubDate>Sat, 10 Apr 2010 21:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://jensarps.de/?p=216#comment-1043</guid>
		<description>[...] Dieser Eintrag wurde auf Twitter von Ralph Schäfer, Jens Arps erwähnt. Jens Arps sagte: New blog post: Don&#039;t use Cookies! – A guide to localStorage. #persistence #localStorage http://bit.ly/brpLFc [...]</description>
		<content:encoded><![CDATA[<p>[...] Dieser Eintrag wurde auf Twitter von Ralph Schäfer, Jens Arps erwähnt. Jens Arps sagte: New blog post: Don&#39;t use Cookies! – A guide to localStorage. #persistence #localStorage <a href="http://bit.ly/brpLFc" rel="nofollow">http://bit.ly/brpLFc</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

