plugins

Is there a bulk email plugin for Rails apps?

Does anyone know of a plugin or something that can be used to send bulk emails for a Rails app? Specifically, I'd like to be able to pass an HTML email file to a rake task or something and have it emailed out to everyone who has signed up to my site and checked the "please send me info about XXX" box. I wrote kind of a hacked-together ...

Problems detecting plugins made with System.Addin

I am using System.Addin to create plugins for a small portion of my application. I have two different plugins at the moment, and they are both detected and initialized correctly. I can even copy & paste the plugin folders that are created and I will see them appear as well. Everything works great when I'm playing around in the debug a...

How to make a multi-lingual keyboard in jQuery?

I am searching for a multi-lingual keyboard api or plugin which I can embed in my web app. If the plugin in jquery then its better, caz I am already using jQuery library. I want keyboard like (or better) than the keyboard that www.shabdkosh.com has. On shabdkosh.com home page, there is a link "key" with the search button, click on the l...

How can I make my application support plugins?

Hi again, i'm work in an aplication that need be capable of support plugins, but i dont know how this work. Anyone can help me? ...

Preferred ruby plugin for Eclipse?

RDT seems to be the preferred ruby plugin for adding ruby language support to Eclipse. However, I see that the main developer on that project has joined Aptana RadRails. Does this mean that project is no longer up-to-date for Ruby in Eclipse. If so, which plugin is the preferred choice these days? ...

Maven plugin executing another plugin

I'm trying to create a new plugin to package my latest project. I'm trying to have this plugin depend on the maven-dependency-plugin to copy all my projects dependencies. I've added this dependency to my plugin's pom, but I can't get it to execute. I have this annotation in my plugins main Mojo: @execute goal="org.apache.maven.plugin...

What tools provide burndown charts to Bugzilla or Mylyn?

My team and I need to work on a project whose bugs are filed in Bugzilla, using Mylyn. Do you know of any tool or plug-in that provides scrum-inspired burndown charts to Bugzilla or Mylyn? Hopefully, this tool would be free for commercial usage, but we're not closed to commercial tools. Update: 4 hours of research allowed me to find v...

What WYSIWYG editor does Stackoverflow use?

This is a great editor. Did you guys build it? Duplicate. ...

Live xpath search in your browser

Is there a tool or browser plugin (not sure if Firebug can do this) that will let you open a web page and then using the tool/plugin to search using an xpath query and it will highlight the things on the screen that match your query? ...

rails: get a teaser/excerpt for an article

Hi there, I have a page that will list news articles. To cut down on the page's length, I only want to display a teaser (the first 200 words / 600 letters of the article) and then display a "more..." link, that, when clicked, will expand the rest of the article in a jQuery/Javascript way. Now, I've all that figured out and even found th...

jQuery Plugin Authoring: Why do some do jQuery.pluginName and others jQuery.fn.pluginName?

For example, I'm looking at the jCalendar source, and the creator has two different parts of the plugin, one function under "jQuery.jcalendar" and another "jQuery.fn.jcalendar". What is the purpose of having the two separated? What one do over the other? ...

What rails plugins are good, stable and *really* enhance your code?

Anyone have a list of rails plugins that are both stable and give you enough functionality to be worth the extra effort of supporting? Edit: I am mostly interested in the best, most complete list of plugins so I can use it the next I'm starting a rails app. I don't currently need a particular plugin. ...

Is there a Free IDE Plugin for extracting interfaces in vb.net?

Is there a plug-in for the Visual Studio IDE that adds the feature available in C# for extracting interfaces from objects? ...

Adding Plugin Support : Interface or Base class to inherit?

I'm adding plugin support to my .NET application. A base class sounds reasonable to me, so people can inherit it and override certain calls as well can keep the default functionality or can use some internal helper functions. Why would I choose interface instead of a base plugin class to inherit? Could you tell which design I should ch...

How to provide access to helper functions for plugins?

In my .NET application I allow people to add their plugins. However I've got several helper functions which will help them. What's the best way to provide access to these functions for plugins? Shall I just add a new DLL to the project and put all helper methods / classes to there and tell plugin developers to link that DLL? I'm cur...

Visual Studio plugin to allow opening 2005 solutions with 2008?

Does anyone know if there's a plugin for Visual Studio 2008 that makes it possible to open VS2005 solutions in a non-destructive way? What I'm thinking is that the converted project file is kept in memory rather than replacing the original on disk, and .Net framework 2.0 would be targeted by default? The current behavior requires a com...

Rails - Alphabetical Pagination/Navigation

Is there a rails plugin that will do alphabetical pagination/navigation? I have a very large data set and would prefer something that gave users a more direct navigation cue in addition to 1..2...3...4...5 pagination. I could code it myself but was wondering if there was a decent plugin out there already that would do it for me. ...

What Is Your Most Used jQuery Plugin? (besides Validate)

Obviously, I know most people use the Validate plugin religiously. But I'd like to know what you're most used plugin is. Have you modified it? What does it lack? Excact dupe of http://stackoverflow.com/questions/538498/your-favorite-jquery-controls-plugins ...

Refactoring plug-in for Visual Studio 2003

Are there any free refactoring tools available for Visual Studio 2003? ReSharper seems to require a license key. ...

Installing IB plugin

I have created IB kit plugin now i want to use that plugin in other Xcode project how to do that? I have tried developers guide but not able to get that done ..please answer ...