Web programming � everything from the basics of visual design and architecture to the specifics of applications, graphics, and scripting.  Home Web Programming (275 materials)
Sort by : Date  Rating  Editor's Pick Only
Choose skill level:
Browse Pages: << < 4  5  6  7  8  > >>
Click to read this material

Learning JavaScript Basics - Variables

Author : allsyntax.com

What is a variable? A variable is an amount of data which can change over time (throughout your program). What is a constant? A constant is an amount of data which will never change. When using variables in JavaScript, here are a few rules to keep in mind...

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Sep 26, 2005
Rating : Less than 3 votes yet
 
Click to read this material

Learning JavaScript Basics - Converting Data

Author : allsyntax.com

Here is a quick question. What do you think will be the typeof the following variable: num1= "45";
If you said, "number" you are wrong! Yes - it is a number, and eventhough the variable name is "num1" that does not matter. It could be named anything...

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Sep 26, 2005
Rating : Less than 3 votes yet
 

Your Ad Here

Click to read this material

Learning JavaScript Basics - Arrays

Author : allsyntax.com

If you are unfamiliar to what an array is, an array is just a collection of data that is refered to by a common name. Arrays in JavaScript start with element "0." Arrays can offer you a convient way to group related variables...

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Sep 26, 2005
Rating : Less than 3 votes yet
 
Click to read this material

Learning JavaScript Basics - Operators, If/Else

Author : allsyntax.com

Now is a good time to discuss operators in JavaScript. I am also doing to discuss If and If/Else statements becuase this is when you are going to use many of these operators. There are several types of operators, and they are listed and described below...

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Sep 26, 2005
Rating : Less than 3 votes yet
 
Click to read this material

Learning JavaScript Basics - Math

Author : allsyntax.com

The math object is a built in object which includes math constants and functions. Theres no need to create any math object, because it already exists automatically when using JavaScript. There are four useful functions in JavaScript...

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Sep 26, 2005
Rating : Less than 3 votes yet
 
Click to read this material

Learning JavaScript Basics - Loops

Author : allsyntax.com

Loops are an important part of JavaScript. Loops control your program to whatever limits you set them to. There is a loop which executes a group of statements a finite number of times. Then, theres an infinite loop, which is a loop that will never terminate...

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Sep 26, 2005
Rating : Less than 3 votes yet
 

Your Ad Here

Click to read this material

Learning JavaScript Basics - Functions

Author : allsyntax.com

Functions can play an important role in your JavaScript programs. Functions are a set of statements that are put together for a single purpose. You create a function for blocks of code you might need to re-use throughout your program. Using functions make your program modular and flexible...

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Sep 26, 2005
Rating : Less than 3 votes yet
 
Click to read this material

Learning JavaScript Basics - Events

Author : allsyntax.com

First, events are bits of code that link an action by a user, to an action performed by the computer. The action can be a mouse action or key press on the keyboard, or even loading / unloading a webpage...

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Sep 26, 2005
Rating : Less than 3 votes yet
 
Click to read this material

Learning JavaScript Basics

Author : allsyntax.com

Editor's Pick in JavaScript, September 2005
Want to code in JavaScript? Never done it before? Read this tutorial for beginnners! Get started now.

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Sep 26, 2005
Rating : Less than 3 votes yet
 
Click to read this material

Populating a Drop Down Menu with Info. from a Database

Author : Andy Red

Editor's Pick in HTML Tutorials, November 2005
Discover the advantages of adding a database driven drop down list. Such menus are a easy way to cram a lot of links into a small, easy to maintain space.

Software : Dreamweaver FrontPage GoLive
Type : HTML Tutorials
Level : Experienced
Added : Sep 30, 2005
Rating :
 
Sort by Date
Browse Pages: << < 4  5  6  7  8  > >>
Display materials per page
subscribe to newsletter subscribe to rss