Tutorials - Internet - Web Design - Programming - Software

 

Domain Names

Your Ad Here


Javascript Resource Site
a JavaScript resource site with scripts , links , downloads , books and tutorials.
 

Building our Order Processing Page Page 17 of 22 - Chapter 14 OK ...
Building our Order Processing Page. Page 17 of 22 - Chapter 14. OK, now let's make a start on creating ProcessOrder.asp. At the very top of the page are two ...
 

Chapter 1
CONTENTS. The history of JavaScript. HTML 1.0 and 2.0; HTML 3.0 and NHTML; LiveScript. What JavaScript isn't. CGI; Java. Platforms and browsers ...
 

Validating the User's Details (cont'd) Page 15 of 22 - Chapter 14 ...
Validating the User's Details (cont'd). Page 15 of 22 - Chapter 14. If the current year is the same as the year the user selected and the month is before ...
 

HTML Forms: Interacting with the User (1) (2) (3) (4) (5) (6) (7 ...
Text Elements. The standard text element allows users to enter a single line of text. This information can then be used in JavaScript code, or be submitted ...
 

Validating the User's Details Page 14 of 22 - Chapter 14 Our next ...
Validating the User's Details. Page 14 of 22 - Chapter 14. Our next task is to create the checkout_validate.inc file we have included in both the personal ...
 

Building an E-Commerce Shop Front Page 2 of 22 - Chapter 14 In ...
Building an E-Commerce Shop Front. Page 2 of 22 - Chapter 14. In this chapter we will be building an electronic store front and online ordering system for ...
 

Some Standard Include Files Page 5 of 22 - Chapter 14 Web page and ...
Some Standard Include Files. Page 5 of 22 - Chapter 14. Web page and scripting creation do not easily lend themselves to code reuse. ...
 

Obtaining the User's Details Page 12 of 22 - Chapter 14 The next ...
Obtaining the User's Details. Page 12 of 22 - Chapter 14. The next two pages obtain the necessary information about the customer to process their order. ...
 

The MusicMad Shopping Basket (Part 2) Page 10 of 22 - Chapter 14 ...
The MusicMad Shopping Basket (Part 2). Page 10 of 22 - Chapter 14. Finally, we reach the end of the loop creating the table's rows but keep looping until we ...
 

Roll with it – Degrading Gracefully When It All Goes Wrong Page 19 ...
Roll with it – Degrading Gracefully When It All Goes Wrong. Page 19 of 22 - Chapter 14. We have not finished with the ProcessOrder.asp page yet: we need to ...
 

Sweetness Follows – Order Transaction Completed Successfully (cont ...
Sweetness Follows – Order Transaction Completed Successfully (cont'd). Page 21 of 22 - Chapter 14. The NewMail object is a use once and throw away object. ...
 

Viewing an Empty Basket Page 11 of 22 - Chapter 14 Our final ...
Viewing an Empty Basket. Page 11 of 22 - Chapter 14. Our final basket page is the one displayed when the shopping basket is empty. ...
 

JavaScript: The Definitive Guide, 3rd Edition
JavaScript: The Definitive Guide, 3rd Edition. By David Flanagan 3rd Edition June 1998 1-56592-392-8, Order Number: 3928 800 pages ...
 

Obtaining the User's Details (cont'd) Page 13 of 22 - Chapter 14 ...
Obtaining the User's Details (cont'd). Page 13 of 22 - Chapter 14. It's smaller in terms of number of visible page elements, but more complex in terms of ...
 

The MusicMad Shopping Basket (Part 1) cont'd Page 9 of 22 ...
The MusicMad Shopping Basket (Part 1) cont'd. Page 9 of 22 - Chapter 14. We split the basket cookie into an array with the ampersand delimiting each piece ...
 

HTML Forms: Interacting with the User (1) (2) (3) (4) (5) (6) (7 ...
HTML Forms: Interacting with the User. (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) (12). How It Works. Within a form called form1 in the body of the page, ...
 

HTML Forms: Interacting with the User Excerpted from: Beginning ...
Excerpted from: Beginning JavaScript Author: Paul Wilton Publisher: Wrox Publishing ISBN: 1861004060 Published: December 2000 Pages: 800 pages ...
 

Check Out the Checkout Page 16 of 22 - Chapter 14 Before ...
Check Out the Checkout. Page 16 of 22 - Chapter 14. Before continuing it's worth testing the checkout code so far before we move on to the order processing. ...
 

Other Form Object Properties and Methods
HTML Forms: Interacting with the User. (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) (12). How It Works. Within the body of the page we define three forms. ...
 

HTML Forms: Interacting with the User (1) (2) (3) (4) (5) (6) (7 ...
HTML Forms: Interacting with the User. (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) (12). Try It Out – Counting Button Clicks ...
 

Building Our Order Processing Page (cont'd) Page 18 of 22 ...
Building Our Order Processing Page (cont'd). Page 18 of 22 - Chapter 14. If all has gone without error then we can start processing the order items. ...
 

Sample Data Page 4 of 22 - Chapter 14 Now would be a good time to ...
Sample Data. Page 4 of 22 - Chapter 14. Now would be a good time to add sample data to the database. You'll need to add data to the Category, ...
 

HTML Forms: Interacting with the User (1) (2) (3) (4) (5) (6) (7 ...
Textarea Element. The text area element allows multi-line input of text. Other than this, it acts very much like the text box element. ...
 

A First Look Page 7 of 22 - Chapter 14 We have done enough to be ...
A First Look. Page 7 of 22 - Chapter 14. We have done enough to be able to browse to the web site. Currently that's as far as we can go, but you can confirm ...
 

Creating the Tables Page 3 of 22 - Chapter 14 The database ...
Creating the Tables. Page 3 of 22 - Chapter 14. The database consists of six tables as shown in the diagram below:. When a customer places a new order its ...
 

HTML Forms: Interacting with the User (1) (2) (3) (4) (5) (6) (7 ...
Common Properties and Methods. One property that all the objects of the form elements have in common is the property. We can use the value of this property ...
 

Javascript Tutorial: Objects (Continued) More with Dates There are ...
Javascript Tutorial: Objects (Continued). More with Dates. There are a few more things you can do with dates, such as converting between time zones and ...
 

HTML Forms: Interacting with the User (1) (2) (3) (4) (5) (6) (7 ...
How It Works Within the body of the page, we create the HTML tags that define our form. Inside our form, which is called form1, we create the three form ...
 

Roll with it – Degrading Gracefully When It All Goes Wrong (cont'd ...
Roll with it – Degrading Gracefully When It All Goes Wrong (cont'd). Page 20 of 22 - Chapter 14. We are only informing the user of problem items so if there ...
 

The Password Text Box
Again at the start of the function we declare a variable and set it to reference an object; this time it's the Text object created for the txtAge text box ...
 

The Menu Bar Page 6 of 22 - Chapter 14 The menu bar will contain ...
The Menu Bar. Page 6 of 22 - Chapter 14. The menu bar will contain three links, a link to the home page, a link to the shopping basket and a link to the ...
 

The MusicMad Shopping Basket (Part 1) Page 8 of 22 - Chapter 14 ...
The MusicMad Shopping Basket (Part 1). Page 8 of 22 - Chapter 14. The MusicMad shopping basket relies exclusively on cookies, in particular the basket ...
 

Introduction
CONTENTS. Introduction. Chapter 1 What Is JavaScript? The history of JavaScript · HTML 1.0 and 2.0 · HTML 3.0 and NHTML · LiveScript · What JavaScript isn't ...
 

HTML Forms: Interacting with the User (1) (2) (3) (4) (5) (6) (7 ...
How It Works. In the body of the page we define a button called myButton within a form called form1. Within the attributes of the <INPUT> tag, we attach the ...
 

HTML Forms: Interacting with the User (1) (2) (3) (4) (5) (6) (7 ...
Try It Out – A Simple Form with Validation. Let's put all the above information on text boxes and buttons together into an example. ...
 

Javascript Tutorial: Objects This is most likely the largest ...
Javascript Tutorial: Objects. This is most likely the largest chapter of the entire tutorial and one if not the most complicated. ...
 

Excerpted from: Professional JavaScript Author: Sing Li, Nigel ...
Excerpted from: Professional JavaScript Author: Sing Li, Nigel McFarlane, Mark Wilcox, Cliff Wootten, Paul Wilton, Stuart Updegrave, Andrea Chirelli, ...
 

HTML Forms: Interacting with the User (1) (2) (3) (4) (5) (6) (7 ...
HTML Elements in Forms. There are about ten elements commonly found within <FORM> elements. The most useful are shown below, ordered into general types. ...
 

JavaScript links
links to other JavaScript sites. ... Many Scripts for Webmasters, Free for noncommercial, Small charge for commercial. Pop-up Windows Scripts and Tutorial ...
 

Javascript Tutorial by Boris Mordkovich INTRODUCTION As I got ...
Javascript Tutorial. by Boris Mordkovich. INTRODUCTION. As I got farther into web development I wanted to go beyond the limitations of HTML. ...
 

Sample Chapter back Mastering™ JavaScript® and JScript™ By James ...
Sample Chapter. back. Mastering™ JavaScript® and JScript™ By James Jaworski ISBN: 0-7821-2492-5 | March 99 | 1st edition | 928 pages | Softcover | ...
 

by Danny Goodman
by Danny Goodman. Danny Goodman, a leading expert on JavaScript, contributes articles regularly to View Source Magazine, where he is known as the JavaScript ...
 

downloads section
JavaScript downloads. ... Downloads. Yes we have an online storage solution for our files The files in this service cover a couple of pages so make sure you ...
 

tutorials
tutorials for Javascript. ... JavaScript manual of style (complete book ). JavaScript bible ( downloadable chapters ). windows and frames ...
 

DHTML books
DHTML books. ... Books. Sample Chapters. Dynamic HTML the definitive reference (cross platform). Book Store Building Dynamic HTML GUIs ...
 

DHTML section
DHTML section of JavaSCript resources. ... DHTML Section. Books : buy books on DHTML here , you can also submit reviews if you have read any good books on ...
 

DHTML scripts
our DHTML script section. ... Scripts (cross browser). No right Click · Users Screen Details · Bouncing message · countdown script · snow effect script ...
 

Internet Explorer Scripts Filters Flashing text effect using ...
• Books • DHTML • Downloads • Links • Scripts • Tutorials · Home · DHTML / Internet Explorer Scripts. Filters · Flashing text effect using filters. Sponsors ...
 

Javascript : The Definitive Guide (3rd...
DHTML Books. Misc. beginners php · programmershelp · programmingsite · software directory · Low Cost domains · Mobile phone business ...
 

add commas to numeric entries
<script language="JavaScript" type="text/javascript"><!-- /* *This JavaScript takes an input number and adds commas in the proper places. ...
 

javaScript books 1
1. Javascript : The Definitive Guide by David Flanagan. Usually ships in 24 hours O'Reilly & Associates Paperback - 776 pages 3rd edition (June 1998) ...
 

insert this into the
Game Rules. Rules are the same as in real bowling. You bowl 10 frames. You are allowed 2 balls in each frame to try to knock down all 10 pins. ...
 

JavaScript Methods
Method, Object, Description. abs(x), Math, absolute value of a number. acos(x), Math, Arccosine. alert(text), Window, produces a dialog box with the report ...
 

simple one item shopping cart
<script language="JavaScript"> <!-- hide contents from old browsers. var Cost, GST, PST, Grand_Total;. function tally() { Cost = 0; if (document.orderform. ...
 

add cookies
<script language="JavaScript"> <!-- cookie_name = "BDG_Cookie"; function doCookie() {. if(document.cookie) {. index = document.cookie.indexOf(cookie_name); ...
 

base calculator
<script language="JavaScript"> <!-- for wise eyes only var hex;. function MakeArray() { this.length = 16; return this; }. function Populate() ...
 

Javascript books 2
3.5 out of 5 stars. From the Publisher Learn JavaScript the easy way with this completely updated and revised version of our best-selling CD Cookbook. ...
 

animated text 1
<script language="Javascript"> <!-- Hiding /* Script by Lefteris Haritou Copyright ©1998 http://www.geocities.com/~lef This Script is free as long ...
 

currency chooser
<center><h1>Currency Finder</h1></center> <p>Note: this script does not work with some early versions of Opera.</p> <p>This script lets the user find out ...
 

insert this into the
This script loads a different banner each time the page is loaded. Here is the script which is easy to modify , just change the how_many_ads to the quantity ...
 

insert this into the
Acceleration Equivalents. First, type the number you wish converted here: Then, click radio buttons for desired conversion:. From:, cm/sec/sec, m/sec/sec ...
 

insert this into the
This script waits 30 seconds then rotates your banners. <html> <head> <title>bannerswapper</title> </head> <body> <script language="JavaScript"> function ...
 

Navigation
jstut102, Javascript tutor is 25 lessons about JavaScript (shareware). joust32, allows you to create windows type navigation on your website ...
 

Blood Alcohol Calculator
FLUID OUNCES CONSUMED (Beer ~ 12 oz. Wine Glass ~ 4 oz. 1 Shot ~ 1.5 oz); YOUR WEIGHT (Lbs); ALCOHOL PERCENTAGE IN BEVERAGE ...
 

Scrolling upwards message
this looks a bit like some of the Java applets out there but it is in fact Javascript. Welcome to News Scroller! this is found at www.programmershelp.co.uk ...
 

Income calculator
Choose Hourly or Yearly format. Fill out the form, skipping N/A fields. Press the TAB key when finished. Hourly Pay Yearly Pay. Hours per Week. Hourly Wages ...
 

Beat calculator
Click on the page to start the bpm counter. Press a key or click your mouse to measure beats. You may also the counter. ...
 

Browser properties
current resolution:, x. browser:. max resolution:, x. version:. color depth:, bit. code name:. platform:. colors:. java enabled:. anti-aliasing fonts: ...
 

insert this into the
In this example we change the color of the complete scrollbar . We achieve this by setting the obj.style.scrollbarBaseColor=color; ...
 

snow effect
This is a very popular and over used effect , so why is it here , well in theory swapping the image (in this case a snow flake will let you have any image ...
 

insert this into the
3D messages. messages · Do you have a Cool Site? Click Here. 3 DIMENSIONAL. 3d 3d 3d 3d 3d 3d. 3d 3d 3d 3d 3d 3d. Here is the script. 3 DIMENSIONAL ...
 

insert this into the
put your mouse over the link below. home page. insert this into the <BODY> section. here is the code for the link , replace the URL with your own ...
 

New Page 1
Well you could not miss the effect. here is what you require , enter this in your <HEAD> section. function blinker() { var timer = 0; for(i=0;i<3;i++) ...
 

Preload images
This shows you how to preload your images so that the images appear and your users dont see the outline of your images with the alt text , this is a simple ...
 

Option Button links

Rotating Link Buttons
Rotating Link Buttons. buttons · Value. Selection. Satisfaction. Computers4SURE.com. This is a cool effect which looks like your buttons are rotating ...
 

insert this into the
Mouseover Background changer. mouseover. insert this into the <BODY> section.
 

Typewriter textarea

Open in a new window

JavaScript Quarterly Calendar
This is quite a neat calendar. Enter the following in between your <HEAD> and </HEAD> tags. Now enter the following in the <BODY> section ...
 

Close window after x seconds
You can easily close a window that is opened after a certain period of time , all you have to do is enter a time in milliseconds and the window will shut ...
 

Check All
Check All. buttons. This is useful and I have seen this used to good effect on other sites. Your Favorite Scripts & Languages Java JavaScript ASP HTML ...
 

Floating Menu

flashing status bar
I bet you thought there was no way of getting a more annoying effect than a scroller in the status bar , WRONG !! insert this into the <BODY> section ...
 

insert this into the

Alert when text is entered
This script lets you push a button and then displays what you have entered in the text area , not much point to it really. enter this in the <HEAD> section ...
 

Convert to Lower case
This example shows you how to convert all the text in a form to lower case. Instructions:. Enter some text in the text box and then click outside the text ...
 

Scrolling Textarea
Another scroller this time a textarea scroller. JavaScript (or JScript) Power needed. copy this into your <HEAD> section. copy this into the <BODY> section ...
 

Back
This simple script gives you the backward and forward buttons as you can see below. Here is the JavaScript that is required ...
 

Cosine calculator
Cosine calculator. calculators. Adjacent Angle, Hypotenuse Angle, Cosine Angle. insert this into the <BODY> section. Adjacent Angle, Hypotenuse Angle ...
 

banner rotator
Banner rotater. banners. of course you will have to stick in your own banners and URLs but this is the basic effect. insert this into the <BODY> section ...
 

insert this into the
Daily Info. messages. Daily site news. More Information. insert this into the <BODY> section. Daily site news. More Information · PCZone Since 1986.
 

Send E
Send E-Mail. buttons · Short memorable web addresses. This brings up the email window , you can also have a pre-defined subject if you wish ...
 

MouseOver Text change
MouseOver Text change. This is a way to change the color of a section of text using a mouseover . Here is an example. This is an example of changing the ...
 

Clear text box
shows you how to clear all text in a text box , just click on the text box. Here is the script enter the following between your <HEAD> and </HEAD> tags ...
 

Convert to upper case
This simple example shows you how to convert the text in a form so that it appears all upper case . Instructions:. Enter you text in the text box and then ...
 

Temperature Conversion
Temperature Conversion. calculators. F: C:. Enter this in the <BODY> section. F: C:
 

insert this into the
This will irritate your users , left click disabled only in Internet Explorer. insert this into the <HEAD> section. your online newsstand. Quick Search!
 

message slideshow
message slideshow. messages. This is a great script , it gives you a description of a site and by pressing the button you can go there. What's On Update ...
 



Copyright © 2002-2006, websy.net All Rights Reserved.



View My Stats