<?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: Introducing Web SQL Databases</title>
	<atom:link href="http://html5doctor.com/introducing-web-sql-databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://html5doctor.com/introducing-web-sql-databases/</link>
	<description>helping you implement HTML5 today</description>
	<lastBuildDate>Tue, 07 Feb 2012 11:44:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: DS</title>
		<link>http://html5doctor.com/introducing-web-sql-databases/#comment-21683</link>
		<dc:creator>DS</dc:creator>
		<pubDate>Thu, 26 Jan 2012 11:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1408#comment-21683</guid>
		<description>Can someone please guide me as to, is the data stored in a web sql database persistent?

I created a database and then added some records to it. I cannot access the database via any other page which justifies the &quot;same origin&quot; concept.

But what if I need to access the database again to extract data how do I go about that? I mean from another page.. 

Please help. Thank you</description>
		<content:encoded><![CDATA[<p>Can someone please guide me as to, is the data stored in a web sql database persistent?</p>
<p>I created a database and then added some records to it. I cannot access the database via any other page which justifies the &#8220;same origin&#8221; concept.</p>
<p>But what if I need to access the database again to extract data how do I go about that? I mean from another page.. </p>
<p>Please help. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: osc2nuke</title>
		<link>http://html5doctor.com/introducing-web-sql-databases/#comment-18799</link>
		<dc:creator>osc2nuke</dc:creator>
		<pubDate>Mon, 21 Nov 2011 23:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1408#comment-18799</guid>
		<description>i want everyone who stick to webdb, provide with this excelent javascript to insert .sql files: http://html5sql.com/index.html in a webdb enviroment</description>
		<content:encoded><![CDATA[<p>i want everyone who stick to webdb, provide with this excelent javascript to insert .sql files: <a href="http://html5sql.com/index.html" rel="nofollow">http://html5sql.com/index.html</a> in a webdb enviroment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nad</title>
		<link>http://html5doctor.com/introducing-web-sql-databases/#comment-18780</link>
		<dc:creator>Nad</dc:creator>
		<pubDate>Mon, 21 Nov 2011 16:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1408#comment-18780</guid>
		<description>I have tried using web sql databases. In my code, i make opendatabase call at the time of user login. And when user proceeds il make some data inserts to this db and noticed that data is being saved. If the user logs out and logs in again, i noticed the db to be created again, resulting in a loss of data, that was previously stored. What can be the reason for that?</description>
		<content:encoded><![CDATA[<p>I have tried using web sql databases. In my code, i make opendatabase call at the time of user login. And when user proceeds il make some data inserts to this db and noticed that data is being saved. If the user logs out and logs in again, i noticed the db to be created again, resulting in a loss of data, that was previously stored. What can be the reason for that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Browning</title>
		<link>http://html5doctor.com/introducing-web-sql-databases/#comment-18528</link>
		<dc:creator>Ray Browning</dc:creator>
		<pubDate>Mon, 14 Nov 2011 11:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1408#comment-18528</guid>
		<description>&gt;Hi,
&gt;I was wondering about security issues, like I could easily go &gt;through your SQL code. What are the different ways SQL code can &gt;be protected so that its not that easily accessible.
&gt;One thing I could think off is encryption but just wanted your point &gt;of view.
Probably the best thing to do is to limit data on the SQL side using views and security.</description>
		<content:encoded><![CDATA[<p>&gt;Hi,<br />
&gt;I was wondering about security issues, like I could easily go &gt;through your SQL code. What are the different ways SQL code can &gt;be protected so that its not that easily accessible.<br />
&gt;One thing I could think off is encryption but just wanted your point &gt;of view.<br />
Probably the best thing to do is to limit data on the SQL side using views and security.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaurav v bagga</title>
		<link>http://html5doctor.com/introducing-web-sql-databases/#comment-18513</link>
		<dc:creator>gaurav v bagga</dc:creator>
		<pubDate>Sun, 13 Nov 2011 17:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1408#comment-18513</guid>
		<description>Hi, 
I was wondering about security issues, like I could easily go through your SQL code. What are the different ways SQL code can be protected so that its not that easily accessible.
One thing I could think off is encryption but just wanted your point of view.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I was wondering about security issues, like I could easily go through your SQL code. What are the different ways SQL code can be protected so that its not that easily accessible.<br />
One thing I could think off is encryption but just wanted your point of view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prats</title>
		<link>http://html5doctor.com/introducing-web-sql-databases/#comment-18051</link>
		<dc:creator>Prats</dc:creator>
		<pubDate>Fri, 14 Oct 2011 07:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1408#comment-18051</guid>
		<description>yes...</description>
		<content:encoded><![CDATA[<p>yes&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PG</title>
		<link>http://html5doctor.com/introducing-web-sql-databases/#comment-18050</link>
		<dc:creator>PG</dc:creator>
		<pubDate>Fri, 14 Oct 2011 06:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1408#comment-18050</guid>
		<description>Thanks Prats for your response. Just want to confirm if this is true for the mobile browsers for BB, Android and iphone safari?</description>
		<content:encoded><![CDATA[<p>Thanks Prats for your response. Just want to confirm if this is true for the mobile browsers for BB, Android and iphone safari?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prats</title>
		<link>http://html5doctor.com/introducing-web-sql-databases/#comment-18049</link>
		<dc:creator>Prats</dc:creator>
		<pubDate>Fri, 14 Oct 2011 06:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1408#comment-18049</guid>
		<description>PG@ in don&#039;t know how to calculate the size of database. But for the browser you don&#039;t need to worry as when you call window.openDatabase(..,.,.., maxMemory) , on start u just set a initial size of the memory. If the database need more memory after that, then browser auto show a dialog box to that your db need memory.. and when you click on the &quot;Ok&quot; button the browser auto increase the memory..</description>
		<content:encoded><![CDATA[<p>PG@ in don&#8217;t know how to calculate the size of database. But for the browser you don&#8217;t need to worry as when you call window.openDatabase(..,.,.., maxMemory) , on start u just set a initial size of the memory. If the database need more memory after that, then browser auto show a dialog box to that your db need memory.. and when you click on the &#8220;Ok&#8221; button the browser auto increase the memory..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PG</title>
		<link>http://html5doctor.com/introducing-web-sql-databases/#comment-18048</link>
		<dc:creator>PG</dc:creator>
		<pubDate>Fri, 14 Oct 2011 06:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1408#comment-18048</guid>
		<description>Hi,

Please can you tell me how can I find out how many bytes of data is there in my webSQL db. I need to check how many bytes of data can different broswers support. I need to find the size in bytes for the webSQL database.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Please can you tell me how can I find out how many bytes of data is there in my webSQL db. I need to check how many bytes of data can different broswers support. I need to find the size in bytes for the webSQL database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Blum</title>
		<link>http://html5doctor.com/introducing-web-sql-databases/#comment-18023</link>
		<dc:creator>Andy Blum</dc:creator>
		<pubDate>Tue, 11 Oct 2011 21:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1408#comment-18023</guid>
		<description>I am so sad that this is not going to be part of the official spec.  It seems to me an ideal solution to offloading work to local PC&#039;s so centralized databases are not so overwhelmed.  I can envision sophisticated workflow applications where db  state is initialized in the beginning of a session via REST.  State could be sent to the centralized server at the end of a session through REST as well.</description>
		<content:encoded><![CDATA[<p>I am so sad that this is not going to be part of the official spec.  It seems to me an ideal solution to offloading work to local PC&#8217;s so centralized databases are not so overwhelmed.  I can envision sophisticated workflow applications where db  state is initialized in the beginning of a session via REST.  State could be sent to the centralized server at the end of a session through REST as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

