Questions tagged [modernizr]

Modernizr is an open-source JavaScript library that helps you build the next generation of HTML5 and CSS3-powered websites.

Modernizr is a small JavaScript library that detects the availability of native implementations for next-generation web technologies, most commonly features that stem from the HTML5 and CSS3 specifications. Many of these features are already implemented in at least one major browser (most of them in two or more). Modernizr tells you whether the current browser has this feature natively implemented or not.

The most recent version of Modernizr is Modernizr 2.5, released 6 Feb 2012. More information is available at the Modernizr home page.

When Modernizr v2 was released in June 2011, it made a significant departure from v1 (and from most other common JavaScript libraries): Where version 1 included all the feature detection tests in a single standard script, version 2 allows a site developer to build their own personalized copy of Modernizr that contains only the tests required. This allows a developer to minimize the amount of JavaScript code that their users need to download. However, it also reduces the scope to use a shared content delivery network (CDN) such as Google Code.

902 questions
-3
votes
1 answer

Does Modernizr brings bad programming practises in web development?

There are a lot of "buts" in approaches to web development. Recently I've read an article why not to use Twitter bootstrap. One of the reasons were that it doesn’t follow best practices. Well I don't want to discuss about TB. What I wanna know is…
user1097772
  • 3,499
  • 15
  • 59
  • 95
-5
votes
1 answer

Website partly loads CSS in IE8-IE9

I can't seem to fix the following website for IE9: http://www.allyum.com I've implemented Modernizr and Html5Shiv but nothing seems to work. If you test it in other browsers everything works perfectly fine. Does anyone have an idea what the issue…
Warre Buysse
  • 1,335
  • 4
  • 21
  • 39
1 2 3
60
61