Notes on web design & programming

I Listen
“I can tell you that my mom has zero buzz, but when she says something, I listen”View Post

I Listen

“I can tell you that my mom has zero buzz, but when she says something, I listen”

View Post

Web Color Data »

This tool gives a detail about complete color usage, hue saturaion and color wheel. It also features some of the common web sites color usage details in its home page. To know any websites color details simply enter the sites address and it automatically creates a profile for your website.

CSS Beautifier:
It beautify the css code automatically with indention and automatic semicolon.It will change the code like this

menu{color:red} navigation{background-color:#333 /* darkgrey */}

to  

menu {
    color: red;
}
navigation {
    background-color: #333 /* darkgrey */;
}

CSS Beautifier:

It beautify the css code automatically with indention and automatic semicolon.
It will change the code like this

menu{color:red} navigation{background-color:#333 /* darkgrey */}

to  

menu {

    color: red;

}

navigation {

    background-color: #333 /* darkgrey */;

}

Mozilla Labs : TowTruck
A service for your website that makes it easy to collaborate in real time.

Mozilla Labs : TowTruck

A service for your website that makes it easy to collaborate in real time.

Sidr is a jQuery plugin created by Alberto Varela. Are you a facebook mobile user. If so, you have used this kind of side bar. To create a responsive side menu sidr plugin can be very useful.
You can download this jquery plugin from github repo.

Sidr is a jQuery plugin created by Alberto Varela. Are you a facebook mobile user. If so, you have used this kind of side bar. To create a responsive side menu sidr plugin can be very useful.

You can download this jquery plugin from github repo.