Developing with Mozilla
I am trying to pull together as much information as I can about developing with the Mozilla platform. By platform I mean:
- Creating browser extensions
- Embedding the browser in my applications
- Creating XUL based applications with XUL Runner
- Connecting my code (usually C++) to the platform (usually Javascript)
Embedding:
Extensions:
XUL:
- XUL Planet – References and Tutorials
- XUL Main Project
- XUL Runner
- Mozilla XUL Tutorial
- Introduction to XUL (devshed)
- Creating an HTML editor in XUL
XPCOM:
- XPCOM Main Project
- XPCOM API Reference
- Creating XPCOM Components
- How to Build an XPCOM Component in Javascript
Pluggable Protocols:
Blogs
- Alex Vincent – XULWidgets and stuff
- Robert O’Callahan – SVG and stuff
- Neil Deakin – Core XUL
- Ben Smedberg – XULRunner
Jeff Schiller said,
June 29, 2006 @ 1:25 pm
Great list of resources – almost seems like this should be a page in the Mozilla Dev wiki.
What about links for how to obtain, compile and build Mozilla (Firefox). How to contribute patches, etc
Mark Finkle said,
July 26, 2006 @ 3:04 am
Jeff,
I have been busy getting a software release wrapped up at work, but I intend to add more posts discussing some of your points and building a XUL based desktop application in general.
Mark Finkle’s Weblog » Blog Archive » Mozilla Platform - Basic Desktop Application said,
July 26, 2006 @ 3:46 am
[...] Mark Finkle’s Weblog « Developing with Mozilla [...]