HTML5-Enable Every Browser: Webshims Lib
2
Apr
// php the_time('Y') ?>
In order to HTML5-enable older browsers or to create a fallback for unsupported features, it is very common to use polyfills (like using a Flash video player if there is no HTML5 video support).
Webshims Lib is a JavaScript library that automates the process of loading polyfills by detecting the capabilities of a browser with Modernizr.
It already includes many polyfills like JW Player for audio-video fallback, ExCanvas for canvas support and more. Also, it is modular which means new pollyfills can be added with ease.
The library is very helpful to keep the page sizes small by only loading the required polyfills for incapable browsers.
Website: http://afarkas.github.com/webshim/demos/
Download: http://github.com/aFarkas/webshim/downloads
Download: http://github.com/aFarkas/webshim/downloads
- Tags:
HTML5 Javascript Polyfill
- Filed under: Extras, MIT License, Other Scripts/Apps.
- 0 Comments
Leave a reply











