HTML 5

Access web application offline – HTML5 Application cache

In this topic we will learn how to access web applications locally without network connection…For that first of all we will learn what is an offline web application… What is an offline web application? Applications that we can access without network connection are known offline web applications. These are lists of URLs, Images, HTML files, CSS files, Java script files…

Continue Reading

HTML 5

HTML5 Localstorage

Html5 Local storage Local storage in html5 is a way to store values in the format of key/value pairs in your web browser. The same like cookies data persists after you close the browser or navigate away from your web application or website. The only difference between cookies and local storage is that local storage is not transmitting data to…

Continue Reading