<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / henrik / tag / cache</title>
<link>http://netvouz.com/henrik/tag/cache?feed=rss</link>
<description>henrik&#39;s bookmarks tagged &quot;cache&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><item><title>Generating HTML5 AppCache Manifests with Fiddler - Fiddler Web Debugger - Site Home - MSDN Blogs</title>
<link>http://blogs.msdn.com/b/fiddler/archive/2011/09/15/generate-html5-appcache-manifests-using-fiddler-export.aspx</link>
<description>HTML5 introduces the concept of an Application Cache, which allows a web developer to provide a manifest of pages that should be cached to permit offline use. You can see an instance of AppCache over on the IETestDrive site; if you examine the markup, you can find that the HTML tag contains a manifest attribute which specifies the URI of the AppCache manifest.</description>
<category domain="http://netvouz.com/henrik?category=4422831783591354848">Development &gt; Mobile Web Apps</category>
<author>henrik</author>
<pubDate>Wed, 01 Feb 2012 15:00:53 GMT</pubDate>
</item><item><title>HTML5 Rocks - A Beginner&#39;s Guide to Using the Application Cache</title>
<link>http://www.html5rocks.com/en/tutorials/appcache/beginner/</link>
<description>It&#39;s becoming increasingly important for web-based applications to be accessible offline. Yes, all browsers have caching mechanisms, but they&#39;re unreliable and don&#39;t always work as you might expect. HTML5 addresses some of the annoyances of being offline with the ApplicationCache interface.</description>
<category domain="http://netvouz.com/henrik?category=4422831783591354848">Development &gt; Mobile Web Apps</category>
<author>henrik</author>
<pubDate>Wed, 01 Feb 2012 14:59:53 GMT</pubDate>
</item></channel></rss>