Saturday, June 30, 2012

Get all files in a single response! ( quickConcat )

Link here.

This is a dynamic concatenator written in php for all the html, css and javascript files with just a single call and a single response. All you got to do is make a query for all files with their names separated by comma.  Find it cool? Visit the above link.

Monday, June 25, 2012

Triangles/arrows using css

Link here.
The css triangles that work on any and every browser.

Wednesday, June 20, 2012

Monitor javascript bugs at one place


Link here.
This is cool !
Allows to monitor all the javascript bugs occurring in different modern browsers at one place.

A javascript for Google-maps !

Link here.
Google has come out with gmaps.js to simplify viewing google maps on a website.
Anybody looking to make a geographical social network ? :)

Tuesday, June 19, 2012

Shortify your js !

Link here.

10 simple but nice techniques to make your javascript code shorter !

Wednesday, June 13, 2012

A few css selectors

Link here.

Here are a few css selectors that are so cool !
Like  `+` , `~` , `>` , `:before` , `:after` etc.
The article shows how they can be used to make web designing easier and better.

Tuesday, June 12, 2012

Compile your compass code online !

Link here.
You can put in your compass code and just check what it actually compiles too.
Simple n neat.

IE ! don't misbehave

Link here.
A javascript that makes IE behave as other browsers.

Analytics

Link here.
With all the analytics services around, this one is quite well designed with a neat ui.
Oh yea, it's free too.

Monday, June 11, 2012

Keep css selectors short.

Link here.
A few tips on keeping the css selectors short.
And how it helps by keeping them short.

Wednesday, June 6, 2012

Tutorial on ember.js

Link here.
A beginner's tutorial to start off with Ember.js which helps to create a MVC architecture.
It requires just one other library. That's jquery.

Update : 8th November 2013
Smashing magazine has an awesome tutorial on emberjs -
Link here.

Saturday, June 2, 2012

Monitor Jquery code

Link ere.
This helpd to add a script to monitor the performance of  the existing javascript code.