Development resources: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (Links to RAD w/ Mozilla for RDF, XUL, XPCOM)
m (removed link to xulplanet (the domain has been sold))
Line 2: Line 2:


==XUL==
==XUL==
''XML User Interface Language, widely used in Mozilla to specify user interfaces in a platform-independent way''
*[http://xulplanet.com XulPlanet] the premier resource for XUL and general Mozilla development on the internet
**[http://xulplanet.com/tutorials/whyxul.html Introductory document]
**[http://xulplanet.com/references/elemref/index.html XUL elements reference]
*[http://developer.mozilla.org/en/docs/XUL XUL page at developer.mozilla.org]
*[http://developer.mozilla.org/en/docs/XUL XUL page at developer.mozilla.org]
*[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)

Revision as of 15:48, 22 April 2015

Websites that are useful for Mozilla development. This knowledge base also has a few articles on extension development.

XUL

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