Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Javascript FAQ: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Línia 18: Línia 18:




== What JavaScript libraries are around? ==
== What JavaScript library does Moodle use? ==


* A nice comparison chart: [http://wiki.freaks-unidos.net/javascript-libraries Evaluation of JavaScript Libraries]
* [http://developer.yahoo.com/yui/ Yahoo! User Interface Library (YUI)] - this one is used by Moodle (see [[Development:YUI]])
* [http://developer.yahoo.com/yui/ Yahoo! User Interface Library (YUI)] - this one is used by Moodle (see [[Development:YUI]])
** [http://www.packtpub.com/yahoo!-user-interface-library-yui/book Learning the Yahoo! User Interface Library] by Dan Wellman  
** [http://www.packtpub.com/yahoo!-user-interface-library-yui/book Learning the Yahoo! User Interface Library] by Dan Wellman  


== What other JavaScript libraries are around? ==
* A nice comparison chart: [http://wiki.freaks-unidos.net/javascript-libraries Evaluation of JavaScript Libraries]
* [http://jquery.com/ jQuery] - another popular JavaScript library  
* [http://jquery.com/ jQuery] - another popular JavaScript library  
** [http://visualjquery.com Visual jQuery]
** [http://visualjquery.com Visual jQuery]
Línia 30: Línia 33:
** [http://www.packtpub.com/jquery-reference-guide-Open-Source/book jQuery Reference Guide] by Jonathan Chaffer and Karl Swedberg
** [http://www.packtpub.com/jquery-reference-guide-Open-Source/book jQuery Reference Guide] by Jonathan Chaffer and Karl Swedberg
** [http://www.manning.com/bibeault/ jQuery in Action] by Bear Bibeault and Yehuda Katz
** [http://www.manning.com/bibeault/ jQuery in Action] by Bear Bibeault and Yehuda Katz
== How/Why was YUI chosen for Moodle? ==
The decision was made in [http://moodle.org/mod/forum/discuss.php?d=48478 this thread in the General Developer Forum].


== What does AJAX mean? ==
== What does AJAX mean? ==

Revisió del 02:29, 28 gen 2009

What is JavaScript?

JavaScript is a scripting language widely used for client-side web development.

Where do I find general information about JavaScript?

How is JavaScript used by Moodle?

Where do I find more information about JavaScript in Moodle?


What JavaScript library does Moodle use?


What other JavaScript libraries are around?


How/Why was YUI chosen for Moodle?

The decision was made in this thread in the General Developer Forum.

What does AJAX mean?

AJAX (Asynchronous JavaScript and XML), is a group of interrelated web development techniques used to create interactive web applications or rich Internet applications.

See AJAX (Wikipedia) for general information and AJAX for information on AJAX and Moodle.

See also