Posts tagged “offline cache”
Firefox Appcache Manifest File Bug
The basic idea of Mobile Web Framework (MWF) is to serve only CSS and JS that a device is capable of. This eliminates the typical overhead when doing responsive web design. The latest version of MWF uses client-side javascript feature detection (Modernizr and then some). The resulting steps are: Client makes request for the first [...]
Debugging Application Cache
Debugging application cache (a.k.a. offline application) can be a real pain sometimes. Here are some notes I took along the way.