2016
2014
Static Web Apps - A Field Guide
by Spone & 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!
2013
Offline.js – Handle your users losing their internet connection like a pro
by Spone & 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
by SponeHTML5 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
by SponeWeb apps that work offline are still uncommon, and there aren't a lot of "real life" implementation examples on the Web.
1
(5 marks)