Development resources: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(linked Mozilla-Javascript and ESW (RDF) wiki)
Line 31: Line 31:
*[http://aom.nachbaur.com/ Mozilla AOM Reference] - A guide to the HTML/XUL DOM as implemened in Mozilla
*[http://aom.nachbaur.com/ Mozilla AOM Reference] - A guide to the HTML/XUL DOM as implemened in Mozilla
*[http://xulplanet.com/references/objref/ XulPlanet Object Reference] generated from the source code
*[http://xulplanet.com/references/objref/ XulPlanet Object Reference] generated from the source code
*[http://www.mozilla.org/docs/dom/domref/ Gecko DOM Reference]  
*[http://www.mozilla.org/docs/dom/domref/ Gecko DOM Reference]
*[http://www.mozilla.org/docs/dom/reference/levels.html What does each DOM Level bring?] - Gives an overview of the different DOM Levels and the support Mozilla offers for each of them.


==XPCOM / XPConnect==
==XPCOM / XPConnect==

Revision as of 13:41, 10 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