plugins

JQuery performance with many plugins?

I've been using JQuery for a while, but primarily without plugins - I'm now looking to do a project which could take advantage of a bunch of plugins - Are there any performance penalty to using a lot of plugins in a project - Lets say something in the order of 10-20 plugins? And how will the performance be affected if JQuery and it's pl...

Using C# Attributes to take inputs to make a UI agnostic system

public class MyPlugin : IPluginSystem { [ExternalInput] public String myExternalProperty { get; set; } public bool execute() { if (myExternalProperty.Equals("My setter is called from elsewhere")) return true; return false; } } Is this possible? How would I achieve this? Would I need t...

.NET Plug In Security

We are developing a .NET plug in (class library) for an existing application within our enterprise. Its a desktop application which has preexisting support for plug ins. 1) Is there a mechanism to secure the plug in to ensure that it is only invoked by the existing desktop application? (We have no control over the desktop applications c...

ASMX in Delphi Studio

Hi guys, I recently bought Bob's book Delphi XML, SOAP & Web Services in page 85 of this book the (Delphi 2006 8used) comes with several New Item Categories such as C# Projects C++ Builder projects Delphi for .NET Projects something that you don't have in a fresh installation I need this ASP.NET Web Service Application that is ins...

Menu contribution for popupsubmenu ?

In eclipse plugin development i could add files in toolbar, menu and popupmenu by using menu contribution. In my project I want to add a set of files in the popupsubmenu, eg : Like the following Project Explorer -> Right Click -> New -> Annotation, Class, Enum .... I want to add my files abc,def and xyz.. under the new menu item ...

MediaBox style pop up

Hey, I asked a similar question last week asking about window pop-ups. I've thought of a possible alternative to window pop-ups and that's mediabox/lighbox style pop-ups. Is it possible to have a link that you click on and it opens a mediabox type window to the side. (Possibly a window you can drag around within the page) Then you clic...

jquery plugin for making a slideshow from image urls

The request is a simple one, but is hard to google for. Here are the requirements: I have a JS array with image urls I dont have any backing html I want a decent slideshow plugin to consume this array and give me a slideshow The slideshow supports using keyboard navigation (bonus) So far, ive seen lots of slideshow plugins that requi...

Wordpress MU admin plugin, how to apply to new blogs?

I am trying to create a Wordpress MU admin plugin, that will insert some JavaScript code into every admin page that my users see. I created my own plugin, and activated using the "Activate Plugin Site wide" link. I have been testing with the following code, which works on existing blogs. add_action("admin_footer", 'testAdminFooterHook...

jQuery or PHP Script to Grab Page Information

Hello, I'm looking for some direction on a script that I'd like to build. Essentially, I am looking to build something that functions similar to that of Facebook, where users can provide a URL, and in turn, the script grabs the 'page information' from that URL. Furthermore, if a user were to provide a YouTube URL, it would be able to ...

Windows executable to install IE toolbar button

I have created necessary .reg file for the toolbar button as per the link below http://msdn.microsoft.com/en-us/library/bb735854%28VS.85%29.aspx I would like to bundle .reg file and icon files into an executable that can be used for one-click install. What is the best way to build something like that? ...

How should I create plugins with multiple instances in C#?

My ultimate goal is to load controls as plugins, for use as DocumentContent in AvalonDock. As a result, I will need to be able to create multiple instances of these controls, and I would prefer to do so with as limited overhead for the Plugin creators as possible. My initial intention was to use MEF to locate and manage my plugins, but ...

How to design a plugin architecture for ASP.NET with MVC Web application.

Introduction: Now I know this question could be very broad and it would be too hard to answer without me asking something specific. So All I ask is just some direction, or a brief high level explanation of a design, or maybe there is already some framework out there that could help me get started...I'm not sure.. I have never designe...

rails currency gem or plugin...

I'm shopping for a gem or plugin to help me convert between currencies and handle day to day exchange rate fluctuation. I've found the gem currency: http://currency.rubyforge.org/ And a few other plugins... http://wiki.github.com/jasonfranklin-stokes/currencyexchange & http://jamesbrooks.net/2009/01/05/rails-cash-handler-plugin/ The...

C# Plugin Architecture with Strong Names: A Misunderstanding

I have a server executable that talks to Active Directory to retrieve user information. In addition to AD, this exe allows customers to write their own plugins to talk to custom user directories. This executable is strongly named. Is the following a true statement: In order for a strongly named assembly to load another assembly, ...

Downloading Eclipse plug-in update sites for offline installation

A plug-in that I want to install provides an update site for installation. However, the Eclipse installation that I want to install it to is on a machine that is not connected to the Internet. Is there a way for me to access the site (HTTP, FTP, etc.) to download the files in it for offline installation? ...

how to access package explorer element in eclipse plugin

hi i am making an eclipse plugin which make a ui on right clicking a project in eclipse workspce . the ui contains text fields , package explorer for the current project and directory explorer for current project. i have successfully made a ui which appears on clicking a menu item on right clicking the project but it seems i can't make a...

Plugin for VS 2008 - With Structural Highlighting - Support Syntax Delphi Prism

Hello, Anybody know any plugin for Visual Studio 2008 that has the ability to "Structural Highlighting" and Syntax support for Delphi-Prism. Currently use Castalia and CnPack, but just work on Rad Studio. I've also used Codekana, but does not support the syntax of Delphi Prism. Bye. ...

Javascript RTE with spellcheck

Can anyone point me in the direction of a good rich text editor (cost not an issue) that has an inbuilt spell check or can be configured to point to an internal spelling service. I cannot use widgets that harness external jsonp services (google api etc) due to the application residing on a restricted network. ...

How do create a python module for MySQL Workbench?

I am trying to create a simple Python module for MySQL Workbench 5.1.17 SE however I cannot seem to register the module, that is, it is not displaying under the Plugins->Catalog menu. The documentation appears to be rather weak at this time, the best I have found is Python Scripting in Workbench. There isn't much in the way of instruct...

Eclipse “must-have” development tools/plugins for PHP

According to this post, i ask $title. Which are your favorite PHP coding related Eclipse plugins? Without you can't live? Why? I list my own plugins of choice: Eclipse PDT Mylyn Subclipse Which are yours? ...