Enable HTML5 Offline Web Application with Dojo 1.7 (Web 2.0 and Mobile Development Community) 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. <html manifest=”cache.appcache”> 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. By henrikin Development > Mobile Web Appswith appscachehtml5ibmmobileofflinestorageweb
Okawix - Home page “Okawix lets you download the whole content of Wikipedia, with or without images, so that you can browse it offline: Okawix is available in 253 languages and includes sister projects of the Wikimedia Foundation (Wikisource, Wiktionary, Wikiquote, Wikibooks).” By ycc2106in Public bookmarkswith downloadofflinewikipedia