Development resources: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(many links to devmo)
Line 48: Line 48:
*[http://www.mozilla.org/scriptable/avoiding-leaks.html Using XPCOM in JavaScript without leaking] - essential reading for all XPCOM / JS developers
*[http://www.mozilla.org/scriptable/avoiding-leaks.html Using XPCOM in JavaScript without leaking] - essential reading for all XPCOM / JS developers
*[http://www.mozilla.org/catalog/architecture/xpcom/ mozilla.org XPCOM page] containing a variety of links to useful XPCOM documents.
*[http://www.mozilla.org/catalog/architecture/xpcom/ mozilla.org XPCOM page] containing a variety of links to useful XPCOM documents.
*[http://oddwiki.taoriver.net/wiki.pl/MozillaJavaScript/HomePage Mozilla-JavaScript wiki] unofficial, XPCOM + JavaScript documentation & samples
*[http://communitywiki.org/odd/MozillaJavaScript/HomePage Mozilla-JavaScript wiki] unofficial, XPCOM + JavaScript documentation & samples





Revision as of 14:10, 3 November 2005

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