Education/Learning: Difference between revisions
Jamesboston (talk | contribs) No edit summary |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 6: | Line 6: | ||
* [[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/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/ModifyBrowser|Modifying the Firefox Browser Source Code]] | |||
* [[Education/Learning/ModifyBrowserExtension|Modifying the Firefox Browser with an Extension]] | |||
* [[Education/Learning/Preferences|Understanding how Preferences work in Mozilla]] | |||
[[Category:Education]] | |||
[[Category:Computer Science]] |
Latest revision as of 19:25, 2 July 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
- Understanding how Preferences work in Mozilla