plugins

best approach to render site-wide elements using Zend Framework

I'm using the 'modules' front controller resource for the project setup. What's the best approach to render site-wide elements, like navigation? Add the action which renders the element to the end of the action stack each request? is it OK to render these elements through controller actions? Create a plugin which renders the element?...

Create custom rewrite rule for my WordPress plugin

I'm writing a plug-in for WordPress which in fact will be a separate ordering module (it will be placed in an IFRAME on the site I'm developing as well as others) but with its admin tied into WordPress. I wrote the administration part without too much hassle, however I'm having trouble with the front-end. First of all I'd like my script...

Update Site Creation Automation

Hi, I've developed an eclipse plug in, and created a feature and an update site projects inside eclipse to publish it. What i am looking for, is a way to automate the process of creating my update site during our automatic build process through a command line rather that manually throught the UI of the update site project. It seems to ...

Autocomplete customize it - Jquery

Before I start the question, I know that some of you won't read the question carefully and will think that I'm asking for something as simple as addClass("custom1") to my original #elem, like this: $("#elem1").autocomplete("source1.php").addClass("custom1"); This won't do it, because I'm not trying to add the class to my target div......

JQuery Lightbox 2 Plugin problem

I'm working on a gallery, which use jQuery Lighbox 2 (plugin page). I have the problem, that the navigation entries are also visible, when an image is selected (see example here). For the navigation i'm using css menu. Can someone tell me, how to make the enties invisible, when an image was selected? ...

Accessing jQuery object

Hi there, I know this sounds pretty trivial, but I'm new to jQuery... I use this plugin: http://www.emposha.com/javascript/fcbkcomplete.html Its source code contains: jQuery(function ($) { $.fn.fcbkcomplete = function (opt) { return this.each(function () { /// ... /// ...implementation deleted... ...

Retrieve a list of object implementing a given interface

Intro I am building a plugin architecture in my app. The plugins implement a given Interface IBasePlugin, or some other interface which inherited from the base interface: interface IBasePlugin interface IMainFormEvents : IBasePlugin The host is loading the plugin assemblies, and then creates the appropriate object of any class implem...

Firefox kills Java applets when out of view

Hiding a Java applet using display: none causes firefox to kill the applet until it is visible again. It also seems to kill the applet if you position the applet out of view ie. position: absolute; left: -9999; Using visibility: hidden; will hide the applet without killing it, but then the applet still takes up space in the layout wh...

Plugin Driven Design Technique needed?

A project that a group of mine is starting is going to be focused around the use of plug-ins which are extremely specific to the user. We are trying to essentially create an application that without the plug-ins is nothing more then a running environment, and hence will be driven by the addition of the user-specific plugins. I am not t...

Struts2 plugins - Dojo or jQuery or...?

Since Apache Struts has deprecated Dojo plugin from Struts 2.1.x I am thinking to change everything to jQuery. I especially noticed the difference in sizes (170kb vs 19kb - something like that). I had troubles with IE browser with handling dojo scripts, is this happening also with jQuery (when user is working with the application for a l...

Authoring jQuery Plugin, add property to jQuery Object

Hi, I'm trying to write a plugin that creates a ul-list. Got it to working, but I can't figure out how to se if it's already loaded. I believe it's due to that it creates a new instance each time I call it. Is there a way around this. I use this code for the plugin: $.fn.addResultList = function (options) { var constructor = $('<...

MathMl Plugin in FckEditor

Hai All, I am unable to register mathml in to toolbarset.Please anyone tell me the process of adding and install mathml plugin. ...

WPF GUI plugin design. I need a lil' feedback

Hi all I'm involved in a project which is able to connect to different hardware devices on the fly. We've been assigned to make a Touch Screen GUI so we have a MMI to the devices. As any device (and any type of device) potentially can connect to our framework, we've decided to let 3rd party device developers make their own GUI plugin. ...

Software/Plugin for css sprite generation

Hello, does anyone know if there exists any offline software or plugin(dreamweaver, etc) to generate a css sprite. That is: merging images and generating the css rules. I know there is a post here: http://stackoverflow.com/questions/527336/tools-to-make-css-sprites but all of those are online generation tools. ...

Show/Hide (drop/down) area to show a menu

Hi, I want to create a drop down area like once in the top of templatemonster.com .It shows when mouse over it and hide when mouse cursor get out of it. can you introduce me a jquery plugin for this? Also I'm going to add a menu like the top menu of templatemonster.com to this hidden area. How can I make this one? ( specialised with a...

Eclipse: which plugins for HTML & Javascript?

Which plugins do you use for editing (with syntax highlighting) HTML & Javascript in Eclipse 3.5? ...

Adding a hook to script/generate migration

I do my Rails dev from xterm and in vim. I'm getting sick of running script/generate migration do_whatever, then trawling through db/migrate trying to tab-complete to 20091015235018_do_whatever when there's 5 other migrations with similar timestamps. What's the best way to add a hook to open the generated migration in vim? I'd rather ...

Using Sphinx to write personal websites and blogs

Sphinx is a Python library to generate nice documentation from a set of ReST formatted text files. I wonder if any one has written Sphinx plugins to make it generate personal websites and blogs. Especially for blogs, there needs to be a way to automatically list posts chronologically and generate a RSS feed. One needs to write a Sphinx...

jQuery Table Plugin with Group By

I need a jQuery Plugin that makes a Sortable and Groupable List of my Data. My Data is a Tasklist with a duedate, and i would like to have them grouped by date, and sortable. Is there a plugin that can handle that? I'm actually using dataTables, but it has some strange behavoir and bugs... Like: 16-10-2009 - Task 1 - Task 2 17-10-2009 ...

VS2008 plugins to add regexp replace to the IDE.

I'm looking for a way to make the search/replace function of VS IDE regex-aware, like regex replace in Notepad++. Is it possible? ...