Learning Mozilla: Difference between revisions
Jump to navigation
Jump to search
m (Created page with 'If you're interested in learning more about Mozilla -- the project, the tools we use, how we do things, and how to get involved -- you've come to the right place. What follows i…') |
m (→Tools) |
||
| Line 11: | Line 11: | ||
* [http://hginit.com/ Mercurial tutorial] (Joel Spolsky) | * [http://hginit.com/ Mercurial tutorial] (Joel Spolsky) | ||
* [[Education/Learning/Irc | Learning IRC]] (Internet Relay Chat) | * [[Education/Learning/Irc | Learning IRC]] (Internet Relay Chat) | ||
* [[ | * [[IRC]] | ||
=== Coding === | === Coding === | ||
Revision as of 16:19, 23 March 2010
If you're interested in learning more about Mozilla -- the project, the tools we use, how we do things, and how to get involved -- you've come to the right place. What follows is a list of introductions, tutorials, and other learning resources that will help you get a handle on things.
If you know of other resources that should be listed here, please feel free to link to them.
Introductions
Tutorials
Tools
- Mercurial tutorial (Joel Spolsky)
- Learning IRC (Internet Relay Chat)
- IRC
Coding
- Using XPCOM Components in C++ and JavaScript
- Understanding XPCOM files: nsIFoo.idl, nsIFoo.h, nsFoo.h, nsFoo.cpp
- Introduction to XPCOM Components in C++
- Working with Chrome in an Extension
- Modifying the Firefox Browser Source Code
- Modifying the Firefox Browser with an Extension
- Understanding how Preferences work in Mozilla