Development resources: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(→‎XPCOM / XPConnect: add a xulplanet link to the document about instantiating components)
(linked Mozilla-Javascript and ESW (RDF) wiki)
Line 40: Line 40:
*[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.
*[http://www.iosart.com/firefox/xpcom/ Creating a C++ XPCOM component] step-by-step tutorial on [http://www.iosart.com/firefox/ iosart.com].
*[http://www.iosart.com/firefox/xpcom/ Creating a C++ XPCOM component] step-by-step tutorial on [http://www.iosart.com/firefox/ iosart.com].
*[http://oddwiki.taoriver.net/wiki.pl/MozillaJavascript/HomePage Mozilla-Javascript wiki] unofficial, XPCOM + Javascript documentation & samples


==CSS==
==CSS==
Line 53: Line 54:
*[http://xulplanet.com/tutorials/xultu/intrordf.html Introduction to RDF] from XulPlanet's XUL tutorial
*[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://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


==Books==
==Books==

Revision as of 03:29, 18 February 2005

Websites that are useful for Mozilla development.

XUL

XML User Interface Language, widely used in Mozilla to specify user interfaces in a platform-independent way

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