Thursday, May 31, 2012

Page layout like reading a book!

Link here.
This cool flipping page layout is inspired from flipboard.
It does not break in browsers that do not support it but just gives a simpler layout.
The even more cooler thing is that, it works on any size window. So, is compatible on
smart phone and tablet screens too.

A collection of 100 new fonts

Link here.

A great collection of amazing css3 and jquery effects

Link here.
I just watched each and every transition and animation that has been put into
the collection of effects in awe.

Wednesday, May 30, 2012

API to go fullscreen !

Link  here.
A simple api using jquery to make images, videos and other content go full screen when clicked on.
The first line says its a cross-browser api. Doesn't work on IE and opera though.
Hoping that they'll fix it soon.

Tuesday, May 29, 2012

Using zip codes for address

Link here.

Doesn't it get a little irritating to add your address every time you do anything that is location based, example when giving address when shopping online for something. This code snippet with the help of ajax and jquery finds out the city and state just by entering the zip code.
Works only in the US right now though.

Monday, May 14, 2012

Modern Web Development

Link here.
All about the modern web development and debugging using Chrome Canary !

Friday, May 11, 2012

A JavaScript library to zip and unzip files

Link here. Compatibility : The most important ! ->

Currently this library works fully only with Chrome and Internet Explorer 10.
With Firefox you must use a DataView polyfill (e.g. DataView.js from David Flanagan). With Safari and IE9, you must disable Web Workers and use a Typed Array polyfill.

Wednesday, May 9, 2012

Interesting diagram/schema editing and sharing online

Link here.
If you're tired of sending schema, flow diagrams etc back and forth in the form of images, this tool is just for you.
It helps to create those diagrams online. Save them as an xml file. Send it. And the reciever can edit the same.
Easy, isn't it ? 

Monday, May 7, 2012

A book about website speed optimisations

Link here.

A last few chapters are still yet to be completed when I'm writing this post. I'm eagerly waiting for them to be over n i can read them.
But it's worth a read !
a whole insight on how to improve website performance/speed.