Dev : Extensions : Resources: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
m (typos + link)
Line 3: Line 3:
==XUL==
==XUL==
*[http://xulplanet.com XulPlanet] the premier resource for XUL and general Mozilla development on the internet
*[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/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
*[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==
==XBL==
*[http://xulplanet.com/tutorials/xultu/introxbl.html Introduction to XBL] From XulPlanet's XUL tutorial
*[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/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
*[http://www.mozilla.org/catalog/architecture/xbl/ mozilla.org XBL documentation] much of whch is unmaintained


==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 specification
*[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 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]  
Line 23: Line 23:
==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 languages 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


Line 33: Line 33:
*[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.


==Books==
==Books==
Line 39: Line 41:


==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 21:12, 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 languages such as C++, Javascript and Python
  • mozilla.org XPCOM page containing a variety of links to useful XPCOM documents

CSS

RDF

Books

Others