client side javascripters aim for minimal code, to optimise load times; but what if you didn't have to worry about that? My idea is to store slowly changing assets in localStorage and then just have a tiny js that loads them into the page.<p>has anyone attempted this before?
Why would this be preferable to an application cache manifest?<p><a href="http://www.html5rocks.com/en/tutorials/appcache/beginner/" rel="nofollow">http://www.html5rocks.com/en/tutorials/appcache/beginner/</a>