From ea75a56226c1451d46eac3004807bd4aa56be5a9 Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 14 Oct 2012 14:23:19 +0530 Subject: [PATCH] added a link to my blog which explains how one can avoid caching the appcache.manifest file itself on the client side and thus prevent the web app from anomalous behavior. I hope the pull request is accepted and my contribution to the open web becomes available to everybody. --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index fd9ddc8..17bb236 100644 --- a/index.html +++ b/index.html @@ -210,6 +210,7 @@

Resources

  • Safari Developer Library – Storing Data on the Client
  • Online validator, JSON(P) validation API, and TextMate bundle) – Cache Manifest Validator
  • A List Apart – Application Cache is a Douchebag
  • +
  • The4thDimension – How to inhibit caching AppCache manifest?