<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / henrik / tag / storage</title>
<link>http://netvouz.com/henrik/tag/storage?feed=rss</link>
<description>henrik&#39;s bookmarks tagged &quot;storage&quot; on Netvouz</description>
<item><title>Creating mobile Web applications with HTML 5, Part 2: Unlock local storage for mobile Web applications with HTML 5</title>
<link>http://www.ibm.com/developerworks/xml/library/x-html5mobile2/</link>
<description>One of the most useful new features in HTML 5 is the standardization of local storage. Finally, Web developers can stop trying to fit all client-side data into 4 KB Cookies. Now you can store large amounts of data on the client with a simple API. This is a perfect mechanism for caching, so you can dramatically improve the speed of your application—a critical factor for mobile Web applications that rely on much slower connections than their desktop brothers. In this second article in this series on HTML 5, you will see how to use local storage, how to debug it, and you will see a variety of ways to use it to improve mobile Web applications.</description>
<category domain="http://netvouz.com/henrik?category=4422831783591354848">Development &gt; Mobile Web Apps</category>
<author>henrik</author>
<pubDate>Mon, 13 Jun 2011 11:32:39 GMT</pubDate>
</item><item><title>Enable HTML5 Offline Web Application with Dojo 1.7 (Web 2.0 and Mobile Development Community)</title>
<link>https://www.ibm.com/developerworks/mydeveloperworks/blogs/94e7fded-7162-445e-8ceb-97a2140866a9/entry/draft_enable_html5_offline_web_application_with_dojo_1_716?lang=en</link>
<description>HTML5 offline web application is a wonderful technology that let web applications work without network connection, which is especially useful for mobile web applications since wireless network is not as stable as wire network is. According to W3C specification of offline web application, developers needs to provide a manifest file if they want to enable the offline cache capability. The manifest file lists all the resources that will be offline cached and needs to be referenced in HTML page like this. &lt;html manifest=”cache.appcache”&gt; The cache.appcache needs to be served as “text/cache-manifest” content-type and the browser will fetch all of the resource files in the manifest during the first load or whenever the content of manifest is updated.</description>
<category domain="http://netvouz.com/henrik?category=4422831783591354848">Development &gt; Mobile Web Apps</category>
<author>henrik</author>
<pubDate>Mon, 10 Oct 2011 15:21:18 GMT</pubDate>
</item></channel></rss>