Development resources: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(→‎Books: remove potentially confusing use of the term ''Seamonkey'')
m (Updated link to mb.eschew.org)
Line 21: Line 21:


*[http://developer.mozilla.org/en/docs/JavaScript JavaScript page at developer.mozilla.org]
*[http://developer.mozilla.org/en/docs/JavaScript JavaScript page at developer.mozilla.org]
*[http://mb.eschew.org/5.php Chapter Five: Scripting] from "[[Development resources#Books|Rapid Application Development with Mozilla]]" —a great introduction to JavaScript and its place in Mozilla.
*[http://mb.eschew.org/5 Chapter Five: Scripting] from "[[Development resources#Books|Rapid Application Development with Mozilla]]" —a great introduction to JavaScript and its place in Mozilla.
*[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

Revision as of 20:02, 24 June 2007

Websites that are useful for Mozilla development. This knowledge base too has a few articles on extension 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