2017
MapTiler - map overlay, cut map tiles for Google Maps, GIS layers and mobile apps – MapTiler
by 1 otherGo beyond Google Maps with your own maps
Overlay any map and match coordinates
2016
2014
The offline cookbook - JakeArchibald.com
When AppCache arrived on the scene it gave us a couple of patterns to make content work offline. If those were the patterns you needed, congratulations, you won the AppCache lottery (the jackpot remains unclaimed), but the rest of us were left huddled in a corner rocking back & forth.
Static Web Apps - A Field Guide
by 1 otherStatic Web Applications run independently of the need for server-side dynamic processing. Static web architecture eases common web development headaches without introducing additional complexity. This guide will introduce you to the world of static web applications and offer solutions to common challenges encountered while building them. Welcome!
localForage
localForage is a handy library that improves the offline experience of your web app by using asynchronous storage (via IndexedDB or WebSQL where available) but with a simple, localStorage-like API.
localForage includes a localStorage-backed fallback store for browsers with no IndexedDB or WebSQL support. This means that asynchronous storage is available in Chrome, Firefox, and Safari (including Safari Mobile).
2013
Offline.js – Handle your users losing their internet connection like a pro
by 2 othersOffline.js is a library to automatically alert your users when they've lost internet connectivity, like Gmail.
It captures AJAX requests which were made while the connection was down, and remakes them when it's back up, so your app reacts perfectly.
It has a number of beautiful themes and requires no configuration.
2011
Go offline with application cache | HTML5 Doctor
HTML5 introduces new methods for enabling a web site or web application to function without a network connection. When you’re working on a mobile connection and your signal drops, or you just have no connection to the internet for whatever reason, having some level of access is better than nothing. In this article, we’ll look at how the application cache can store resources to be used by the browser when it’s offline, granting your users partial access to your web site or application.
bitrzr: HTML5 offline webapps: a practical example
Web apps that work offline are still uncommon, and there aren't a lot of "real life" implementation examples on the Web.
1
(9 marks)