HTML5

FacebookTwitter

HTML5 Cross Browser Polyfills - GitHub

https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-browser-Polyfills So here we're collecting all the shims, fallbacks, and polyfills in order to implant html5 functionality in browsers that don't natively support them. The general idea is that: we, as developers, should be able to develop with the HTML5 apis, and scripts can create the methods and objects that should exist. Developing in this future-proof way means as users upgrade, your code doesn't have to change but users will move to the better, native experience cleanly. Looking for a way to conditionally load these scripts client-side based on feature detects? See Modernizr .
// History.js It! // v1.0.1 - 30 September, 2012 // https://gist.github.com/854622

Ajaxify a Website with the HTML5 History API using History.js, jQuery and ScrollTo

https://gist.github.com/854622
http://www.queness.com/post/328/a-simple-ajax-driven-website-with-jqueryphp Introduction AJAX is abbrieviated from Asynchrounous javascript and XML. It's not a new technology, but the implementation of a group of technologies to achieve a seamless interaction between client and server.

A Simple AJAX Driven Website with jQuery + PHP

Mobile

navigation ajax, history.js

http://oeildupirate.com/2011/04/09/5-precieux-outils-pour-faire-du-html5-quand-le-monde-est-contre-vous/ Les standards ont par nature toujours une longueur d’avance sur leur implémentation dans les navigateurs. Face à l’engouement du publique et à la (rude) concurrence entre les navigateurs, les choses sont allées un poil plus vite pour HTML5 mais aujourd’hui encore, bon nombre de ses fonctionnalités ne sont pas supportés (au sein toujours, des navigateurs). C’est triste mais inéluctable.

5 précieux outils pour faire du HTML5 quand le monde est contre vous | L'Oeil Du Pirate

Video