Thursday, December 27, 2012

Make your website talk globally to the user

Globalize the content of the website according to from where a user is coming from.
Simple example, someone from india would want to see the date on the site as dd/mm/yyyy
and someone from the USA would want to see the date mm/dd/yyyy.
Link here.

Knowing flexbox

Link here.

Plugin to skew elements' shapes

Link here.

Jquery plugin to do things on scroll event

Link here.

Wednesday, December 26, 2012

Easy cross platform scrolling effects for touch devices

Link here for a slide presentation.
Superscrollorama provides super animations when we scroll.
Stellar.js provides cool parallax effects while scrolling.
iScroll and Zyanga scroller simply makes scrolling smooth on all touch devices.


Sunday, December 16, 2012

Nice :nth element tester by Chris Coyier

A nice interface to check out which nth element will be affected when we apply the :nth pseudo selector on it.
Link here.