Ok this is driving me crazy. I have a user account page. Where you have the option to change your password. I want a conditional jquery validation that if the user types in a new password in the new password box the box that confirms the password as well as the box that asks for the old password is turned into a required element. here is...
Is there a Drupal plugin that will allow for multiple ratings for a single item?
For example, I'd want to do the equivalent of the example below.
Movie
-Rating for Plot (1-5 star rating)
-Rating for Action
-Rating for Romance
-Etc.
...
I'm using the vim project plugin to manage a project, and whenever a new file goes in I need to use \R to refresh the project tree. This is fine, but I recently created a new directory in the tree, and \R doesn't update it and put it into the project.
What am I doing wrong?
...
Hello!
I'm working on a fresh new product that eventually will have different functionality built up around it based on individual customer requirements. Therefore, I'd like to implement the ability to have plugins that I can deploy and the core application will detect the plugins and change accordingly. The kicker is that the product w...
Hi all,
I'm thinking about starting to develop a plugin for AutoCAD, but I have absolutely no knowledge of the field. How does the plugin system work? What are the licensing terms? What programming platforms are available?
I'd really appreciate if somebody could give me a primer, or, even better, link to some resources for the total be...
hi
i like to load the qgif,qjpeg,qmng,qico,qsvg,qtiff as dynamic plug ins in Qt
because i dont what to break the Qt LGPL license is in the docs its says only about statically linking . link text
...
Hi all,
I am working on a plugin for a Cocoa application, and in order to use existing cpp code we decided to marry the Cocoa plugin with our existing Qt project via Objective-C++, which has been a lot to learn on the fly but is coming along well.
Anyways, I am stumped by my current problem. The design of this plugin is such that the a...
I'm using project.vim to manage a project, and I'm having trouble adding a file to the project. I read the documentation and it said to 'insert the filename into the project entry, then hit return on it'.
From what I understand, a project entry is one of the sections in the project window that looks like...
Header Files="Header File...
Hello,
I want to try to understand the use of these constructs
because I don't.
If I see this in a plugin
function configuration(user_settings) {
//Override the default settings with the user settings
defaults = {
time_in_seconds: 3600,
time_format: 'ss',
tick: function(timer, time_in_seconds, formatted_time) {},
buzzer: fu...
Hello there,
I am trying to make a filter for my data so other people can see it, lets say I have a bunch of Events, like a calendar, and I want to see all that have a name or title with the word "Soccer".
I've been trying to figure out how to do it but nothing works for me, I also tried to use filterPane plugin but did not work quite a...
Hello
I'm trying to get started with sonar plugin development. Ive started off by following this tutorial
http://docs.codehaus.org/pages/viewpage.action?pageId=117899451
Ive built this hello world plugin and have copied the resulting jar (helloworld-1.0-SNAPSHOT.jar) to the /extensions/plugins directory.
I have rebuild the war. .//wa...
Hello,
i was wondering is exist a jQuery plugin for making items in intput text. I mean for example if you write message in Outlook and in recipients line you enter 2 contacs - when you pres backspace you delete whole email address. Not only first word like in normal textbox.
It there any solution to do this in jQuery?
Thanks!
...
We currently use AnkhSvn with Visual Studio 2008 but have one solution that is still coded in Visual Studio 6.
Are there any SVN plugins that operate with such an old IDE?
Looking to move away from SourceSafe (shudder) and amalgamate our source control but would prefer to have a tool within the IDE rather than using tortoise SVN.
...
I am trying to install the "check_mssql_sproc.pl" plug in for nagios. Where and how do I install it?
...
I'd like to have my last selected jquery ui (non-AJAX) tab stay open when I refresh the page with the browser, and the back button should go back to the last opened tab. As this is currently not supported (yet) in the jquery ui tabs, I installed the address plug-in as mentioned in this stackoverflow question.
Now when I apply the .addre...
Can someone give me a detailed instalation procedure for gVim Portable and important C++ and python development plugins ... like OmniCppComplete, NERDTree, supertab etc ...
or better yet, a prebuilt version
thx
...
I'd like a very basic example of a tiny base program, that reads in two plugins and registers them. These two plugins hook into the base program in the same way in a unconflicting manner.
I'm very new to metaprogramming in any programming language for that matter, I'm not sure where to start.
...
I have a gem that I'm working on that contains a module that I'd like to be automatically included in my Rails app. For now, I've put the following:
config.after_initialize do
include MyModule
end
I'd like to not have to include this in the instructions for my app. It would be great if someone could install the gem/plugin and have t...
I've got a plugin that is declared and hooked following best practices described in this related question:
http://stackoverflow.com/questions/1615118/wordpress-accessing-a-plugins-function-from-a-theme
So it looks (platonically) like this:
if ( !class_exists( 'Foo' ) ) {
class Foo {
...
public function do_stuff() {
//...
Actually i tried in plug-in that concept. but it did not work.
this is the code which i used.Is there any mistake in this???
My need is when i create an appointment the values in location field should be copied to firstname of contact entity.
public void Execute(IPluginExecutionContext context)
{
DynamicEntity entity = nul...