Development resources: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
Line 40: Line 40:
*[http://www.xulplanet.com/references/xpcomref/ XPCOM Reference] - XulPlanet's guide to to the XPCOM interfaces implemented by Mozilla, generated from the source code.
*[http://www.xulplanet.com/references/xpcomref/ XPCOM Reference] - XulPlanet's guide to to the XPCOM interfaces implemented by Mozilla, generated from the source code.
**[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/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://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://books.mozdev.org/html/mozilla-chp-8-sect-2.html A chapter with examples of C++ and JavaScript components] from ''Creating Applications with Mozilla''.
*[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].
*[http://oddwiki.taoriver.net/wiki.pl/MozillaJavaScript/HomePage Mozilla-JavaScript wiki] unofficial, XPCOM + JavaScript documentation & samples


==CSS==
==CSS==

Revision as of 10:31, 30 May 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