Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

How To Create HTML5 Offline Applications

Share this post!
 Vote this!


The Application Cache or AppCache is a new feature of HTML5, which offers a smarter way to cache the web application, making it available offline.  The AppCache is a simple mechanism, it allows a developer to specify which files should be cached by the browser and available to the offline users. Once the resources are cached, the user browser retrieve them from local computer instead of web server.

The browser downloads the resources from the server only when they are updated. This mechanism improves the speed as the cached files load much faster. It also helps to reduce the server load, as the files are downloaded from server only if they are updated.

More...

0 comments:

Post a Comment