JavaScript/External Links: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Pat Palmer
(cleaning up links)
imported>Pat Palmer
(→‎Libraries (toolkits): link to http://jquery.com/)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{subpages}}
==HTML and JavaScript slides (Powerpoint) at the University of Pennsylvania==  
==HTML and JavaScript slides (Powerpoint) at the University of Pennsylvania==  
*[http://alliance.seas.upenn.edu/~cis700/Lectures/1-html-and-forms.ppt HTML and Forms]
*[http://alliance.seas.upenn.edu/~cis700/Lectures/1-html-and-forms.ppt HTML and Forms]
Line 6: Line 8:
*[http://alliance.seas.upenn.edu/~cis700/Lectures/5-js-and-html.ppt JavaScript and HTML]
*[http://alliance.seas.upenn.edu/~cis700/Lectures/5-js-and-html.ppt JavaScript and HTML]
*[http://alliance.seas.upenn.edu/~cis700/Lectures/6-js-examples.ppt JavaScript Examples]
*[http://alliance.seas.upenn.edu/~cis700/Lectures/6-js-examples.ppt JavaScript Examples]
==A Concise Introduction to JavaScript (by Dr. Dave Matuszek)==
* [http://www.cis.upenn.edu/~matuszek/General/JavaScript/concise-javascript-1.html Part I: The Core Language]
* [http://www.cis.upenn.edu/~matuszek/General/JavaScript/concise-javascript-2.html Part II: Client-side JavaScript]
==Tutorial==
* [http://www.w3schools.com/js/default.asp http://www.w3schools.com/js/]
==Libraries (toolkits)==
* DoJo: http://dojotoolkit.org/
* jQuery: http://jquery.com/
* Prototype: http://prototypejs.org/
==Pat's Javascript examples from 2006==
* [http://slayeroffice.com/articles/innerHTML_alternatives/ Alternatives to innerHTML]
*[http://harbormist.com/cis700/examples.html#Example_4 ''Inlining'' an HTML table's background]
*[http://harbormist.com/cis700/examples.html#Example_6 Capability report for web browsers]
*[http://harbormist.com/cis700/examples.html#Example_7 Widgets and events]

Latest revision as of 19:24, 12 September 2012

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
A hand-picked, annotated list of Web resources about JavaScript.
Please sort and annotate in a user-friendly manner and consider archiving the URLs behind the links you provide. See also related web sources.

HTML and JavaScript slides (Powerpoint) at the University of Pennsylvania


A Concise Introduction to JavaScript (by Dr. Dave Matuszek)


Tutorial

Libraries (toolkits)

Pat's Javascript examples from 2006