Status
someone checked in 4.2GB of data files in my subversion repo. makes a global checkout "unfun"
Location
Alexandria, VA
Subscribe to GeoRSS Subscribe to KML


Developing a Firefox Plugin

Published in Programming  |  1 Comment


And by Mozilla/Gecko/Firefox plugin, I don’t mean extension, but an honest-to-goodness, C++ application embedded in the web browser.

First off, let me tell you, it’s a huge pain in da patookis. Making a very simple plugin isn’t that big of a deal. Even scriptable from the original HTML page. Oh wait, but you want a user interface? Oh, now we’ll have to haggle.

I’m very glad now that extensions and wonderful there-is-only-xul have been developed. Not to mention JavaScript. Kids (by kids, I mean programmers) today have no idea how easy they have it developing pretty slick, cross-platform tools, built on the backs of Netscape.

Here are some great resources for XPCom, the modular design that Firefox and it’s bretheren are built on which allows plug-ins and add-ons to the browser without having to recompile the browser.

Similar Posts


Responses

  1. Alex Sirota says:

    July 11th, 2005 at 2:29 am (#)

    Andrew,

    I removed your two comments on the XPCOM page on iosart.com. Feel free to re-add your comment.

    -Alex

Leave a Response