CSS Dropdown menu tutorial

CSS is a very powerful and is worth to know inside out, from simple styling to more advanced effects like transitions. In this tutorial i show some basic CSS drop down menu tutorial, i also leave out any fancy styling as the point of this tutorial is to demonstrate css simplicity. To demonstrate this simplicity we will create a css drop down menu, the drop down menu will be visible once the user. ...

html5shim vs html5shiv

shim: A compatibility workaround In computer programming, a shim is a small library which transparently intercepts an API, changes the parameters passed, handles the operation itself, or redirects the operation elsewhere. Shims typically come about when the behavior of an API changes, thereby causing compatibility issues for older applications which still rely on the older functionality. In such c...

HTML5 Boilerplate django

HTML5 Boilerplate is an awesome base HTML/CSS/JS template for a fast, robust and future-proof site with all the trimmings i really mean all. (more…)

HTML5 offline storage limit

HTML5 offline storage is a more advanced version of what is typically known as today as cookies. With offline storage, web developers can store per-session or domain-specific data as name/value pairs on the client using Web Storage. (more…)

HTML5 books

In my quest to the ever evolving process of learning HTML5 i have made some research for HTML5 books and i came up with a list of those that looked more promising. (more…)