Work offline using Application cache and Local Storage

If we want to work offline we should be able to. This is a simple sentence and until recently quite difficult, but now very achievable. Using two new browser features (html5 compatible browsers) this can be accomplished. Local Storage: This is just a two dimensional array that allows storage of data pairs within a clients browser.Application… Continue reading Work offline using Application cache and Local Storage