Windows
OCR - Optical Character Recognition program
How to scan and edit a MS office word document - Optical Character Recognition program ( OCR )
Confirm that your computer and your scanner are working properly.
The Optical Character Recognition program ( OCR ) which translates images to text. Most computer scanners come with some sort of OCR. ..
Delete temp files in windows vista
Temp files may take huge volume of space. In order to remove temporary files, we need to know the exact location of the files.
Find temp files
Start -> Run.
Type "%temp%" and enter.
Remove or delete temp files
Above command opens the folder which contains the temporary files.
Select all temporary ..
Toll free number to activate windows XP
The following are the toll free numbers in india for activating windows xp :
1800 102 1100
1800 111 100
You can call to any of these numbers and activate your licences. ..
InArray Method
The below example will explain you how the inarray function works. in_array function is used to check whether given string is available in an array or not.
<%
Function in_array(element, arr)
For i=0 To Ubound(arr)
If Trim(arr(i)) = Trim(element) Then
in_array = True
Exit Function
Else
in_array = False
End If
Next
End Function
str = "Blue"
colors = Array("Red","Green","Blue","Black","White")
If in_array(str,colors) Then
Response.Write str ..
Execute previous command in worksheet
Short cut to Fill color on MS Excel cells
There is no any specific shortcut key to fill color on your excel worksheet.
- On the Excel worksheet select the first cell and fill a color.
- To fill the same color on different Excel cell
- press F4 key which ..
How to use a Macro in Worksheet
How to Add and use Macro in Microsoft Office Excel or Worksheet
One of the most used package in Microsoft office Excel. Macros is an exrodinary feature included in Excel, It will be ver useful when you want yourself to do the same repeated task on different cells or on excel ..
Stop error messages in Internet Explorer
stop error messages in Internet Explorer:
We can stop or turnoff the friendly http error message in windows IE browser or internet explorer. Users may also receive this error message if a Web page in a Trusted Sites Zone sends a HTTP 302 redirect to a page in the Internet Zone.
Hence ..
Create DNS zone
The dns zone can be recreated from the remote desktop connection
Open a command prompt and type the following:
cd "%plesk_Bin%"
then
"dnmsng.exe update domain.tld"
This will recreate the DNS zone on your windows server. ..
Offline email client outlook
To set up your Outlook Express client.
1. Open Outlook or Outlook Express.
2. Click the Tools menu, and select Accounts.
3. Click Add, and then click Mail.
4. Enter your name in the Display name: field, and click Next.
5. Enter your full email address username@your_domain.com in the Email address: field, and click Next.
6. ..
Plesk add scheduled task
How to add new scheduled task in plesk panel
Please follow the below steps to add a new scheduled task in the plesk panel.
1. Login to the control panel
2. Click on scheduled tasks under "additional tools"
3. Select the user and click "next"
4. Click on "Schedule new Task"
5. Enter the necessary details.
6. ..
Set date windows command prompt
Change date for windows from command prompt or DOS
An easy way to set view the current date is by using date command
C:> date
To set date from command prompt
C:> date
The current date is: Wed 24/10/2006
Enter the new date: (mm-dd-yy) 12-10-06
If you don't have required privilege ..
Find a Proxy Port Number on windows machine
How to Find a Proxy Server Port Number on windows machine?
The following are the simple steps to find the port number of the proxy server on windows machine on your local network.
1) Open your Internet Explorer browser.
2) Click on "Tools" tab in the top menu bar.
3) Click on "Internet Options".
4) ..
Use IE proxy server
How to configure Internet Explorer6.0 to use a proxy server?
Internet Explorer 6.0
1. On the Tools menu in Internet Explorer, click Internet Options, click the Connections tab, and then click LAN Settings.
2. Under Proxy server, click to select the Use a proxy server for your LAN check box.
3. In the Address ..
Comment a line in batch file
How to comment a line in batch file
To comment a line in a batch file use "::". In programming language normally it is called as scope resolution operator.
:: This is a comment line in batch file.
Use the above format to comment a line in batch files. We use ..
Redirect a webpage in various language
How to Redirect a Web Page
301 Redirect
301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's ..