Tag Archives: library
Hammer.js JavaScript library for multi-touch gestures

Hammer.js JavaScript library for multi-touch gestures

Posted 11 April 2012 | By | Categories: HTML5, Javascript | No Comments

Hammer.js is a lightweight (only 2kb) JavaScript library for multi-touch gestures. It’s easy implementation of touch events in your website. The gestures supported by Hammer.js are: tap, double tap, hold, drag, and transform (such as pinch to zoom).

HTML5 and CSS3 feature-detection with Modernizr library

HTML5 and CSS3 feature-detection with Modernizr library

Posted 04 July 2010 | By | Categories: Frameworks, Tutorials | No Comments

Ten years ago, only the most cutting-edge web designers used CSS for layouts and styling. Browser support for CSS layouts was slim and buggy, so these people advocated for web standards adherence, while creating hacks that made CSS layouts work in all browsers. One hack that became widely used was browser sniffing: Detecting which browser [...]