May 2010
16 posts
2 tags
HTML5: seriously, it's not just for video --... →
A bunch of fun demos. This Google Gravity one is cool.
2 tags
HTML5 Watch →
A Tumblr similar to this one with HTML5 and CSS3 examples. These world clocks are cool.
3 tags
Video JS | HTML5 Video Player →
A javascript-based video player that uses the HTML5 video element. I tried it out and it looks good. The controls are similar to Vimeo’s player.
via daringfireball
2 tags
HTML 5 for Web Designers, by Jeremy Keith -... →
85 pages of nicely designed book learning action.
3 tags
Detecting HTML5 Features - Dive Into HTML5 →
The chapter of Dive Info HTML5 about detecting features. Certain browsers might not support certain features so it’s smart to add code to check what is available. There is also an almost-alphabetical guide for quick reference.
via hackernews
3 tags
Best HTML5 and CSS3 tutorials | AjaxLine →
A bunch of nice HTML5 and CSS3 tutorials. I particularly like the color changing website tutorial and the CSS3 Glow tabs.
via Allan Paterson
4 tags
CSS3-Man →
A demo of a Spiderman Cartoon made with CSS3, jQuery and HTML5 (no flash). You can read the explanation of how it was done here.
via hackernews
3 tags
Modernizr →
A simple Javascript library that makes it easier to do fallbacks for browsers that don’t support certain features of HTML5 yet.
2 tags
Article Archive | HTML5 Doctor →
A bunch of articles and explanations about HTML5. You can submit questions too.
2 tags
The Future of HTML5 by Bruce Lawson (by Carsonified)
A presentation given at FOWA London 2009.
1 tag
The WHATWG Blog » Blog Archive » The Road to... →
Mark Pilgrim explains link relations, which are used to say why you are linking to a page.
6 tags
Dive Into HTML5 →
The online version of a book about HTML5 written by Mark Pilgrim with tons of explanations and examples. There are chapters on the canvas, video, geolocation, offline web applications, forms and more.
3 tags
HTML5 Demos and Examples →
Demos of some of the main features of HTML5 that you can try out and view the source code for.
4 tags
TouchScroll, a scrolling layer for WebKit mobile «... →
This scrolling layer for WebKit makes your web pages scrollable. The advantage this has over standard touch scrolling is the locked axis for vertical or horizontal scrolling. Try out the demo.
via daringfireball
3 tags
23 Essential HTML 5 Resources | Carsonified →
A collection of links to HTML5 demos, tutorials, examples and explanations.
3 tags
An HTML5 Offline App Example →
This post explains how to write an HTML5 app that works offline. There is also a demo so you can test it out.