Helping ordinary people create extraordinary websites!
HOME TUTORIALS SCRIPTS WEB HOSTING BLOG FORUM
Get Our Newsletter
Your Email:

JavaScript Tutorial Part I- Some Basics

By Will Bontrager
2004-02-09


JavaScript Tutorial Part I- Some Basics

Here is what this part of the tutorial covers:

Orientation
How the browser knows it is JavaScript
This is how JavaScript works
Some programming basics

Note: This article contains both JavaScript and HTML code.
If you are reading this on an HTML-enabled email
program, you may need to "view source" for all the
code to be visible. To be sure you can see all of the
original article, view it in the archives -- it will
present the code correctly in your browser. See
http://willmaster.com/possibilities/archives/

As another alternative, you may wish to include this
article in a free custom ebook you can create at
http://lightfocus.com/ebook/


Tutorial Pages:
» JavaScript Tutorial Part I- Some Basics
» Orientation
» How the browser knows it is JavaScript
» This is how JavaScript works
» Some programming basics
» How to make your program remember things
» Here it is, all put together
» Using strings of characters
» To come


Copyright 2004 Bontrager Connection, LLC


 | Bookmark
Related Tutorials:
» JavaScript Debugging Techniques with Firebug
» Striped Tables Using JavaScript
» Opening PDFs in a New Window with JavaScript
» Essential Javascript -- A Javascript Tutorial
» Submit Forms Conditionally using JavaScript
» How to Setup a Randomising Function