Mozilla Plugin Development
Steps to create a mozilla plugin>
1) You need Mozilla Firefox Web Browser (Download from: http://www.mozilla.com/en-US/)
2) Initail steps for a Hello World program is here : http://developer.mozilla.org/en/docs/Building_an_Extension
The package is zip file saved with xpi ( pronounced as zippi ). And the Interfacing language is called XUL
You can edit and test your xul templating using this url: http://ted.mielczarek.org/code/mozilla/xuledit/xuledit.xul
The Browser itself written in XUL format. Its basic structure is called XUL Overlay. We can override any part of that overlay with id. (See: http://developer.mozilla.org/en/docs/XUL_Overlays)
This is how different plugin’s are integrated with already existing mozilla browser. You can Override, Expand, or add separate window for your application.
Since the usage of desktop application are increasing and the need of javascript have more significant nowadays ( Ajax, Flash, Flex, Adobe Air) , We should follow client side developments.
If XUL is for templating , Javascript is action creator here. You can write your code in javascript.
After creating your application , you can showcase it on firefox extension folder. They put your code in sandbox. After testing, if it is an useful one, they will add it to their public package listing so that
everybody can access you extension.
So start your Hello World Application with Mozilla Plugin NOW .
Feel free to contact me in: admin@sajithmr.com or D@OLPH.IN



it’s extension,not plugin,please
it’s extension no plugin.
how to create plugin for firefox?
please help?
thanks..
what different extension with plugin ?
help me..
see here for mozilla plugins
http://devedge-temp.mozilla.org/library/manuals/2002/plugin/1.0/pluginTOC.html
Hi All
how should i create a plugin that save the particular browser document to a file for a particular timer events
Thanks in advance
is there any ide or development plugin to create xpi file?
Thanks in advance
Hi
How do i add a button to mozilla toolbar
I’m right now doing a miniproject for my college so i require these details to proceed with my project work.It’ll be very helpful if u reply.
I have created a protoype with the steps given above it was really helpful.Now i have few doubts,
1. How to monitor a textbox in a webpage using script in an XUL file? bcoz we donot know d id of it.
2. Is there a way to monitor the key presses by the user no matter where the focus is on??
I could not find a good tutorial to have a clear view about the coding of xul file. if u have a link please do send me.
Good description. I suppose I’ll create one with your help )))