Archive

HTML5

Twitter Bootstrap – Complete Responsive Front End Framework

What started as an internal projects from two Twitter employees, it evolved to a complete framework used by countless designers and developers all over the world. Currently at version 2.3.2 and with a brand new refactoring coming up with version 3.0, Bootstrap has everything one needs to put together a functional website in no time. […]

HTML5/CSS3 User Interface Kit

Today’s resource comes from Vandeley Design in the shape of a UI Kit. However, unlike many of the resources presented before, this one is not in PSD format, but directly coded using HTML5 and CSS3. It even includes a clever mechanism to create custom checkboxes.  

Percentage Loader Plugin

jQuery.PercentageLoaderĀ is a jQuery plugin for displaying a rounded progress widget, different than the classic progress bars. It makes use of HTML5 Canvas and vectors, allowing it to be scaled at will.  

Modernizr

Monernizr is what people in the field call a “polyfill” – a javascript library that detects what your browser is capable of and allows you to take special actions if necessary to compensate for the lack of support for the latest HTML5 and CSS3 features.

Initializr

Initializr is an HTML5 templates generator that generatesĀ for you a clean customizable template with just what you need to start! The base material is offered by HTML5Boilerplate and Twitter Bootstrap. One also can also choose the polyfill method (via Modernizr or HTML5 Shiv), the Google Services that will be used (like Chrome Frame or Analytics).

HTML5 Boilerplate

HTML5 Boilerplate is a code base (HTML/CSS/Javascript) that can be used as a starting template for any web project. Developed over four years and reaching version 3.0 (at the time of writing this), this code base profits from all best practices in the field. Among the list of features one can encounter: Cross-browser compatible Optimal […]