Browsers vendors are adding some very impressive features. Time to play with the Fullscreen and Pointer Lock API!
Tag: api
Investigating the HTML5 Drag and Drop API
Drag and Drop had been available using JavaScrit libraries for some time, but with HTML5 comes native support.
The append and appendTo jQuery methods
jQuery has a wealth of methods for manipulating the DOM. The append() and prepend() methods i tend to use all the time.
Plotting chaos
I decided to delve into Flot and Firefox’s Web Workers API and created a little chaos along the way.