<?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: An iPhone friendly, local storage backed, offline TODO list webapp</title>
	<atom:link href="http://www.psychicorigami.com/2009/07/10/an-iphone-friendly-local-storage-backed-offline-todo-list-webapp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.psychicorigami.com/2009/07/10/an-iphone-friendly-local-storage-backed-offline-todo-list-webapp/</link>
	<description>folding with my brain</description>
	<lastBuildDate>Wed, 10 Feb 2010 09:47:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tac Tacelosky</title>
		<link>http://www.psychicorigami.com/2009/07/10/an-iphone-friendly-local-storage-backed-offline-todo-list-webapp/comment-page-1/#comment-10311</link>
		<dc:creator>Tac Tacelosky</dc:creator>
		<pubDate>Mon, 17 Aug 2009 20:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=176#comment-10311</guid>
		<description>Thanks!  This is a nice working example of an offline webapp with local sqlite.  There are a lot of snippets showing how one could set this up, but amazingly few that show an entire application.

I&#039;d love to find a library that could handle either Gears or HTML5 manifest/sqlite storage.  Maddening to have to develop different versions for local storage depending on the browser.

Anyway, great job, thanks for writing and documenting this!

Tac</description>
		<content:encoded><![CDATA[<p>Thanks!  This is a nice working example of an offline webapp with local sqlite.  There are a lot of snippets showing how one could set this up, but amazingly few that show an entire application.</p>
<p>I&#8217;d love to find a library that could handle either Gears or HTML5 manifest/sqlite storage.  Maddening to have to develop different versions for local storage depending on the browser.</p>
<p>Anyway, great job, thanks for writing and documenting this!</p>
<p>Tac</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.psychicorigami.com/2009/07/10/an-iphone-friendly-local-storage-backed-offline-todo-list-webapp/comment-page-1/#comment-10289</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 31 Jul 2009 18:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=176#comment-10289</guid>
		<description>Added that line and it does the job.  Had to mess around with re-creating the bookmark and even had to restart iPhone to get it to work (I presume there&#039;s some caching involved).  Now though it really does look like a native app - nice!</description>
		<content:encoded><![CDATA[<p>Added that line and it does the job.  Had to mess around with re-creating the bookmark and even had to restart iPhone to get it to work (I presume there&#8217;s some caching involved).  Now though it really does look like a native app &#8211; nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.psychicorigami.com/2009/07/10/an-iphone-friendly-local-storage-backed-offline-todo-list-webapp/comment-page-1/#comment-10288</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Thu, 30 Jul 2009 16:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=176#comment-10288</guid>
		<description>Yes, add the meta tag apple-mobile-web-app-capable content=&quot;yes&quot; tag to your app.  That meta tag makes the safari chrome disappear (both the location bar AND the status bar).. removing the last indication that your app is not a native iphone app.  Seems like at that point, it would very difficult to tell the difference.  Great work on your app btw.  -Steven</description>
		<content:encoded><![CDATA[<p>Yes, add the meta tag apple-mobile-web-app-capable content=&#8221;yes&#8221; tag to your app.  That meta tag makes the safari chrome disappear (both the location bar AND the status bar).. removing the last indication that your app is not a native iphone app.  Seems like at that point, it would very difficult to tell the difference.  Great work on your app btw.  -Steven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.psychicorigami.com/2009/07/10/an-iphone-friendly-local-storage-backed-offline-todo-list-webapp/comment-page-1/#comment-10263</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sat, 11 Jul 2009 17:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=176#comment-10263</guid>
		<description>Thanks for that nueh - I did not know about that meta tag.  Will give it a go and see how it works...</description>
		<content:encoded><![CDATA[<p>Thanks for that nueh &#8211; I did not know about that meta tag.  Will give it a go and see how it works&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nueh</title>
		<link>http://www.psychicorigami.com/2009/07/10/an-iphone-friendly-local-storage-backed-offline-todo-list-webapp/comment-page-1/#comment-10262</link>
		<dc:creator>nueh</dc:creator>
		<pubDate>Sat, 11 Jul 2009 16:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=176#comment-10262</guid>
		<description>Oops, lost the code:

</description>
		<content:encoded><![CDATA[<p>Oops, lost the code:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nueh</title>
		<link>http://www.psychicorigami.com/2009/07/10/an-iphone-friendly-local-storage-backed-offline-todo-list-webapp/comment-page-1/#comment-10261</link>
		<dc:creator>nueh</dc:creator>
		<pubDate>Sat, 11 Jul 2009 16:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=176#comment-10261</guid>
		<description>Did you know about apple-mobile-web-app-capable? It sets whether a web application runs in full-screen mode.

&lt;code&gt;&lt;/code&gt;

http://devworld.apple.com/safari/library/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html</description>
		<content:encoded><![CDATA[<p>Did you know about apple-mobile-web-app-capable? It sets whether a web application runs in full-screen mode.</p>
<p><code></code></p>
<p><a href="http://devworld.apple.com/safari/library/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html" rel="nofollow">http://devworld.apple.com/safari/library/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
