Day: January 29, 2010

C

Create One-Click Shutdown and Reboot Shortcuts:

First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC. But you can do much more with ...

W

Windows: Copy To & Move To on right-click

This was some cool stuff that was really useful to me. I used to do a lot of transfer between HDDs and folders deep inside. This registry entry gave me the 'Copy To' and 'Move To' options on right click of my mouse, on any file or folder. And Don't worry! Its totally reversible, if ...

M

Mutually Exclusive with Select All checkbox

The full code: (Copy the code below into a new folder with the jquery-1.3.2.min.js file in it and run the page). Getting a select all checkbox to work can prove to be simple in jQuery. But a select all isn't just on click of a checkbox on top of the column. It has to do ...

C

Center aligning div elements

Well, in most of the scenarios in a web designing art, you might come across one wherein you have to center align a div tag, without affecting the text in it. Your first thought might be text-align:center; But if you want to center align the div alone, leaving the text alignment to be unaffected, you ...