<?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 on the browser</title>
	<atom:link href="http://www.blueskyonmars.com/2005/09/05/storing-data-on-the-browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blueskyonmars.com/2005/09/05/storing-data-on-the-browser/</link>
	<description>The Nuts and Bolts of Creating Great Software Products</description>
	<lastBuildDate>Wed, 21 Jul 2010 17:19:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tazzzzz</title>
		<link>http://www.blueskyonmars.com/2005/09/05/storing-data-on-the-browser/comment-page-1/#comment-2609</link>
		<dc:creator>tazzzzz</dc:creator>
		<pubDate>Sun, 11 Sep 2005 19:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2005/09/05/storing-data-on-the-browser/#comment-2609</guid>
		<description>The technique of storing data in a form will most definitely *not* work between separate visits to the site. I think the author&#039;s use of the phrase &quot;between page loads&quot; doesn&#039;t quite coincide with the rest of his text which talks about the back/forward buttons and history.

For me, the interesting bit was the proper support for the back button plus the ability to go past the 4K cookie limit. (And, unlike cookies, you don&#039;t have to send all of the data on every request... just the stuff that interests that particular request.)</description>
		<content:encoded><![CDATA[<p>The technique of storing data in a form will most definitely *not* work between separate visits to the site. I think the author&#8217;s use of the phrase &#8220;between page loads&#8221; doesn&#8217;t quite coincide with the rest of his text which talks about the back/forward buttons and history.</p>
<p>For me, the interesting bit was the proper support for the back button plus the ability to go past the 4K cookie limit. (And, unlike cookies, you don&#8217;t have to send all of the data on every request&#8230; just the stuff that interests that particular request.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric H. Jung</title>
		<link>http://www.blueskyonmars.com/2005/09/05/storing-data-on-the-browser/comment-page-1/#comment-2603</link>
		<dc:creator>Eric H. Jung</dc:creator>
		<pubDate>Sun, 11 Sep 2005 08:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2005/09/05/storing-data-on-the-browser/#comment-2603</guid>
		<description>With regards to the second half of his article (&quot;a crazy hack&quot;), I can&#039;t get the demo to work in either Firefox 1.0.6 or IE 6. I think he&#039;s smokin&#039; something illegal.

Yes, the data is there when you hit the back button, but not when you leave the page and come back -- as he claims. I tried it and cannot replicate his results in either Firefox 1.0.6 or IE 6.

1. Goto http://codinginparadise.org/projects/tutorials/saving_session_across_page_loads/store-into-form.html and see the alert box &quot;Storing new session value&quot;

2. Type www.yahoo.com in the address bar

3. Type http://codinginparadise.org/projects/tutorials/saving_session_across_page_loads/store-into-form.html in the address bar. I again see the &quot;Storing new session value&quot; alert box.

Server-side sessions are required for HTTP 1.1.</description>
		<content:encoded><![CDATA[<p>With regards to the second half of his article (&#8220;a crazy hack&#8221;), I can&#8217;t get the demo to work in either Firefox 1.0.6 or IE 6. I think he&#8217;s smokin&#8217; something illegal.</p>
<p>Yes, the data is there when you hit the back button, but not when you leave the page and come back &#8212; as he claims. I tried it and cannot replicate his results in either Firefox 1.0.6 or IE 6.</p>
<p>1. Goto <a href="http://codinginparadise.org/projects/tutorials/saving_session_across_page_loads/store-into-form.html" rel="nofollow">http://codinginparadise.org/projects/tutorials/saving_session_across_page_loads/store-into-form.html</a> and see the alert box &#8220;Storing new session value&#8221;</p>
<p>2. Type <a href="http://www.yahoo.com" rel="nofollow">http://www.yahoo.com</a> in the address bar</p>
<p>3. Type <a href="http://codinginparadise.org/projects/tutorials/saving_session_across_page_loads/store-into-form.html" rel="nofollow">http://codinginparadise.org/projects/tutorials/saving_session_across_page_loads/store-into-form.html</a> in the address bar. I again see the &#8220;Storing new session value&#8221; alert box.</p>
<p>Server-side sessions are required for HTTP 1.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tazzzzz</title>
		<link>http://www.blueskyonmars.com/2005/09/05/storing-data-on-the-browser/comment-page-1/#comment-2582</link>
		<dc:creator>tazzzzz</dc:creator>
		<pubDate>Tue, 06 Sep 2005 10:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2005/09/05/storing-data-on-the-browser/#comment-2582</guid>
		<description>Maybe it is common knowledge, I dunno. My last job was largely in Swing, and the one before that was in the dark days of requiring Netscape 4.7 support. That, and the requirement to support people who don&#039;t have JavaScript on. It&#039;s just not something I had encountered previously.</description>
		<content:encoded><![CDATA[<p>Maybe it is common knowledge, I dunno. My last job was largely in Swing, and the one before that was in the dark days of requiring Netscape 4.7 support. That, and the requirement to support people who don&#8217;t have JavaScript on. It&#8217;s just not something I had encountered previously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Ippolito</title>
		<link>http://www.blueskyonmars.com/2005/09/05/storing-data-on-the-browser/comment-page-1/#comment-2580</link>
		<dc:creator>Bob Ippolito</dc:creator>
		<pubDate>Tue, 06 Sep 2005 03:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2005/09/05/storing-data-on-the-browser/#comment-2580</guid>
		<description>I&#039;m surprised this isn&#039;t common knowledge, ASP.NET has been doing this since the beginning..</description>
		<content:encoded><![CDATA[<p>I&#8217;m surprised this isn&#8217;t common knowledge, ASP.NET has been doing this since the beginning..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.231 seconds -->
