Archive
Change computer name & Workgroup Name
Change computer name in Vista
If you have Vista already installed and you didn’t configured the computer name during the installation, then you probably have a generated computer name like this: WIN-56FTP76PC. This name usually doesn’t easy to remember and it’s hard to use. Besides this the initial workgroup is also not good for you. Fortunatelly it is quite easy to update these settings.
Note: Don’t forget that changing the computer name will require to restart your computer.
Step 1.
Click on Start menu and select “Computer”
Step 2.
In the new window move the mouse cursor over the computer icon in the bottom left corner. Use right click and select “Properties” from the menu.
Step 3.
Now click on the “Settings” link.
Step 4.
On the “System Properties” window select the “Computer name” tab. On this tab select the “Change” button.
Step 5.
In the new dialog window enter your required computer name. Besides this you can edit your Workgroup name as well. If you are ready, click ok and restart your PC.
Ajax Uploder
I am new in this Script.Here I Try to make a simple uploder using CSS & Ajax code.One of My friend Himel Suggest me to study about this.And i try to make some thing easy.This is realy interesting Script for Web Application.
Here The Images of my Uploder…….
Get $150 from survey……
Get only $150 from a survey sit.I told my friend but they r not belive me.but it’s true.You can Income more money than a fixed job,If u have some knowladge about FreeLanceing.Recently I start my new era. And one of Close School Friend Helps me to How to win a BID.Nex time i will be write something about this topic.Thanks to all.
How To Get the Uploaded File Information in the Receiving Script?
Once the Web server received the uploaded file, it will call the PHP script specified in the form action attribute to process them. This receiving PHP script can get the uploaded file information through the predefined array called $_FILES. Uploaded file information is organized in $_FILES as a two-dimensional array as:
$_FILES[$fieldName]['name'] – The Original file name on the browser system.
$_FILES[$fieldName]['type'] – The file type determined by the browser.
$_FILES[$fieldName]['size'] – The Number of bytes of the file content.
$_FILES[$fieldName]['tmp_name'] – The temporary filename of the file in which the uploaded file was stored on the server.
$_FILES[$fieldName]['error'] – The error code associated with this file upload.
A simple Email Validation Form
Here i use Javascripts And HTML.
Here The JavaScript Function
Which one is used for Validation.
function checkEmail(myForm) {
if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(myForm.emailAddr.value)){
return (true)
}
alert(“Invalid E-mail Address! Please re-enter.”)
return (false) }
***You Can Download This Code In My Download Center…(Box)..











