plugins

Reinitialize Scrollable plugin and set the pointers to beginning

How can we reinitialize Jquery scrollable plugin?? i m sorting data on basis of most recent and most commented but when data is scrolled for the first time it works fine but when i select sort type then data is reset but scrollable carousel doesn't reinitiates... i tried to clear the dots and call then again but no use... ...

netbeans java code review plugin

Do you know of any java code review tool with a netbeans plugin? ...

Implementing a C# interface in a VB class

I am working on a plugin architecture and after some reading I have settled on one. The host class will be implemented in C# as well as some of the plugins for that host. The issue I am having is that some of my team uses VB.net. So the question, is it possible to implement a C# (plugin)interface in VB, such that when it is dynamically l...

Jixed Bar Too Horozontally

Hi everyone I am currently doing a chat application and I saw jixedbar which is very suitable to manage multiple chat windows. Unfortunately, when there are too many divs within the jixedbar container element, it hides the additional chat titles with overflow-x: hidden (default jixedbar). I was wondering whether there's an elegant soluti...

how can I distribute xmlrpc-c library with my project?

in my C project I've referenced xmlrpc-c library from sourceforge.net in order to use xmlrpc-client. my question is how can I distribute this library so other users don't need to download/install package from internet. If its possible that I can distribute it with my .so file - it will be best. ...

Grails searchable plugin

My application is using the grails searchable plugin, using compass underneath. The tables begin indexed is about 36 mb, and is building indexes of about 350 mb. This is small in most peoples books. If we delete the indexes and start the grails application, the index files are rebuild as expected, but then after about a day of running...

WordPress - "tag page" additional, custom content

Hi! Please look at it here TAG page morsblog [dot] dk/tag/stranden/ For THIS TAG, I want to write some text in WordPress (it should have possibility to add defined text to any defined tag). It should look something like this: http://farblog.dk/tag/motorsav-bukser/ Is it possible to make a little plugin that make the text be shown, and...

QT plugin loader doesn't instantiate a UI plugin

I've done a QT (4.6.3) program/GUI that loads plugins in real time and this works wonderfully. Now I've just created a new plugin that differs from all the others because it has a .ui file as it should show a Dialog GUI when executed. Well, it cannot be instantiated by the plugin loader. I've already tried to comment only the part with ...

Wordpress ws-ecommerce plugin

I used ws-ecommernce plugin in Wordpress and entered 2 categories and 2 brands in Categories. How can I show them separately (Brands and Categories)? Please tell me the statements. ...

Autofac - Register plugins by type

Hi all, I'm writing a plugin system: every plugin is in his own assembly that must be loaded by autofac and is signed by an attribute with a parameter that set the type of plugin. I would be able to resolve in my asp.net mvc app the plugins by type, how can I do this? Every plugin inhrerit by an abstract class and override predefinited m...