<?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: Google Gears DB Abstractions</title>
	<atom:link href="http://ajaxian.com/archives/google-gears-db-abstractions/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/google-gears-db-abstractions</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Sat, 20 Mar 2010 06:51:04 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: easyleft</title>
		<link>http://ajaxian.com/archives/google-gears-db-abstractions/comment-page-1#comment-256536</link>
		<dc:creator>easyleft</dc:creator>
		<pubDate>Thu, 04 Oct 2007 07:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/google-gears-db-abstractions#comment-256536</guid>
		<description>This is just &quot;Make Available Offline&quot; for &#039;web apps&#039;.  You used to be able to just save all the HTML &amp; links from a site and navigate the site offline.  Now, most web pages serve content to you that is independent of what other users see on the very same URL.  You, the user, can&#039;t keep any of that, not even a cache.  So if you pull the cable, you&#039;re hooped.  What if you are typing an email in Webmail, your dsl/wireless/dialu-up flakes out 1 second before hitting &quot;Save Draft&quot; ?  Your totally screwed even after restarting your connection.

Some will want gears, some won&#039;t.  It should make a lot of sense for many very large, custom content sites.  Obviously, not all sites should even consider it right away.</description>
		<content:encoded><![CDATA[<p>This is just &#8220;Make Available Offline&#8221; for &#8216;web apps&#8217;.  You used to be able to just save all the HTML &amp; links from a site and navigate the site offline.  Now, most web pages serve content to you that is independent of what other users see on the very same URL.  You, the user, can&#8217;t keep any of that, not even a cache.  So if you pull the cable, you&#8217;re hooped.  What if you are typing an email in Webmail, your dsl/wireless/dialu-up flakes out 1 second before hitting &#8220;Save Draft&#8221; ?  Your totally screwed even after restarting your connection.</p>
<p>Some will want gears, some won&#8217;t.  It should make a lot of sense for many very large, custom content sites.  Obviously, not all sites should even consider it right away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://ajaxian.com/archives/google-gears-db-abstractions/comment-page-1#comment-251173</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Mon, 04 Jun 2007 20:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/google-gears-db-abstractions#comment-251173</guid>
		<description>Since the database is stored into the user computer,if he deletes the data or do anything else with it , he will be deleting his data only, not having any effect in any other users. So the &quot;bad&quot; user will be really be ruining himself...</description>
		<content:encoded><![CDATA[<p>Since the database is stored into the user computer,if he deletes the data or do anything else with it , he will be deleting his data only, not having any effect in any other users. So the &#8220;bad&#8221; user will be really be ruining himself&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uriel katz</title>
		<link>http://ajaxian.com/archives/google-gears-db-abstractions/comment-page-1#comment-251151</link>
		<dc:creator>uriel katz</dc:creator>
		<pubDate>Mon, 04 Jun 2007 13:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/google-gears-db-abstractions#comment-251151</guid>
		<description>about code security,you always can manipulate a ajax application to do bad things,there should be also a server-side validation like in everything else.</description>
		<content:encoded><![CDATA[<p>about code security,you always can manipulate a ajax application to do bad things,there should be also a server-side validation like in everything else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stu</title>
		<link>http://ajaxian.com/archives/google-gears-db-abstractions/comment-page-1#comment-251149</link>
		<dc:creator>stu</dc:creator>
		<pubDate>Mon, 04 Jun 2007 13:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/google-gears-db-abstractions#comment-251149</guid>
		<description>Or....you could just do it all online. Am I the only one who&#039;s not seeing the purpose?</description>
		<content:encoded><![CDATA[<p>Or&#8230;.you could just do it all online. Am I the only one who&#8217;s not seeing the purpose?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Lauriat</title>
		<link>http://ajaxian.com/archives/google-gears-db-abstractions/comment-page-1#comment-251148</link>
		<dc:creator>Shawn Lauriat</dc:creator>
		<pubDate>Mon, 04 Jun 2007 13:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/google-gears-db-abstractions#comment-251148</guid>
		<description>I took a quick peak at the source and it looks like the SQL only goes as far as the Google Gears &lt;a href=&quot;http://code.google.com/apis/gears/api_database.html&quot; rel=&quot;nofollow&quot;&gt;Database Module&lt;/a&gt;, instead of anything server-side.

That said, this bit of the description cracks me up, considering the scripts all exist in cleartext in the control of the user&#039;s browser:

&lt;blockquote cite=&quot;http://code.google.com/apis/gears/api_database.html#overview&quot;&gt;SQL statements passed to execute() can and should use bind parameters (?) to prevent SQL injection attacks.&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>I took a quick peak at the source and it looks like the SQL only goes as far as the Google Gears <a href="http://code.google.com/apis/gears/api_database.html" rel="nofollow">Database Module</a>, instead of anything server-side.</p>
<p>That said, this bit of the description cracks me up, considering the scripts all exist in cleartext in the control of the user&#8217;s browser:</p>
<blockquote cite="http://code.google.com/apis/gears/api_database.html#overview"><p>SQL statements passed to execute() can and should use bind parameters (?) to prevent SQL injection attacks.</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Mattson</title>
		<link>http://ajaxian.com/archives/google-gears-db-abstractions/comment-page-1#comment-251142</link>
		<dc:creator>Anders Mattson</dc:creator>
		<pubDate>Mon, 04 Jun 2007 12:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/google-gears-db-abstractions#comment-251142</guid>
		<description>I&#039;m more concerned about solving multi-user issues when it comes to offline database content. If it&#039;s only one user manipulating the data in the database, fine. If there&#039;s lots of people accessing the same data and manipulating it, they&#039;re going to have a great time reviewing all changes that collide.

For me, the point of a web application is that multiple people see the same data wherever they are, knowing that the data is up to date.
And I must agree with Jojo - javascript db queries? Either it&#039;s not secure at all, or the programmers have to be really sure that the users can&#039;t send the wrong queries to the server.</description>
		<content:encoded><![CDATA[<p>I&#8217;m more concerned about solving multi-user issues when it comes to offline database content. If it&#8217;s only one user manipulating the data in the database, fine. If there&#8217;s lots of people accessing the same data and manipulating it, they&#8217;re going to have a great time reviewing all changes that collide.</p>
<p>For me, the point of a web application is that multiple people see the same data wherever they are, knowing that the data is up to date.<br />
And I must agree with Jojo &#8211; javascript db queries? Either it&#8217;s not secure at all, or the programmers have to be really sure that the users can&#8217;t send the wrong queries to the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jojo</title>
		<link>http://ajaxian.com/archives/google-gears-db-abstractions/comment-page-1#comment-251141</link>
		<dc:creator>Jojo</dc:creator>
		<pubDate>Mon, 04 Jun 2007 11:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/google-gears-db-abstractions#comment-251141</guid>
		<description>Am I the only one worried about security? What would stop an evil guy from doing SELECT * FROM users or even worse DELETE FROM xxxx? Most of the server side frameworks, even PHP frameworks, have tried so hard to give us programmers nice tools to circumvent these kinds of problems. Problems which arise from an untrustworthy client sending some manipulated query. And now SQL shall be done client side? What a piece of unpracticable crap.</description>
		<content:encoded><![CDATA[<p>Am I the only one worried about security? What would stop an evil guy from doing SELECT * FROM users or even worse DELETE FROM xxxx? Most of the server side frameworks, even PHP frameworks, have tried so hard to give us programmers nice tools to circumvent these kinds of problems. Problems which arise from an untrustworthy client sending some manipulated query. And now SQL shall be done client side? What a piece of unpracticable crap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://ajaxian.com/archives/google-gears-db-abstractions/comment-page-1#comment-251140</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 04 Jun 2007 11:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/google-gears-db-abstractions#comment-251140</guid>
		<description>Hi!

Could you explain about db login data? Where this sould be stored?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Could you explain about db login data? Where this sould be stored?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://ajaxian.com/archives/google-gears-db-abstractions/comment-page-1#comment-251139</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 04 Jun 2007 09:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/google-gears-db-abstractions#comment-251139</guid>
		<description>Hi, it&#039;s cool.

&lt;a href=&quot;http://www.anieto2k.com/2007/06/02/gearssql-facilita-tu-interaccion-con-google-gears/&quot; rel=&quot;nofollow&quot;&gt;GearsSQL&lt;/a&gt;, is a good port from php ezSQL class. The documentation is in Spanish but it&#039;s so good.</description>
		<content:encoded><![CDATA[<p>Hi, it&#8217;s cool.</p>
<p><a href="http://www.anieto2k.com/2007/06/02/gearssql-facilita-tu-interaccion-con-google-gears/" rel="nofollow">GearsSQL</a>, is a good port from php ezSQL class. The documentation is in Spanish but it&#8217;s so good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web design firenze</title>
		<link>http://ajaxian.com/archives/google-gears-db-abstractions/comment-page-1#comment-251138</link>
		<dc:creator>web design firenze</dc:creator>
		<pubDate>Mon, 04 Jun 2007 09:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/google-gears-db-abstractions#comment-251138</guid>
		<description>I don&#039;t really know if this is the right way to go, I know that this is the future, but we worked a lot on kickass opeating system features and we force ourself using clunky html - javascript - css while there is so much better on the desktop side of our computers.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t really know if this is the right way to go, I know that this is the future, but we worked a lot on kickass opeating system features and we force ourself using clunky html &#8211; javascript &#8211; css while there is so much better on the desktop side of our computers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uriel katz</title>
		<link>http://ajaxian.com/archives/google-gears-db-abstractions/comment-page-1#comment-251137</link>
		<dc:creator>uriel katz</dc:creator>
		<pubDate>Mon, 04 Jun 2007 08:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/google-gears-db-abstractions#comment-251137</guid>
		<description>as much is i like JavaScript,i would prefer Python more than JavaScript ;)
as of using the Server-Side as a proxy,that is how most Web Applications work,the server side is a proxy to the database and to a businesses logic.</description>
		<content:encoded><![CDATA[<p>as much is i like JavaScript,i would prefer Python more than JavaScript ;)<br />
as of using the Server-Side as a proxy,that is how most Web Applications work,the server side is a proxy to the database and to a businesses logic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Svensson</title>
		<link>http://ajaxian.com/archives/google-gears-db-abstractions/comment-page-1#comment-251136</link>
		<dc:creator>Peter Svensson</dc:creator>
		<pubDate>Mon, 04 Jun 2007 08:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/google-gears-db-abstractions#comment-251136</guid>
		<description>Hmm. Maybe if we pose the question the other way around; Given the extreme ease and power of javascript, why would we ever again want to write any server-side code whatsoever, if valid alternatives exists here were the action is.

I hope that the future brings us static and minimalistic server-side &quot;middleware&quot; which only implement what absolutely cannot be implemented on the client (security, proxying and storage aggregation, for instance), leaving us with only the good times in life :)

psvensson at gmail dot com</description>
		<content:encoded><![CDATA[<p>Hmm. Maybe if we pose the question the other way around; Given the extreme ease and power of javascript, why would we ever again want to write any server-side code whatsoever, if valid alternatives exists here were the action is.</p>
<p>I hope that the future brings us static and minimalistic server-side &#8220;middleware&#8221; which only implement what absolutely cannot be implemented on the client (security, proxying and storage aggregation, for instance), leaving us with only the good times in life :)</p>
<p>psvensson at gmail dot com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uriel katz</title>
		<link>http://ajaxian.com/archives/google-gears-db-abstractions/comment-page-1#comment-251135</link>
		<dc:creator>uriel katz</dc:creator>
		<pubDate>Mon, 04 Jun 2007 08:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/google-gears-db-abstractions#comment-251135</guid>
		<description>think of a world that doesn`t have the bad &quot;next,next,next&quot;,no package managers,you just  type a url and start working,no more bullshit,no more version update,just stuff that work.
that is the promise of Web applications that work also offline.

now these abstractions are just to make the developer life eaiser :)</description>
		<content:encoded><![CDATA[<p>think of a world that doesn`t have the bad &#8220;next,next,next&#8221;,no package managers,you just  type a url and start working,no more bullshit,no more version update,just stuff that work.<br />
that is the promise of Web applications that work also offline.</p>
<p>now these abstractions are just to make the developer life eaiser :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stu</title>
		<link>http://ajaxian.com/archives/google-gears-db-abstractions/comment-page-1#comment-251134</link>
		<dc:creator>stu</dc:creator>
		<pubDate>Mon, 04 Jun 2007 08:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/google-gears-db-abstractions#comment-251134</guid>
		<description>This is genuinely impressive stuff guys...
But will someone please explain, why?
I really want to be convinced that offline apps are big and cool and important, but will I ever need to use one?</description>
		<content:encoded><![CDATA[<p>This is genuinely impressive stuff guys&#8230;<br />
But will someone please explain, why?<br />
I really want to be convinced that offline apps are big and cool and important, but will I ever need to use one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uriel katz</title>
		<link>http://ajaxian.com/archives/google-gears-db-abstractions/comment-page-1#comment-251132</link>
		<dc:creator>uriel katz</dc:creator>
		<pubDate>Mon, 04 Jun 2007 06:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/google-gears-db-abstractions#comment-251132</guid>
		<description>thanks for posting about my work :).
i read your code,and i most say i am really impressed.
now that i see there is interest,i am doing a rewrite to support relations,cascading and etc.</description>
		<content:encoded><![CDATA[<p>thanks for posting about my work :).<br />
i read your code,and i most say i am really impressed.<br />
now that i see there is interest,i am doing a rewrite to support relations,cascading and etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
