Web programming � everything from the basics of visual design and architecture to the specifics of applications, graphics, and scripting.  Home Web Programming (281 materials)
Choose skill level:   Editor's Pick Only
Browse Pages: << < 16  17  18  19  20  > >>
Click to read this material

JavaScript Browser Detection

Author : John Pollock

Browser detection allows you to find out what browser your viewer is using, and then perform a script based on it - or just to send a friendly message to those with your favorite browser.

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Mar 31, 2006
 
Click to read this material

JavaScript Confirmation Boxes

Author : John Pollock

A javascript confirmation box can be a handy way to give your visitors a choice of whether or not an action is performed. A confirmation box will pop up much like an alert box, but will allow the viewer to press an "OK" or "Cancel" button.

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Mar 30, 2006
 

Your Ad Here

Click to read this material

JavaScript Password Protection

Author : John Pollock

OK, I finally got around to writing the javascript password protection tutorial. You will see the example script here is pretty straightforward, but it is also pretty easy to get around. I'll tell you why and give you links to more secure scripts later in this tutorial.

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Mar 30, 2006
 
Click to read this material

JavaScript Prompts

Author : John Pollock

Well, let's say you wanted to get somebody's name before they saw the page, and then write their name on your page right before their very eyes... Well, you can do this using a javascript prompt. Here's the command:

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Mar 30, 2006
 
Click to read this material

Declaring Variables and Functions

Author : John Pollock

Now it's time to get into some really fun stuff. Yes, variables and functions. Don't worry, it's not as bad as it sounds.....let's start with declaring variables. You'll want to keep all of your variables in the HEAD section for now. Place the declarations between the SCRIPT tags inside the hea...

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Mar 30, 2006
 
Click to read this material

JavaScript Alerts

Author : John Pollock

Well, you want to add one of those JavaScript alert boxes that come out of nowhere, don't you? Okay, let's begin with the alert box that just tells the viewer something you want them to know. Here's the alert command:

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Mar 29, 2006
 

Your Ad Here

Click to read this material

Using Buttons for JavaScripts

Author : John Pollock

To write scripts using buttons, we will first need to know how to place a button on the page. To do this, you will need to use the <FORM> tags around the button tag. Here is an example of the HTML that will place a button on the page:

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Mar 29, 2006
 
Click to read this material

onMouseover? What's This?

Author : John Pollock

Well, its time to try out your first javascript. This one is nice because we don't have to deal with adding the script tag. This little script will write something of your choice to the browser's status bar when you move your mouse over a link. Let's look at the example:

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Mar 29, 2006
 
Click to read this material

The Basics- JavaScript Tutorial

Author : John Pollock

To get started with JavaScript, you will want to be able to see the tag that will set a script apart from the HTML. The tags used to begin and end a script are the <SCRIPT> and </SCRIPT> tags. The opening tag should appear like this:

Software : Dreamweaver FrontPage GoLive
Type : JavaScript Tutorials
Level : Beginner
Added : Mar 29, 2006
 
Click to read this material

PHP Server to Client with No Refresh

Author : Dave Collado

Although most of our companies work is template based design, the end result is always unique and adapts to each client's individual needs.

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : Mar 27, 2006
 
Display materials per page
Browse Pages: << < 16  17  18  19  20  > >>