Search code examples
htmloffline-cachingcache-manifest

HTML5 Offline Storage - Cache manifest networking


I am trying to write the manifest file but I am having weird problem in FF5, its caching all despite saying to don't do so. My manifest file looks like:

CACHE MANIFEST

NETWORK:
*

any ideas?


Solution

  • I did a presentation about offline and local storage not long ago.

    Video available here: http://www.youtube.com/watch?v=AWCk6FZMpcU

    It's a bit complicated. I had to read Dive Into HTML5 multiple times and then experiment a lot to get things working.

    I have an example PHP manifest "build" script here: https://github.com/JasonHanley/note5/blob/master/build.php