Thursday, June 17th, 2010
Modernizr: Point and see how modern you are
<p>
Modernizr detects feature support across JS APIs and CSS. Now, there is a simple
page that shows you what Modernizr thinks of your browser:
Related Content:





Thursday, June 17th, 2010
Category: Library
Modernizr detects feature support across JS APIs and CSS. Now, there is a simple
page that shows you what Modernizr thinks of your browser:
Posted by Dion Almaer at 6:32 am
5 Comments





Caching and dynamic views
My client does not want to change his cache settings on IE and I'm trying to figure out a way to dynamically update a view each time it is visited. I...
JQuery Function Not Defined?
In Episode 25, we chat about IE 8, standards, Acid3, server side JavaScript, and more.
Who are the ajaxians? Find out.
Please contact us at . We would love to hear about any news that we could put up here.
We have individual blogs too:
Would be cool if some of the big sites would gather/aggregate this info from their visitors so devs have an idea of support from the general public.
@cancelbubble – I’m halfway done on reporting this info to Browserscope. Once done, it’d be easy for a site to start contributing their user’s support data. This probably makes more sense than custom variables in google analytics..
How about caching test results somewhere (a cookie perhaps) along with useragent string and modernizr version and only run the tests if the cookie doesnt exist and/or the useragent string or modernizr version have changed?
Right off the bat running modernizr on every pageload seems wasteful – though its fairly fast.
I already gave that a shot, rasmusfl0e, but the performance gain wasn’t significant. I actually used sessionStorage, which has a big performance advantage over cookies.
Then again, I might not have done it as well as it could be..
It works really well!!!
At 1276865962882, Modernizr took: 75381ms
-_- noty slow as poop in Safari