Development resources: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
mNo edit summary
Line 68: Line 68:
''Various useful links''
''Various useful links''
* [http://lxr.mozilla.org/ LXR] - Search the Mozilla source code
* [http://lxr.mozilla.org/ LXR] - Search the Mozilla source code
* [http://www.mozilla.org/projects/firefox/extensions/packaging/extensions.html Packaging Firefox/Thunderbird Extensions] A reference for the Firefox 0.9+ packaging format
* [http://www.mozilla.org/projects/firefox/extensions/packaging/extensions.html Packaging Firefox/Thunderbird Extensions] - A reference for the Firefox 0.9+ packaging format
* [http://wiki.mozilla.org/Organized_Links_to_Existing_Content Organized Links to Existing Content] - categorized list of mozilla.org docs.


[[Category:Development]]
[[Category:Development]]

Revision as of 19:42, 28 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