SKOAR!       / SHOPPING
  News Features Downloads
 
Channel 5
Welcome to Channel 5 – the home for HTML Developers!

HTML5 is the next major update to the W3C HTML specification providing a standard structure for presenting content on the web. The W3C HTML5 specification adds new features like graphical support through SVG and Canvas, multimedia support like inlive video and audio, as well as new APIs to make it easier for developers to create rich, interactive web applications..
Modernizer enables HTML5 on older browsers
Posted By: Channel 5
Posted On: 12th Jun, 2012

Modernizr is a JavaScript library that detects support for various HTML and CSS features. While it is possible to do this work yourself, Modernizr does it in an easy-to-use package that is well tested and easily configured. It detects what the browser’s capabilities are and can use JavaScript to add to the DOM the elements and CSS classes that you need. This is known as a polyfill.

Justin James, in this article gives in-depth knowledge about Modernizr. It gives developers the ability to use HTML5 today while addressing concerns about older browsers. The author also discusses some big problems with polyfills. For example at times it can get very heavy.

Aside from the built-in polyfills, Modernizr is used to detect features and make decisions based on what is detected. It actually detects the availability of functionality, instead of simply checking out what user agent is being used and comparing it to a functionality chart. 
 
To read this article visit: http://www.techrepublic.com/blog/programming-and-development/modernizer-enables-html5-on-older-browsers/5414
To get more such updates delivered to your inbox, subscribe now to free newsletter
 
Tags:
Latest Updates from
Facebook Activity