html5

TouchScroll Demo

mir.aculo.us with Thomas Fuchs » Blog Archive » Making an iPad HTML5 App & making it really fast

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.

Read more on Getting Started with HTML5 Local Databases…

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.

Read more on HTML5 and the Web…

Harmony

Mr.doob | three.js

quake2-gwt-port – Project Hosting on Google Code

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.

Read more on Computing with JavaScript Web Workers…

HTML 5 Parsing

One of the biggest wins of the HTML 5 recommendation is a detailed specification outlining how parsing of HTML documents should work. For too many years browsers have simply tried to guess and copy what others were doing in hopes that their parser would work well enough to not cause too many problems with HTML markup found in the wild.

Read more on HTML 5 Parsing…

Google Author link