plugins

jquery remove plugin from element

Hi, I've got something similar to the following code: $(a).click(function() { $(element).plugin(); }); Is there a way to remove a plugin from an element other than using $($.plugin).remove()? Not sure if I have the terminology correct but basically I want to reset the element to it's original state. Thanks ...

Code Syntax Highlighting in Delphi 6 (to highlight syntax and ifdef blocks)

Delphi 6 is pretty old, I know. Unfortunately there are reasons why I can't upgrade which I don't want to get into here. My problem is that it's hard to read code. I have the Castalia plugin which helps a bit (parenthesis matching, shows blocks of if, else, end) but it doesn't highlight the syntax like other IDEs do (variables, cons...

Jquery popup plugin

I am looking for a plugin that will popup a full size image WITH HYPERLINK when user clicks the thumbnail image link. I found http://leandrovieira.com/projects/jquery/lightbox/ is useful but I can't add the hyperlink to the full size popup image. Anyone has idea where to get it or how to do it? Thanks a lot! my jquery: $('#projects a...

How to have multiple jquery cycle slideshows on page, only one active with prev and next buttons

This was asked 3 months ago: « I would like to have a few cycle galleries on a page, but only one active at a time, and the others hidden. Ideally clicking a link (thumbnail from a list) would activate the next cycle gallery. » but if I would prefer to have PREV and NEXT inside a div called "#imager_nav" instead of a pager what do I nee...

Lines of Code in Eclipse PyDev Projects

I'm wondering if anyone has had any luck using the Eclipse Metrics Plugin with Projects that are not in Java (specifically I'm trying to generate code metrics for a couple of PyDev Projects). I've read through the walk-through for the Metrics project but it indicates that I should be in the Java Perspective before accessing the Properti...

wordpress plugin events calendar

hi, i'm using events calendar on wordpress. the site is translated using the plugin wpml. i cannot get the calendar translated, it has the .mo and . po files but i don't know how to switch it to the selected language. any idea on how to do it? ...

jQuery Cycle Plugin: scrollHorz with Prev/Next - automatically scroll without user interaction?

Using the jQuery cycle plugin: jquery.cycle.all.min.js - latest version (2.8.8) from http://malsup.com/jquery/cycle/ I'm utilizing the scrollHorz effect with prev and next links. Works beautifully except for one thing, when the page loads, the slideshow isn't automatically scrolling, it requires the user to click prev/next. Is there a ...

Hello Everyone. I am not a programmer but i just needed help with this wordpress plugin

Hello everyone.. I have a blog and i wanted to add to it 'About the Author' bio below each and every post. I was given this code and it does partially work but it has some flows (For example, there is not thumbnail/gravatar image with the bio as it was told me it is supposed to). Please check it out and tweak it if needed. Thanks a MILLI...

Automate Word plug-ins

We are planning to automate the different plug-ins available in a Word document. Using C#, we need to interact with textbox, buttons and other controls available in a given plug-in. Is there any way to automate this? The solution should work with both Word 2003 & 2007. ...

Code snippet plugin

Are there any good code snippet plugins for visual studio? I want a plugin which can use a online snippet site (such as snipplr). It should be easy to both find and upload snippets. ...

I cant find the Plugin Project in my newly installed Eclipse? Help.

File > New > Other , but its not there. =(. I only see General, CVS, Java, Tasks, XML and Examples. Do I need to install anything else to get the Plugin Project so I can use the wizard? Thanks, I was planning to write some sweet plugins but I am stuck. ...

How do I create an automated task in Eclipse? Maybe a plugin?

Using Eclipse 3.5 (FlashBuilder), I'm doing a bit of AS3 work. With the in-house MVC framework I'm using, When I create a view - I need to make a change to quite a few files. Its a simple process but its tedious and would work absolutely fine using some sort of automation. Is there a plugin that allows me to do this? Monkey doesn't w...

Cakephp - Having Issue when submitting form to plugin controller action

I am a 3+ years old in cakephp and facing a somewhat strange issue with submitting a form to plugin controller's action (i am using plugin first time). After trying different known things i am posting this one. Going straight into the matter here is the form in my "forum" plugin's search_controller.php's "index" view: echo $form->creat...

struts2 + convention plugin issues

I have two issues with struts2 that are somewhat related. I should also mention that all of my jsps are in WEB-INF so they can't be directly accessed by typing in ../page.jsp, but they CAN be accessed by typing in ../page. First, lets say I want to implement Registration functionality in my website. I have register-form.jsp. This i...

jquery cycle plugin -- IE problem with centering slides..

pls compare this pg in FF and IE.. http://mayacove.com/cycle/photos_cycle.html I had thought it was a z-index problem with IE, but it's not.. if I comment out all this code.. $(document).ready(function() { $('#photos').cycle({ fx: 'none', timeout: 0, next: '#next', prev: '#prev', af...

How can I optimise this jquery (using Cycle plugin) code?

I'm a novice jquery developer and I wrote this code to create nested cycling divs using the JQuery Cycle plugin. I want to optimize this code because to be honest? It's working, but it's bad! real bad! Thank you! Note: Anyone can use this code if he finds the need to and modify it in any way. CSS: .divCycle1 { float: left; ...

Eclipse Plugin only working on my machine

I wrote a Eclipse plugin for adding hungry-deletion, and it appears to work on my machine. However, I had a few friends try it, and it doesn't seem to load at all on their machines. The installation process is just to copy the resulting .jar to the plugins/ subdirectory of eclipse. I've tried re-installing eclipse on my machine and in...

I want to be able to search an html page that is refreshing every 10 seconds for the word "stat".

I want to be able to search an html page that is refreshing every 10 seconds for the word "stat". If the word is found I then want to alert the user through a pop up dialog and possibly a repeating sound until the user acknowledges it. UPDATE: Sorry the question was a bit ambiguous. I do not know a great deal about this stuff I just do...

How do you allow users to input values for your Immediacy Plugin via the Extended Tab?

I am currently building my first Immediacy Plugin, and do not have access to any documentation at the time of writing this. I have created a user control (single inline file, as opposed to code behind) that produces the required output. However I need a way of passing an integer specified the page creator to the control. I've seen this...

Export Non-executable jar in Eclipse with Reference Libraries

I have a project in Eclipse which I would like to export into a jar. However, this code is only generic helper code I use on many projects and would like to have wrapped up nicely, so I do not want to create an executable jar. My code relies on two referenced libraries, but it seems that the non-executable jar export feature in Eclipse d...