Google Coding Style Guides
Jul 12,
2012
Google have made their internal coding style guides publicly available. I’ve been checking out the HTML and CSS and JavaScript guides over the past couple of days, and would strongly recommend that anyone working on the client-side take a look at both. Guides like these are full of little tips and tricks. They give you […]
Offline Web Applications with HTML4
Aug 17,
2011
One of the exciting new features of HTML5 is the ability to create offline web applications. The idea is that the developer can set up a manifest that tells the browser to cache the application. The latest versions download to your machine when you visit, and if you want to use the application when you’re […]