Username:

Password:

Author Topic: Web Resources Depot Better HTML5 & CSS3 Usage By Detecting Browsers Capabilities With Modernizr  (Read 76 times)

siteFEEDS

  • Administrator
  • Hero Member
  • *****
  • Karma: +1/-0
  • Posts: 1994
Better HTML5 & CSS3 Usage By Detecting Browsers Capabilities With Modernizr
1 July 2009, 10:32 pm

Similar to the IE6 situation, when using HTML5/CSS3 in our websites, it is a good idea to offer non-problematic outputs to web users with older/non-standard browsers.

Modernizr is a JavaScript library that uses feature detection techniques to determine whether or not the current browser is capable of CSS3 and HTML5 features like rgba(), border-radius, CSS Transitions & more.



It enables you to write pseudo-IF/ELSE statements in your CSS &, if wanted, it is possible to wirite conditional statements in JavaScript with the help of a "Modernizr JavaScript object" created.

Also, Modernizr adds support for styling HTML 5 elements. This allows you to use more semantic, forward-looking elements such as
,
and without having to worry about them not working in Internet Explorer.

Special Downloads:

Free Admin Template For Web Applications

jQuery Dynamic Drag’n Drop

ScheduledTweets

Advertisements:

SSLmatic - Cheap SSL Certificates (from $19.99/year)

Dreamhost $50 Discount Code: WRD

Follow WebResourcesDepot At Twitter And Get More Resources!

Tags: CSS3, HTML5, Javascript

Related posts

Zoom Script With A Smart Interface: TJPzoom

What You See Is What You Ajax: WaveMaker

wForms: Easy JavaScript Form Controls

Web Based FTP Client Similar To Windows Explorer

Web Based & Open Source SQL Designer





Source: WebResourcesDepot

Logged