April 19, 2015

Styling Hyperlinks by CSS

a:link - a normal, unvisited link a:visited - a link the user has visited a:hover - a link when the user mouses over it a:active - a link the moment it is clicked /* unvisited link */ a:link { color: #FF0000; } /* visited link */ a:visited { color: #00FF00; } /* mouse...

April 17, 2015

How to Open the Control Panel in Windows 8 and 8.1

Below, I have given different ways to open control panel in Windows 8 and 8.1. 1. Right click on Windows and click on Control Panel. 2.  On your desktop, open the Charms Bar, click on the Settings charm, click on Control Panel. Or you can directly open Settings charm by pressing Windows...

April 16, 2015

Windows 8 : Add or Remove Sleep or Hibernate in Power Options Menu of your PC

By following simple steps you can add Sleep or Hibernate to your  PC's Power Option Menu : 1. Open Control Panel > Power Options. Or you can directly open Power Options by clicking on battery icon. 2. Now click on "Choose what the power buttons do" link given in left sidebar. 3. Then click...

Float an image to the Left or Right of Text using CSS

Float an Image to Left : (use any one) 1. Add a style attribute to the image, and apply the float property: <img src="image-sample.jpg" alt="image-caption" style="float:left;" /> 2. You can add some margins to the image to increase its readability: <img src="image-sample.jpg" alt="image-caption"...

April 13, 2015

Enable USB Debugging Mode on Android

USB Debugging grants you a level of access to your device. This level of access is important when you need system-level clearance, such as when coding a new app.USB Debugging Mode is a mode that can be enabled in Android after connecting the device directly to a computer with a USB cable. The primary...

April 12, 2015

Disclaimer

We shall not be liable for the improper or incomplete transmission of the information contained in this communication nor for any delay in its response or damage to your system. We do not guarantee that the integrity or security of this communication has been maintained or that this communication is free of viruses, interceptions or interferences. Anyone communicating with us by email accepts the risks involved and their consequences. We accept no liability for any damage caused by any virus transmitted by this site.