plugins

jQuery.live() not working inside of a plugin

I am writing a plugin and need to live bind a click. The plugin works fine when I do a normal click bind, but not a live bind. I've boiled the plugin down to the basics: (function($) { $.fn.liveBindTest = function() { return this.each(function() { $(this).live('click', function(){ console.log('live click'); ...

is it possible to resolve Plugin file not found on iPhone?

how can i fix this warning? warning: Unable to read symbols for "/XcodeBeta/Platforms/iPhoneOS.platform/DeviceSupport/3.1.2 (7D11)/Symbols/System/Library/Internet Plug-Ins/QuickTime Plugin.webplugin/QuickTime Plugin" (file not found). ...

Updating an application information using other applications (plugins)

I am doing a keyboard for Android. I am willing to have a plugin structure to allow users to improve the prediction engine. The prediction engine is done with Android NDK and it was coded in C. I have a wrapper class that calls the C code. An instance of this wrapper class is a field in the InputMethodService. The prediction engine gets...

Jquery form plugin file upload

Hi all, i have a problem with jquery form plugin. I try to upload a file asynchronously but it does not submit the form. html markup and javascript code are like below <form id="fileUploadForm" method="post" action="Default.aspx" enctype="multipart/form-data"> <input type="text" name="filename" /> <input type="file" id="postedFile" nam...

Getting started developing an Adobe Premiere plugin?

How do I get started developing a Premiere Pro plugin? I have Premiere Pro CS3 and a working knowledge of VB.NET. (I have experience with a number of other languages that I can use to get around if need be.) Is there an SDK that I'm looking for? Do I need to contact Adobe to join a developer program of sorts? EDIT: Silly me, I've fo...

Zend Framework plugins/modules

The symfony framework has a lot of plugins for adding functionalities like a user system (login, registration, authentication, etc..), so users won't have to invent the wheel from scratch, as a user system is a basic need for most applications (for example). I have tried finding an equivalent in Zend Framework, and though there is the c...

Can a Firefox plugin influence the "Save as" window?

I'm doing a lot of renaming whenever I'm saving files to disk. Assuming I have some rules on which renaming can be done, is there a way for a Firefox plugin to change the name a file will be saved under? ...

How to invoke Firefox Prism application from Firefox plugin?

I want to invoke a Firefox Prism application from Firefox plugin (I'm currently learning to make one). I also want to pass few variables to the page being opened in Prism application. These variables would fill some form elements in that page. How can I achieve these two? EDIT Someone might ask why I wanna do that but, believe me, i...

Recommended TDD/Agile/Source Control plugins for Visual Studio 2008

Hello world! I am looking for a set of nice plugins to use when developing software. Currently I am soloing a project where I simultaniously experiment with TDD as I go through the project. Recently I have been quite hyped about agiles processes and wonder how I can further integrate tools that will aid in my task of both completing the...

Can you create a windows explorer plugin using .net?

For example I wanted to create a simple plugin that supports multi-rename. I was thinking of something like a button that could be added to toolbar in windows explorer. But how do I do that and also can this be done in .net? ...

Creating Steam Event using Sockets

A while back I wrote a game plugin using sockets that automatically sent invites to a steam group using a game plugin. I am attempting to do the same thing except to create events from game instead of having to login to the steam panel. Here is what I got from Wireshark when creating the event... POST: http://teamras.net/post.png GET:...

What are the weakness of the QPluginLoader approach?

Here the official QtCreator code repository: git clone git://gitorious.org/qt-creator/qt-creator.git QtCreator use QPluginLoader. What are the weakness of the QPluginLoader approach? What are the differences with QLibrary? ...

Plugin Architecture in PHP

Hi! I am planning on doing a research on how to implement a plug-in architecture in PHP. I have tried searching the web for possible references, but I thought that maybe my search for a good reference would be faster and more relevant if I asked here. Has anyone here tried using plug-in architecture for web projects? Thanks, Erwin ...

Wordpress Plugin or quick php function for conditional image size

my index.php has a body column width of about 400px The single.php has a column width of about 550px Is there a plugin or quick way to make all images (not just the post_thumbnail) display at full size (i.e., image.jpg) on single.php but use the thumbnail size (i.e., image-350x***.jpg) on index.php? ...

Ajax, jquery form plugin won't work...

Hi all, I'm trying to use the malsup jquery form plugin and I can't get the simple example to work (http://jquery.malsup.com/form/#ajaxForm). I've pasted my code below. What is going wrong? All that happens is I get an alert box that says "Thank you for your comment!". Nothing else happens. Thanks, Mark This is the ajaxtest.html ...

MSI Install Outlook plug-in challenges

Hi, I have created an Outlook plug-in and I am having some challenges around installing the system. The issue I am having relates to the situation where a user is applying an update to my plug-in and has Outlook running while they apply the update via the MSI. Currently a window will be displaying informing the user that Outlook is runn...

Groovy/Grails plugin for Sonar

Sonar is an application for integrating output from several static and test analysis tools into a comprehensive overview of the software's quality. Unfortunately, most of those analysis tools (PDM, FindBugs, etc.) do not support Groovy and, by extension, Grails. We've found tools called CodeNarc and GMetrics which perform some of the a...

How to write a method for a JQuery plugin?

Hi all, I've written a fairly basic jQuery plugin that takes an unordered list and creates a nice looking multi-selectable list. Calling it 'multiSelector', the plugin declaration looks like this: jQuery.fn.multiSelector = function(options) { // plugin code } The plugin actually runs on a containing div with an unordered list ins...

Jquery Plugin Autocomplete Fade In List

Hi there I have successfully implement the Jquery Autocomplete plugin into my site, using the examples as a template. However, I am looking to fade in the suggestion list in the autocomplete so its a smooth transition, rather than just suddenly appearing and disappearing as it currently does. I have looked through the options, but can...

Win32 and Acrobat

Hello, I have a simple Win32 app writen in C, in which I would like to open PDFs. I know I can compile and link to Poppler library, but is there a way to use Acrobat Reader? Kind of like what browsers do, if you have Reader installed, they are automatically able to display PDF in a window though some plugin interface. The problem is, I n...