plugins

Javascript plugin

Hi all, i was wondering if anybody knows (and if there is such a thing) a javascript plugin that can do to following: on the website http://www.worldofmerix.com/ click on any of the menu buttons on top for eg. "about us"; then you see a line appear in the middle and expand so that you can see the entire div... I need a similar animation...

Why Zend_Log_Writer_Firebug can't log messages from dispatchLoopShutdown plugin?

Why logs can be sent from dispatchLoopShutdown plugin as it occurs before Zend_Controller_Response_Abstract->sendResponse() and any headers haven't been sent yet ? I init logger resource in my bootstrap protected function _initLogger() { $writer = new Zend_Log_Writer_Firebug(); $logger = new Zend_Log($writer); Zend_Reg...

How do i check if an instance of the form already exists?

Im developing a plugin for Rhino, and when i run the command starting plugin i carries out the following. It creates a splash form, which has a timer on it, and after 2sec i loads another form. If i by mistake click the plugin-icon again, it creates another instance of the spash form, which loads the plugin again. How do i prevent thi...

Eclipse Checkstyle Plugin works with Java 1.5 ?

I wanted some tool which could check all the standard violations that I make while I write code. After some search I found Eclipse Checkstyle Plugin suitable to my requirement. I have not yet tried out using this. Information about this tool was found in this site http://checkstyle.sourceforge.net/ Can some on who has used this tool t...

Swapping a running jar at runtime

I am building an update system in which I need to be able to replace a referenced jar of a running application jar at runtime. I am finding I am running into file locking issues on Windows when trying to perform file utility functions on the jar such as 'setLastModified'. After some googling I found this snippet... What I found in m...

Security/Authentication for Plugin Architecture

I was thinking of the multiple ways which security could be implemented in a Plugin-based system. Now when I say 'Security', what I mean is this: a) How developers of a Plugin system can ensure that plugins are secure and safe to use on the Core platform. b) How developers of a plugin can ensure that the plugins being used on their Plat...

struts plugin for eclipse

can we get struts plugin for eclipse? if can...please let me know... ...

Joomla Authentication

Okay I'm a little confused on how to do this due to the fact that I'm new to Joomla. I have a site where users need to be logged in to view certain articles. I want restricted articles to basically pick up weather or not the user is logged in, if so proceed as normal, else display a login/registration form. I looked at the plugins sec...

Dynamically adding types to a jaxb context.

Hi, I have multiple plug-ins in my RCP-based project. I want to be able to define @XMLElements in one plug-in that can then be marshaled / un-marshaled from the core plugin. To do so, I report the classes that are serializable as soon as the plug-in is loaded. However, dynamically adding classes seems to be not supported by the JAXBCont...

Wordpress plugin returning site name.

http://codex.wordpress.org/WPMU_Functions/get_current_site#Examples In Wordpress, I am trying to retrieve the site name inside a plugin using the above function: echo 'You are viewing '.get_current_site()->site_name; echo '<br/>Domain '.get_current_site()->domain; echo '<br/>id '.get_current_site()->id ; echo '<br/>path '.get_current_...

can't resolve plugin class in grails

i've added a plugin called Image tool plugin for image resizeing... but when i called an instance of it def imageTool = new ImageTool() it gives me compilation error cause it can't resolve ImageTool class . i've tried to put import import org.grails.plugins.imagetools.ImageTool as a suggestion from a site .. but it didn't work .. so ...

Django "change" model from another application

Hello, I'm going to create some application with Django admin interface, with plugins in mind. For example I have some user class in billing application: class User(models.Model): ContractNum = models.PositiveIntegerField(unique=True, blank=True, null=True ) LastName = models.CharField(max_length=50,) and I have cmdb applica...

Recommended Visual Studio 2008 plugins

I have been using Visual Studio 2008 for the past one and half year, only plugin I'm using is Ankh SVN. I heard that there are lots of interesting plugins out there, which help to accelerate and ease development. Please recommend some plugins. I'm using VS2008, C#, SQL Server 2005 for developing Web Applications. ...

calling plugin from java code

hi i am using eclipse as IDE for the development of my application. I have one doubt. I have one plugin that is capable to creating a class on from one xml file. Now, the problem is that i have many xml files and classses to generate.. can anyone please tell me how to invoke the plugin from my java test class, so that i can create clas...

I want to add commands (shell scripts etc.) to Eclpise Package Explorer or Navigator

I'm in desparate need for a functionallity I miss in Eclipse: Right click on a file in Navigator (or a resource in package explorer) and execute a command on it, like "chmod a-w". Google did not bring anything up, likely I use the wrogn search terms. I assume someone must have written a plugin for that ... I'm helping myself right now...

Is there a Eclipse plugin that provide FTP sync & merge & compare?

As titled, I couldn't find such plugin. Though many plugins provide FTP sync functions(like Aptana). But it lacks of compare/merge. Compare/Merge functions are usually used for versioning. However, in our web developments, we need such functions due to the followings: Our designers will modify the web site using FTP. I want to mer...

Help installing Symfony plugin

Hello can somebody write or point to a good symfony plugin installation tutorial. Here is the problem, I have a symfony 1.2 application and I'm trying to install the LightWindow plugin, which run on Prototype. The thing is: I dont have PEAR installed, and due to proxy limitations I don't think I can, but there is a way to install symfon...

How exactly DO you integrate ckeditor with Paperclip so it can upload image files?

How do you get http://github.com/galetahub/rails-ckeditor working so you can upload image files? I don't think I'll use the s3 storage... any help would be appreciated. ...

WCF WinService with Plugins

I have a win32 application that uses client side plugins and uses a Win32 Service via TCP/IP. I would like to also dynamically load assemblies on the WCF service based on the addition of new plugins. Currently I have to add the the ServiceContract and OperationContract to the Services class and IService interface and then re-compile. Is ...

.Net plugin framework choice, enabling defining plugin order (including chained plugins)

[I have read previous posts on MEF vs MAF vs DI etc, they aren't helping me with my specific problem] I am looking to write a .Net application (probably console or Windoes service) which will be extensible. It is an overnight/schedule app to extract data from a database, do something with it, and then output it (or pass it on to anothe...