plugins

How should I handle strong name issues associated with plugin type systems in .Net

I am working on an SDK. The goal of the SDK is to unify access to various hardware products. As such we have settled on a plugin architecture, using an abstract factory pattern for creation. The issue I have is that anytime the SDK changes I have to have the project teams recompile their plugins. Obviously this is necessary if the in...

How to build a mozilla firefox NSAPI sample plugin with only Gecko-sdk on linux

Hi, I have built the gecko-sdk NSAPI sample plugins on Windows (using visual studio project files), but I would like to develop some plugins on linux platform. The mozilla site only covers setting up gecko-sdk for windows: https://developer.mozilla.org/En/Creating_XPCOM_Components/Setting_up_the_Gecko_SDK However, the gecko-sdk code ...

Wordpress MU themes and Plugins

Hi, I have some X number of blogs setup in the Wordpress MU . I need to install themes for each of the blogs. How do I install themes for them? If I install in the main directory will it work for all the blogs or I need to install for each of the blogs separately as we do in the traditional Wordpress. Please let me know for plugins ...

What Rails plugins would you like to see?

What behavior have you had to implement in your Rails applications that you feel could exist nicely as a plugin? What plugin functionality have you searched for in the past but couldn't find? What existing Rails plugins could be improved or extended, and how? ...

IronXSLT download? xmllab.net is offline

Does anyone have the installer for IronXSLT? xmllab.net seems to have gone down and never revived http://www.xmllab.net/Products/IronXSLT/tabid/187/Default.aspx http://74.125.113.132/search?q=cache:jk_L4-aOCi8J:www.xmllab.net/Products/IronXSLT/tabid/187/Default.aspx%3FPageContentID%3D52+ironxslt&hl=en&ct=clnk&cd=13&gl=...

How can I convert formatted text on a webpage and in the database to RTF or doc.

I have some formatted data that needs to be saved from the web page as a word document or rtf, something ubiquitous so I am thinking RTF. What is the easiest way to save something from .net as rtf? Are there built in tools for this or some plugins? ...

Ruby/Rails Audio Conversion Plugins?

I am looking for a good gem/plugin to convert user-uploaded audio files to different formats. One format in particular that I am interested in is converting to Apple .caf with ima4 compression for inclusion in an iPhone app. I have been using afconvert on my mac for this so far, but I need to do it on my linux box, server-side. Ideall...

Why are my Qt plugins not loading?

I recently swapped from using MinGW to MS Visual Studio 2008 for my Qt application and in so doing the Qt image plugins and the Sqlite plugin no longer work on the QA computers. Under MinGW it was just a case of putting the plugin dlls in imageforats folder but that does not appear to be enough in this case. Has anybody else had this p...

How can I assure that a component provided by me for web application is not used for multiple domains or websites.

I am a ruby on rails developer and I have developed several plugins, may be i will be selling them to some web sites and they can use my plugin in there application. But i want to assure that the plugin code once given to them is not used for any other application, if they do so i must know where is it deployed. I just need a way to tra...

What is the best IntelliJ IDEA plugin?

I like the Regex and SQL plugins. Which are your favorite ones? ...

jQuery: Is it possible to attach fields/methods to a jQuery wrapper object?

I'm trying to write a plugin that will add a few methods to a jQuery wrapper object. Basically, I want to initialize it like this: var smart = $('img:first').smartImage(); The 'smartImage' plugin would attach 2 methods to the object referenced by 'smart', so I'll be able to do something like: smart.saveState(); // do work smart.load...

While installing redbox plugin to rails why does it say Plugin not found ?

When I try to install redbox plugin although everything gets installed, a last line says plugin not found. Why is that ? script/plugin install http://svn2.cvsdude.com/craigambrose/plugins/redbox + ./README + ./Rakefile + ./images/redbox_spinner.gif + ./init.rb + ./install.rb + ./javascripts/redbox.js + ./lib/redbox.rb + ./lib/redbox_hel...

User management plugin/framework for Grails?

Is there a user-management plugin for grails? Nearly every website requires things like: Users Login/Authentication Registration (w/ email verification) Forgotten email reminders User User Profiles Are there any Grails plugins/frameworks/whatever that provide things like this as a base to build upon? I know how to build these th...

TinyMCE Plugins: Listboxes

Hi guys, I'm writing a plugin for TinyMCE, and I want to have ListBox B dependent on what's selected in Listbox A. I can make it so the initial selection in ListBox A fills ListBox B, but I cannot make a second selection, wipe ListBox B clean, and fill ListBox B with the new items. I've tried using just Native ListBoxes and JQuery funct...

Eclipse plugin development resources

I'm looking for good resources on creating Eclipse plugins. Can anyone point me to must-read books, articles or tutorials on the subject? Update: added recommended books and links Books Eclipse Plug-ins (3rd edition), Eric Clayberg Professional Eclipse 3 for Java Developers, Berthold Daum Links Eclipse Corner Articles (Plug-ins...

Are There Any Plugins to HTML Encode Text in the VS Text Editor?

This may be a simple question since it seems such an obvious tool for any web dev.. I currently use a free web-based thing when I need to encode strings, but I was curious to know if anyone knows of a plugin for VS that will allow you to HTML encode text in the Text Editor? ...

Creating dtrace probes for plugins using single provider name

Note that this is for Mac OS X, although I imagine my problem would exist on any dtrace-capable OS. I have an app that utilizes a lot of plugins. I'm adding userland probes to it, in both the core application and in the plugins themselves. The issue is that if I use the same provider name in the plugins that the main app is using, tho...

How do I simulate a slow internet connection (Edge/3g) on a mac. Is there a Firefox plugin?

Exact Duplicate: http://stackoverflow.com/questions/473465/firefox-plugin-to-simulate-slow-internet-connection How do I simulate a slow internet connection (Edge/3g) on a Mac? Is there a Firefox plugin? ...

_Painless_ integration of Eclipse with Vim?

Hi, Has anyone managed to get Vim integrated into Eclipse painlessly? I just want to use Vim for the editor while retaining the general Eclipse interface. I have tried using Eclim plugin but the editor seemed to crash more often than work (the site said that the editor replacement functionality is still beta). On the flip side, is ther...

Write a firefox plugin and access it from a java application

Hi, I want to write a firefox plugin which will communicate with a java application. The plugin will have to notify the java application of the web page/ url being loaded. The java application will take care of the rest. Any help or pointers will be much appreciated. Regards, New to firefox ...