PDA

View Full Version : How to write a Mozilla Pluggin?


Kimm
July 2nd, 2005, 10:26 AM
Does anyone know of any good tutorials for writing plugins for Mozilla and Mozilla compatable browsers in C or C++?

davidpronk
July 2nd, 2005, 12:01 PM
You might want to check out XUL at XUL planet (http://xulplanet.com/tutorials/mozsdk/)
XUL is the 'XML User-interface Language' used for the development of Mozilla based browser plug-ins (XPI).

Nanaki
July 3rd, 2005, 07:18 PM
You might want to check out XUL at XUL planet (http://xulplanet.com/tutorials/mozsdk/)
XUL is the 'XML User-interface Language' used for the development of Mozilla based browser plug-ins (XPI).
I think he means plug-ins, not extensions. :/

davidpronk
July 4th, 2005, 05:45 AM
Have you checked out thid page ?
http://www.mozilla.org/projects/plugins/

Kimm
July 4th, 2005, 07:35 AM
Thanks, that page looks interesting ^^