<?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: Working with HTML5 localStorage()</title>
	<atom:link href="http://html5tutorial.net/tutorials/working-with-html5-localstorage.html/feed" rel="self" type="application/rss+xml" />
	<link>http://html5tutorial.net/tutorials/working-with-html5-localstorage.html</link>
	<description>Tutorials, Tips &#38; News for the Designer</description>
	<lastBuildDate>Tue, 17 Jan 2012 06:00:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Sunny</title>
		<link>http://html5tutorial.net/tutorials/working-with-html5-localstorage.html/comment-page-1#comment-1187</link>
		<dc:creator>Sunny</dc:creator>
		<pubDate>Tue, 17 Jan 2012 06:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://html5tutorial.net/?p=397#comment-1187</guid>
		<description>Hello ,
          i am using local storage for saving and retrieving .i want to get all data which i am saving though my app in one go.i.e i need a single retrieve function to retrieve all my saved data ...How can i achieve this ..</description>
		<content:encoded><![CDATA[<p>Hello ,<br />
          i am using local storage for saving and retrieving .i want to get all data which i am saving though my app in one go.i.e i need a single retrieve function to retrieve all my saved data &#8230;How can i achieve this ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://html5tutorial.net/tutorials/working-with-html5-localstorage.html/comment-page-1#comment-1135</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 20 Nov 2011 05:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://html5tutorial.net/?p=397#comment-1135</guid>
		<description>@Dennis:

I am not exactly sure because I am fairly new to JavaScript but I believe if you write your JavaScript in what is know as a &quot;Revealing Module Pattern&quot; you can have public variables and methods and private variables and methods. Anything that is public is what someone will be able to see using any tool. The private methods and variables are hidden and not accessible by the end user and all thats available to them is the public info. I hope this helps you out. The sources for articles is limited but if you Google &quot;Revealing Module Pattern&quot; it might shed some more light. I am currently using this pattern for college right now.</description>
		<content:encoded><![CDATA[<p>@Dennis:</p>
<p>I am not exactly sure because I am fairly new to JavaScript but I believe if you write your JavaScript in what is know as a &#8220;Revealing Module Pattern&#8221; you can have public variables and methods and private variables and methods. Anything that is public is what someone will be able to see using any tool. The private methods and variables are hidden and not accessible by the end user and all thats available to them is the public info. I hope this helps you out. The sources for articles is limited but if you Google &#8220;Revealing Module Pattern&#8221; it might shed some more light. I am currently using this pattern for college right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://html5tutorial.net/tutorials/working-with-html5-localstorage.html/comment-page-1#comment-1045</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Fri, 29 Jul 2011 10:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://html5tutorial.net/?p=397#comment-1045</guid>
		<description>@Bennie, where as cookies are passed in the http headers of each request/response the localstorage never leaves the local machine and as such server side technology can not touch it.
you would need to set up some kind of client server model, ideally Ajax/Ajaj that allows the javascript running on the client to talk to the server</description>
		<content:encoded><![CDATA[<p>@Bennie, where as cookies are passed in the http headers of each request/response the localstorage never leaves the local machine and as such server side technology can not touch it.<br />
you would need to set up some kind of client server model, ideally Ajax/Ajaj that allows the javascript running on the client to talk to the server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bennie</title>
		<link>http://html5tutorial.net/tutorials/working-with-html5-localstorage.html/comment-page-1#comment-1019</link>
		<dc:creator>Bennie</dc:creator>
		<pubDate>Sat, 02 Jul 2011 10:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://html5tutorial.net/?p=397#comment-1019</guid>
		<description>Hi

Can anyone give me an idea on how to use localstorage with asp.net

I want to save an asp.net variable to localstorage and retrieve it on another page in code behind. All examples shows on how to do this on an JavaScript onclick event.
I need to do this in a .net function.

Any help will be highly appreciated.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Can anyone give me an idea on how to use localstorage with asp.net</p>
<p>I want to save an asp.net variable to localstorage and retrieve it on another page in code behind. All examples shows on how to do this on an JavaScript onclick event.<br />
I need to do this in a .net function.</p>
<p>Any help will be highly appreciated.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriel</title>
		<link>http://html5tutorial.net/tutorials/working-with-html5-localstorage.html/comment-page-1#comment-960</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Fri, 06 May 2011 15:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://html5tutorial.net/?p=397#comment-960</guid>
		<description>Can the database with localStorage() be saved to the Users computer/device (like in a cookie, txt file, etc.) and called at a different time during a different browser session?

Thanks for the Article!</description>
		<content:encoded><![CDATA[<p>Can the database with localStorage() be saved to the Users computer/device (like in a cookie, txt file, etc.) and called at a different time during a different browser session?</p>
<p>Thanks for the Article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wily_codger</title>
		<link>http://html5tutorial.net/tutorials/working-with-html5-localstorage.html/comment-page-1#comment-949</link>
		<dc:creator>wily_codger</dc:creator>
		<pubDate>Tue, 26 Apr 2011 21:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://html5tutorial.net/?p=397#comment-949</guid>
		<description>TheDoctor -- yes, 5MB/origin</description>
		<content:encoded><![CDATA[<p>TheDoctor &#8212; yes, 5MB/origin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheDoctor</title>
		<link>http://html5tutorial.net/tutorials/working-with-html5-localstorage.html/comment-page-1#comment-897</link>
		<dc:creator>TheDoctor</dc:creator>
		<pubDate>Sun, 13 Feb 2011 18:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://html5tutorial.net/?p=397#comment-897</guid>
		<description>I just wondered, are there limitations on how much data can be saved under one name?

Thanks.</description>
		<content:encoded><![CDATA[<p>I just wondered, are there limitations on how much data can be saved under one name?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Fleeting</title>
		<link>http://html5tutorial.net/tutorials/working-with-html5-localstorage.html/comment-page-1#comment-892</link>
		<dc:creator>James Fleeting</dc:creator>
		<pubDate>Tue, 08 Feb 2011 21:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://html5tutorial.net/?p=397#comment-892</guid>
		<description>@wingdragon: Users are able to remove localStorage themselves. It can be done via the browsers Developer Tools as well as from clearing site data from the browser. Although most users wouldn&#039;t delete the localStorage for a site they technically can if wanted to, much the same as Cookies.</description>
		<content:encoded><![CDATA[<p>@wingdragon: Users are able to remove localStorage themselves. It can be done via the browsers Developer Tools as well as from clearing site data from the browser. Although most users wouldn&#8217;t delete the localStorage for a site they technically can if wanted to, much the same as Cookies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillermo</title>
		<link>http://html5tutorial.net/tutorials/working-with-html5-localstorage.html/comment-page-1#comment-864</link>
		<dc:creator>Guillermo</dc:creator>
		<pubDate>Sun, 16 Jan 2011 21:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://html5tutorial.net/?p=397#comment-864</guid>
		<description>wingdragon, you are able to remove the storage using a web inspector such as the Safari&#039;s one.

Best,

Guillermo.</description>
		<content:encoded><![CDATA[<p>wingdragon, you are able to remove the storage using a web inspector such as the Safari&#8217;s one.</p>
<p>Best,</p>
<p>Guillermo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wingdragon</title>
		<link>http://html5tutorial.net/tutorials/working-with-html5-localstorage.html/comment-page-1#comment-839</link>
		<dc:creator>wingdragon</dc:creator>
		<pubDate>Mon, 20 Dec 2010 01:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://html5tutorial.net/?p=397#comment-839</guid>
		<description>How long will the storage been kept? Can users remove the storage themself on client-side? Thanks.</description>
		<content:encoded><![CDATA[<p>How long will the storage been kept? Can users remove the storage themself on client-side? Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

