Thursday, August 30, 2012

Load images when they come in user's viewport

Link here.
This jquery plugin only loads the images when they come in the user's viewport.

Twitter bootstrap usage

Link here and here.
A nice article which shows how to use twitter bootstrap to make awesome apps!

Tuesday, August 28, 2012

About javascript frameworks - which, where and when to use!

Link here.
All about which javascript framework to choose when designing a web application.

Monday, August 27, 2012

Awesome range slider

Link here.
This slider works perfectly on all browsers ! 

Saturday, August 25, 2012

Phalcon, a faster PHP framework

Link here.
 - It's delivered as a C extension
 - can handle more requests per second.
 - takes way lesser time per request than other frameworks.
 - has to interpret lesser files per request.
 - has to allocate lesser memory for each request.


Wednesday, August 22, 2012

A pie progress bar in favicons

Link here.
Ever wanted a progress shown as a pie chart where favicon has to be ?
It's a simple javascript library you have to add to make it work !
This makes loading time responsive !

Monday, August 20, 2012

Design patterns in javascript

Link here.

A really nice tutorial if you are looking to design your website using javascript.

Tuesday, August 7, 2012

A pre launch website theme

Link here.
Here's a wordpress theme that you can connect to users even before the launch of your website.

Monday, August 6, 2012

Color Palettes

Link here.

Want to find out all the colors used by a website ?
Well just enter its url and get all the possible colors used in the design.
So cool, right!