Development resources: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
 
(2 intermediate revisions by the same user not shown)
Line 33: Line 33:
*[http://www.w3.org/DOM/DOMTR DOM Specifications] from the w3c DOM Working Group
*[http://www.w3.org/DOM/DOMTR DOM Specifications] from the w3c DOM Working Group
*[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://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.
*[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.
Line 40: Line 39:
''Cross-platform Component Object Model and A bridge to XPCOM components for JavaScript''
''Cross-platform Component Object Model and A bridge to XPCOM components for JavaScript''
*[http://developer.mozilla.org/en/docs/XPCOM XPCOM page at developer.mozilla.org]
*[http://developer.mozilla.org/en/docs/XPCOM XPCOM page at developer.mozilla.org]
*[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://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.
Line 64: Line 60:
*[http://www.mozilla.org/rdf/doc/ mozilla.org RDF documentation] somewhat unmaintained but with many useful links
*[http://www.mozilla.org/rdf/doc/ mozilla.org RDF documentation] somewhat unmaintained but with many useful links
*[http://www.w3.org/RDF/ w3c RDF page] with specifcations and links to articles for beginners
*[http://www.w3.org/RDF/ w3c RDF page] with specifcations and links to articles for beginners
*[http://xulplanet.com/tutorials/xultu/intrordf.html Introduction to RDF] from XulPlanet's XUL tutorial
*[http://www.xulplanet.com/tutorials/mozsdk/rdfstart.php Introduction to RDF model] from XulPlanet. General information for beginners.
*[http://esw.w3.org/topic/RecentChanges ESW wiki], [http://esw.w3.org/topic/RDF RDF] and [http://esw.w3.org/topic/SemanticWeb Semantic Web] wiki
*[http://esw.w3.org/topic/RecentChanges ESW wiki], [http://esw.w3.org/topic/RDF RDF] and [http://esw.w3.org/topic/SemanticWeb Semantic Web] wiki
*[http://developer.mozilla.org/en/docs/RDF RDF page at developer.mozilla.org]
*[http://developer.mozilla.org/en/docs/RDF RDF page at developer.mozilla.org]

Latest revision as of 18:36, 22 April 2015

Websites that are useful for Mozilla development. This knowledge base also has a few articles on extension development.

XUL

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