Posted on June 27th, 2007 by admin
To access the RUN command prompt click START menu then click RUN
—
Accessibility Controls - access.cpl Add Hardware Wizard - hdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools - control admintools Automatic Updates - wuaucpl.cpl
Bluetooth Transfer Wizard - fsquirt
Calculator - calc
Certificate Manager - certmgr.msc
Character Map - charmap Check
Disk Utility - chkdsk Clipboard
Viewer - clipbrd Command Prompt - cmd
Component Services […]
Filed under: Misallenous | No Comments »
Posted on June 22nd, 2007 by admin
Usig javascript, the simplest way to check whether the details entered in a text field are numeric is to to loop through the string and compare each character to a pre-defined list of acceptable characters.
<script type=”text/javascript”>
function IsNumber(userText)
{
var ValidChars = “0123456789.”;
var IsNum =true;
var Char;
for (i = 0; i < userText.length && IsNum […]
Filed under: JavaScript | No Comments »
Posted on June 13th, 2007 by admin
Now you can open PowerPoint attachments as slideshows, without having to download anything. Just click “View as slideshow” next to the .ppt attachment you want to preview. Since you can open .doc and .xls attachments with Google Docs and Spreadsheets too, there’s no need to leave your web browser to check out your Gmail attachments.
GMail […]
Filed under: Announcements | No Comments »
Posted on June 12th, 2007 by admin
In general, there are three ways to receive SMS messages using your computer:
1. Connect a mobile phone or GSM/GPRS modem to a computer. Then use the computer and AT commands to get the received SMS messages from the mobile phone or GSM/GPRS modem.
Receiving SMS messages through a mobile phone or GSM/GPRS modem has a major […]
Filed under: Misallenous | No Comments »
Posted on June 11th, 2007 by admin
In general, there are two ways to send SMS messages from a computer / PC to a mobile phone:
1. Connect a mobile phone or GSM/GPRS modem to a computer Then use the computer / PC and AT commands to instruct the mobile phone or GSM/GPRS modem to send SMS messages.
The SMS specification has defined […]
Filed under: Misallenous | 2 Comments »