plugins

Can I run the Eclipse c++ Formatters from the command line

I found this page which shows how to run the Java formatter but I cannot find similar resources to run the built-in C/C++ formatters. It is possible To do this? ...

How do you access sessions and cookies from within a Rails gem or lib?

Im trying to create what will eventually be a rails gem (right now I have the files within the /lib directory) and I need to be able to read/write to and from cookies and sessions. My methods will be called from within either the controller or views, so access to the cookies and sessions SHOULD be possible from within my gem but I cant ...

How to add a custom made Java program to the IBM Tivoli Provisioning Manager ( TPM ) as a Java Plugin?

I need to add my custom made java program to the IBM Tivoli Provisioning manager as a Java Plugin. Please help with detailed procedures..... ...

How or when the amount get deducted or transferred from the buyers paypal account

Hi Guys How or when the amount get deducted or transferred from the buyers paypal account to the shop owner's account via Virtuemart in Joomla 1.5? I created the paypal sandbox test account but doesn't seems to deduct the amount of item(s) I bought? If there's anything unclear please let me so I can explain further. Thanking you in ad...

Adobe Reader plugin forbids embedding PDFs from ouside domains

One part of web application is local digital signing using activex component. But I want to display a PDF that gets signed beforehand and after. Since documents can be quite large I would'n really want uploading them and then again downloading for displaying. Therefore I wanted to embed a PDF using local path (eg. file:///) but Adobe th...

Grails Spring Security Plugin- Want to create Project specific User's roles?

Hi all, I have domain Classes "Project" and "User" and need to implement authentication using Spring Secutity plugin. The default implementation of this plugin provides us to create ROLES that are User specific. But in my project I need to create Project specific ROLES for the USER and need to authenticate them. e.g. User-A can be an...

What is the difference between developing a Drupal module and a WordPress plugin?

So I've been asked to take over another persons code in WordPress with little time before launch date... Usually I would say no but it's an interesting project. I am a pretty good Drupal programmer but have little experience in WordPress. So I want to know, what is the difference between developing a Drupal module and a Wordpress plugi...

Simple Rails 3 CMS Gem/Plugin?

Can anyone recommend a simple, lightweight CMS gem or plugin for Rails 3 that can easily be embedded into an existing app? ...

Plugin Suggestions - Wordpress as a Membership Directory

I've been trying struggling over the last 2 weeks to find a viable way to configure a Wordpress installation as a membership directory that pulls information from user profiles (custom and default) and displays it in a presentable (possibly sortable) format. Initially, something along the lines of the Sobi2 plugin for Joomla! was search...

Is there any jquery plugin similar to lazyload for content

I'm searching for jquery pluging where I can showing 3 table based record and on scrolling it should make ajax request for next 3-10 record. similar to lazyload but for content. any code snippet even help me. ...

'Unresolved Dependencies' after reinstalling Grails

New clone from git repo, fresh install of groovy and grails. Seems to work for everyone else on my team? New to groovy and grails. Any help or general troubleshooting is appreciated. :::::::::::::::::::::::::::::::::::::::::::::: :: UNRESOLVED DEPENDENCIES :: :::::::::::::::::::::::::::::::::::::::::::::: :: org.g...

IntelliJ IDEA Scala plugin turning off

I'm using Scala plugin for IntelliJ IDEA and my project has a few thousands lines of source code. Unfortunatelly, when I'm typing the code IDE freezes frequently(i.e. on code completion etc.). I tried to switch off inspection, but there was no effect. Is there a way to turning off all plugin's features for using it just as syntax highl...

Ways to provide a framework for DLLs to depend on each other and expose functionality?

Essentially, how to write a plugin system, where each plugin is a DLL. (Or is there a better way of a plugin system where each plugin is written natively?) Suppose that each DLL offers some functionality available to other plugins. If plugin A does provides FuncA and plugin B wants FuncA, how should dependency be managed? How should plu...

QT Interface with Slots

I made an interface and plugins by following this tutorial: http://doc.trolltech.com/4.6/plugins-howto.html and everything is working fine. But know I would like to connect a Signal to a slot of the plugins. Trying to do that I get an error, that the interface i lacking the Q_OBJECT Macro. When I Add it I get an error that now the Inte...

Wordpress cron problems

I'm having problems with Wordpress' internal cron system. For some odd reason, it seems that Wordpress is killing off the process before it is even finished. I am aware of some kind of fix in wp-cron.php and that I should change the timeout from 0.01 to something else, however this has not helped with the issue. My cron job can at time...

what are the best plugins you use to raise your productivity on NetBeans?

What are the most essential plugins you should integrate to NetBeans 6.9 ? ...

What's the .apply jQuery function?

I see that in different plugins and codes, but I don't understand what does that function... In the jQuery api isn't referenced! ...

Use JQuery SWF plugin in JSP

I used an example script of how to load an SWF file with the JQuery SWF plugin (http://jquery.thewikies.com/swfobject/examples). I am trying to get the plugin to work in a JSP. It appears to work in FireFox and Chrome but not in IE8. Can anyone see any obvious issues? Thanks in advance. <%@ taglib prefix="c" uri="http://java.sun...

Is there any way to find out whether objective-c class is derived from another perticuliar class.

Hi, I want to create a plug-in system using objective-c. I am getting list of all classes in the main bundle and checking for classes derived from plug-in base. int count = objc_getClassList(NULL, 0); Class * buffer = (Class *)malloc(sizeof(Class) * count); objc_getClassList(buf, count); NSMutableArray * classNameArray = [NSM...

Would like to recup a string of a javascript function in a XUL code

Hi everyone, I'm trying to do a plugin for firefox in XUL language. So I got informations in json, I parsed them and I can use the title in javascript. But I would use it in XUL language. For exemple, in html you can write : <a href="javascript: function()"> link </a>; So I need to list each title in a menuitem label, but I don't want ...