Development resources: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(link to Rapid Application Development with Mozilla, chap.5 scripting)
(→‎Books: add a link to xhtml version of rad with mozilla)
Line 62: Line 62:
''A bound publication of 49 or more pages that is not a magazine or periodical. ''
''A bound publication of 49 or more pages that is not a magazine or periodical. ''
* [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://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.
* Rapid Application Development With Mozilla. Avaliable as [http://www.informit.com/title/0131423436# a set of compressed PDF files] and [http://mb.eschew.org/ online as a collection of XHTML files]. More up to date and more detailed than the O'Reilly offering.


==Others==
==Others==

Revision as of 17:43, 19 March 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