active questions tagged plugins - Stack Overflowmost recent 30 from stackoverflow.com2009-12-21T23:56:21Zhttp://stackoverflow.com/feeds/tag/pluginshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/379239/how-to-use-jquery-form-plugin-with-asp-net5How to use jquery form plugin with asp.net ?David2008-12-18T20:56:27Z2009-12-21T05:24:03Z
<p>in asp.net 2.0 (not mvc), the form's action is to itself. how can I use the forms plugin to send information to server?
I need to send data from the form (let's say name, email, comment) and to display the result on the client side.
Any ideas?</p>
<p>Thanks,
Dave</p>
http://stackoverflow.com/questions/1937515/web-browser-plugin-that-allows-user-to-view-message-traffic0Web Browser Plugin that Allows user to view Message Trafficxarzu2009-12-20T23:45:37Z2009-12-21T02:43:04Z
<p>What is the name of the IE plug in that someone can download (I think from Microsoft) that lets a developer (well, anyone who gets the plug-in, actually) to view the message traffic that goes on behind the scenes from the browser to the server? I saw this one in action but I forget its name. And I think, for the FireFox broswer, you can simply turn it on somehow without getting a plug in. </p>
<p>It cuts the browser window in half horizonally and the bottom half is also divided vertically and you can see the GET and POST messages as well as the complete header information that is sent to the server from the browser across the internet.</p>
http://stackoverflow.com/questions/1937071/making-a-pluggable-android-messaging-app0Making a pluggable Android messaging app Al2009-12-20T21:16:29Z2009-12-20T21:22:10Z
<p>I'm making a messaging app and I want to be able to extend it by using plugins. The plugin might, for example, replace :) with a smiley image. I've written some test code which uses intent filters to find the plugins, but I can't find a way to create an instance of the that plugin class. Is it possible to do this, and if not, what would be the best approach/best alternative to this?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/272575/how-do-i-rewrite-adobe-photoshop-plugins-for-adobe-lightroom1How do I rewrite Adobe Photoshop plugins for Adobe Lightroom?Armin Ortmann2008-11-07T16:11:07Z2009-12-20T19:00:02Z
<p>Are Adobe's plugin architectures for Photoshop and Lightroom related in any way? If I have source code for a plugin, that works with PS 3.0-CS3 as well as PS Elements 6.0 can I use it with Lightroom directly? If not, what would I have to modify?</p>
http://stackoverflow.com/questions/1317538/google-chrome-plugin1Google Chrome plugin ..Gs2009-08-23T01:52:27Z2009-12-20T08:15:42Z
<p>How does one go about embedding an application inside a web page shown in the Google Chrome browser like Adobe does with its Flash Chrome plug-in ? Is there an Api available to create Google chrome plugins ?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/951445/writing-a-firefox-netscape-plugin1Writing a firefox/netscape plugingonzohunter2009-06-04T15:56:34Z2009-12-20T07:43:15Z
<p>Hi, 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?</p>
<p>I have been looking through the mozilla documentation, specifically the gecko sdk documentations for a reference, but it's not the easiest to follow.</p>
<p>Just wondering if there are any good sites out there for helping with this? Or will I need to rely on the mozilla docs</p>
<p>Thanks in advance</p>
http://stackoverflow.com/questions/62977/how-to-write-a-c-firefox-3-plugin-not-extension-on-windows5How to write a C++ FireFox 3 plugin (not extension) on Windows?Lost Plugin Writer2008-09-15T13:43:15Z2009-12-20T07:38:18Z
<p>Could someone write-up a step by step guide to developing a C++ based plugin for FireFox on Windows? </p>
<p>The links and examples on <a href="http://www.mozilla.org/projects/plugins/" rel="nofollow">http://www.mozilla.org/projects/plugins/</a> are all old and inaccurate - the "NEW" link was added to the page in 2004.</p>
<p>The example could be anything, but I was thinking a plugin that lets JavaScript set the name and then displays "Hello {Name}". To show 2-way communication, it could have a property that returns the full salutation.</p>
<p>Though not as important, it would be nice if the plugin would work in Chrome too...</p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/1619910/firefox-npapi-plugins-can-they-be-restricted-to-be-only-used-on-certain-pages1Firefox & NPAPI plugins: can they be restricted (to be only used on certain pages)?jldupont2009-10-25T03:24:19Z2009-12-20T07:33:29Z
<p>I've been reading <a href="https://developer.mozilla.org/en/Shipping%5Fa%5Fplugin%5Fas%5Fan%5Fextension" rel="nofollow">this</a> and I know it doesn't mention possible ways to restrict access to an installed plugin, but is there some trick one can play in order to contain the usage of a plugin?</p>
http://stackoverflow.com/questions/1905888/any-example-of-writing-an-npapi-plugin-in-linux0Any example of writing an NPAPI plugin in Linux?ZelluX2009-12-15T08:08:52Z2009-12-20T07:30:17Z
<p>Hi, all</p>
<p>I need to write a browser plugin to communicate with another process, and it seems I have to use NPAPI plugins. Is there any example or open source NPAPI plugin I can refer to?</p>
<p>Many thanks for your reply.</p>
http://stackoverflow.com/questions/1087641/npapi-javascript-doesnt-load-the-content-of-a-plugin0npapi - javascript doesnt load the content of a pluginDmitry2009-07-06T15:33:26Z2009-12-20T07:25:25Z
<p>Hi !</p>
<p>I wrote a firefox plugin using C++ and used the <code><EMBED></code> to load it to html.</p>
<p>In javascript I got the embedded plugin by using document.getElementByID,
but when I tried to call a plugin function, the function was undefined. Moreover,
plugins constructors did not run while loading the page. </p>
<p>The same html file and plugin seems to work on some computers, while it doesnt work on others.</p>
<p>Does anyone have an idea what might by wrong?
How can I debug such an issue?</p>
http://stackoverflow.com/questions/1750222/cannot-install-new-software-in-eclipse-3-50Cannot "Install New Software" in Eclipse 3.5David E2009-11-17T16:53:45Z2009-12-20T02:29:03Z
<p>I have just installed Eclipse 3.5 for Java EE developers ("Galileo").</p>
<p>I need to add an extra plugin, but when I select the "Install New Software ..." menu item, nothing happens. Literally nothing - no dialog opens, no error message is displayed. If I have the Debug window open, no message are displayed.</p>
<p>If I go to Preferences -> Install/Update -> Available Software Sites, that dialog opens OK, I can manage the list of update sites, and test the connections, and they all appear OK. But I cannot get to use them to actually install anything.</p>
<p>Is it just broken, or could there be something more subtle wrong?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/2826/do-you-have-any-recommended-plugins-for-eclipse37Do you have any recommended plugins for Eclipse?Bryan Denny2008-08-05T20:51:11Z2009-12-19T23:58:11Z
<p>Any great plugins out there, free or otherwise?</p>
http://stackoverflow.com/questions/1933880/how-to-update-an-eclipse-installed-via-yoxos0How to update an Eclipse installed via Yoxos.Peter2009-12-19T19:18:05Z2009-12-19T19:32:42Z
<p>I downloaded and installed Eclipse using Yoxos a few months ago. Since then, several of the plugins I downloaded as part of the install have been updated. In particular, the App Engine sdk has gone through 4 or 5 point releases, and GWT went from 1.7 to 2.0. The yoxos "software updates" tool seems painfully unaware of these updates though. How do I update these plugins? Is it a matter of waiting until Yoxos updates their database of plugins?</p>
http://stackoverflow.com/questions/1887801/is-there-any-addon-for-visual-studio-that-enables-drag-and-drop-references1Is there any addon for Visual Studio that enables drag-and-drop references?Jader Dias2009-12-11T12:34:39Z2009-12-19T17:14:05Z
<p>I would like to drag a dll to my project references. Is it possible? Is there an plugin for it?</p>
http://stackoverflow.com/questions/1907338/how-to-design-an-extensible-cms-for-google-app-engine0How to design an extensible CMS for Google App Engine?Jader Dias2009-12-15T13:09:22Z2009-12-19T17:12:28Z
<p>I am a fan of the extensibility of the CMSes. You can upload some code (usually PHP), authorize it from the CMS admin panel and it's running.</p>
<p>I wonder if it is possible in Google App Engine. I haven't checked the extensibility of existing CMSes for Google App Engine, but if there is any of them that supports plugins I would like to know how they did it, and whether they are JS plugins only, or if they support Python/Java plugins too.</p>
http://stackoverflow.com/questions/1509511/eclipse-plugin-noclassdeffounderror-on-org-eclipse-jdt-ui-javaui0Eclipse plugin: NoClassDefFoundError on org/eclipse/jdt/ui/JavaUIAndreaC2009-10-02T13:30:17Z2009-12-19T00:55:39Z
<p>I am creating a plugin which requires jdt.ui.JavaUI class. I included the jdt.ui plugin into the dependencies. This is my Manifest.MF:</p>
<pre><code>Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: PanelGenerator Plug-in
Bundle-SymbolicName: PanelGeneratorPlugin; singleton:=true
Bundle-Version: 0.1.0
Bundle-Activator: panelgenerator.plugin.Activator
Require-Bundle: org.eclipse.jdt.core,
org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.ui.ide,
org.eclipse.jdt.ui
Eclipse-LazyStart: true
</code></pre>
<p>and this is my build.properties:</p>
<pre><code>source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
icons/,\
templates/
</code></pre>
<p>At compile time I do not get any compilation errors. If I debug the plugin using Eclipse (Debug as -> Eclipse Application) it works fine.</p>
<p>However when I export it, then install it copying it into the Eclipse plugins folder, the plugin does not work. As soon as the JavaUI class is used, nothing happens. The error log reports this:</p>
<pre><code>java.lang.NoClassDefFoundError: org/eclipse/jdt/ui/JavaUI
</code></pre>
<p>Any ideas on why this is happening?</p>
http://stackoverflow.com/questions/1745224/phpmyadmin-is-having-a-show-plugins-error-on-startup0phpMyAdmin is having a show plugins error on startupJonathan Kushner2009-11-16T22:20:18Z2009-12-18T21:06:18Z
<p>My WAMP phpMyAdmin instance is now throwing a SHOW PLUGINS error on startup. It has never done this in the past, but now does this and will not start. Any ideas how to resolve this issue? I contacted support but haven't gotten a response back yet.</p>
http://stackoverflow.com/questions/465099/best-way-to-build-a-plugin-system-with-java8Best way to build a Plugin system with JavaSven Lilienthal2009-01-21T12:33:01Z2009-12-18T10:55:07Z
<p>How would you implement a Plugin-system for your Java application?</p>
<p>Is it possible to have an easy to use (for the developer) system which achieves the following:</p>
<ul>
<li>Users put their plugins into a subdirectory of the app</li>
<li>The Plugin can provide a configuration screen</li>
<li>If you use a framework, is the license compatible with commercial developement?</li>
</ul>
http://stackoverflow.com/questions/1927197/is-it-possible-to-write-script-to-automatically-install-firefox-plugin0Is it possible to write script to automatically install firefox plugin?Vladimir2009-12-18T09:27:15Z2009-12-18T09:42:09Z
<p>I wrote firefox extension and want to be able to install it to firefox using sh script, for example. Is it possible?</p>
http://stackoverflow.com/questions/934500/most-useful-jquery-plugins16Most useful jQuery pluginsBinoj Antony2009-06-01T11:46:03Z2009-12-17T19:57:48Z
<p>Which are the most useful jQuery plugins you have used.<br />
List out one per answer(to rank the best plugins individually), and describe what it does as well.</p>
<ol>
<li><a href="http://malsup.com/jquery/block/" rel="nofollow">BlockUI</a> - Can block certain elements (or the whole page) during ajax requests.</li>
<li><a href="http://malsup.com/jquery/form/" rel="nofollow">Form Plugin</a></li>
<li><a href="http://jqueryui.com/" rel="nofollow">JQueryUI</a></li>
<li><a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/" rel="nofollow">JQuery Validation</a></li>
<li><a href="http://tablesorter.com/docs" rel="nofollow">TableSorter</a></li>
<li><a href="http://malsup.com/jquery/taconite/" rel="nofollow">Taconite</a></li>
</ol>
http://stackoverflow.com/questions/165446/where-can-i-find-a-good-jquery-drop-shadow-plugin3Where can I find a good jQuery drop shadow plugin?RedWolves2008-10-03T02:35:31Z2009-12-17T14:31:43Z
<p>Does anyone have a good recommendation for a drop shadow jQuery plugin?</p>
<p>I've been working on a project that had every element on the page with a subtle drop shadow, we started using <a href="http://www.ruzee.com/blog/shadedborder/" rel="nofollow">RUZEE</a> to do the shadows but there was a severe performance hit when you had more then 4 or 5 shadows being calculated on the page.</p>
<p>I went to <a href="http://damnralph.com/2008/08/27/jQueryPluginSimpleShadow.aspx" rel="nofollow">writing my own plugin</a>, I call it simple shadow and it only uses jQuery to inject images in floating div's around the div you want a drop shadow. Nothing elegant but for the purpose of completing that site it worked without performance hits. </p>
<p>Now my plugin isn't anything special but I am still in search for a good light weight shadow plugin.</p>
http://stackoverflow.com/questions/2767/do-you-have-any-recommended-add-ons-plugins-for-microsoft-visual-studio59Do you have any recommended add-ons/plugins for Microsoft Visual Studio?Bryan Denny2008-08-05T20:02:33Z2009-12-17T14:29:15Z
<p>Freebies preferred, but if it is worth the cost....</p>
http://stackoverflow.com/questions/1129405/cant-install-a-single-plugin-on-eclipse-3-50Can't install a single plugin on Eclipse 3.5rexzilla2009-07-15T04:24:39Z2009-12-17T14:10:31Z
<p>I'm trying to install the Subversion team provider on Eclipse 3.5, and it fails with the following message:</p>
<pre><code>An error occurred while collecting items to be installed
session context was:(profile=SDKProfile,phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
Result of processing steps.
Unpack facility not configured
OK
OK
Result of processing steps.
Unpack facility not configured
OK
OK
</code></pre>
<p>Not just SVN, try installing any plugin, and it fails to install. Isn't this a serious bug?
Has anyone else seen it or is there a workaround?
Changing to a brand new workspace doesn't help either.</p>
http://stackoverflow.com/questions/1921693/eclipse-plugin-ins-how-can-i-add-a-group-to-the-popup-context-menu1Eclipse Plugin-ins: How can I add a group to the popup context menu?VLostBoy2009-12-17T13:10:50Z2009-12-17T13:10:50Z
<p>I have a command available in the eclipse context menu when I right click on a project folder. THe submenu is visible in what I believe is the 'additions' section of the context menu. However, I want a line separator do distinguish my contribution from other additions. How can I do this? I know that with action contributions, you can use menuBarPath (I think) to create a group and add actions to it, but how can I do this using the menuContribution tag in plugin.xml?</p>
http://stackoverflow.com/questions/30835/source-versioning-for-visual-studio-express1Source Versioning for Visual Studio ExpressMike Wills2008-08-27T18:38:54Z2009-12-17T11:43:42Z
<p>Is there any Visual Studio Express plug ins for source versioning? I am starting a project on my own and only have the Express version of Visual Studio 2008.</p>
http://stackoverflow.com/questions/1913534/sfauthorizationpluginview-identifying-back-button1SFAuthorizationPluginView identifying "BACK" buttonajcaruana2009-12-16T09:51:12Z2009-12-17T10:14:24Z
<p>Hi,</p>
<p>Does anyone who has experience with SFAuthorizationPluginView know how to identify between the user pressing "Cancel" and "Back". My problem is that <b>SFButtonTypeCancel</b> is identical to <b>SFButtonTypeBack</b>, hence a <i>switch</i> statement will fail at compile time, and an <i>if</i> statement will not recognize the difference.</p>
<p>This is not a problem when displaying the login screen as "name and password", but when displaying as "List of Users", handling the "Back" as "Cancel" makes the login window restart instead of shifting nicely to the list.</p>
<p>Regards
Alan</p>
http://stackoverflow.com/questions/858072/how-to-test-netbeans-6-7-plugin1How to test Netbeans 6.7 Plugin ?Michael Lange2009-05-13T13:52:06Z2009-12-16T13:54:47Z
<p>I created a simple netbeans plugin (see <a href="http://silveiraneto.net/2008/02/24/netbeans-your-first-plugin/" rel="nofollow">this tutorial</a>) and now i wanna test e.g. the Actionlistener.</p>
<p>But how can this be done ?</p>
<p>to be more specific</p>
<ul>
<li>what test frameworks suit netbeans plugin development ?</li>
<li>how to create a test setup which emulates enough of netbeans e.g. to test the simple actionlistener ?</li>
</ul>
<p><strong>Update</strong></p>
<p>a practical example :</p>
<p>I registered my Action in the Tools Menue, how can i test the "click" on the menue entry ?</p>
http://stackoverflow.com/questions/1913895/fckeditor-how-to-add-a-toolbar-button0FCKEditor how to add a Toolbar Button ?Datacenter Hellas2009-12-16T10:56:57Z2009-12-16T10:56:57Z
<p>Hello all readers.</p>
<p>I like to add a button on FCKEditor toolbar that will execute some JQuery code on Click event.</p>
<p>Is there any solution ?</p>
<p>What I like to do with that is the following:</p>
<p>I have create a database driven File System Manager that is build on ExtJS and CakePHP.
Now on some other page I have create a form that use the FCKEditor and I Like to open with a Fancybox the page that hold the File System Manager, to allow the user to select the file that he like to use and then Copy file location.</p>
<p>Until now I do this work with a regular link, but I think is better and more professional to open the Fancybox with button from FCKEditor toolbar.</p>
<p>Anybody to help ?</p>
http://stackoverflow.com/questions/247656/creating-a-backpack-like-calendar-in-rails4Creating a Backpack-like Calendar in RailsGabe Hollombe2008-10-29T17:19:46Z2009-12-15T22:41:49Z
<p>What are the current best practices in the Rails world for displaying a calendar month view with event items bound to the days in the month (like in Backpack or Google Calendar, for example)?</p>
<p>I don't need anything like fancy stuff like drag and drop support. I'm just looking for code to let me get a list of events in my controller and somehow expose them as entries in a monthly calendar display view (maybe with class names on the HTML elements to allow me to display different types of events differently, or maybe to display events from multiple calendars).</p>
<p>There's the <a href="http://oldwiki.rubyonrails.org/rails/pages/DynamicCalendarHelper" rel="nofollow">Dynamic Calendar Helper</a> that was created a few years ago, which very well might still work just fine for me, but I'm just wondering if I should be looking at other plugins, too.</p>
<p>Other possibilities I've found so far:</p>
<ul>
<li><a href="http://github.com/search?q=rails+calendar" rel="nofollow">A few possible contenders</a>
(judging from their descriptions) on
GitHub</li>
<li><a href="http://joyent.com/connector/" rel="nofollow">Joyent Connector</a>, which is now
open source, has calendar
capabilities</li>
</ul>
<p>So, can you point me in the right direction as to what folks are using to output monthly calendars with data these days?</p>
http://stackoverflow.com/questions/1894598/can-you-embed-python-scripts-into-the-web-browser1Can you embed python scripts into the web browser?joe Simpson2009-12-12T20:26:07Z2009-12-15T18:32:03Z
<p>I'm trying to see how I can get a python script to run in the web browser. Does anyone know if this is possible or would I need to make a plugin?</p>
<p>I'm looking for something that would work like:</p>
<pre><code><embed type="application/x-python" src="myscript.py"></embed>
</code></pre>
<p>Thanks,
Joe</p>