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 ...
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...
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 ?
...
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...
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...
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...
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
...
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 ...
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...
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...
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...
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....
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
...
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?
...
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).
...
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...
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
...
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...
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?
...
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...