Get a jumpstart in your HTML5 development. You can reinvent the wheel, or check out these great sites.
- – html5shiv.js will help make your code be backward compatible with older IE browser. Older browsers don’t recognize all html5 tags. html5shiv.js creates these tags and improves backwards compatibility.
- – a javascript library that detects HTML 5 and CSS3 features that are available in a browser. Using this library, you can tailor your site to adapt to browsers that do not support all HTML 5 and CSS3 features you would like to use, allowing your site to degrade smoothly.
- – HTML5boilerplate offers a framework for development with HTML5. No, it does not give you a massive infrastructure to block out areas of the page. html5boilerplate gives you the framework file structure, normalized css, modernizr,jquery, google analytics, remind the visitor to upgrade browser, and more. Remember to look at the preconfigured options that are available at Initializr.com … classic, responsive and bootstrap, they may even give you a bigger edge.
- – the next step up from the standard html5boilerplate, you will find a mobile version … to help you get started. This boilerplate offers (above the other features of html5 boilerplate); meta tags for hand-held friendly devices, touch icons, zeptos.js (see below), helper.js (with gesture detection and device type handling) screen width detection and more.
- – Find out how to use the html5boilerplates at the official guide to the boilerplate.
- – jQuery, one of the leading JavaScript libraries designed to help simplify your JavaScript tasks.
- – If you have not heard of it, Zeptos is essentially a subset of common jQuery. The goal of zepots is to create a library of typical jQuery features in a small footprint, best for a mobile device. Check out Zeptos for your mobile project.