<?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: Storing data localy with JavaScript</title>
	<atom:link href="http://sameshirteveryday.com/2007/06/02/storing-data-localy-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://sameshirteveryday.com/2007/06/02/storing-data-localy-with-javascript/</link>
	<description>Personal blog of the one called Alex Gorbatchev, from Toronto, Canada.</description>
	<lastBuildDate>Sat, 15 May 2010 23:53:58 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luke Brown</title>
		<link>http://sameshirteveryday.com/2007/06/02/storing-data-localy-with-javascript/comment-page-1/#comment-4152</link>
		<dc:creator>Luke Brown</dc:creator>
		<pubDate>Wed, 26 Nov 2008 20:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/06/02/storing-data-localy-with-javascript/#comment-4152</guid>
		<description>I like your LockBox storage solution but ... I have found a big problem with Firefox 3. The line

storage = globalStorage[location.hostname];   

results in a security exception when the application is NOT launched through a web server but instead I simply doubleclick on a local file. Of course location.hostname is an empty string in my case. Any idea what should be used instead of location.hostname? I have tried &#039;localdomain&#039;, &#039;localhost.localdomain&#039;, path to my htm file, folder name of my htm file - nothing works and I always get a security exception (I placed try/catch block around the assignment). Please help.</description>
		<content:encoded><![CDATA[<p>I like your LockBox storage solution but &#8230; I have found a big problem with Firefox 3. The line</p>
<p>storage = globalStorage[location.hostname];   </p>
<p>results in a security exception when the application is NOT launched through a web server but instead I simply doubleclick on a local file. Of course location.hostname is an empty string in my case. Any idea what should be used instead of location.hostname? I have tried &#8216;localdomain&#8217;, &#8216;localhost.localdomain&#8217;, path to my htm file, folder name of my htm file &#8211; nothing works and I always get a security exception (I placed try/catch block around the assignment). Please help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
