<?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: How to create offline webapps on the iPhone</title>
	<atom:link href="http://www.thecssninja.com/javascript/how-to-create-offline-webapps-on-the-iphone/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thecssninja.com/javascript/how-to-create-offline-webapps-on-the-iphone</link>
	<description>All things CSS, Javascript &#38; xhtml</description>
	<lastBuildDate>Tue, 07 Sep 2010 21:49:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Puneet</title>
		<link>http://www.thecssninja.com/javascript/how-to-create-offline-webapps-on-the-iphone/comment-page-3#comment-2041</link>
		<dc:creator>Puneet</dc:creator>
		<pubDate>Tue, 07 Sep 2010 08:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=252#comment-2041</guid>
		<description>thankx sir
i got it</description>
		<content:encoded><![CDATA[<p>thankx sir<br />
i got it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Css Ninja</title>
		<link>http://www.thecssninja.com/javascript/how-to-create-offline-webapps-on-the-iphone/comment-page-3#comment-2037</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Sat, 04 Sep 2010 02:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=252#comment-2037</guid>
		<description>@Puneet - Onload of the web app you can check navigator.onLine status and if it&#039;s true sync your local databse with your server. 

If they drop connection while using your web app and then regain it you have &lt;a href=&quot;https://developer.mozilla.org/en/online_and_offline_events#section_4&quot; rel=&quot;nofollow&quot;&gt;two events&lt;/a&gt; that get fired on the document called &quot;online&quot; and &quot;offline&quot;. Capture these events and delegate what to do when they lose or gain a connection.</description>
		<content:encoded><![CDATA[<p>@Puneet &#8211; Onload of the web app you can check navigator.onLine status and if it&#8217;s true sync your local databse with your server. </p>
<p>If they drop connection while using your web app and then regain it you have <a href="https://developer.mozilla.org/en/online_and_offline_events#section_4" rel="nofollow">two events</a> that get fired on the document called &#8220;online&#8221; and &#8220;offline&#8221;. Capture these events and delegate what to do when they lose or gain a connection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Puneet</title>
		<link>http://www.thecssninja.com/javascript/how-to-create-offline-webapps-on-the-iphone/comment-page-3#comment-2033</link>
		<dc:creator>Puneet</dc:creator>
		<pubDate>Fri, 03 Sep 2010 11:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=252#comment-2033</guid>
		<description>i am making web application that works offline. I used database system in my application. i successfully save data on client side during offline. now i don&#039;t know how to synchronize client side data storage with the server?
as gmail runs in the iphone. we can do all work during offline but when internet connection comes it synchronize with the server.
i want same thing in my application i don&#039;t know how to send request back to server after internet connection comes.
please reply</description>
		<content:encoded><![CDATA[<p>i am making web application that works offline. I used database system in my application. i successfully save data on client side during offline. now i don&#8217;t know how to synchronize client side data storage with the server?<br />
as gmail runs in the iphone. we can do all work during offline but when internet connection comes it synchronize with the server.<br />
i want same thing in my application i don&#8217;t know how to send request back to server after internet connection comes.<br />
please reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Css Ninja</title>
		<link>http://www.thecssninja.com/javascript/how-to-create-offline-webapps-on-the-iphone/comment-page-3#comment-1991</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Tue, 24 Aug 2010 23:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=252#comment-1991</guid>
		<description>@Gustavo - Most likely it was a bad reference to that css file, if there are any 404 on files you list in your manifest it will fail. 

&lt;blockquote&gt;i added some lines to index.html more specifically i added elements but they just dont render at first i tought it was because the server was down but it wasnt so i dont know whats happening! :S&lt;/blockquote&gt;

Make sure you clear your cache and you&#039;re using the appcache event model to detect changes in the manifest so you can swap the old with the new, otherwise it will load the originally cached assets and you won&#039;t see any changes.</description>
		<content:encoded><![CDATA[<p>@Gustavo &#8211; Most likely it was a bad reference to that css file, if there are any 404 on files you list in your manifest it will fail. </p>
<blockquote><p>i added some lines to index.html more specifically i added elements but they just dont render at first i tought it was because the server was down but it wasnt so i dont know whats happening! :S</p></blockquote>
<p>Make sure you clear your cache and you&#8217;re using the appcache event model to detect changes in the manifest so you can swap the old with the new, otherwise it will load the originally cached assets and you won&#8217;t see any changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo</title>
		<link>http://www.thecssninja.com/javascript/how-to-create-offline-webapps-on-the-iphone/comment-page-3#comment-1988</link>
		<dc:creator>Gustavo</dc:creator>
		<pubDate>Mon, 23 Aug 2010 04:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=252#comment-1988</guid>
		<description>ok now its working i dont know what was the problem i just moved the css file to a folder and change the url in the manifest file and  voila , but now i have a question , i added some lines to index.html more specifically i added  elements but they just dont render at first i tought it was because the server was down but it wasnt so i dont know whats happening! :S</description>
		<content:encoded><![CDATA[<p>ok now its working i dont know what was the problem i just moved the css file to a folder and change the url in the manifest file and  voila , but now i have a question , i added some lines to index.html more specifically i added  elements but they just dont render at first i tought it was because the server was down but it wasnt so i dont know whats happening! :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo</title>
		<link>http://www.thecssninja.com/javascript/how-to-create-offline-webapps-on-the-iphone/comment-page-3#comment-1987</link>
		<dc:creator>Gustavo</dc:creator>
		<pubDate>Mon, 23 Aug 2010 04:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=252#comment-1987</guid>
		<description>hi well i tried with your demo on my server and it runs smoothly , im using chrome 5 ,so i guess the trouble its me xD , but how can somebody  make any mistake with a example like the one i posted :S!!

so i guees ill keep on trying to find out what am i doing wrong thx!!</description>
		<content:encoded><![CDATA[<p>hi well i tried with your demo on my server and it runs smoothly , im using chrome 5 ,so i guess the trouble its me xD , but how can somebody  make any mistake with a example like the one i posted :S!!</p>
<p>so i guees ill keep on trying to find out what am i doing wrong thx!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Css Ninja</title>
		<link>http://www.thecssninja.com/javascript/how-to-create-offline-webapps-on-the-iphone/comment-page-3#comment-1986</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Mon, 23 Aug 2010 03:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=252#comment-1986</guid>
		<description>@Gustavo - Grab my demo and try that on your server. If that&#039;s working you&#039;re doing something wrong with yours. If it&#039;s not make sure the mimetype is set, double check it with the web sniffer tool mentioned in the article. Lastly make sure you&#039;re testing it on a browser that actually supports the application cache.</description>
		<content:encoded><![CDATA[<p>@Gustavo &#8211; Grab my demo and try that on your server. If that&#8217;s working you&#8217;re doing something wrong with yours. If it&#8217;s not make sure the mimetype is set, double check it with the web sniffer tool mentioned in the article. Lastly make sure you&#8217;re testing it on a browser that actually supports the application cache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Css Ninja</title>
		<link>http://www.thecssninja.com/javascript/how-to-create-offline-webapps-on-the-iphone/comment-page-3#comment-1985</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Mon, 23 Aug 2010 03:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=252#comment-1985</guid>
		<description>@Puneet - You only need to place the manifest attribute on the initial page then inside the manifest you list all the assets you wish to cache.</description>
		<content:encoded><![CDATA[<p>@Puneet &#8211; You only need to place the manifest attribute on the initial page then inside the manifest you list all the assets you wish to cache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo</title>
		<link>http://www.thecssninja.com/javascript/how-to-create-offline-webapps-on-the-iphone/comment-page-3#comment-1984</link>
		<dc:creator>Gustavo</dc:creator>
		<pubDate>Mon, 23 Aug 2010 03:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=252#comment-1984</guid>
		<description>hello sensei , ive got some troubles over here that i think im not supossed to have ,i&#039;ve been trying to make something to go offline but i just cant i even try the easyest example ever , something like this

index.html:





Stuff




some stuff to be offline here



------------------------------------------------------------------------------------

style.css:

p
{
border:1px solid black;
}

---------------------------------------------------------------------------------------

stuff.manifest:

CACHE MANIFEST

index.html
style.css

----------------------------------------------------------------------------------------

im running apache with the mime type already added

its supossed that the browser automatically &#039;saves&#039; the manifest file as it reads the manifest attribute on the HTML tag right? 

after it loads , i turn the server off and the page just wont load after reloading and i dont know what im doing wrong , please some help over herre newbie in troubles</description>
		<content:encoded><![CDATA[<p>hello sensei , ive got some troubles over here that i think im not supossed to have ,i&#8217;ve been trying to make something to go offline but i just cant i even try the easyest example ever , something like this</p>
<p>index.html:</p>
<p>Stuff</p>
<p>some stuff to be offline here</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>style.css:</p>
<p>p<br />
{<br />
border:1px solid black;<br />
}</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>stuff.manifest:</p>
<p>CACHE MANIFEST</p>
<p>index.html<br />
style.css</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>im running apache with the mime type already added</p>
<p>its supossed that the browser automatically &#8216;saves&#8217; the manifest file as it reads the manifest attribute on the HTML tag right? </p>
<p>after it loads , i turn the server off and the page just wont load after reloading and i dont know what im doing wrong , please some help over herre newbie in troubles</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Puneet</title>
		<link>http://www.thecssninja.com/javascript/how-to-create-offline-webapps-on-the-iphone/comment-page-3#comment-1976</link>
		<dc:creator>Puneet</dc:creator>
		<pubDate>Fri, 20 Aug 2010 08:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=252#comment-1976</guid>
		<description>as i am using smarty and php in my project, is there any need to add all templates that are in my project to specify in the manifest file??</description>
		<content:encoded><![CDATA[<p>as i am using smarty and php in my project, is there any need to add all templates that are in my project to specify in the manifest file??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
