Tagged Questions

2
votes
2answers
109 views

What is a MIME type?

I have been reading about how to build plug-ins and this "MIME type" keeps getting discussed in it, i have tried to look into and know that its Multipurpose Internet Mail Extensions (MIME) but no ...
2
votes
4answers
1k views

Writing a firefox/netscape plugin

I am in the process of writing a firefox/netscape plugin (not extension) to run on windows, and I was wondering if you could suggest any sites for guidance and tutorials? I have been looking through ...
1
vote
3answers
2k views

Firefox Cocoa Plugin

I`ve created simple hello world-like plugin which draws red box. Аfter embedding into xulrunner application the plugin works almost fine. Xulrunner application successfully redraws the box on ...