JavaScript: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Pat Palmer
(first draft)
 
imported>Pat Palmer
(adding category)
Line 26: Line 26:
*[[http://harbormist.com/cis700/examples.html#Example_6 | Capability report for web browsers]]
*[[http://harbormist.com/cis700/examples.html#Example_6 | Capability report for web browsers]]
*[[http://harbormist.com/cis700/examples.html#Example_7 | Widgets and events]]
*[[http://harbormist.com/cis700/examples.html#Example_7 | Widgets and events]]
[[Category:CZ Live]]
[[Category:Computers Workgroup]]

Revision as of 01:34, 11 September 2007

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: