<?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: lawnchair &#8211; a client side JSON document store	</title>
	<atom:link href="https://nerdpress.org/2009/11/25/lawnchair-a-client-side-json-document-store/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org/2009/11/25/lawnchair-a-client-side-json-document-store/</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Sat, 28 Nov 2009 18:18:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Ivo Bathke		</title>
		<link>https://nerdpress.org/2009/11/25/lawnchair-a-client-side-json-document-store/#comment-76</link>

		<dc:creator><![CDATA[Ivo Bathke]]></dc:creator>
		<pubDate>Sat, 28 Nov 2009 18:18:50 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=618#comment-76</guid>

					<description><![CDATA[yap persistentJS ist ebenfalls ein abstractionLayer für die ganzen storage ansätze
lawnchair wahrscheinlich auch.

lass es uns wissen, wenn du das erfolgreich eingesetzt hast]]></description>
			<content:encoded><![CDATA[<p>yap persistentJS ist ebenfalls ein abstractionLayer für die ganzen storage ansätze<br />
lawnchair wahrscheinlich auch.</p>
<p>lass es uns wissen, wenn du das erfolgreich eingesetzt hast</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Max Girkens		</title>
		<link>https://nerdpress.org/2009/11/25/lawnchair-a-client-side-json-document-store/#comment-75</link>

		<dc:creator><![CDATA[Max Girkens]]></dc:creator>
		<pubDate>Fri, 27 Nov 2009 21:53:13 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=618#comment-75</guid>

					<description><![CDATA[Das heisst persistJS switcht dann die storage Technologie je nach Verfügbarkeit?
Wie lawnchair das macht, hab ich noch nicht ganz verstanden.

und hier noch eins in der Richtung:

http://github.com/thynctank/Syncopate

das ist aber dann definitiv was für neuere browser.

&lt;blockquote&gt;
... is a simple abstraction layer on top of HTML5/Web Database
&lt;/blockquote&gt;]]></description>
			<content:encoded><![CDATA[<p>Das heisst persistJS switcht dann die storage Technologie je nach Verfügbarkeit?<br />
Wie lawnchair das macht, hab ich noch nicht ganz verstanden.</p>
<p>und hier noch eins in der Richtung:</p>
<p><a href="http://github.com/thynctank/Syncopate" rel="nofollow ugc">http://github.com/thynctank/Syncopate</a></p>
<p>das ist aber dann definitiv was für neuere browser.</p>
<blockquote><p>
&#8230; is a simple abstraction layer on top of HTML5/Web Database
</p></blockquote>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ivo Bathke		</title>
		<link>https://nerdpress.org/2009/11/25/lawnchair-a-client-side-json-document-store/#comment-74</link>

		<dc:creator><![CDATA[Ivo Bathke]]></dc:creator>
		<pubDate>Fri, 27 Nov 2009 09:09:44 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=618#comment-74</guid>

					<description><![CDATA[der hier macht auch sowas:
http://pablotron.org/?cid=1557

da gibts auch ein paar erklärende worte:



&lt;blockquote&gt;Currently the only reliable cross-platform and cross-browser mechanism for storing data on the client side are cookies. Unfortunately, using cookies to store persistent data has several problems:

Size: Cookies are limited to about 4 kilobytes in size.
Bandwidth: Cookies are sent along with every HTTP transaction.
Complexity: Cookies are difficult to manipulate correctly.

Modern web browsers have addressed these issues by adding non-Cookie mechanisms for saving client-side persistent data. Each of these solutions are simpler to use than cookies, can store far more data, and are not transmitted along with HTTP requests. Unfortunately, each browser has addressed the problem in a different and incompatible way
&lt;/blockquote&gt;

]]></description>
			<content:encoded><![CDATA[<p>der hier macht auch sowas:<br />
<a href="http://pablotron.org/?cid=1557" rel="nofollow ugc">http://pablotron.org/?cid=1557</a></p>
<p>da gibts auch ein paar erklärende worte:</p>
<blockquote><p>Currently the only reliable cross-platform and cross-browser mechanism for storing data on the client side are cookies. Unfortunately, using cookies to store persistent data has several problems:</p>
<p>Size: Cookies are limited to about 4 kilobytes in size.<br />
Bandwidth: Cookies are sent along with every HTTP transaction.<br />
Complexity: Cookies are difficult to manipulate correctly.</p>
<p>Modern web browsers have addressed these issues by adding non-Cookie mechanisms for saving client-side persistent data. Each of these solutions are simpler to use than cookies, can store far more data, and are not transmitted along with HTTP requests. Unfortunately, each browser has addressed the problem in a different and incompatible way
</p></blockquote>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
