Posts Tagged ‘plugin’

The Problem: I’ll be up-front about something here; I don’t particularly like ActiveX.  I understand a lot of the reasons for creating it, and I won’t go so far as to claim that it shouldn’t exist or anything like that; in fact, it does very well for certain types of things.  The main thing I [...]

Sunday, December 27th, 2009 at 22:31 | View Comments

Call for help I hereby issue a “Call for Plugin Developers” to the readers of the site. I know we are as of yet few, but I hope that some of you may be willing to help me. I am quickly realizing that I need a plugin project from which I can quote source code; [...]

Thursday, September 17th, 2009 at 21:01 | View Comments

Note: if you haven’t already, please read up on FireBreath, the open source cross-platform plugin framework, and consider contributing. Previous posts The purpose of this post is to cover the basics of providing an interface by which javascript can interface with an NPAPI plugin in a cross platform manner.  The primary focus of this post [...]

Tuesday, August 4th, 2009 at 22:20 | View Comments

Note: if you haven’t already, please read up on FireBreath, the open source cross-platform plugin framework, and consider contributing. Recap Last time, I talked about the fundamentals of implementing a NPAPI plugin.  Today, I’m going to go into a little more detail on how to use the strange callback architecture that firefox exposes. The NPAPI [...]

Tuesday, May 26th, 2009 at 17:07 | View Comments

Note: if you haven’t already, please read up on FireBreath, the open source cross-platform plugin framework, and consider contributing. Introduction I have now been researching and working on a cross-platform browser plugin for several months.  By far my greatest frustration throughout this process has been the significant lack of documentation on the subject.  So, with [...]

Sunday, March 1st, 2009 at 13:05 | View Comments

Note: if you haven’t already, please read up on FireBreath, the open source cross-platform plugin framework, and consider contributing. Update Last time, in Detecting the version of an ActiveX IE Browser plugin part one, I discussed the ToString() method of an ActiveX object, and how it is called when an ActiveX object is instantiated from [...]

Wednesday, January 7th, 2009 at 19:30 | View Comments
TOP