JavaScript for Beginners
Short Description
Basic JavaScript Tutorial. We will use this page to test out our dangerously revolutionary JavaScript programs.. . …
Website: www.hoboes.com | Filesize: 155kb
Content
JavaScript
for
Beginners
Copyright . 2005 Jerry Stratton
http://www.hoboes.com/NetLife/Web_Scripting/
http://www.hoboes.com/NetLife/Web_Scripting/Web_Scripting.pdf
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free
Documentation License, Version 1.1. A copy of the license is included in the section entitled “GNU Free
Documentation License”
October 29, 2005Getting Started 2
Getting Started
JavaScript allows you to create ‘dynamic, interactive’ web pages: web pages that do things in
response to what your readers do, without having a separate page for each possible response. In
this tutorial, I’m going to cover some of the very basics of using JavaScript in your web pages. I’m
going to assume that you know a little bit about HTML, but nothing about programming or
JavaScript. If you aren’t familiar with HTML, you’ll want to go over the Web Writing Guide at
http://www.hoboes.com/NetLife/Web_Writing/ first.
First, JavaScript has nothing to do with Java. Java is a separate programming language. JavaScript
is a language for scripting web browsers and web servers, although it is seeing other uses as it
becomes popular. Java was created by Sun and is designed for complete software applications,
while JavaScript was created separately by Netscape Corporation and is designed for modifying
(and “scripting”) web pages.
The Basic Web Page
The first thing we need to do is create two files for the tutorial: a web page, and a JavaScript file.
You can call them anything you want. I’m going to call the…
Get the file Download here
Related Books:Related Searches: free documentation license, jerry stratton, free documentation license version, web scripting, netlife
Comments
Leave a Reply