Managed Projects

Modernizr

  No analysis available

a JavaScript library allowing you to use CSS3 & HTML5 while maintaining control over unsupported browsers Modernizr is a script that will detect native CSS3 and HTML5 features available in the current UA and provide an object containing all features with a true/false value, depending on ... [More] whether the UA has native support for it or not. In addition to that, Modernizr will add classes to the element of the page, one for each cutting-edge feature. If the UA supports it, a class like cssgradients will be added. If not, the class name will be no-cssgradients. This allows for simple if-conditionals in CSS styling, making it easily to have fine control over the look and feel of your website. [Less]

0 lines of code

15 current contributors

0 since last commit

10 users on Open Hub

Activity Not Available
4.0
   
I Use This
Mostly written in language not available
Licenses: bsd, mit

HTML5 Boilerplate

  Analyzed 1 day ago

A professional front-end template for building fast, robust, and adaptable web apps or sites.

389 lines of code

9 current contributors

4 days since last commit

9 users on Open Hub

Moderate Activity
4.66667
   
I Use This

html5boilerplate.com

  Analyzed 1 day ago

Source code for the HTML5 Boilerplate website.

702 lines of code

3 current contributors

25 days since last commit

1 users on Open Hub

Low Activity
0.0
 
I Use This

Infinite Scroll

  No analysis available

Infinite scroll has been called autopagerize, unpaginate, endless pages. But essentially it is pre-fetching content from a subsequent page and adding it directly to the user’s current page.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl, mit