JavaScript links: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
 
(21 intermediate revisions by 3 users not shown)
Line 3: Line 3:
== Definition ==
== Definition ==


This is a short links page on JavaScript, a popular [[scripting language]] for [[computer programming]]. Only sporadically maintainted !
This is a short links page on JavaScript, a popular [[scripting language]] for [[computer programming]]. '''Only sporadically maintainted''' !
 
As of April 2014, '''heavy updating''' is needed - [[User:Daniel K. Schneider|Daniel K. Schneider]] ([[User talk:Daniel K. Schneider|talk]]) 12:46, 2 April 2014 (CEST)


== Reference and Manuals ==
== Reference and Manuals ==


=== Introductions ===
=== Introductions and general overviews ===


* [http://en.wikipedia.org/wiki/Javascript JavaScript]
* [http://en.wikipedia.org/wiki/Javascript JavaScript] (Wikipedia)
* [http://en.wikipedia.org/wiki/Client-side_JavaScript Client-side JavaScript] (Wikipedia)


=== JavaScript Reference ===
=== JavaScript Reference and manuals ===


* [http://developer.mozilla.org/en/docs/JavaScript JavaScript at Mozilla developper center] (JS 1.5 plus JS 1.6, 1.7, 1.8 upgrades).
* [http://developer.mozilla.org/en/docs/JavaScript JavaScript at Mozilla developper center] (JS 1.5 plus JS 1.6, 1.7, 1.8 upgrades).
Line 21: Line 24:


* [http://www.jslint.com/ JSLint] is an online validator tool that checks a professional subset of JavaScript, a stricter language than that defined by Edition 3 of the ECMAScript Language Specification. The subset is related to recommendations found in Code Conventions for the JavaScript Programming Language. This verifier may hurt your feelings :)
* [http://www.jslint.com/ JSLint] is an online validator tool that checks a professional subset of JavaScript, a stricter language than that defined by Edition 3 of the ECMAScript Language Specification. The subset is related to recommendations found in Code Conventions for the JavaScript Programming Language. This verifier may hurt your feelings :)
* [http://en.wikipedia.org/wiki/JavaScript_syntax JavaScript Syntax] (Wikipedia)


=== Document object model (DOM) ===
=== Document object model (DOM) ===
Line 50: Line 55:
* [http://en.wikipedia.org/wiki/DOM_Events DOM events] (Wikipedia). This also can be used as short tutorial (scroll down)
* [http://en.wikipedia.org/wiki/DOM_Events DOM events] (Wikipedia). This also can be used as short tutorial (scroll down)
* [http://developer.mozilla.org/en/docs/DOM:event DOM:event] (Gecko DOM reference)
* [http://developer.mozilla.org/en/docs/DOM:event DOM:event] (Gecko DOM reference)
=== Front-end languages ===
Languages that compile into JavaScript and allow to define things in an easier way...
* [http://en.wikipedia.org/wiki/CoffeeScript CoffeeScript]
* [http://en.wikipedia.org/wiki/Haxe Haxe]


== Tutorials and tutorial sites ==
== Tutorials and tutorial sites ==
Line 72: Line 84:


* [http://www.webteacher.com/javascript/ Welcome To JavaScript for the Total Non-Programmer] (WebTeacher).
* [http://www.webteacher.com/javascript/ Welcome To JavaScript for the Total Non-Programmer] (WebTeacher).
* [http://www.siteduzero.com/tutoriel-3-309958-premiers-pas-en-javascript.html Premiers pas en Javascript] (Français).
* [http://thenewboston.org/list.php?cat=10 JavaScript tutorials]. Videos by Bucky Roberts. Made for XHTML1. Nice for people who like videos, but somewhat outdated


=== General on-line tutorials ===
=== General on-line tutorials ===


* [http://www.howtocreate.co.uk/tutorials/javascript/ JavaScript tutorial]. Several tutorials by Mark "Tarquin" Wilton-Jones. One of the best on-line texts I have seen. Suitable for people with some programming experience.
* [http://www.howtocreate.co.uk/tutorials/javascript/ JavaScript tutorial]. Several tutorials by Mark "Tarquin" Wilton-Jones. One of the best on-line texts I have seen. Suitable for people with some programming experience.
* [http://en.wikiversity.org/wiki/Web_Design/An_Introduction_to_Programming_with_Javascript Web Design/An Introduction to Programming with Javascript] (Wikiversity project. For the moment this page includes a few Wikiversity tutorials plus a good list of external links that you could follow - 15:55, 29 July 2009 (UTC))


* [http://developer.mozilla.org/en/docs/A_re-introduction_to_JavaScript A re-introduction to JavaScript] Good recent introduction to the language from Mozilla. Suitable for folks with programming experience. (2006)
* [http://developer.mozilla.org/en/docs/A_re-introduction_to_JavaScript A re-introduction to JavaScript] Good recent introduction to the language from Mozilla. Suitable for folks with programming experience. (2006)
* [http://www.codecademy.com/tracks/javascript Introducation to JavaScript], part of [http://www.codecademy.com/learn Learn to code while building a project] Codeacademy.
* [http://en.wikibooks.org/wiki/Programming:JavaScript JavaScript] (WikiBooks tutorial). Suitable for somewhat technical people.
* [http://eloquentjavascript.net/ Eloquent JavaScript] A Modern Introduction to Programming by Marijn Haverbeke. A second version should be out by the end of 2014, draft parts are there as of March 2014.


=== old-style JavaScript ===
=== old-style JavaScript ===
Line 142: Line 165:
* [http://developer.mozilla.org/en/docs/Drawing_Graphics_with_Canvas Drawing Graphics with Canvas] (a simpler version of the above)
* [http://developer.mozilla.org/en/docs/Drawing_Graphics_with_Canvas Drawing Graphics with Canvas] (a simpler version of the above)


=== JavaScript language tutorials ===
=== JavaScript tutorials for programmers ===
(for those who want to become real programmers)


* [http://blog.morrisjohns.com/javascript_closures_for_dummies.html JavaScript Closures for Dummies], also available as [http://www.javascriptkit.com/javatutors/closures.shtml JavaScript Closures 101- they're not magic] by [http://blog.morrisjohns.com/ Morris Johns]. Such articles may help to understand why JS is an interesting language and has inherited something from [[LISP]].
* [http://blog.morrisjohns.com/javascript_closures_for_dummies.html JavaScript Closures for Dummies], also available as [http://www.javascriptkit.com/javatutors/closures.shtml JavaScript Closures 101- they're not magic] by [http://blog.morrisjohns.com/ Morris Johns]. Such articles may help to understand why JS is an interesting language and has inherited something from [[LISP]].


* [http://blog.morrisjohns.com/illumination_on_javascript_prototypes.html Illumination on JavaScript Prototypes], also by Morris Johns.
* [http://blog.morrisjohns.com/illumination_on_javascript_prototypes.html Illumination on JavaScript Prototypes], also by Morris Johns.
* [http://www.webreference.com/programming/javascript/object-oriented_javascript/ Object-Oriented JavaScript], Webreference, 2007 by Cristian Darie, Bogdan Brinzarea
* [http://www.ecmascript.org/es4/spec/evolutionary-programming-tutorial.pdf evolutionary programming in ES4], 2007


== Client-side modifications ==
== Client-side modifications ==
Line 157: Line 183:
* [http://greasemonkey.mozdev.org/ Greasemonkey]
* [http://greasemonkey.mozdev.org/ Greasemonkey]
* [http://en.wikipedia.org/wiki/Greasemonkey Wikipedia Greasemonkey]
* [http://en.wikipedia.org/wiki/Greasemonkey Wikipedia Greasemonkey]
== Server programming with JS ==
* [http://nodejs.org/ Node.js] Quoite {{quotation|is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.}}


== Collections and links sites ==
== Collections and links sites ==
Line 184: Line 214:
Instead of using specific libraries, you also may use script libraries. There are advantages (single code library, quality, ...) and disadvantages (learning curve, dependency on something you don't understand, size, ...) that we should discuss here at some point. See also [[AJAX]].
Instead of using specific libraries, you also may use script libraries. There are advantages (single code library, quality, ...) and disadvantages (learning curve, dependency on something you don't understand, size, ...) that we should discuss here at some point. See also [[AJAX]].


* [http://dojotoolkit.org/ dojo toolkit]. Multipurpose ajax/JS toolkit. There is a core, Dijiit and DojoX. Good documentation (also from third-party sites is available)
See also
* [http://www.prototypejs.org/ Prototype]. {{quotation|Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around}}.
* [[JavaScript libraries]]. '''This article includes an introduction to some principles plus a list of major libraries''' (updated April 2018 or later)
* [http://script.aculo.us/ sript.aculo.us] (scriptaculous) {{quotation|provides you with easy-to-use, cross-browser user interface JavaScript libraries to make your web sites and web applications fly..}}
* Wikipedia's [http://en.wikipedia.org/wiki/Comparison_of_JavaScript_frameworks Comparison of JavaScript frameworks].  
* [http://www.mootools.net/ MooTools] {{quotation| is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer}}
* [[Visualization]]
* [http://jquery.com/ jQuery] {{quotation|jQuery is a JavaScript library that takes this motto to heart: Writing JavaScript code should be fun... (12/2006)}}.
* [http://www.dhtmlgoodies.com/index.html?page=dhtml-suite DHTML Suite] from dhtmlgoodies.com (to implement various DHTML widgets and functionalities).
* [http://coffeeblack.org/work/dhtml/ Dynamic HTML Libraries] from Scott Martin (also other JS libs).


=== Scripts and script collections ===
=== Scripts and script collections ===
Line 196: Line 223:


* [http://www.brothercake.com/site/resources/scripts/ Brothercake] (Good Scripts collection)
* [http://www.brothercake.com/site/resources/scripts/ Brothercake] (Good Scripts collection)
* [http://www.codethat.com/ CodeThat]. Both free and commercial pro versions.
* [http://www.dhtmlgoodies.com/ DHTMLGoodies.com]. A series of nice and up-to-date script. Easy to use website. But the scripts are not dated and no clear indication of compliance with standards/ modern browsers is given.
* [http://www.dhtmlgoodies.com/ DHTMLGoodies.com]. A series of nice and up-to-date script. Easy to use website.
* [http://www.webreference.com/js/ Doc JavaScript], a webreference.com site.
* [http://www.webreference.com/js/ Doc JavaScript], a webreference.com site.
* [http://www.dynamicdrive.com/ Dynamic Drive] Free DHTML (some scripts may not be up to date)
* [http://www.dynamicdrive.com/ Dynamic Drive] Free DHTML (some scripts may not be up to date)
Line 344: Line 370:


* [http://javascript.internet.com/forms/regexp-validation.html RegExp Validation] by Travis Beckham at Javascript.internet.com. Elegant solution: User has to define a function that assigns property values to form elements. E.g. ''f.firstname.isAlphaNumeric = true''. Then the code validates according to these properties. It is based on [[regular expression]]s.
* [http://javascript.internet.com/forms/regexp-validation.html RegExp Validation] by Travis Beckham at Javascript.internet.com. Elegant solution: User has to define a function that assigns property values to form elements. E.g. ''f.firstname.isAlphaNumeric = true''. Then the code validates according to these properties. It is based on [[regular expression]]s.
* [http://www.viala.hu/frdl/formcheck/formcheck.html Form Check Script] from viala.hu is an variation (and probably an improvement) of Beckham's RegExp validation above.


* [http://www.softcomplex.com/products/tigra_form_validator/ Tigra form validator] A free version of SoftComplex' commercial Pro version. User has to define a JS record (associative array) and define a data structure for each form element to validated. Also quite elegant and not difficult to use if you respect the syntax of nested records.
* [http://www.softcomplex.com/products/tigra_form_validator/ Tigra form validator] A free version of SoftComplex' commercial Pro version. User has to define a JS record (associative array) and define a data structure for each form element to validated. Also quite elegant and not difficult to use if you respect the syntax of nested records.
Line 376: Line 400:
* [http://www.webreference.com/programming/javascript/mk/column2/ How to Drag and Drop in JavaScript] webreference.com tutorial + code (shows how to create sortable stacks of boxes)
* [http://www.webreference.com/programming/javascript/mk/column2/ How to Drag and Drop in JavaScript] webreference.com tutorial + code (shows how to create sortable stacks of boxes)
* [http://luke.breuer.com/tutorial/javascript-drag-and-drop-tutorial.aspx JavaScript Drag and Drop Tutorial] by luke breuer.
* [http://luke.breuer.com/tutorial/javascript-drag-and-drop-tutorial.aspx JavaScript Drag and Drop Tutorial] by luke breuer.
* [http://www.dhtmlgoodies.com/index.html?page=dragDrop JavaScript Drag and Drop examples] information + download .


=== Canevas ===
=== Canevas ===
Line 391: Line 416:
[[Category:Programming]]
[[Category:Programming]]
[[fr:JavaScript]]
[[fr:JavaScript]]
[[Category:JavaScript]]

Latest revision as of 19:09, 8 April 2018

Definition

This is a short links page on JavaScript, a popular scripting language for computer programming. Only sporadically maintainted !

As of April 2014, heavy updating is needed - Daniel K. Schneider (talk) 12:46, 2 April 2014 (CEST)

Reference and Manuals

Introductions and general overviews

JavaScript Reference and manuals

  • JavaScript at Mozilla developper center (JS 1.5 plus JS 1.6, 1.7, 1.8 upgrades).
  • Core JavaScript 1.5 Guide Can be used as Tutorial for the language only. Use a JS 1.2 or JS1.3 Guide for built-in non-standardized JavaScript objects, use the DOM specs for DOM objects.
  • JavaScript 1.5 Guide (Local copy of an old Netscape version)
  • HTML 5 Working Draft - 21 April 2008. This proposal adds features to HTML and the DOM that ease the authoring of Web-based applications. Additions include the context menus, a direct-mode graphics canvas, inline popup windows, and server-sent events....

Important: The core JavaScript/JScript/Actionscript languages are defined by ECMAScript. There may be some little differences and various degrees of implementation.

  • JSLint is an online validator tool that checks a professional subset of JavaScript, a stricter language than that defined by Edition 3 of the ECMAScript Language Specification. The subset is related to recommendations found in Code Conventions for the JavaScript Programming Language. This verifier may hurt your feelings :)

Document object model (DOM)

Else please consult the Document Object Model (alias DOM) entry.

JavaScript specific DOM Reference

  • History: For older NS 4.7 browsers and non-standardized so-called DOM 0 (e.g. HTML inline, browser interfaces) you may read: JavaScript 1.3 Guide and JavaScript 1.3 Reference Guide. These are outdated, but still on of the best references on how to use the old-style "standard" JavaScript Objects.

FAQs and Short References

Specialized information and compatibility tables

Events

Front-end languages

Languages that compile into JavaScript and allow to define things in an easier way...

Tutorials and tutorial sites

Warning: Some tutorials are not very clear about what's standardized, what's obsolete and what's informal but well supported.

Beginners tutorials

  • SELFHTML Tutorial by Stephan Münz (German and French)
  • JavaScript tutorials. Videos by Bucky Roberts. Made for XHTML1. Nice for people who like videos, but somewhat outdated

General on-line tutorials

  • JavaScript tutorial. Several tutorials by Mark "Tarquin" Wilton-Jones. One of the best on-line texts I have seen. Suitable for people with some programming experience.
  • JavaScript (WikiBooks tutorial). Suitable for somewhat technical people.
  • Eloquent JavaScript A Modern Introduction to Programming by Marijn Haverbeke. A second version should be out by the end of 2014, draft parts are there as of March 2014.

old-style JavaScript

(but useful)

Forms

(more needed)

JavaScript, DOM and DHTML tutorials

Event handling

Important: Support for W3CEvent model and DOM is not the same thing necessarily. Browser support for W3C Event model is bad (e.g. IE 7 doesn't support this)

User JavaScript

DOM CSS

  • DOM CSS by Mark "Tarquin" Wilton-Jones. A tutorial about style switching.

Ajax and DHTML tutorials

JS/Ajax framework tutorials

Canvas

<canvas> is a new HTML element which can be used to draw graphics via scripting. For example, it can be used to draw graphs, make photo compositions or even perform animations. This element is part of "HTML 5", i.e. the WhatWG Web applications 1.0 specification.

JavaScript tutorials for programmers

Client-side modifications

There are browser extensions that allow a user to change behavior of web pages. The best know is Greasemonkey.

See the User-side JavaScript article for more information and an example.

Server programming with JS

  • Node.js Quoite “is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.”

Collections and links sites

General indexes

Ressource sites with tutorials and help

Sites with javascript code

This chapter should only include free code or code that is free for education. I am not against commercial ware, but this web site mainly targets poor academics and students in educational technology. - Daniel K. Schneider 16:33, 12 April 2008 (UTC).

See also tutorials above !

General developer libraries

Instead of using specific libraries, you also may use script libraries. There are advantages (single code library, quality, ...) and disadvantages (learning curve, dependency on something you don't understand, size, ...) that we should discuss here at some point. See also AJAX.

See also

Scripts and script collections

(this subcategory may need some sorting)

For programmers - both learning resource and code snippets or reusable code
Examples from books

Through the Web editor code

A list of Javascript HTMs numbers, strings and dates.L, XML, etc. WYSIWYG editors. By default, these are free. There may be better commercial but not listed solutions. Libraries listed here are all respectable, but (so far) we don't have any recommendation and features mentionned are not complete. See Comparison table and Standards schmandards 2007 for comparison.

Bigger
  • TinyMCE.
    • Is on of the more popular libraries and fairly easy to integrate and customize. Integrated in many popular CMS systems and cross-browser.
    • Used to have trouble with embedded lists (but this is maybe fixed now/ - DKS)
    • Wikipedia entry
  • FckEditor.
    • Crossplatform, XHTML 1.0, CSS, paste from Word, spell checker. Integration packs with various server-side languages.
    • Wikipedia Entry
  • Xinha, Crossplatform.
    • (DKS thinks it's the default one in the PostNuke CMS).
  • Loki.
    • Claims to be most standards compliant and encourages semantic markup.
  • WYMeditor is a web-based WYSIWYM (What You See Is What You Mean) XHTML editor).
    • Its main concept is to leave details of the document's visual layout, and to concentrate on its structure and meaning, while trying to give the user as much comfort as possible.
    • For certain applications where users ought to produce optional XHTML code, this is better than an WYSIWYG editor.
Smaller
  • HTMLBox. Cross-browser interactive open-source HTML textarea built on top of the jQuery library. Easy to use, best for smaller applications (users write smallers texts). 15KB only.
  • NicEdit. Even more lightweight than HTMLBox. Also can be used through widget code (JS is loaded from nicedit.com).

Popup and tooltip code

JavaScript/DHTML popups that are free and and work with modern browsers. While looking for 2-3 "products" I found several that didn't work properly - Daniel K. Schneider

  • Bride of Windows Popup, from Brainjar.com
    • It's actually a tutorial on how to write your on. But the code is enough mature to be used in production
    • A maybe outdated example I made is here.
  • Highslide JS Popup / thumbnails code from Torstein Honsi. Elegant solution and code.
  • openPopUps Popup code
    • Rather easy to use (besides some strange difference between div id and an argument to pass): popup contents is inserted within a div that has an id like "Div1", "Div2" etc. An onload function then should call the hideDiv function in order to hide these div's contents. Finally there is a createWindow function to call for displaying it. The fifth argument is (related?) to the id of the div.
createWindow('My Window', 400, 'brown', 1, 0, 240, 375);
  • Widget.Tooltip.js.
    • Creates small tooltips with code like this (additional options can be added):
new Widget.Tooltip({ elementId: 'myElementId', tooltipContent: 'my tooltip content' });

Menus

There is a lot of menu code. Some commercial. Some freeware seems to be of better quality and more in the spirit of modern web design, e.g. code that is based on a list and that can display without javascript or in old browsers if needed. There are a lot of free versions from commercial sites. Some of these work (and can be upgraded to a "pro" version), most include "nagware" elements, e.g. menuitems that point to their site and some are totally unusable.

The list below should be ok, but I didn't test them all - Daniel K. Schneider 16:57, 20 April 2008 (UTC).

  • Revenge of the Menu Bar A tutorial from brainjar.com. Includes good and reusable code for menus that are efficient and reliable.
    • Demo page (source included in the HTML page).
    • Menus are made with div's and classes for these divs.
    • Tested, works.
  • Cooldev.com has 2 menus
  • Tree Menu (not tested)
  • Cross-browser DHTML tree. Free version must a include a link.
  • zapatec menu
    • Includes an online menu-generator
    • Free version must include a link to zapatec
  • pull down menu
    • Very simple, 3 lines of code using window.location.href

Form validation

  • dhtml-form-validation (dhtmlgoodies.com). This scripts validates text inputs as you type and select boxes after something has been selected. Custom attributes on the tags are used to determine the validation process. This is very easy to use, but creates not valid HTML.
  • JS Auto Form Validator. This easy to use script works with the naming of the form fields. E.g. name="rtFirstname" means r=required plus t=text.
  • RegExp Validation by Travis Beckham at Javascript.internet.com. Elegant solution: User has to define a function that assigns property values to form elements. E.g. f.firstname.isAlphaNumeric = true. Then the code validates according to these properties. It is based on regular expressions.
  • Tigra form validator A free version of SoftComplex' commercial Pro version. User has to define a JS record (associative array) and define a data structure for each form element to validated. Also quite elegant and not difficult to use if you respect the syntax of nested records.

Style sheet switchers

Note: In Firefox you always can try manually. Menu View->Page style.

Rollover

Cursor

Drag and Drop

Canevas

Didn't take time to find libraries. But here are a few examples, more are available from Mozilla's Canvas examples

Note: FF 2 and Opera implement canevas, IE 7 does not, but there is at least one emulation, e.g. Canevas in IE by Emil.