<?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"
	>
<channel>
	<title>Comments on: Store large data client-side with AMASS</title>
	<atom:link href="http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<pubDate>Tue, 02 Dec 2008 01:40:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Mark Chipman</title>
		<link>http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-12696</link>
		<dc:creator>Mark Chipman</dc:creator>
		<pubDate>Sat, 14 Jan 2006 07:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-12696</guid>
		<description>Almost everyone here doesn't see the forest through the trees... the HUGE advantages that this capability offers were previously mentioned:

1.  Saving LARGE sized javascript locally on your machine, so that on repeated visits, you don't have to re-download the script... result is faster websites.

2.  Cookies always travel back and forth on EVERY post/request... so saving content in cookies (especially large cookies) is very very bad!

Using AMASS could be conditionalized in code so that only browsers supporting Flash (installed) and viable for that platform (i.e. doesn't work on Macs) would be ones to load-up AMASS and check if their is any javascript code that has been cached locally.  Version checking could easily be done by flagging the stored code with an identifier, which could be used to see if a newer version of the javascript is available on the server... if their isn't the code in the AMASS cache, then the required javascript could then be downloaded on the fly.

All in all, AMASS sound very interesting and valuable to me... since I'm all about the speed of my websites.

-Mark Chipman</description>
		<content:encoded><![CDATA[<p>Almost everyone here doesn&#8217;t see the forest through the trees&#8230; the HUGE advantages that this capability offers were previously mentioned:</p>
<p>1.  Saving LARGE sized javascript locally on your machine, so that on repeated visits, you don&#8217;t have to re-download the script&#8230; result is faster websites.</p>
<p>2.  Cookies always travel back and forth on EVERY post/request&#8230; so saving content in cookies (especially large cookies) is very very bad!</p>
<p>Using AMASS could be conditionalized in code so that only browsers supporting Flash (installed) and viable for that platform (i.e. doesn&#8217;t work on Macs) would be ones to load-up AMASS and check if their is any javascript code that has been cached locally.  Version checking could easily be done by flagging the stored code with an identifier, which could be used to see if a newer version of the javascript is available on the server&#8230; if their isn&#8217;t the code in the AMASS cache, then the required javascript could then be downloaded on the fly.</p>
<p>All in all, AMASS sound very interesting and valuable to me&#8230; since I&#8217;m all about the speed of my websites.</p>
<p>-Mark Chipman</p>]]></content:encoded>
	</item>
	<item>
		<title>By: why server-side beats it</title>
		<link>http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-12416</link>
		<dc:creator>why server-side beats it</dc:creator>
		<pubDate>Wed, 04 Jan 2006 14:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-12416</guid>
		<description>I was writing my mail at work, but did not finish it.
Come home, picked up my draft and continued to work on it.
That's gmail. That's server-side.</description>
		<content:encoded><![CDATA[<p>I was writing my mail at work, but did not finish it.<br />
Come home, picked up my draft and continued to work on it.<br />
That&#8217;s gmail. That&#8217;s server-side.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Theodor Zoulias</title>
		<link>http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-10478</link>
		<dc:creator>Theodor Zoulias</dc:creator>
		<pubDate>Fri, 04 Nov 2005 01:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-10478</guid>
		<description>Storing a large amount of data in cookies is generally a bad idea, as they will travel back to server for each and every request.</description>
		<content:encoded><![CDATA[<p>Storing a large amount of data in cookies is generally a bad idea, as they will travel back to server for each and every request.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Magic8Ball</title>
		<link>http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-10342</link>
		<dc:creator>Magic8Ball</dc:creator>
		<pubDate>Sun, 30 Oct 2005 19:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-10342</guid>
		<description>I'm not certain I like the dependence on flash !!!!  in fact this dependence terrifies me</description>
		<content:encoded><![CDATA[<p>I&#8217;m not certain I like the dependence on flash !!!!  in fact this dependence terrifies me</p>]]></content:encoded>
	</item>
	<item>
		<title>By: SitePoint Blogs &#187; Bookmarks and back button history for AJAX apps</title>
		<link>http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-10304</link>
		<dc:creator>SitePoint Blogs &#187; Bookmarks and back button history for AJAX apps</dc:creator>
		<pubDate>Fri, 28 Oct 2005 07:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-10304</guid>
		<description>[...] Now, from the same clever monkey developing the AMASS client-side data storage system I mentioned previously, comes a very promising partial solution to these issues. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Now, from the same clever monkey developing the AMASS client-side data storage system I mentioned previously, comes a very promising partial solution to these issues. [&#8230;]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: AJAX &#187; Store large data client-side with AJAX MAss Storage System</title>
		<link>http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-10181</link>
		<dc:creator>AJAX &#187; Store large data client-side with AJAX MAss Storage System</dc:creator>
		<pubDate>Tue, 25 Oct 2005 14:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-10181</guid>
		<description>[...] Kevin writes &#8220;The AJAX MAss Storage System (AMASS) is a clever blend of JavaScript and Flash that doesn’t actually have anything to do with AJAX—except that it will help decrease the amount of AJAX you have to use to produce Web applications with rich user interfaces that behave like desktop apps. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Kevin writes &#8220;The AJAX MAss Storage System (AMASS) is a clever blend of JavaScript and Flash that doesn’t actually have anything to do with AJAX—except that it will help decrease the amount of AJAX you have to use to produce Web applications with rich user interfaces that behave like desktop apps. [&#8230;]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: neodur</title>
		<link>http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-10179</link>
		<dc:creator>neodur</dc:creator>
		<pubDate>Tue, 25 Oct 2005 14:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-10179</guid>
		<description>If Gmail doesn't need local storage, then I can't really justify any other web-app needing such a feature.</description>
		<content:encoded><![CDATA[<p>If Gmail doesn&#8217;t need local storage, then I can&#8217;t really justify any other web-app needing such a feature.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: SkyrocketConceptsBlog &#187; Blog Archive &#187; Catfish Ad van sitepoint ontleed</title>
		<link>http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-10129</link>
		<dc:creator>SkyrocketConceptsBlog &#187; Blog Archive &#187; Catfish Ad van sitepoint ontleed</dc:creator>
		<pubDate>Sun, 23 Oct 2005 11:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-10129</guid>
		<description>[...] De Catfish banner op Sitepoint is iets wat me reeds lang in bekoring heeft gebracht. Ik denk dat ik wel tig-keren naar de broncode heb gekeken maar het is niet zo simpel om te achterhalen waarvoor welke CSS hack dient en welke CSS bij de catfish banner hoort. Blijkbaar was ik niet de enige die aandrong bij Sitepoint om wat uitleg te geven bij deze coole banner dus heeft Alex Walker in zijn Sitepoint dhtml-css Blog twee posts gemaakt waarin hij uitlegt hoe dit prachtig stuk design en coding tot stand is gekomen. Zeer interessant &#8230; zeker lezen! [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] De Catfish banner op Sitepoint is iets wat me reeds lang in bekoring heeft gebracht. Ik denk dat ik wel tig-keren naar de broncode heb gekeken maar het is niet zo simpel om te achterhalen waarvoor welke CSS hack dient en welke CSS bij de catfish banner hoort. Blijkbaar was ik niet de enige die aandrong bij Sitepoint om wat uitleg te geven bij deze coole banner dus heeft Alex Walker in zijn Sitepoint dhtml-css Blog twee posts gemaakt waarin hij uitlegt hoe dit prachtig stuk design en coding tot stand is gekomen. Zeer interessant &#8230; zeker lezen! [&#8230;]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: dusoft</title>
		<link>http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-10124</link>
		<dc:creator>dusoft</dc:creator>
		<pubDate>Sat, 22 Oct 2005 16:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-10124</guid>
		<description>&lt;em&gt;expanding JavaScript’s local data storage capacity (data stored on the end user’s machine, rather than on the Web server) from the 4KB&lt;/em&gt;

&lt;strong&gt;You are wrong.&lt;/strong&gt; Javascript allows you store unlimited number of cookies (browsers do limit the number though).

As you can read yourself:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;306070

There is possibility to store 20 cookies having 4 KB each - that is 80 KB of plain text - more than enough for everything on the web (specially web forms).</description>
		<content:encoded><![CDATA[<p><em>expanding JavaScript’s local data storage capacity (data stored on the end user’s machine, rather than on the Web server) from the 4KB</em></p>
<p><strong>You are wrong.</strong> Javascript allows you store unlimited number of cookies (browsers do limit the number though).</p>
<p>As you can read yourself:<br />
<a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;306070" rel="nofollow">http://support.microsoft.com/default.aspx?scid=kb;EN-US;306070</a></p>
<p>There is possibility to store 20 cookies having 4 KB each - that is 80 KB of plain text - more than enough for everything on the web (specially web forms).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sjoerd</title>
		<link>http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-10115</link>
		<dc:creator>Sjoerd</dc:creator>
		<pubDate>Fri, 21 Oct 2005 19:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/21/store-large-data-client-side-with-amass/#comment-10115</guid>
		<description>A good usage of this would be downloading big javascript files to the user's computer, so that they don't have to download it again and again when entering your website. :)</description>
		<content:encoded><![CDATA[<p>A good usage of this would be downloading big javascript files to the user&#8217;s computer, so that they don&#8217;t have to download it again and again when entering your website. :)</p>]]></content:encoded>
	</item>
</channel>
</rss>
