Development resources: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(add descriptions)
Line 19: Line 19:
*[http://www.mozilla.org/js/language/E262-3.pdf ECMA-262 Edition 3 (PDF)] the formal Javascript specification
*[http://www.mozilla.org/js/language/E262-3.pdf ECMA-262 Edition 3 (PDF)] the formal Javascript specification
*[http://devedge.netscape.com/central/javascript/ Javascript Central] at Netscape Devedge
*[http://devedge.netscape.com/central/javascript/ Javascript Central] at Netscape Devedge
*[http://www.mozilla.org/js/language/ Javascript Language Resources] at mozilla.org


*[http://www.crockford.com/#javascript Douglas Crockford]'s Javascript links
*[http://www.crockford.com/#javascript Douglas Crockford's] Javascript links
*[http://homepage.mac.com/rue/JS_Optimization_Techniques Javascript Optimization Techniques]
*[http://homepage.mac.com/rue/JS_Optimization_Techniques Javascript Optimization Techniques]
*[http://jibbering.com/faq/faq_notes/closures.html Javascript Closures]
*[http://jibbering.com/faq/faq_notes/closures.html Javascript Closures]
*[[:Category:Javascript]]
*[[:Category:Javascript | Articles from this knowledge base related to Javascript]]


==DOM==
==DOM==

Revision as of 22:00, 18 January 2005

Websites that are useful for Mozilla development.

XUL

XML User Interface Language, widely used in Mozilla to specify user interfaces in a platform-independent way

XBL

Extensible Binding Language

Javascript

An interpreted language, used for scripting UI in Mozilla

DOM

Document Object Model, an interface that allows scripts to dynamically access and update the content, structure and style of (HTML/XML) documents

XPCOM / XPConnect

Cross-platform Component Object Model and A bridge to XPCOM components for Javascript

CSS

Cascading Style Sheets

RDF

Resource Definition Framework

Books

A bound publication of 49 or more pages that is not a magazine or periodical.

Others

Various useful links