Dev : Extensions : Resources: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(Add collection of links (more needed!))
 
mNo edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Websites that are useful for Mozilla development.
#REDIRECT [[Development resources]]
 
==XUL==
*[http://xulplanet.com XulPlanet] the premier resource for XUL and general Mozilla development on the internet
*[http://www.mozilla.org/xpfe/xulref/ XUL Programmer's Reference] XUL Programmer's reference from mozilla.org (slightly dated)
*[http://www.mozilla.org/catalog/architecture/xul/ mozilla.org XUL documentation] contaning many links to resources, a lot of which are no longer maintained
 
==XBL==
*[http://xulplanet.com/tutorials/xultu/introxbl.html Introduction to XBL] From XulPlanet's XUL tutorial
*[http://www.mozilla.org/projects/xbl/xbl.html XBL Specifcation] from mozilla.org
*[http://www.mozilla.org/catalog/architecture/xbl/ mozilla.org XBL documentation] much of whch is unmaintained
 
==Javascript==
[http://www.mozilla.org/js/language/E262-3.pdf ECMA-262 Edition 3 (PDF)] the formal Javascript specifcation
[http://devedge.netscape.com/central/javascript/ Javascript Central] at Netscape Devedge
 
==DOM==
[http://www.w3.org/DOM/DOMTR DOM Specifcations] from the w3c DOM Working Group
[http://aom.nachbaur.com/ Mozilla AOM Reference] - A guide to the HTML/XUL DOM as implemenedin Mozilla
[http://xulplanet.com/references/objref/ XulPlanet Object Reference] generated from the source code
[http://www.mozilla.org/docs/dom/domref/ Gecko DOM Reference]
 
==XPCOM / XPConnect ==
[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.mozilla.org/projects/xpcom/book/cxc/html/ Creatiing XPCOM Components] - A book for developers wishing to create their own XPCOM components in langauges such as C++, Javascript and Python
[http://www.mozilla.org/catalog/architecture/xpcom/ mozilla.org XPCOM page] containing a variety of links to useful XPCOM documents
 
==CSS==
[http://www.w3.org/Style/CSS/#specs CSS Specifcations] from the w3c
[http://www.mozilla.org/catalog/web-developer/css/ mozilla.org CSS page]
 
==RDF==
[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
 
==Others==
* [http://lxr.mozilla.org/ lxr] - Search the Mozilla source code
* [http://www.bengoodger.com/software/mb/extensions/packaging/extensions.html Packaging Firefox/Thunderbird Extensions] A reference for the Firefox 0.9+ packaging format

Latest revision as of 02:27, 19 December 2004