Bought one new camera last week. Canon EOS 1000D, a basic model for the beginner to learn photography. I never took a picture properly in my life. Only thing I know in the camera is if we click the shutter button it will take photo. I don’t know any thing apart from that. I use [...]
Posts under ‘Technology’
Merits of CSS sites over Tabled sites
Always you may have heard the terms like tableless designs, CSS based sites etc. If you have always thought that why you should leave table based designs and take tableless designs, then here are the suggestions to your thoughts. The key benefits of CSS based sites on tabled sites are:
Using CSS, sites code reduction will [...]
W3C Validated CSS with IE Hacks
Whenever there is a problem in validation because of IE hacks. Now here is the way to overcome the error to pass the validation.
The general fix for IE 6 is “_ ” followed by a property and value
Example (_margin: 5px; )
For IE 7 “*” followed by a property and value
Example (*margin: 5px ; )
But this [...]
Google – The ultimate
Google Tips for Effective Search —————————————P hrase your question in the form of an answer. So instead of typing, “What is the average rainfall in the Amazon basin?”, you might get better results by typing “The average rainfall in the Amazon basin is.”
This is an old one, but very important: Put [...]
100 keyboard shortcuts
CTRL+C (Copy)CTRL+X (Cut)CTRL+V (Paste)CTRL+Z (Undo)DELETE (Delete)SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin)CTRL while dragging an item (Copy the selected item)CTRL+SHIFT while dragging an item (Create a shortcut to the selected item)F2 key (Rename the selected item)CTRL+RIGHT ARROW (Move the insertion point to the beginning of the next word)CTRL+LEFT [...]
Not a mistake of Microsoft
Some info abt creating files or folders…….
The following reserved device names cannot be used as the name of a file:
CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8,COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9.
Those names are reserved cause they are ‘DOS’ device names.
DOS device names are reserved [...]