Dev : Extensions : Example Code
From MozillaZine Knowledge Base
Revision as of 20:54, 1 December 2004 by Ted Mielczarek (Talk | contribs) (adding page on using XMLHttpRequest)
Contents
XUL
Javascript
Commonly used techniques
- XulPlanet has an article on preferences
- Printing debug information to JavaScript Console
XPCOM
- Using progress listeners
- Executing your code each time a page loads
- Enumerating tabbrowser tabs
- Opening a new browser window
Other
Techniques
- Differential Inheritance in JavaScript using __proto__