How to Select / Deselect All Checkboxes using jQuery

If you are looking for a quick jQuery snippet that toggles multiple check-boxes checked status simply by clicking “Select All” checkbox (like in Gmail and many other web applications), here’s are few examples that might be useful for your HTML form. I’ve used them many times in my own projects and they work great!

Google Custom Search CSS style

I’ve been using Google Custom Search for quite some time now, I must say it’s a very powerful tool you can have on your website, nothing comes close to Google’s search power. If you are using Google Custom search like me, you can easily override its look by creating your own CSS to fit the layout of your website, here’s how:

35 Top Free and Premium Entertainment Word press Themes

Being entertained is a basic human need. We all need entertainment in one form or another to escape the sufferings of life. See the faces of the patients in a child care hospital when a clown comes to perform and you will understand it is a job worth doing. Entertaining others is nothing less than stitching a slit wound.

Play MP3, Ogg, Wav files with HTML5

With HTML5 we can play audio files easily, but before HTML5, we could only play these files using Flash player or Media Player plugins. Old browsers didn’t have inbuilt media player that could perform these tasks. But HTML5 we don’t need anything, just regular <audio> HTML element.