JavaScript

From Citizendium
Revision as of 01:32, 11 September 2007 by imported>Pat Palmer (first draft)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Main Article
Talk Template:Default button 3
 
Template:Cell style

Javascript is a computer programming language. Javascript is not the same as Java, although its syntax is remarkably similar. Javascript code can be embedded in HTML pages. Web browsers will then execute the Javascript before displaying the web page for the user, or in response to user actions on the page, unless Javascript has been disabled in the web browser's options. Javascript is standardardized by the European Computer Manufacturer's Association (ECMA) and is, these days, occasionally referred to as ECMA-script.

!!!HTML and JavaScript slides (Powerpoint):

!!!A Concise Introduction to JavaScript


Tutorial: %newwin% [[1]]


!!!Pat's Javascript examples from last year: