- First go to Tools > Appearance.
- Then click on Toolbars tab.
- From Progress Bar dropdown menu select Pop-up at bottom.
- Click on Ok.
- Then type an address in address bar and press Enter. You will see your browsing speed at bottom.


If you want, you can hide your hard drive. To do this, go to Start > Run. Then type gpedit.msc
On the left side, you will see a bar. From there, go to Local Computer Policy > User Configuration > Administrative Templates > Windows components > Windows Explorer. From the right side, double click on Hide these specified drives in my computer and then select Enable from Settings tab. After that, select the desired drive that you want to hide from Pick on of the following combinations box.
To see the weather for many U.S. and worldwide cities, type "weather" followed by the city and state, U.S. zip code, or city and country.
To see scores and schedules for sports teams type the team name or league name into the search box. This is enabled for many leagues including the National Basketball Association, National Football League, National Hockey League, and Major League Baseball.
To use Google's built-in calculator function, simply enter the calculation you'd like done into the search box.
To find reviews and showtimes for movies playing near you, type "movies" or the name of a current film into the Google search box. If you've already saved your location on a previous search, the top search result will display showtimes for nearby theaters for the movie you've chosen.
To see flight status for arriving and departing U.S. flights, type in the name of the airline and the flight number into the search box. You can also see delays at a specific airport by typing in the name of the city or three-letter airport code followed by the word "airport".
You can track packages by typing the tracking number for your UPS, Fedex or USPS package directly into the search box. We’ll return results that include quick links to easily track the status of your shipment.
To see the geographical location for any U.S. telephone area code, just type the three-digit area code into the Google search box and hit the Enter key or click the Google Search button.We know that there are various kinds of bases (binary, decimal etc.) in number system in Mathematics. Four of them are most useful. So I have created a PHP script for converting binary, octal, decimal and hexadecimal to binary, octal, decimal and hexadecimal. The script is given below for sharing with you:
<html>
<head>
<title>Base Converter</title>
</head>
<body>
<form action="binary.php" method="get">
<input type="text" name="num" />
<br />
From: <select name="from">
<option value="binary" selected="selected">Binary</option>
<option value="octal">Octal</option>
<option value="decimal">Decimal</option>
<option value="hexadecimal">Hexadecimal</option>
</select>
<br />
To: <select name="to">
<option value="binary" selected="selected">Binary</option>
<option value="octal">Octal</option>
<option value="decimal">Decimal</option>
<option value="hexadecimal">Hexadecimal</option>
</select>
<br />
The Converted number is:
<?php
if ($_GET['from'] == 'binary' && $_GET['to'] == 'binary' ){
$a = base_convert($_GET['num'], 2, 2);
print $a;
} else if ($_GET['from'] == 'binary' && $_GET['to'] == 'octal' ){
$a = base_convert($_GET['num'], 2, 8);
print $a;
} else if ($_GET['from'] == 'binary' && $_GET['to'] == 'decimal' ){
$a = base_convert($_GET['num'], 2, 10);
print $a;
} else if ($_GET['from'] == 'binary' && $_GET['to'] == 'hexadecimal' ){
$a = base_convert($_GET['num'], 2, 16);
print $a;
} else if ($_GET['from'] == 'octal' && $_GET['to'] == 'binary' ){
$a = base_convert($_GET['num'], 8, 2);
print $a;
} else if ($_GET['from'] == 'octal' && $_GET['to'] == 'octal' ){
$a = base_convert($_GET['num'], 8, 8);
print $a;
} else if ($_GET['from'] == 'octal' && $_GET['to'] == 'decimal' ){
$a = base_convert($_GET['num'], 8, 10);
print $a;
} else if ($_GET['from'] == 'octal' && $_GET['to'] == 'hexadecimal' ){
$a = base_convert($_GET['num'], 8, 16);
print $a;
} else if ($_GET['from'] == 'decimal' && $_GET['to'] == 'binary' ){
$a = base_convert($_GET['num'], 10, 2);
print $a;
} else if ($_GET['from'] == 'decimal' && $_GET['to'] == 'octal' ){
$a = base_convert($_GET['num'], 10, 8);
print $a;
} else if ($_GET['from'] == 'decimal' && $_GET['to'] == 'decimal' ){
$a = base_convert($_GET['num'], 10, 10);
print $a;
} else if ($_GET['from'] == 'decimal' && $_GET['to'] == 'hexadecimal' ){
$a = base_convert($_GET['num'], 10, 16);
print $a;
} else if ($_GET['from'] == 'hexadecimal' && $_GET['to'] == 'binary' ){
$a = base_convert($_GET['num'], 16, 2);
print $a;
} else if ($_GET['from'] == 'hexadecimal' && $_GET['to'] == 'octal' ){
$a = base_convert($_GET['num'], 16, 8);
print $a;
} else if ($_GET['from'] == 'hexadecimal' && $_GET['to'] == 'decimal' ){
$a = base_convert($_GET['num'], 16, 10);
print $a;
} else {
$a = base_convert($_GET['num'], 16, 16);
print $a;
}
?>
<br />
<input type="submit" name="submit" value="Convert" />
<input type="reset" name="reset" value="Reset" />
</form>
</body>
</html>
You can also download the script from this link.
HJSplit is a wonderful file splitting program for Windows XP, Vista, 2000, NT, 95, 98, ME. It is a freeware, free for commercial and non commercial use. You can also distribute this program, freely and without charge (on CD-ROMs, Websites, etc.) provided that you do not change the program or the zip file in any way, that the program is clearly freeware or shareware, that you do not ask any money for the program itself.
Split file with HJSplit:
First run hjsplit.exe and click on "Split". To split a file, please first open the input file with the 'Input file' button. After pressing 'Start' the output (split) files will be put into the 'Output' location.
Join files with HJSplit:
The files split by the HJSplit can be joined by HJSplit. To join a set of files, please first open the .001 file using 'Input file' button. If other files (.002, .003, etc.) are in the same directory they will be found automatically.
Do you want to change the background of your hard drive or pen drive? Then this tutorial is only for you. To change background of your hard drive or pen drive, first open Notepad (Start > All Programs > Accessories > Notepad). Write the following codes:
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]On the second line (IconArea_Image=), after equal sign (=) write your image name (that you want to use as background) without any space. For example: If the name of the image (that you want to use as background) is test.jpg then the second line will be as following:
IconArea_Image=
iconarea_text=0x00FFFFFF
IconArea_Image=test.jpgNow save these codes with the name desktop.ini in the drive of which background will be changed. If you save the file into a folder it will not work. I.e. if you want to change the background of D: drive, after saving the desktop.ini the location of it will be D:\desktop.ini. Now copy the desired image in the same drive.
Now refresh the drive and you will see the change. If you use background of light color like white, please delete the third line of the code and save it otherwise you will not be able to see the texts of the drive such as folder's name properly. Now hide both the image and the desktop.ini file.

If you want to register with ziddu just click on the image in this post or click here.
If you install any program in your computer, it will appear in Add or Remove Programs. From Add or Remove Programs, the installed program can be deleted. But you can hide some programs from Add or Remove Programs according your wish. Please follow the following steps:
A box will appear. Now delete the text in value data field and click OK.
Generally, there is a default homepage for every browser. But you can set your favorite web pages in multiple homepages in Firefox. For this you have to run Firefox at first. Then select Tools > Option. Suppose, you want to set three web pages as home page. In homepage field write down as following:
http://mahfuzbd.blogspot.com|http://www.google.com|http://www.mail.yahoo.com
Now click OK. Next time when you will run Firefox, these three homepage will appear in three different tabs in the same time.
