A plug-in (or plugin) is a set of software components that adds specific abilities to a larger software application. If supported, plug-ins enable customizing the functionality of an application.

learn more… | top users | synonyms (3)

0
votes
0answers
2 views

Typo3 backend custom forms for a Plugin

The frontend plugin I created with extension builder is called "Events". There are 3 other tables which are also a part of the plugin- Category , Location and Media, apart from Event. The problem is ...
0
votes
1answer
7 views

Syntax Highlighter Evolved Not Working

I am completely new to the whole blogging thing and am not the most avid web programmer. I'm more of a desktop guy. I can not seem to get this Syntax Highlighter thing to work. I installed the ...
0
votes
0answers
6 views

Payment method in nopcommerce

Regards, I'm developing a plugin payment method based on the paypalstandard, only I have a problem, It should send payment details by POST method (the gateway is pagosonline) then the last step is to ...
0
votes
0answers
4 views

MyBatis and ParameterHandler plugin (using $ notation insteand of # )

I'd like to ask a question about the ParameterHandler plugin in MyBatis. There seems to be a dearth of info on this subject. I hoping someone can help. The only place I could find (on the entire ...
0
votes
0answers
20 views

gcc plugin c c++ find global nonstatic variables

i've been playing around with the gcc 4.6 plugin api. For convenience i use a python wrapper/plugin for the api. My goal ist to find the declarations of all variables with: global scope and not ...
0
votes
0answers
5 views

plugin to monitor what is accessing /harvesting personal information in browser

I am to develop a plugin that monitors certain applications and warns users if another application is violating their privacy preferences, I've been researching plugin and adds-on libraries but found ...
-3
votes
1answer
19 views

Wordpress downloads page with upload option

I am quite new to this but what I want to do is create a website that is only accessible over wifi. When the user gets to the website(which I will be using wordpress to build) There needs to be a ...
0
votes
1answer
12 views

Overwrite CSS of Instaemail Popup

I am using instaemail on my website for sending a post by email and I am trying to customize popup window, but seems that I can not overwrite class or I don't know how to do it. Same popup you can ...
0
votes
0answers
11 views

Custom forms for a FE plugin in TYPO3 V 6.1.0

I created a front-end plugin using extension builder in TYPO3 6.1.0. For this plugin, extension builder of course generates few default forms in the backend. However, my intention is to have the forms ...
0
votes
1answer
15 views

Creating an App using a camera for Android

I am an aspiring developer trying to create an app. I have seem to come to a brick wall. I am creating the app for the Android Market, mainly because I don't own a Mac or I would create for both iOS ...
0
votes
1answer
26 views

How can I do a callback from FireBreath to JavaScript

Code sample: bool MirrarOrnaments::onMouseDown(FB::MouseDownEvent *evt, FB::PluginWindow *) { if(evt->m_Btn == FB::MouseButtonEvent::MouseButton_Left) { //from here i need to function in ...
0
votes
0answers
13 views

AddThis Wordpress plugin not working with AJAX theme

I'm using the AddThis Wordpress plugin to include share buttons underneath each post in an AJAX theme, and am having trouble getting the code right. Here is the website in question: ...
-1
votes
0answers
18 views

Test Internet Explorer Plugins? [closed]

Im trying to right a code that will test to see if Flash, Java, andd Adobe PDF are enabled in Internet Explorer. Any help?
0
votes
1answer
14 views

plug in .net 4.0 into .net 2.0 testing

I have a plug in developed with .net 4.0, using WPF. I now have to plug this into to my customers app which is running .net 2.0. I believe I can do this using COM. Is there another way to plug this ...
0
votes
0answers
6 views

Mojo schemagen maven plugin wrongly generates class

Good Morning everyone, I'm trying to use the mojo jaxb2 maven plugin in my application, however whenever the schema gets created properly, in the same folder it generates the whole classes (as a ...
0
votes
0answers
16 views

How do i add extra search field for com_search for Joomla 3

I already wrote plug-in for Joomla 3 COM_SEACH, and also overriding search form and results. My questions is how to I get post data from new customize fields in PlgSearch JPlugin class from search ...
0
votes
1answer
14 views

what are the best available WordPress plugins for semantic content annotation? [closed]

I am doing a research on available tools that enable semantic content annotation within WordPress. I am particularly interested in the ones that support Schema.org vocabularies. I would like to ...
0
votes
0answers
18 views

Firefox plug-in development

Iam trying to develop an extension for firefox using this guide http://blog.mozilla.org/addons/2009/01/28/how-to-develop-a-firefox-extension/. But i don't understand the part with the Pointing to an ...
0
votes
0answers
12 views

Modifying a simple wordpress plugin, I feel this is simple for someone smart

Ok I have this plugin called Quicksand that filters posts in Wordpress from a navigation bar and works beautifully: http://www.digitalblueberries.com/tisa/?page_id=1160 Only problem is you can only ...
0
votes
1answer
87 views

Adipoli jQuery Image Hover Effects don't work

I have a problem with adipoli plugin - it doesn't want to work though everything I have done seems to be correct. The code is as follows: head section: <script ...
0
votes
1answer
13 views

CKEditor 4 : Templates and allowedContent set in the config.js

Is there a way of setting the allowedContent property to true for the given plugin from within the config.js file? I've downloaded the minified, full version of CKEditor, which has each plugin ...
0
votes
1answer
18 views

TYPO3 Calendar plugin/extension. Which one to choose?

I have no clue about where to get started with my calendar plugin. Can you please suggest me if it's easy to create one from the scratch or use an existing one and modify it. If it's the later, which ...
0
votes
1answer
17 views

Resolve Wordpress plugins conflict settings tab

Has anyone had the problem of enabling one wordpress plugin would take over the settings tab of another plugin? I'm referring to the plugins: TrainUp and Membership Whenever I enable Trainup, the ...
0
votes
1answer
19 views

Eclipse/MapReduce plugin

I've been searching for a MapReduce plugin for eclipse, but most of them didn't work for me and the only one that did work had the old API's template when creating Mappers/Reducers/Drivers. So I ...
1
vote
0answers
9 views

Change Image Synopsis on Lightbox-gallery plugin - Wordpress

I've searched through the net, but didn't find anything really meaningful on this issue i got. The normal display of the lightbox-gallery wordpress plugin is image x of y depending on how many images ...
0
votes
0answers
6 views

Instagram iOS Plugin for Cordova/Phonegap

Has anyone used the Instagram Plugin for Cordova/Phonegap (https://github.com/vstirbu/InstagramPlugin) and have a sample implementation they would be willing to share with me?
0
votes
1answer
15 views

Smarty plugin-like functionality within Spring MVC possible?

I have a software design question. I am looking for Smarty plugins-like functionality in a Spring MVC app. Let me try to explain the case. I am using Spring MVC to build a webapp and I want the ...
0
votes
1answer
39 views

Creating a helloWorld plugin for Android using Cordova and Eclipse

I've done quite a bit of research and can't seem to find why this isn't working. What I have is Cordova based Android app in Eclipse running Cordova 2.7.0. I want to build a simple plugin that just ...
0
votes
1answer
23 views

Trying to locate "custom design/lettering plugin [closed]

Have a friend who runs a sign shop and wants to add a feature to his site to allow customers to design their own lettering, fonts, etc on his website, so he can then take orders online for vinyl ...
1
vote
2answers
32 views

jQuery Validation Plugin, phoneUS field is breaking form

I've been working on a simple form using the jquery validation plugin for browser-side validating, and for some reason unbeknownst to me it seems like the 'phoneUS' rule seems to be breaking the rest ...
2
votes
0answers
46 views

Jquery Plugin Sometimes load sometimes not load

Im develop a platform, use mvc + wcf + jquery + ajax .. I dont have good english so i upload image This is Ajax Response <script type='text/javascript'> $(document).ready(function () { ...
-1
votes
0answers
14 views

JVamp Plugins - understand the “process ()” method [closed]

Well, after I asked this question, I have decided to try out with processing the qm-vamp chromagram and qm-vamp barbeattracker output.....ok, but Vamp docs for java are very poor, so it's really ...
0
votes
0answers
4 views

Firefox plugin for mobile devices like smartphone or tablets

I am looking for a Firefox-Plugin, that shows my websites in a mobile device mode. Also I want to debug my site like firebug or even better I can use firebug in that plugin. Which plugin do you ...
0
votes
2answers
34 views

Where can I find Worklight Studio plug-in for IBM Worklight v5.0.0.3?

I'm trying to find IBM Worklight Studio v5.0.0.3 (Eclipse plug-in). The Eclipse Marketplace provides only the latest version (5.0.6). It seems that IBM does not publically provide download of ...
0
votes
2answers
33 views

jquery - Facebook tagging

Is there a plugin that has similar behavoir like the Facebook tagging? Whats so special about this, is that it features: Autocomplete in between typed words Special outputted html (which is synced ...
0
votes
0answers
14 views

how to know webgl enabled or not?

I am using glfx.js jquery plugin. When I am running my file and changing hue via slider then browsers showing error(alert box) The browser does not support WebGL . I searched over internet and found ...
0
votes
0answers
17 views

Sample eclipse plugin tool that helps in java web development [closed]

What eclipse plugin tools can help a programmers in java web development? Can you provide me a sample list of such eclipse plugins tools? Any help is greatly appreciated. Thanks you :) - ACL
0
votes
0answers
10 views

Gama plugin carousel issue in android 4.1

I want to implement a carousel view in android using the gama plugin from the following link http://developer.digitalaria.com/devguide/gama/en/gama/carousel_android.php. The carousel view working ...
1
vote
1answer
26 views

Good Pattern for Class-Based “Task” Modules?

I'm attempting to design an easily-extendable/modular command-line application in Python (2.7). Each module is called a "task". There is one task per file, contained in a tasks/ directory, each ...
-1
votes
2answers
21 views

Images comes in to the screen when scrolling [closed]

Is there any plugin who can do that? When you are scrolling down the images will show up and slide from left or right to the center. I have searched and i couldn't find it. So does anybody know a ...
0
votes
0answers
23 views

Page construction surface with javascript

I have been using several CMS systems that allow admin to design a web page in an interactive manner by placing columns and blocks onto a page surface. I want to implement the same design feature on ...
0
votes
0answers
10 views

Html 5 Video Plugin for CKEditor 4.1.1

There was a HTML 5 plugin for ckedior here http://ckeditor.com/forums/Plugins/HTML5-Video but unfortunately Video plugin doesn't work correctly on CKEditor 4.1.1 It works until you don't see the ...
1
vote
0answers
21 views

SQLitePlugin with cordova and ANDROID

I need to use 2 sqlite database for my app the 2 databases have the some structure because one of it is StoricDB in some procedure i need to use both db. i do this code: var onDeviceReady = function ...
1
vote
1answer
12 views

Google Chrome plug in to read saved cookies

I'm new to Google Chrome plug in development. I have learnt how to develop a basic plug in. Now the problem is I'm trying to make a plug in that can read saved cookies of a particular website you ...
1
vote
1answer
66 views

C# 2.0 Multi-threading with a plug-in architecture

I have a well established console application in c# 2.0 that uses plugin architecture. As of right now, the program uses basic multi-threading that can run several instances. The threads are created ...
-1
votes
0answers
79 views

Delphi TMS Plugin tutorial [closed]

i recently purchased TMS Plugin and tried to make a a test project to get it working but im unable to do so the main reason is that i dont get how doest it work i tried reading the documentation but ...
0
votes
0answers
20 views

GD Star Ratings - Graphics do not show

I've been struggling to get GD Star Ratings plugin for Wordpress to work for a fair old while now. The problem is that the graphics refuse to load. I've tried a number of things but still no luck... ...
-1
votes
1answer
17 views

How to add character to content of post?

In per posts, there are "oo/x/". How to add "0" before "x" if length(x) <10 ? Example: x=12345678 ; length(x) = 8, so add "00" before x ===> x=0012345678 x=1234567 ; length(x) = 7, so ...
0
votes
1answer
15 views

How to dynamically hide/remove some menus from navigation?

I'm working on a wordpress plugin which inserts some pages using wp_insert_post() on activation. These pages are then used for different purposes (user account dashboard, edit account info, change ...
0
votes
1answer
15 views

add custom .properties file in unity android package

I have a .properties file that is required by some android java unity plugin that I am writing. I need to add this file to the unity app's package somehow, so once the unity IDE builds the .apk, the ...

1 2 3 4 5 188