html drop down box





Read More..

html checkbox form

Checkboxes

Checkboxes are used when you want the user to select one or more options of a limited number of choices.


How it looks in a browser:

I have a bike:
I have a car:
I have an airplane:

Read More..

html radio form

Radio Buttons

Radio Buttons are used when you want the user to select one of a limited number of choices.


How it looks in a browser:

Male
Female
Note that only one option can be chosen.

Read More..

html input form

Input

The most used form tag is the tag. The type of input is specified with the type attribute. The most commonly used input types are explained below.

Text Fields

Text fields(type) are used when you want the user to type letters, numbers, etc. in a form.

example:

result:
First name:

Last name:

Read More..

never ending loop

JavaScript for Loops


The for loop is used when you know in advance how many times the script should run.

Syntax

for (var=startvalue;var<=endvalue;var=var+increment)
{
code to be executed
}

Example


var i=0;
for (i=0;i<=5;i++)
{
document.write("The number is " + i);
document.write("
");

}
 

The example below defines a loop that starts with i=0. The loop will continue to run as long as i is less than, or equal to 5. i will increase by 1 each time the loop runs.
Note: The increment parameter could also be negative, and the <= could be any comparing statement.

Example

If you want a never ending loops, you just decrease your variable.

var i=0;
for (i=0;i<=5;i--)
{
document.write("The number is " + i);
document.write(" ");
}
 

Read More..

sign up at 000webhost.com

The first step, http://www.000webhost.com/291605.html  please open your browser and then select the Sign Up.
If you are already have a domain name, Enter the domain name you've created earlier in the box

I want to host my own domain (domain must be registered already)
www.


but if you don't have one, don't worry, 000webhost.com provide you free domain, just fil in this form

or, I will choose your free subdomain (recommended)
{www. .net84.net}this may different in every users.
fill your name, you email password and number that appeare, do not forget to check the I agree to terms of service, and then click Create my account.
once you submit, you can activate your site. it's need 24 hour before you can use your domain, just be patience okay......... Happy webhosting... It's easy.....

Read More..

Make money throught webhosting

Find Money Through http://www.000webhost.com/291605.html.
Free Web Hosting.
http://www.000webhost.com/291605.html is a free hosting service with 1500 MB capacity, in addition to free hosting services, we can also make money through affiliate programs from http://www.000webhost.com/291605.html.
http://www.000webhost.com/291605.html offers that any hosting that comes from referral links that we make, we will get 5 U.S. dollars as long as that hosting is active for 30 days,  active meaning is that any hosting which comes from our referral are active and reality, and our referal is use that hosting. 000webhost.com server will check once a month and accounts that are inactive for 30 days will be deleted from the server.

To become a member of 000webhost.com affiliate, click the affiliate area menu, then enter your email and password you used when registering an account at 000webhost.com (if not already registered click here). After entering the facility affiliate member, the bottom will have a list of people and their status in 000webhost who came through our referral, so that we can count how our income is through affiliate programs. From this affiliate program, we can put some banners and promotional text that has been provided by 000webhost.

Read More..
 

Mhabibie's web | Mhabibie's BLog