Difference between revisions of "Topics in Mozilla Development"

From CDOT Wiki
Jump to: navigation, search
 
 
Line 10: Line 10:
  
 
* [[Mozilla Community|Mozilla Community Overview (Mike Beltzner)]]
 
* [[Mozilla Community|Mozilla Community Overview (Mike Beltzner)]]
* [Dive into Mozilla IRC Introduction|IRC introduction]
+
* [[Dive into Mozilla IRC Introduction|IRC introduction]]
  
 
==Build Related==
 
==Build Related==
Line 40: Line 40:
 
* Getting in the installer: the packages-static files
 
* Getting in the installer: the packages-static files
 
* [[Dive into Mozilla Modifying Firefox Lab|Live example showing how to make a change to the browser in the tree]]
 
* [[Dive into Mozilla Modifying Firefox Lab|Live example showing how to make a change to the browser in the tree]]
[[Dive into Mozilla Modifying Firefox using an Extension Lab|Live example showing how to make a change to the browser as an extension]]
+
* [[Dive into Mozilla Modifying Firefox using an Extension Lab|Live example showing how to make a change to the browser as an extension]]
  
 
==Firefox Development Best Practices==
 
==Firefox Development Best Practices==
  
* the JS style guide
+
* The JS style guide
* developing with localization in mind
+
* Developing with localization in mind
* using the command architecture
+
* Using the command architecture
* developing with extensions in mind
+
* Developing with extensions in mind
* being Ts/Tp aware
+
* Being Ts/Tp aware
* being Cross-Platform aware
+
* Being Cross-Platform aware

Latest revision as of 11:28, 19 March 2007

Introduction

This page is a list of topics for those learning Mozilla development, which have on-line learning materials available. It is presented for those interested in focusing on a select set of topics, or who prefer to study and learn in non-linear fashion.

Please feel free to add to this list any topics you feel should be covered.

Topics by Category

Mozilla Community Practices

Build Related

Development Practices

Working with Source Code

Developing Mozilla

Firefox Development Best Practices

  • The JS style guide
  • Developing with localization in mind
  • Using the command architecture
  • Developing with extensions in mind
  • Being Ts/Tp aware
  • Being Cross-Platform aware