HTML5

Last modified by owen corpening on 2012/07/21 22:49

HTML5 Boilerplate Dr Dobbs Article on HTML5 Development  
Modernizer - add support to older browsers  Mobile Phone Compatibility Matrix  
Cross browser Polyfills/Shims/Shivs  HTML5 Rocks!  
Can I use? .com  Move the Web Forward  
Can I use for mobile  Games  
HTML5 PleasePlarform html5 org
 History.js is preferred shim for history 
  
  
  
  
  
  
  
  
  
  
  
  
  

To enable in older browsers download this

or just include this CDN:
<!--[if lt IE 9]>

<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>

<![endif]-->