Reflections on Two Years of Mozilla Application Development - Part 1
by Nick
Two years ago I began using Mozilla as a platform for application development. Non-developers may not realize that Mozilla is more than Firefox, or more than Firefox and Thunderbird. It certainly can be confusing - after all, Mozilla includes a non-profit foundation and a subsidiary corporation. It is an open source project, and Firefox is certainly their flagship product.
Firefox (and other Mozilla products) are built using web technologies like Javascript and CSS - and something else called XML User interface Language (XUL). XUL provides the ability for the user to describe and create a interface in a simple fashion using XML.Beyond using XUL to create Mozilla applications, Mozilla also offers the technologies up for other people to create their own applications. In 2007, I began working along-side another developer to use XUL to create a new front-end for an application. In this series I will share what I've learned and make observations about the use of Mozilla as a platform for application development.Read Part 2.
3 comments
Nov 03, 2009
Jim said...
so any idea why Thunderbird has stop letting me open Firefox from an email link? I just loaded Win7 and so I am betting it has something to do with it. Hope you and yours are well
jmilb10053 said...
Any idea why Tbird has stopped opening links in FFox? Win7 just loaded so my money is on that. Hope you and yours are great
Nick said...
Jim,Perhaps Firefox is no longer set as your default browser?
Does it prompt you to set a default browser when you open Firefox manually?
You could try
Tools > Options > Advanced > System Defaults > Check Now
(in Firefox)
or from the command line:
firefox.exe -silent -setDefaultBrowser
If FF is your default browser, I'm not sure - check Thunderbird preferences. But I think it should just follow the default browser.

