Education/Learning: Difference between revisions
Jump to navigation
Jump to search
(adding discussion of xpcom implementation files) |
|||
Line 7: | Line 7: | ||
* [[Education/Learning/Irc|Communication using Internet Relay Chat (IRC)]] | * [[Education/Learning/Irc|Communication using Internet Relay Chat (IRC)]] | ||
* [[Education/Learning/UsingXpcom|Using XPCOM Components in C++ and JavaScript]] | * [[Education/Learning/UsingXpcom|Using XPCOM Components in C++ and JavaScript]] | ||
* [[Education/Learning/UnderstandingXpcomFiles|Understanding XPCOM files: nsIFoo.idl, nsIFoo.h, nsFoo.h, nsFoo.cpp]] | |||
* [[Education/Learning/XpcomComponents|Introduction to XPCOM Components in C++]] | * [[Education/Learning/XpcomComponents|Introduction to XPCOM Components in C++]] | ||
* [[Education/Learning/ExtensionChrome|Working with Chrome in an Extension]] | * [[Education/Learning/ExtensionChrome|Working with Chrome in an Extension]] | ||
* [[Education/Learning/ModifyBrowser|Modifying the Firefox Browser Source Code]] | * [[Education/Learning/ModifyBrowser|Modifying the Firefox Browser Source Code]] | ||
* [[Education/Learning/ModifyBrowserExtension|Modifying the Firefox Browser with an Extension]] | * [[Education/Learning/ModifyBrowserExtension|Modifying the Firefox Browser with an Extension]] |
Revision as of 18:20, 16 March 2009
Overview
This list is an initial outline of various learning modules and resources, suitable for self-study or use in a classroom setting. Various courses could be (and have been) constructed from these materials, but it is offered in full until all the materials have been added.
Learning Modules
- Communication using Internet Relay Chat (IRC)
- 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