Brian Campbell
Member since Jul 6, 2011
- Profile: /members/8585-brian-campbell.htm
- URL: http://briancampbell.name
- Comments: 2
Recent Blog Comments By Brian Campbell
-
Using HTML5 Offline Application Cache Events In Javascript
Posted on Jul 25, 2011 at 1:35 PM
Thank @Ben, I have a question that maybe you (or someone else) can help me with. The app cache is working great in Safari and Chrome. However, in Firefox the manifest triggers a new download on every page visit...as through the manifest has been updated. Has anyone seen this behavior? Any fixes? I'v... read more »
-
Using HTML5 Offline Application Cache Events In Javascript
Posted on Jul 6, 2011 at 3:03 PM
Awesome tut! Thanks for sharing Ben! I'm using your concept, but I've tried a simpler approach to getting a count on the cache files. All my files are relative to root, so I just count the lines that begin with "/"...in your example, you'd obviously look for "./". Here's ... read more »