plugins

Wordpress items catalogue plugin

Could you please recommend a plugin for Wordpress or maybe a tiny standalone PHP script that allows the user to add some items with text info and a photo to a database, XML or just a text file from a special admin page? I need to fetch these items from the source and show in the page some way. To understand the task better, please check ...

Suggestions for a pluggable task framework in Django

I am developing a website which is aimed at being a GUI for several image processing algorithms (referred to as 'tasks'). At the moment, only one of these algorithms is finished, but there are more to come (which will have a similar, but not quite the same, workflow) Basically, the algorithm works as follows (not that it matters a lot,...

TinyMCE BBcode plugin breaks text format on paste

Hi all, I have a problem with the BBcode plugin of TinyMce. If i paste a normal text took from a site like this (i took it from lipsum.com): Code: "The standard Lorem Ipsum passage, used since the 1500s "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut eni...

Importing MEF-Plugins into MVC Controllers

Hello. There are several examples of using MEF to plugin whole controller/view packages into a MVC application, but i didn't found one, using MEF to plugin funcional parts, used by other controllers. For example, think of a NewsService with a simple interface like interface INewsService { List<NewsItem> GetAllNews(); } That gets ...

accordion in struts2-jquery-plugin-2.1.0 not working

Hi I've just started playing with struts2-jquery-plugin-2.1.0 and was trying the 'accordion from list' from Struts2 jQuery Plugin Showcase, version 2.1.0. Strangely enough, I am getting the data retrived but not the accordion look and feel. Here is the image showing what I am trying to say here, image. I am not on comission for that add,...

Data manipulation in PlugIn-Concept

Hi folks, I have a strategic question for my C#-project. I want to implement a plugin-concept and now struggling with the best way for the plugins to manipulate the data of the main project. At first I created a "Master" PlugIn Project that defines the Interface for the plugins and an attribute to identify a class as a pluginclass when...

Vi plugin for eclipse?

I have seen a few vi plugins for eclipse. Can anyone suggest which one is the best (not buggy, maintained easy to install...)? Thanks, Marko ...

Rails Plugin for Multiple Ratings Per Model?

I'm looking to add the capability of rating a model I have under several different categories like "Knowledgeable" "Organized", etc. Is there a plugin that will allow me to do this, and maybe even have a cool x/5 stars graphical representation as well? ...

realmethod in eclipse

Hai friends What is the realmethod. how it is using in eclipse. what is the use of realmethod in eclipse. can anyone tell me clearly what is realmethod and its uses. Thanks in advance ...

add tinymce to wordpress plugin

hi, is there a way to add tinymce into my own wordpress plugin? i've got a textarea in my backend script and want to make this area into a tinymce wysiwyg editable field. is there a way to do that? edit <?php wp_tiny_mce(false,array("editor_selector" => "test")); ?> <textarea class="test" id="test" name="test"></textarea> doe...

Stable Scala 2.8 plugin

Does anyone know if there exists a stable version of the Scala plugin for eclipse, running with Scala 2.8 (any version of scala 2.8...RC or beta or whatever). I like the fact that it compiles 10 times faster than the netbeans plugin, but it is very unstable, and auto-imports doesnt work. Also, sometimes it cant find classes when I hit "...

Eclipse + m2eclipse plugin + EAR module dependencies

Hi, I'm trying to create an eclipse project from scratch using m2eclipse plugin to help resolving dependencies. The project consists of the following modules: test-ear test-ejb test-war The ear references both other projects, and pom files are ready and working in each project. Still I have one situation: Instead of just maven buil...

How to remove hidden plugins in Visual Studio

Hello, I have plug-in for VS 2008. I cannot seem to figure out how to remove it. It's liquid xml studio. The program it self cannot be uninstalled because it's not listed in the add/remove programs folder and the uninstall app is missing. ...

jQuery code not working in Google Chrome...

Hi, I have writen a simple jQuery code to control ajax tabs navigation.. Its working in good on FireFox but in Chrome it working in one page but not in the home page I don't know why... Its really simple code just a lot of animations and callbacks and stuff like that.. here's the code: jQuery.fn.tabs = function({movieID, movieTitle}) {...

Installing paperclip plugin

I'm trying to install the paperclip plugin with the following command: ruby script/plugin install git://github.com/thoughtbot/paperclip.git But I'm getting some errors: ruby script/plugin install git://github.com/thoughtbot/paperclip.git --force svn: '/home/app/vendor/plugins' is not a working copy /usr/lib/ruby/1.8/open-uri.rb:32:in...

jQuery number seperator - Seperate number by each 1.000

Hi I'm developing a new site, and in here it's possible for the user to type in a price in a input-textfield. So what I need is some jQuery-code to transforn the typed in price. This means, that when a user types in "1000", the vissible text in the input field shall automatically be transformed to "1.000" - with a period. And if they ty...

Who Knows AppWeb HTTP Server And Its Embedded PHP?

Hi all, on my search for a fast but comfortable web server I dropped into the homepage of EmbedThis(TM) AppWeb(TM) HTTP server. This one has 2 licencse models, GPLv2 and a commercial one with support. On the first view it looks good: the footprint is not too big, it is fast and it has a lot of configuration otions. The most important t...

Disable dynamically a jquery plugin

Hello, I use the jquery numeric plugin to allow only numbers to be typed in some fields. $("input.numeric").numeric(); I want to disable this function dynamically in some cases, to allow the user to type others characters (i.e. letters). I tryed to use the unbind() or undelegate() functions without success. Does anyone know the solu...

iPhoto publisher plugin

I'm trying to write iPhoto export plugin for my site. I found that there is two ways: export plugin and publisher plugin(like FacebookPublisher or FlickrPublisher). But I can't find any information how to write it. I need album properties, image collection accessors, button and sidebar integration methods or hooks. Other things like HTTP...

Combining two jQuery plugins and using them as one!

Hello guys, I am a newbie to jQuery and stuff. But I have been using some of the plugins for a while. I had used two very good plugins earlier. Demo of the plugins: plugin 1 plugin 2 I was trying to combine the above two plugins and was wanted to see if I could use the functionalities of both in one image itself. But somehow I ...