Archive

javascript

JustGage plugin

JustGage is a handy JavaScript plugin for generating and animating clean gauges. The output is generated in SVG format and it is supporter in all current browsers.  

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.

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 […]

TipTip jQuery plugin

TipTip is a smart jQuery plugin, able to detect the viewport edges and adjust its position so that it always stays visible, just like the native browser tooltips. TipTip uses no images, it is very light and can be customized with CSS.