plugins

CakePHP, including entire jquery plugin folder (with css, etc)?

I need to use some fairly complex Jquery plugins that aren't just a single .js file, but rather need an entire folder that contains css, images, etc.. I am not understanding how to include this using cakephp, I suppose I could do it from the layout in a traditional HTML manner, but it would be nicer to just do it the Cakephp way, the jqu...

definition/implementation question in c#

Hello all, I am trying create such a plugin architecture that; IPlugin: an interface that all plugins must implement. NormalPlugin: a normal plugin. ComplexPlugin: a plugin which, beside implementing the base methods, has some custom methods. HostApp: an app that knows what an IPlugin is. currently the host app will have ComplexPlugin a...

Jquery Cycle plugin not working in IE

I am using cycle plugin to rotate banners on the homepage, it works fine with Firefox, Chorme. However does not with IE. I am just not able to find why. can anybody please help? www.netnumero.com/home ...

Jquery pagination with history, stil searching for one...

Hi all... I need jquery pagionation with history support. I've looked at tons of pagination and this works best to me: http://plugins.jquery.com/project/pagination ([demo page])1 Works great! Pages are made dynamically and the script is using OOP which I don't quite understand. But it has no back button/history support which I really ...

Strut2 Jquery plugin Autocompleter and Select tag not working........

I actually tried this example: $(document).ready( function() { $.subscribe('handleJsonResult', function(event,data) { $('#result100').html(""); var list = $('#countryList'); $.each(event.originalEvent.data, function(index, value) { list.append(''+value.name+'\n'); ...

wordpress plugins using '&' not '&'

Some Wordpress plugins (one is MapPress which uses Google Maps) use ampersands in their links but do not convert them into the correct HTML character entity: & This invalidates the markup and is very frustrating! Is there any way to convert the & to &? I've searched for a long time and found no solution, but have read a lot o...

Stable jquery or flash uploader

Hi all, I have been using a jquery plugin called uploadify for handling file uploads as it comes with interactive flash upload. but everyone on my website is complaining its not working. can some one please recommend me one that works in most situations. Thank you ...

Popular games beside WoW that allow addons / extensions / plugins?

I have what I think is a neat idea for a game add-on that I could probably tailor to most genres. The idea isn't a stand-alone game concept, more of an enhancement. As a result, I'm trying to find an existing game that I could try modifying to include it. What'd I'd really like to see is a system like World of Warcraft's for plugins -- ...

How to compress css files and javascript file in Ruby on rails

I want to compress css files and javascript files in my project. Is there any plugin to do that? :"> ...

Wordpress, a good search plugin?

Hi, I'm looking for Wordpress plugin that just improved the search results, but doesn't add the the search box. At the moment wordpress isn't even doing plurals. So does anyone know a good plugin that will make the search a whole lot better? ...

Hudson plugin for trend of timings of all jobs in a view

Is there a Hudson plugin which would allow me to create a "trend" graph for build times for all jobs/projects in a view? ...

Looking for a good JQuery counter

Hello. I have a website that has members. I want to create a feature that is a real time (with out page load ) counter of how many members are signed in. I have the signed in user in a variable so I'm looking for someway to incorporate it using that. Anyone know of a good plug-in or Jquery script to do this? thanks in advance ...

Where can I find the source code for the Android Development Tools (ADT) plugin for the Eclipse IDE?

I can't find the source code for the Android Development Tools Plugin for Eclipse. It seems to have been moved a few times, and when I google the question, the answers point to the wrong places. Also http://source.android.com/discuss seems to be down. ...

Resolving a Grails project's plugins' paths/dependencies

I haven't really done much on this side of project development so please forgive the ignorance. We use SpringSource Tool Suite (STS) and commit ("promote") our codes to a version controller (Accurev). Thing is, we didn't promote our .classpath and .project after the first time to the repository (due to hardcoded paths inserted by the ID...

Win7 MInGW QT MySQL program screams "cannot find -lqsqlmysqld"; where is the missing library?

Hello everyone. I am attempting to make a qt program on Windows 7 that uses a MySQL plugin. I have compiled both qt and the mysql plugin with no problems using my minGW 32bit compiler. However, I keep on getting an error like this: mingw32-make -f Makefile.Debug mingw32-make[1]: Entering directory `C:/Users/dhatt/Desktop/testdb2' g++...

How to configure Eclipse for PyDev? Python doesn't appear in Preferences window.

I'm trying to install PyDev in Eclipse 3.6 on Windows 7. I have Python 2.7 successfully installed. I installed PyDev through Eclipse, and restarted. When attempting to configure Eclipse to find my installed Python, (Window -> Preferences) the list that appears does not contain Python. (See image below.) If I go back to Help -> Ins...

Wordpress, filter to change the search term?

Hi, I was wondering what the filter was to change the search term in Wordpress? For example, if someone types in xxx, how could I change that to yyy before it goes into the wordpress search engine? Cheers. ...

How to show the ActiveX Yellow bar?

I'm trying to set up a webpage that downloads the OCX and installs it with the user permission when the user right click in the yellow bar Note: it's a business app and I know... IE, but 95% of company customers use it and it's easy for us to move from Windows > OCX first and then to full WebService What I did was create a cab file wi...

joomla content plugin

How do i get this plugin triggered in the joomla core "user manager" when a list of user is displayed? 1. I have already enabled in the plugins table but it is still not working. What I have not done? // no direct access defined('_JEXEC') or die('Restricted access'); // register the handler $mainframe->registerEvent('onPre...

Custom wordpress page (using plugin)

Hey I want to create a custom page that has tournament brackets instead of the usual content. I have read some of the Wordpress documentation and found how plugins work and how I add admin pages to administer the page. My question is: What is needed to create the page itself (and have it listed on the site)? Do I need to create a custo...