Development resources: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (removed link to xulplanet (the domain has been sold))
Line 9: Line 9:
==XBL==
==XBL==
''Extensible Binding Language''
''Extensible Binding Language''
*[http://xulplanet.com/tutorials/xultu/introxbl.html Introduction to XBL] from XulPlanet's XUL tutorial
*[http://developer.mozilla.org/en/docs/XBL XBL page at developer.mozilla.org]
*[http://developer.mozilla.org/en/docs/XBL XBL page at developer.mozilla.org]
*[http://mb.eschew.org/15 Chapter Fifteen: XBL Bindings] from Rapid Application Development with Mozilla
*[http://mb.eschew.org/15 Chapter Fifteen: XBL Bindings] from Rapid Application Development with Mozilla

Revision as of 18:33, 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