<?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: Offline Web Apps on the iPhone</title>
	<atom:link href="http://www.borismus.com/offline-web-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.borismus.com/offline-web-iphone/</link>
	<description>Software Designer</description>
	<lastBuildDate>Fri, 03 Sep 2010 16:10:05 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Boris Smus</title>
		<link>http://www.borismus.com/offline-web-iphone/comment-page-1/#comment-421</link>
		<dc:creator>Boris Smus</dc:creator>
		<pubDate>Wed, 18 Aug 2010 14:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.borismus.com/?p=351#comment-421</guid>
		<description>AD: I don&#039;t know of size limitations on .localStorage DBs. Also I haven&#039;t experimented with pushing the envelope on cookie size, but traditionally there are many restrictions on cookies: http://www.devx.com/tips/Tip/12646

I&#039;d rather not speculate on App Store approval policies. 

I think the answer about security is the same as ever: to prevent exploits, write robust production quality code to validate user input.</description>
		<content:encoded><![CDATA[<p>AD: I don&#8217;t know of size limitations on .localStorage DBs. Also I haven&#8217;t experimented with pushing the envelope on cookie size, but traditionally there are many restrictions on cookies: <a href="http://www.devx.com/tips/Tip/12646" rel="nofollow">http://www.devx.com/tips/Tip/12646</a></p>
<p>I&#8217;d rather not speculate on App Store approval policies. </p>
<p>I think the answer about security is the same as ever: to prevent exploits, write robust production quality code to validate user input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AD</title>
		<link>http://www.borismus.com/offline-web-iphone/comment-page-1/#comment-416</link>
		<dc:creator>AD</dc:creator>
		<pubDate>Tue, 17 Aug 2010 14:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.borismus.com/?p=351#comment-416</guid>
		<description>Can you give more details on the size limitations with regards to the database and calls to/from it?  

Can you create a JQTouch + SQLite app and put it on the app store; and put it through the app store process?

One of the biggest problems in web development is SQL injection, forging, hacking etc; how does one prevent a user from doing actions on your web view?</description>
		<content:encoded><![CDATA[<p>Can you give more details on the size limitations with regards to the database and calls to/from it?  </p>
<p>Can you create a JQTouch + SQLite app and put it on the app store; and put it through the app store process?</p>
<p>One of the biggest problems in web development is SQL injection, forging, hacking etc; how does one prevent a user from doing actions on your web view?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcesar</title>
		<link>http://www.borismus.com/offline-web-iphone/comment-page-1/#comment-303</link>
		<dc:creator>jcesar</dc:creator>
		<pubDate>Fri, 05 Mar 2010 11:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.borismus.com/?p=351#comment-303</guid>
		<description>Can you give more details about the use of the DB?
I´m trying to use a database in my app to avoid using so much .html.
I´m able to create it from the client side, but I want a database on the server to download to the iphone and I don´t have any ideas how to do it.
BTW, your app is working fine on my firefox, but the search isn´t working on the pc´s safari neither the ipod´s safari

thank you</description>
		<content:encoded><![CDATA[<p>Can you give more details about the use of the DB?<br />
I´m trying to use a database in my app to avoid using so much .html.<br />
I´m able to create it from the client side, but I want a database on the server to download to the iphone and I don´t have any ideas how to do it.<br />
BTW, your app is working fine on my firefox, but the search isn´t working on the pc´s safari neither the ipod´s safari</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alvin</title>
		<link>http://www.borismus.com/offline-web-iphone/comment-page-1/#comment-229</link>
		<dc:creator>Alvin</dc:creator>
		<pubDate>Fri, 06 Nov 2009 02:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.borismus.com/?p=351#comment-229</guid>
		<description>I observed the SMS anchor tag throws an error in fullscreen mode. bummer!</description>
		<content:encoded><![CDATA[<p>I observed the SMS anchor tag throws an error in fullscreen mode. bummer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Connor</title>
		<link>http://www.borismus.com/offline-web-iphone/comment-page-1/#comment-101</link>
		<dc:creator>Michael Connor</dc:creator>
		<pubDate>Thu, 17 Sep 2009 13:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.borismus.com/?p=351#comment-101</guid>
		<description>Thanks for the cool app.  I was looking for more info on the iPhone but as a guitar player, I have this same exact issue... I can never remember the lyrics to all of the songs I can play.  I thought about creating a little capo like holder so that I could mount my iPhone on the head of the guitar.

I&#039;m having fun playing with David&#039;s jqTouch and I&#039;m going to have to see how well all of this plays together.  I&#039;m assuming it should be all good since it&#039;s just JavaScript and metatags.</description>
		<content:encoded><![CDATA[<p>Thanks for the cool app.  I was looking for more info on the iPhone but as a guitar player, I have this same exact issue&#8230; I can never remember the lyrics to all of the songs I can play.  I thought about creating a little capo like holder so that I could mount my iPhone on the head of the guitar.</p>
<p>I&#8217;m having fun playing with David&#8217;s jqTouch and I&#8217;m going to have to see how well all of this plays together.  I&#8217;m assuming it should be all good since it&#8217;s just JavaScript and metatags.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
