Using HTML5 Storage to cache application interfaces
August 26th, 2010One of the things that gets me excited about the new features of browsers is the “HTML5” Web Storage module. I like it mostly because of its simplicity. The Web Storage idea is to simplify storing of information for the user. I always hated using cookies because of all the domain issues. It was also […]