Archive

Archive for June, 2009

Change computer name & Workgroup Name

June 22, 2009 Leave a comment

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

June 14, 2009 Leave a comment

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…….

ajaxuploderloading

Categories: Ajax, CSS, HTML, JavaScript, PHP Tags: , ,

Get $150 from survey……

June 11, 2009 Leave a comment

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.

Categories: SEO Tags:

How To Get the Uploaded File Information in the Receiving Script?

June 6, 2009 Leave a comment

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.

The $field Name is the name used in the(text box).
Categories: CSS, HTML, JavaScript, PHP Tags: , , ,

A simple Email Validation Form

June 5, 2009 3 comments

Here i use Javascripts And HTML.

Here The JavaScript Functionemail1 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) }


email2

***You Can Download This Code In My Download Center…(Box)..

Follow

Get every new post delivered to your Inbox.

Join 3,461 other followers

%d bloggers like this: