Dev : Extensions : Resources

From MozillaZine Knowledge Base
Revision as of 19:58, 26 July 2004 by Jgraham (talk | contribs) (Add collection of links (more needed!))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Websites that are useful for Mozilla development.

XUL

XBL

Javascript

ECMA-262 Edition 3 (PDF) the formal Javascript specifcation Javascript Central at Netscape Devedge

DOM

DOM Specifcations from the w3c DOM Working Group Mozilla AOM Reference - A guide to the HTML/XUL DOM as implemenedin Mozilla XulPlanet Object Reference generated from the source code Gecko DOM Reference

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

CSS Specifcations from the w3c mozilla.org CSS page

RDF

mozilla.org RDF documentation somewhat unmaintained but with many useful links w3c RDF page with specifcations and links to articles for beginners

Others