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!

Tuesday, July 31, 2012

Awesome charting javascript library

Link here.
This javascript library helps to create cool charts like pie charts, bar graphs, data tables etc. The coolest thing is that they can be changed dynamically and information related to only selected values can be seen easily.

Wednesday, July 25, 2012

Amazing background patterns using css

Link here.

Create awesome background patterns using only css and no images.
Best part? Works on ALL browsers.
You'll have to see it to believe it.

Monday, July 16, 2012

Wireframing online

Link here.

Want to wireframe your website online and save it as a pdf or an image ?
Here, is a clean interface to try all that.
Has mostly all the tools needed to start wireframing your website !


Thursday, July 12, 2012

Play with text

Link here.
Put really cool transition effects on the each and every letter of the text.

Link here.
This javascript makes the text appear how flight schedules change on the airport.
And so is named, airport.

Link here.
Make the text curvy!

Link here.
This one is like the text font gradient. Change font size from one end of the line to the other.

Charts on mobile anyone?

Link here.

If you're looking for simple bar-pie-plot graphs for mobile, take a look at it. Comment if you find anything better. I'' be glad to know. :)

Saturday, July 7, 2012

QuoJs - for mobile web development.

Link here.

Working on mobile projects ?
Well you should take a look at this small javascript library.
It even provides a good set of functions for touch events and finger gestures.
Multi tap features will also be added soon.

Wednesday, July 4, 2012

A look at angularJS by google

Link here.
Here's a look at what the new angularJS has to offer !
It's cool !