Development resources: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(→‎Books: add a link to xhtml version of rad with mozilla)
m (Added link to Using XPCOM in JavaScript without leaking)
Line 41: Line 41:
**[http://xulplanet.com/references/xpcomref/creatingcomps.html How to instantiate XPCOM components and services].
**[http://xulplanet.com/references/xpcomref/creatingcomps.html How to instantiate XPCOM components and services].
*[http://www.mozilla.org/projects/xpcom/book/cxc/html/ Creating XPCOM Components] - A book for developers wishing to create their own XPCOM components in languages such as C++, Javascript and Python.
*[http://www.mozilla.org/projects/xpcom/book/cxc/html/ Creating XPCOM Components] - A book for developers wishing to create their own XPCOM components in languages such as C++, Javascript and Python.
*[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://www.iosart.com/firefox/xpcom/ Creating a C++ XPCOM component] step-by-step tutorial on [http://www.iosart.com/firefox/ iosart.com].
*[http://www.iosart.com/firefox/xpcom/ Creating a C++ XPCOM component] step-by-step tutorial on [http://www.iosart.com/firefox/ iosart.com].

Revision as of 22:05, 19 March 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