plugins

Disable a file include if it generates error (in php)

I would like to implement a simple plugin system for my script. I'll be including the files of the plugins which the user selects as available. Currently, if any of the files has some parse error, it causes the complete thing to go down, until I hack into the db to remove that plugin entry. Is there any easy way to do this? (Somehow ch...

Dealing with multiple versions of a single c# dll (plugin)

I have a challenge similar to creating-my-own-plug-ins-for-my-own-project-in-c# and late-loading-a-net-plugin-dll, with the added headache of being able to specify a version to use. My current idea is to simply use console apps, with folders named by version. I'd then find the folder and load the console app by known name, using Process....

Grab selected text from Eclipse java editor

Hi! I'm developing an Eclipse plug-in where upon pressing a button, the plug-in takes the selected text in the java editor and puts in a text box which appears. My code looks like this: I got it from here: http://dev.eclipse.org/newslists/news.eclipse.newcomer/msg02200.html private ITextSelection getSelection(ITextEditor editor) { ...

How to add support for a new language in FlashDevelop?

I am interested in making a plugin for FlashDevelop to add support for another language. I am not too sure where I should start. So any starting points, hint, tips, or advice would go down well. There is a Plugin Development article on the FlashDevelop Wiki, but the section about adding support for new languages is just a "TODO". So thi...

jquery datatables using classic .asp

Hi there, I am trying to get the jquery datatables plugin pulling data using VBScript instead of PHP as shown on their website. Has anybody any advice on where to start or maybe seen this already implemented somewhere else? Any assistance would be great! Cheers! Decbrad ...

Which plugin framework to use for native C++/Win32

Hi everybody. I have an extensible product that allows 3rd party developers to write plugins for it. The aspects that can be extended are documented and interfaces are provided in the SDK. Currently, I'm using COM and I'm getting pretty comfortable with it. I especially like the ability to provide interface versioning in a unified manne...

javascript plugin - object oriented?

intro Hello, I'm trying to develop some plugin or/*and* object in javascript, which will control some properties over some object. It will also use jQuery, to ease development. idea This is in pseudocode to give you an idea, since I can't really describe it in english with the right words, it's impossible to go and use google to fin...

what is the order of the implementations in the array Symbian ECOM return?

hi~ REComSession::ListImplementationsL returns the impelementations in an array, accord to which .rsc files in \resource\plugins contain the certain interface ID. what is the mechanism to determine the order in that array? thank you. ...

what is the difference and relationship of Interface ID, Implementations ID and DLL ID(UID3) ?

and why does Implementation ID necessary in ECOM? UID3 is not enough? thank you. ...

Cocoa: Plugin Cannot Open App Window

Hi. I am developing an plugin for OsiriX. In that app i have 3-4 nib files. Also in for plugin there are files (.h & .m) called PluginFilter where method called - (long) filterImage:(NSString) menuName is present from which the plugin start execution. Now my problem is that, I have return the code to launch main window is in some o...

Internet Explorer 7 plugins

Hello, I'm trying to find a javascript way to display all the plugins that are installed for Internet Explorer 7. Something like navigator.plugins (which works in Firefox), but for IE 7. Thank you. ...

Move mouse cursor using javascript in Chrome or Firefox using any method (Plugin, GreaseMonkey?)

Hi, I have need to move the mouse cursor position in the browser, I can use any method as long as its in Google Chrome or Firefox, one or the other. In the best case, I would like to control the mouse position with javascript. Any easy way to do this? Thanks! Phil ...

Wordpress captcha in contact form 7?

Hi I'm using contact form 7 with Really Simple CAPTCHA, but it's throwing up the following validation errors. Is there a way to fix this? Or is there another plugin or can I just enter it into the html? Thanks for your help Regards Judi # Line 261, Column 84: document type does not allow element "input" here; missing one of "ins...

Thumbnail wordpress plugin

Hi! I need a wordpress plugin, to generate thumbnails in my posts. I need the same size for all images in the post, for more order and space. Thanks! PS: Sorry, my english really sucks ^^ ...

jQuery.validator cannot assign default ignore selector to jQuery.validator.defaults.ignore

I know from here that I can pass an ignore option in the jQuery.validate method like this... $('form').validate({ ignore: ":hidden" }); ... which works fine, but I wanted to set the validator to ignore ":hidden" form fields by default... I've tried the following: jQuery.validator.defaults.ignore.push(":hidden"); ... but it does...

Problems with Firefox plugin registration in MS Windows

Hi, I am trying to register firefox plugins in MS Windows using the information that is provided in this link https://developer.mozilla.org/en/Gecko_Plugin_API_Reference/Plug-in_D... Plug-ins I am installing my plugin in a folder other than {firefox}/plugins. I made a registry entry under HKEY_LOCAL_MACHINE\Software \MozillaPlugins. No...

Using nested error wrappers with jQuery validate plugin

I am using the jQuery validate plugin. My error labels are styled like tooltips and take many levels of nested divs in order to create. The plugin has a wrapper option that allows for an element type to be specified as a wrapper for the error message, but it's only wrapped once. Is anyone familiar with how to do nested wrapping? This i...

Preview-effect in Eclipse plug-in

Hi! I'm trying to achieve a preview effect sort of in an Eclipse plug-in I am developing. I tried using a tooltip but there's no scrolling and the tooltip disappears after some seconds and I don't want that. Eclipse displays something like this when hovering above a method. How can I achieve a similar effect? Would it be a shell wit...

php callback appending an extra 0?

I am trying to write a simple Wordpress plugin, which updates a custom field value and increments it by one, and then echos the result which is handed back to my javascript code. For some reason, the data returned by the callback function always has an extra 0 appended to the end. function like_post_callback() { $clicked = $_POST['c...

jQuery animating background color - not working

Anyone see what's wrong with my code? I just can't figure it out!! The file paths are correct, and if i look in the console when i hover the h3 element, it outputs the text in "hover" just as it should. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt; <html> <head> <t...