plugins

How to go about writing a firefox plugin for an existing cgi script?

I have a cgi script which takes form input, I want to facilitate the use case where if you right click from firefox inputs are passed to the cgi (rather than users entering values explcitly). Firstly can this be done? If yes any pointers where I can start/snippets of code where I can look would be great. ...

How to send something from Dynamics CRM

I would like to develop a way for sending text messages (SMS) from Microsoft Dynamics CRM 4.0. For example: clicking a button will open a window where I can enter my message. Clicking send will send a request to the SOAP XML Web Service I'm working with containing the contact's cell number and my text. I also want to be able to install ...

VimL Script language: what is an acceptable alternative?

Problem: One of my favorite aspects of Vim is its flexibility. One of my least favorite is the VimL script language itself. I know everyone has his or her own preference for languages and editors, so I take it for granted that not everyone agrees with me. Question: If you are a Vim user, and if you have had a similar disaffection for us...

Embedding HTML in Flash using Deng

The Deng XML browser engine claims to be able to render XHTML within Flash objects. Does anyone have any experience using it in this capacity or could recommend alternative solutions? ...

File Drag & Drop ability in Visual Studio

I was wondering if any one knew of a plug-in or a way to: I would like to be able to drag files from Solution Explorer to a Windows Explorer window and have the file copied to the location in Explorer. Currently using VS2005 ...

Plugin dependency best practices

We have an application supporting plugins via interfaces. On the other side plugins contain lots of logic and code in themselves. Plugins have dependencies (project and dll references) to application libraries beside the interfaces that application exposes. Application core libraries have lots of reusable components that can be used in...

wordpress url resolution of subpages from within plugin

Say I have a Page "foo" in wordpress such that http:/www.blah.com/foo brings it up. Say this page has a trigger within its content such as <!-- foo --!> which is being tracked by my plugin through the add_filter('the_content', ..) filter. So, all calls to http:www.blah.com/foo and http://www.blah.com/foo?var=bar are picked up by the plu...

Creating Plugins in rubyonrails.

I am creating a plugin which involves a controller, model & views. while i can move these files from the vendor/plugin directory to app/controllers, models & views respectively. now i can run my controller & model just by copying them in lib folder of vendor/plugins/plugin_name/lib and they are directly accessible, but my views are not ...

Sandbox against malicious code in a Java application

In a simulation server environment where users are allowed to submit their own code to be run by the server, it would clearly be advantageous for any user-submitted code to be run in side a sandbox, not unlike Applets are within a browser. I wanted to be able to leverage the JVM itself, rather than adding another VM layer to isolate the...

Incremental paste plugin?

I know that often using a for loop to generate repetitive content is the better way than pasting something 20 times and changing each paste to the correct number by hand. But let's say for cases where content is hard-coded and I just want a list from 1-20. I would like a text editor with a "smart" paste command that takes any number i...

Custom syntax highlighting for VS 2008

I've been using John Lam's Vibrant Ink VS color scheme lately and wanted to tweak it so it highlights the method names for a class with a different color. Turns out there is no option in VS for that. Resharper has a feature that provides custom syntax highlighting. I was wondering how hard is it to write a little plugin that gives you ...

How do I update an Eclipse template variable on the fly?

I've added the following new Eclipse template via extension point. It simply adds a template for a sample testTag tag. <!-- Add code template --> <extension point="org.eclipse.ui.editors.templates"> <template autoinsert="true" contextTypeId="html_tag" description="[Description] Template populated by Snippet ...

Are there any cms system in asp.net mvc like drupal

Hi everybody I'm new to asp.net mvc world. Are there any cms system based on asp.net mvc like drupal (php, cms, plugin modules). I dont like dotnetnuke because they use webform and difficult to extends. thanks ...

Does jquery work on the iphone´s safari?

I am working on a web-site where I use the slimbox2 plug-in (similar to lightbox) for jquery to generate photo enlargements. The plugin works in every browser I have tried except for Safari on the iPhone. It does work as expected on Safari for Windows but on the iphone there are two problems: The darkening of the rest of the page only...

Do you have any recommended plugins for Netbeans?

This is a copy of the question : http://stackoverflow.com/questions/2826/do-you-have-any-recommended-plugins-for-eclipse But now is for netbeans (I'm not a eclipse lover. CTRL+TAB does not change pages.) Please, I'm very curious. ...

gedit plugin development in python

Does anyone know where information about writing gedit plugins can be found ? I'm interested in writing them in Python. I know of Gedit/PythonPluginHowTo , but it isn't very good . Besides the code of writing a plugin that does nothing , I can't seem to find more information . I started to look at other people's code , but I think this ...

Has anyone written a plugin to add the final polish to ActiveResource?

I have been using ActiveResource in my Ruby on Rails applications for some time, and I am starting to really feel that it needs a final polish to make it go from "pretty nice" to "beautiful". I would like to be able to use an ActiveResource as if it were an ActiveRecord. If I could use has\_many, belongs\_to and other niceties with Act...

Is it possible to use Spring within Eclipse plugins?

Is it possible to use a Spring container for DI from inside Eclipse plugins? I'm wondering because I know that Eclipse causes a lot of issues with class loading, looking up things within the plugin, etc. The plugin is intended to be distributed as a JAR. ...

System with plugins in C#

I have to develop a system to monitor Sensor information but many sensors might be added in the future. That said, the idea would be to develop a system that would consist of the application skeleton. The sensors (as each of them has its communication and data presentation characteristics) would be added as plugins to the system. My qu...

Which Web Development Browser Plugins Do You Find Useful?

I find that when I am doing web development there are a few browser plugins that are very useful to me. For Firefox I am using: Firebug - Great for inspecting the HTML elements and working with CSS. YSlow for Firebug - Developed by Yahoo! and gives timing and tips about page resources. Live HTTP headers - Lets you inspect the headers...