Getting Started with HTML5 Local Databases
Starting with Safari 4, iPhone/iPad OS3, Chrome 5, and Opera 10.5 (Desktop), HTML5 Local Databases are now supported. I’ve been reading about local databases for quite some time and decided to do a write up with some basic examples on how to get started.
HTML5 and the Web
I am an unabashed partisan of the Web — its architecture, culture, and
content. I’m proud to have played a very small part in shaping bits of the
machinery and having contributed probably too many words to that content
But as for HTML5? It’s a good enough thing to the extent
it turns out to work. But nothing terribly important depends on it.
The Web Sockets API
Abstract
This specification defines an API that enables Web pages to use the Web Sockets protocol for two-way communication with a remote host.
Computing with JavaScript Web Workers
Web Workers are, undoubtedly, the coolest new feature to arrive in the latest version of web browsers. Web Workers allow you to run JavaScript in parallel on a web page, without blocking the user interface.
