Dev : Extensions : Resources: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(Add collection of links (more needed!))
 
No edit summary
Line 12: Line 12:


==Javascript==
==Javascript==
[http://www.mozilla.org/js/language/E262-3.pdf ECMA-262 Edition 3 (PDF)] the formal Javascript specifcation
*[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  
*[http://devedge.netscape.com/central/javascript/ Javascript Central] at Netscape Devedge  


==DOM==
==DOM==
[http://www.w3.org/DOM/DOMTR DOM Specifcations] from the w3c DOM Working Group
*[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://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://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]  


==XPCOM / XPConnect ==
==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.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/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
*[http://www.mozilla.org/catalog/architecture/xpcom/ mozilla.org XPCOM page] containing a variety of links to useful XPCOM documents


==CSS==
==CSS==
[http://www.w3.org/Style/CSS/#specs CSS Specifcations] from the w3c
*[http://www.w3.org/Style/CSS/#specs CSS Specifcations] from the w3c
[http://www.mozilla.org/catalog/web-developer/css/ mozilla.org CSS page]
*[http://www.mozilla.org/catalog/web-developer/css/ mozilla.org CSS page]


==RDF==
==RDF==
[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
 
==Books==
* [http://books.mozdev.org/ Creating Applications With Mozilla] O'Reilly's reference - released at about same time as Seamonkey (the Mozilla suite) 1.0 and avaliable online as a collection of HTML files.
* [http://www.informit.com/title/0131423436# Rapid Application Development With Mozilla] Avaliable as a set of compressed PDF files. More up to date and more detailed than the O'Reilly offering.


==Others==
==Others==
* [http://lxr.mozilla.org/ lxr] - Search the Mozilla source code
* [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
* [http://www.bengoodger.com/software/mb/extensions/packaging/extensions.html Packaging Firefox/Thunderbird Extensions] A reference for the Firefox 0.9+ packaging format

Revision as of 19:59, 26 July 2004

Websites that are useful for Mozilla development.

XUL

XBL

Javascript

DOM

XPCOM / XPConnect

  • XPCOM Reference - XulPlanet's guide to to the XPCOM interfaces implemented by Mozilla, generated from the source code
  • Creatiing XPCOM Components - A book for developers wishing to create their own XPCOM components in langauges such as C++, Javascript and Python
  • mozilla.org XPCOM page containing a variety of links to useful XPCOM documents

CSS

RDF

Books

Others