<?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: Client-side sql databases in Javascript</title>
	<atom:link href="http://www.psychicorigami.com/2009/01/13/client-side-sql-databases-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.psychicorigami.com/2009/01/13/client-side-sql-databases-in-javascript/</link>
	<description>folding with my brain</description>
	<lastBuildDate>Wed, 07 Dec 2011 09:53:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: john</title>
		<link>http://www.psychicorigami.com/2009/01/13/client-side-sql-databases-in-javascript/comment-page-1/#comment-10318</link>
		<dc:creator>john</dc:creator>
		<pubDate>Mon, 07 Sep 2009 09:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=158#comment-10318</guid>
		<description>@wanna - it&#039;s a security thing.  Much in the same way as cookies aren&#039;t shared between different domains, local databases aren&#039;t either.  So the usual restrictions apply.  So the only way to access a database from a different domain would be indirectly via a common server or else via some mechanism like JSONP (to allow cross-domain ajax calls).

The limitations in terms of how many databases you can create per domain depends on the browser.  Safari has settings to control the allowed total size (at least before permission is asked for more).  So I presume it&#039;s not the number of databases that is limited, but their total size instead.</description>
		<content:encoded><![CDATA[<p>@wanna &#8211; it&#8217;s a security thing.  Much in the same way as cookies aren&#8217;t shared between different domains, local databases aren&#8217;t either.  So the usual restrictions apply.  So the only way to access a database from a different domain would be indirectly via a common server or else via some mechanism like JSONP (to allow cross-domain ajax calls).</p>
<p>The limitations in terms of how many databases you can create per domain depends on the browser.  Safari has settings to control the allowed total size (at least before permission is asked for more).  So I presume it&#8217;s not the number of databases that is limited, but their total size instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wanna</title>
		<link>http://www.psychicorigami.com/2009/01/13/client-side-sql-databases-in-javascript/comment-page-1/#comment-10317</link>
		<dc:creator>wanna</dc:creator>
		<pubDate>Sun, 06 Sep 2009 17:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=158#comment-10317</guid>
		<description>Thank you for your post.
I have a question. I am trying to create SQLite database with JavaScript with different domain for the purpose of merging them later.
In your post, you mention that &quot;openDatabase&quot; can be used to create/select database from &quot;the current domain&quot;. Is there away to access database from different domain?

What is the limitation in term of how many databases I can create per domain or per page?

Thank you. Your response is highly appreciated.</description>
		<content:encoded><![CDATA[<p>Thank you for your post.<br />
I have a question. I am trying to create SQLite database with JavaScript with different domain for the purpose of merging them later.<br />
In your post, you mention that &#8220;openDatabase&#8221; can be used to create/select database from &#8220;the current domain&#8221;. Is there away to access database from different domain?</p>
<p>What is the limitation in term of how many databases I can create per domain or per page?</p>
<p>Thank you. Your response is highly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psychic Origami &#187; Blog Archive &#187; An iPhone friendly, local storage backed, offline TODO list webapp</title>
		<link>http://www.psychicorigami.com/2009/01/13/client-side-sql-databases-in-javascript/comment-page-1/#comment-10268</link>
		<dc:creator>Psychic Origami &#187; Blog Archive &#187; An iPhone friendly, local storage backed, offline TODO list webapp</dc:creator>
		<pubDate>Wed, 15 Jul 2009 14:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=158#comment-10268</guid>
		<description>[...] focus of the app was getting it all to fit under 5K (5120 bytes), but it was a good test of using a client-side sql database in [...]</description>
		<content:encoded><![CDATA[<p>[...] focus of the app was getting it all to fit under 5K (5120 bytes), but it was a good test of using a client-side sql database in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.psychicorigami.com/2009/01/13/client-side-sql-databases-in-javascript/comment-page-1/#comment-10017</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 13 Jan 2009 09:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=158#comment-10017</guid>
		<description>Woot, no ORM ? ;)</description>
		<content:encoded><![CDATA[<p>Woot, no ORM ? <img src='http://www.psychicorigami.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

