plugins

Is there a tool for managing redundant pages across a website?

I am in charge of constructing a website with a '2-dimensional' site map, as explained later. I am looking for (preferably a Wordpress plugin, as the site is built in Wordpress already) that would make managing thousands of pages a lot easier. To explain further, let me iterate my situation. I am building a website for a construction ...

Validating empty or blank value in jquery

Hello I am using jquery validation plugin for form validation. I have added a custom method to validate a date in the custom format. But somehow if users don't type anything in that date textbox, it doesn't give any error. Does anybody know how to check for blank or empty value? EDIT : May be I didn't frame my question correctly. I want...

Is there a "max" number of assemblies for a .net app

Quite a few apps support plugins Are there any downsides to having a large # of plugins ? Is there a sweet spot beyond which there's a performance degradation perhaps ? What's the largest # of assemblies you've seen loaded in an app ? ...

Problem Building Interface Builder Plugin for Custom NSView Class

I am trying to get a plugin working for Interface Builder. Interface Builder version 3.2. XCode 3.2.1 Mac OS X 10.6.2 MacBookPro5,3 I follow the Quick Start directions on the Apple Developer Site: http://developer.apple.com/mac/library/DOCUMENTATION/DeveloperTools/Conceptual/IBPlugInGuide/Plug-inQuickStart/Plug-inQuickStart.html and...

Public (static) property in jQuery plugin

I've a small jQuery plugin that I use for form AJAX validation. There is a callback that alerts the calling script of every "stage" in the validation/submission process. Some snippets: (function ($) { $.fn.formHelper = function (options) { // settings options etc var stage = { Start: 1, ErrorReceived: 2, AllErrorsRe...

Plugin architecture in .net: unloading

Hello everybody, I need to implement a plugin architecture within c#/.net in order to load custom user defined actions data type handling code for a custom data grid / conversion / ... from non-static linked assembly files. Because the application has to handle many custom user defined actions, Iam in need for unloading them once...

Customizing email in Jira

Hi All, In Jira is it possible to send an update email only on changing a specific field, rather than any field. If so, please advise how to do so. Thanks ...

Vim (Windows) - new help files do not work

I have downloaded several new plugins which come with a help file. None of them seem to work from within Vim. I have the Windows version of gVim and the install dir contains a folder called: vimfiles vim72 Both folder contain a plugin and doc folder. Where am I supposed to put the plugin? So when I use :help [helpfile], it says it ...

Performing both client side and server side validation using jQuery and CodeIgniter

What is the right way of doing both client side and server side validation using jQuery and CodeIgniter? I am using the jQuery form plugin for form submit. I would like to use jQuery validation plugin (http://docs.jquery.com/Plugins/Validation) for client side validation and CodeIgniter form validation on the server side. However the two...

Adding to the browser user agent string?

I have a plug-in that handles its own url schema (something like mystuf:// ). If a user clicks on such a link when the plug-in isn't installed (s)he gets an ugly error. So I extended my installer to write into the Registry (for Internet Explorer) and the user.js (for Firefox) to ADD a custom string to the user agent string. These additio...

Executing untrusted code

Hi, I'm building a C# application which uses plug-ins. The application must guarantee to the user that plug-ins will not do whatever they want on the user machine, and will have less privileges that the application itself (for example, the application can access its own log files, whereas plug-ins cannot). I considered three alternativ...

JQuery: Floating share box like Mashable?

I am looking for a jQuery plugin which can serve me the floating share box functionality just like Mashable implement in their new design: http://mashable.com/2010/03/12/flickr-co-founders-startup-hunch-raises-10-million/. In the left side on the page above Mashable has sharing options which stays on the screen when you scroll the page....

Wordpress page navigation

I used to use a plugin that would give me the option to remove a page from the top navigation but still appear in the side navigation but for the life of me I cannot remember the name of it and I have too many pages for the all to be displayed in the top nav. Can anyone help me? Thanks ...

Use maven to automatically reinstall Google App Engine local database every build

I wonder if there is a possible way to install a custom set of data entities (specified in a java class, for example) to local Google App Engine database everytime maven execute the compile phase? ...

Plugins for firefox, which help to write HTML parsers

Hi, Anybody know plugins for firefox, which help to write HTML parsers? it will be nice if plugin allow to test XPath and regular expressions(highlight matched text, cut some parts etc). ...

attaching multiple files to a domain class

I've seen various Grails plugins which allow easier handling of file uploads, however these tend only to support a single file per form-submit. I'd like a multi-attach form where as soon as you pick one file, an extra field and button is added using JS (various sites do it like this). Do you know of any good plugins which provide elega...

How to check whether your work on WP or WPMU ?

right now, i use global variable $table_prefix to differ whether i work on WP or WPMU. I need this global for my plugin. But is there any better way to check whether your pluggin is working on wp or wpmu ? any suggestion will be great ...

How to perform ordered tasks in Maven2 build

Hi, I am trying to migrate a Java application built by Ant to Maven2. among other the build perform the following operations: 1) Running a javadoc doclet to find annotated Java files to be externalize later as web services 2) compile a small part of the code for step 3 3) run Axis java2wsdl on the compiled code from step 2 4) produce j...

Custom Grails plugin dependency

I have a custom grails plugin I m trying to develop and set this def dependsOn = [dataSource: "1.0"] in the Plugin script. Now, my custom plugin loads just fine but I dont see tomcat installed in my application. How does one install a dependency plugin (prompt the user to say yes/no)? Is this even possible? ...

Autocomplete and IE7 - slowness, sluggishness as overall pagesize grows?

Hi, I have the autocomplete plugin (http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/, version 1.1 and 1.0.2) on a project to add pieces of "equipment" to a "project". On a fresh project the plugin works great; the data returned from the database comes back FAST, you can scroll the list fast, and can select an item and mo...