plugins

Jquery Carousel Issues

I am using Jquery's Just Another Carousel plugin and I'm having issues with something which I am not sure and because of this it's not working. I'm using this plugin because I need fixed height rather than fixed width. This Doesn't Works (When used Refresh CTRL+F5) any help? ...

wordpress my_deregister plugin from page

i try to use the next code to load cforms II plugin only on my CONTACT PAGE (http://www.deliciousdays.com/cforms-plugin/) #/template/functions.php add_action( 'wp_print_scripts', ' ', 100 ); function my_deregister_javascript() { if ( !is_page('Contact') ) { wp_deregister_script( 'cforms' ); } } add_action...

Call plugin class in Java

How can I call a class in Java, when the name of the class won't be known at compile time (such as if it were a plugin). For example, from a GUI, a user selects a plugin (a Java class), the application then creates a new instance of the class, and calls one of its methods (the method name would be known at compile time (e.g. "moduleMain"...

Visual Studio - plugin finding/removing dead code?

Anyone knows any free Visual Studio add-in that would find and/or delete dead (unused) code? I saw such possibility in MZ-Tools, but it's a little expensive as for private use ;) ...

Plugin support for a Java swing App (like Eclipse)

I need to add Plugin support to a Java Swing App (like in Eclipse). The Plugin should have the ability to add new Menu items and tab components to the swing app. I am looking for frameworks or libraries which support it. So far I have found Java Plugin Framework http://jpf.sourceforge.net/ and planning to use it. Are there any other b...

Odd results using jQuery rating plugin

Hi, I use a for loop to generate my stars. I want them split into four so I use class="star {split:4}" I want 5 stars, so I need 20 loops (4splits * 5stars = 20). When it hits 17, it echo's checked="checked" However, in the browser, my script displays 30 stars with 25 and a quarter stars highlighted! Here's my line in PHP <inp...

plugin from github not successfully installing

When I place this in my base application html.haml file: = javascript_include_tag :defaults, 'jquery-1.3.2.min', 'highcharts' <!--[if IE]> javascript_include_tag 'excanvas.compiled' <![endif]--> %script{:type => "text/javascript"} $(document).ready(function() { = yield :javascripts }); I get a textual description of a graph that is su...

Browser JSON Plugins

Im looking for a Safari/Webkit plugin similar to Firefox's JSONView, or the Pretty JSON Chrome extension. Anyone know of anything like this? JSONView - http://benhollis.net/blog/2009/02/24/jsonview-view-json-documents-in-firefox/ Pretty JSON - https://chrome.google.com/extensions/detail/ddngkjbldiejbheifcmnfmmfiniimbbg ...

jQuery calculation plugin: show total in form field rather than text

I'm embarrassed by the 'basicness' of this question, but after wasted hours, here goes. In an effort to do something with the jQuery Calculation plugin, I am playing with the basic example of the order form on the plugin site. I want to have the grand total as a form field,rather than text, so I can use the value. The function that ca...

Getting a list of filtering attributes for a CRM Plugin (already installed)

Hello All, I have Dynamics CRM 4.0 installed and wrote a plugin, registered it, and setup a "step" that included a few filtering attributes. 2 questions: 1) How can I get a list of filtering attributes that are configured for my plugin? (from within the plugin itself) 2) How can I get a list of those filtering attributes that are actua...

Handling Types Defined in Plug-ins That Are No Longer Available

I am developing a .NET framework application that allows users to maintain and save "projects". A project can consist of components whose types are defined in the assemblies of the framework itself and/or in third-party assemblies that will be made available to the framework via a yet-to-be-built plug-in architecture. When a project is...

How do I develop browser plugins with cross-platform and cross-browser compatibility in mind?

My company currently has a product which relies on a custom, in-house ActiveX control. The technology it employs (TWAIN) is itself cross-platform by design, but our solution is obviously limited to Internet Explorer on Windows. Long term we would like to become cross-browser and cross-platform (i.e., support other browsers on Windows, s...

Any general purpose NPAPI plugin to invoke external download tools?

Hi all, I am looking for a general purpose NPAPI plugin that can used to invoke GetRight/FlashGet/OrbitDownloader/InternetDownloadManager/etc. Has anyone written that already? It's like FlashGot for NPAPI browsers. ...

Eclipse auto-complete of filenames

Does anyone know if there exists a plugin to Eclipse which can auto complete filenames for files in the project. So if I type images/s [Alt+tab] it should present a list of all files located in images starting with s. Like the auto-complete for types but using filenames. It would be really cool if it worked with all kinds of editors. ...

jQuery: Trying to write my first plugin, how can I pass a selector to my func?

Hi, I am trying to start writing some simple jQuery plugins and for my first try if figured I would write something that does nothing else but apply .first & .last classes to passed elements. so for instance i want to ultimately be able to: $('li').firstnlast(); So that in this html structure: <ul> <li></li> <li></li> <...

Building an extension framework for a Rails app

I'm starting research on what I'd need in order to build a user-level plugin system (like Wordpress plugins) for a Rails app, so I'd appreciate some general pointers/advice. By user-level plugin I mean a package a user can extract into a folder and have it show up on an admin interface, allowing them to add some extra configuration and t...

How can I move the close button to the top-right corner of the box in slimbox (jQuery)

I want to have my button in the top-right corner, I tried position: absolute, but I think the position of the box is not relative so I can't use top: 0;. Any suggestions? CSS: /* SLIMBOX */ #lbOverlay { position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; ...

PHP Error handling in WordPress plugin

I am a newbie to both PHP and Wordpress (but do ok in C#), and am struggling to understand the error handling in a custom plugin I am attempting to write. The basics of the plugin is to query an exsiting MSSQL database (note its not the standard MYSQL db...) and return the rows back to the screen. This was working well, but the hosting p...

Eclipse Plugin that Opens a Command Line in Eclipse

I'm looking for an Eclipse plug-in that shows a system (independent) command line in a view that is ideally synchronized with the current project's local path. So basically a shell within Eclipse. The reason for this is to be able to execute custom build commands and script faster than specifying them as launch configurations or having ...

ASP.NET plugin architecture for SaaS?

Hey Everyone, Been doing a bit of research and have a few questions about using a Plugin architecture for asp.net. I have used it before for a single application and works well but was wondering if it technically possible to use this architecture for a SaaS? Once code base but custom plugins for each customer using some form of custom f...