<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:dtvmedia="http://participatoryculture.org/RSSModules/dtv/1.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Wanted: Massive Local Storage</title>
	<atom:link href="http://softwareas.com/wanted-massive-local-storage/feed" rel="self" type="application/rss+xml" />
	<link>http://softwareas.com/wanted-massive-local-storage</link>
	<description>Mahemoff's Podcast/Blog - Web, Programming, Usability from the Author of 'Ajax Design Patterns' (AjaxPatterns.org)</description>
	<lastBuildDate>Tue, 09 Mar 2010 15:01:13 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Storage and Javascript &#124; BenCrowder.net</title>
		<link>http://softwareas.com/wanted-massive-local-storage/comment-page-1#comment-462044</link>
		<dc:creator>Storage and Javascript &#124; BenCrowder.net</dc:creator>
		<pubDate>Thu, 17 Dec 2009 23:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/wanted-massive-local-storage#comment-462044</guid>
		<description>&lt;p&gt;[...] A post on a retired blog, Outside the Box.   From Software As She&#8217;s Developed, I came across Wanted: Massive Local Storage this morning:  Local storage &#8211; beyond 2KB cookies &#8211; is now a step closer with the [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] A post on a retired blog, Outside the Box.   From Software As She&#8217;s Developed, I came across Wanted: Massive Local Storage this morning:  Local storage &#8211; beyond 2KB cookies &#8211; is now a step closer with the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Neuberg</title>
		<link>http://softwareas.com/wanted-massive-local-storage/comment-page-1#comment-5206</link>
		<dc:creator>Brad Neuberg</dc:creator>
		<pubDate>Thu, 08 Jun 2006 01:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/wanted-massive-local-storage#comment-5206</guid>
		<description>&lt;p&gt;Dave, that is very interesting; I remember testing and finding something similar and getting excited, then I remembered I was loading from a file:// and localhost URL. Have you found the same results from full http:// urls from remote hosts that aren&#039;t trusted? I seem to recall that my data was chopped off after about 60K.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dave, that is very interesting; I remember testing and finding something similar and getting excited, then I remembered I was loading from a file:// and localhost URL. Have you found the same results from full http:// urls from remote hosts that aren&#8217;t trusted? I seem to recall that my data was chopped off after about 60K.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Mahemoff</title>
		<link>http://softwareas.com/wanted-massive-local-storage/comment-page-1#comment-5201</link>
		<dc:creator>Michael Mahemoff</dc:creator>
		<pubDate>Thu, 08 Jun 2006 00:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/wanted-massive-local-storage#comment-5201</guid>
		<description>&lt;p&gt;Thanks for the IE info...I agree these sizes are okay for basic Tiwy-style wiki usage (though not brilliant even for that), but at the same time, it&#039;s still utterly stupid that these limits get set. There should be some sensible defaults, and beyond that, it should be up to the user whether they want to store 100K or 10GB. And in this day and age (ie post-1985), max capacities of 128K-1024K are frankly absurd. Many of us carry 10,000-100,000 times that much in our front pocket. Just what are they trying to protect users from, with limits like that?&lt;/p&gt;

&lt;p&gt;Anyway, the point is not to pick the right value, but to leave it flexible long term. I hope Firefox makes the right choice on that, as the time is right for all this stuff, and an arbitrary capacity will lend FF a big edge.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the IE info&#8230;I agree these sizes are okay for basic Tiwy-style wiki usage (though not brilliant even for that), but at the same time, it&#8217;s still utterly stupid that these limits get set. There should be some sensible defaults, and beyond that, it should be up to the user whether they want to store 100K or 10GB. And in this day and age (ie post-1985), max capacities of 128K-1024K are frankly absurd. Many of us carry 10,000-100,000 times that much in our front pocket. Just what are they trying to protect users from, with limits like that?</p>
<p>Anyway, the point is not to pick the right value, but to leave it flexible long term. I hope Firefox makes the right choice on that, as the time is right for all this stuff, and an arbitrary capacity will lend FF a big edge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Johnson</title>
		<link>http://softwareas.com/wanted-massive-local-storage/comment-page-1#comment-5200</link>
		<dc:creator>Dave Johnson</dc:creator>
		<pubDate>Wed, 07 Jun 2006 23:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/wanted-massive-local-storage#comment-5200</guid>
		<description>&lt;p&gt;In practice, the max storage in IE using the userData behaviour is not limited to the amount they state on MSDN which is:&lt;/p&gt;

&lt;p&gt;Security Zone - Doc Limit (KB) - Domain Limit (KB)
Local Machine&lt;strong&gt;&lt;em&gt;128&lt;/em&gt;&lt;/strong&gt;__1024
Intranet________512_____10240
Trusted Sites&lt;strong&gt;&lt;em&gt;128&lt;/em&gt;&lt;/strong&gt;__1024
Internet________128_____1024
Restricted______64______640&lt;/p&gt;

&lt;p&gt;We have stored a very large amount of data using userData with no sign of a limit - that was IE 5.5 I think though too. It would seem that Brad has found otherwise.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In practice, the max storage in IE using the userData behaviour is not limited to the amount they state on MSDN which is:</p>
<p>Security Zone &#8211; Doc Limit (KB) &#8211; Domain Limit (KB)<br />
Local Machine<strong><em>128</em></strong>__1024<br />
Intranet________512_____10240<br />
Trusted Sites<strong><em>128</em></strong>__1024<br />
Internet________128_____1024<br />
Restricted______64______640</p>
<p>We have stored a very large amount of data using userData with no sign of a limit &#8211; that was IE 5.5 I think though too. It would seem that Brad has found otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexei</title>
		<link>http://softwareas.com/wanted-massive-local-storage/comment-page-1#comment-5197</link>
		<dc:creator>Alexei</dc:creator>
		<pubDate>Wed, 07 Jun 2006 22:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/wanted-massive-local-storage#comment-5197</guid>
		<description>&lt;p&gt;&#039;640k should be enough for anyone&#039; - billy goat&lt;/p&gt;

&lt;p&gt;Should that be 100k?&lt;/p&gt;

&lt;p&gt;I dont see any problem with taking a custom approach for each browser. Firefox 2 will have local storage (which I would prefer to use over the flash storage) and IE has 60K.&lt;/p&gt;

&lt;p&gt;If you are able to, and you&#039;re conservative about it, you should be able to just store the diff, or the changes between the original document and the edited one in local storage. This can make 60k seem like a lot of space. For a lot of use cases (like working on a web app from an airplane etc) this should be fine for a couple hours of work. You can always abstract the storage stuff out of the javascript and use the 100k from flash in addition to the 60k local storage.. lots of ways to approach it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8216;640k should be enough for anyone&#8217; &#8211; billy goat</p>
<p>Should that be 100k?</p>
<p>I dont see any problem with taking a custom approach for each browser. Firefox 2 will have local storage (which I would prefer to use over the flash storage) and IE has 60K.</p>
<p>If you are able to, and you&#8217;re conservative about it, you should be able to just store the diff, or the changes between the original document and the edited one in local storage. This can make 60k seem like a lot of space. For a lot of use cases (like working on a web app from an airplane etc) this should be fine for a couple hours of work. You can always abstract the storage stuff out of the javascript and use the 100k from flash in addition to the 60k local storage.. lots of ways to approach it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Neuberg</title>
		<link>http://softwareas.com/wanted-massive-local-storage/comment-page-1#comment-5191</link>
		<dc:creator>Brad Neuberg</dc:creator>
		<pubDate>Wed, 07 Jun 2006 16:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/wanted-massive-local-storage#comment-5191</guid>
		<description>&lt;p&gt;IE&#039;s proprietary storage tops out at 60k, and only supports text and xml.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>IE&#8217;s proprietary storage tops out at 60k, and only supports text and xml.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Outside the Box &#187; Blog Archive &#187; Storage and Javascript</title>
		<link>http://softwareas.com/wanted-massive-local-storage/comment-page-1#comment-5189</link>
		<dc:creator>Outside the Box &#187; Blog Archive &#187; Storage and Javascript</dc:creator>
		<pubDate>Wed, 07 Jun 2006 14:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/wanted-massive-local-storage#comment-5189</guid>
		<description>&lt;p&gt;[...] From Software As She&#8217;s Developed, I came across Wanted: Massive Local Storage this morning:  Local storage - beyond 2KB cookies - is now a step closer with the latest Firefox effort&#8230;. The fantastic thing is Brad Neuberg&#8217;s Dojo work means we can code independently of the local storage mechanism. Since IE also has local storage, as well as Flash, most bases are covered, or soon will be: Anyone with EITHER IE or Firefox or Flash will have local storage. (Incidentally, we had a discussion in the comments on Ajaxian about the possibility of S3 and other remote bindings as well, which I&#8217;m guessing Brad will implement at some point.) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] From Software As She&#8217;s Developed, I came across Wanted: Massive Local Storage this morning:  Local storage &#8211; beyond 2KB cookies &#8211; is now a step closer with the latest Firefox effort&#8230;. The fantastic thing is Brad Neuberg&#8217;s Dojo work means we can code independently of the local storage mechanism. Since IE also has local storage, as well as Flash, most bases are covered, or soon will be: Anyone with EITHER IE or Firefox or Flash will have local storage. (Incidentally, we had a discussion in the comments on Ajaxian about the possibility of S3 and other remote bindings as well, which I&#8217;m guessing Brad will implement at some point.) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahemoff</title>
		<link>http://softwareas.com/wanted-massive-local-storage/comment-page-1#comment-5183</link>
		<dc:creator>mahemoff</dc:creator>
		<pubDate>Wed, 07 Jun 2006 08:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/wanted-massive-local-storage#comment-5183</guid>
		<description>&lt;p&gt;Julien, &lt;/p&gt;

&lt;p&gt;&quot;but it’s kinda hacky and it’s not supported in IE.&quot;&lt;/p&gt;

&lt;p&gt;kinda hacky = What&#039;s new :-)
not supported in IE = Ideally it would work in IE, but at least in my example, it&#039;s only the lack of caching that IE users would suffer.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Julien, </p>
<p>&#8220;but it’s kinda hacky and it’s not supported in IE.&#8221;</p>
<p>kinda hacky = What&#8217;s new <img src='http://softwareas.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
not supported in IE = Ideally it would work in IE, but at least in my example, it&#8217;s only the lack of caching that IE users would suffer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Iskold</title>
		<link>http://softwareas.com/wanted-massive-local-storage/comment-page-1#comment-5181</link>
		<dc:creator>Alex Iskold</dc:creator>
		<pubDate>Wed, 07 Jun 2006 05:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/wanted-massive-local-storage#comment-5181</guid>
		<description>&lt;p&gt;You can actually use Mozilla API to write to local file system already. You either need to have a signed JavaScript or be part of an extension.&lt;/p&gt;

&lt;p&gt;Alex
http://www.adaptiveblue.com&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You can actually use Mozilla API to write to local file system already. You either need to have a signed JavaScript or be part of an extension.</p>
<p>Alex<br />
<a href="http://www.adaptiveblue.com" rel="nofollow">http://www.adaptiveblue.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien Couvreur</title>
		<link>http://softwareas.com/wanted-massive-local-storage/comment-page-1#comment-5176</link>
		<dc:creator>Julien Couvreur</dc:creator>
		<pubDate>Wed, 07 Jun 2006 00:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/wanted-massive-local-storage#comment-5176</guid>
		<description>&lt;p&gt;in Flash, the settings are: 10K, 100K (default), 1MB, 100MB and unlimited, based on user consent (beyond the default).&lt;/p&gt;

&lt;p&gt;You can see it at:
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html&lt;/p&gt;

&lt;p&gt;So I don&#039;t see the size as the major roadblock (yet). I&#039;d rather see better and richer APIs, and using a shared store and APIs between browsers.&lt;/p&gt;

&lt;p&gt;Also, even if you stored some media (say, some cached mp3) in the client-side storage, there is no good way to address it to play it in the browser. In Firefox, you could use &quot;data:&quot; urls, but it&#039;s kinda hacky and it&#039;s not supported in IE.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>in Flash, the settings are: 10K, 100K (default), 1MB, 100MB and unlimited, based on user consent (beyond the default).</p>
<p>You can see it at:<br />
<a href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html" rel="nofollow">http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html</a></p>
<p>So I don&#8217;t see the size as the major roadblock (yet). I&#8217;d rather see better and richer APIs, and using a shared store and APIs between browsers.</p>
<p>Also, even if you stored some media (say, some cached mp3) in the client-side storage, there is no good way to address it to play it in the browser. In Firefox, you could use &#8220;data:&#8221; urls, but it&#8217;s kinda hacky and it&#8217;s not supported in IE.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
