plugins

Display code in WordPress

Hi, I found some threads regarding this issue on SO, but so far nothing mentioned there helped me. I want to display C# and XAML Code in Wordpress. I, unsuccessfully, tried using the following plugins: Google Syntax Highlighter for WordPress WP-Syntax Code Auto Escape When writing a new article, I go to the "HTML-View" where I trie...

Wildflower CMS is NOT a CakePHP plugin...Baked Simple CMS IS a CakePHP plugin...what's the difference?

Hello, I just started playing with CakePHP and I found Wildflower CMS . I like the idea and am going to start tinkering with it. I have a question, though. In the README, I found the following: "Wildflower is not and won't be a CakePHP plugin". What's the difference between Wildflower and something like 'Baked Simple', which claims to...

NSLog with PlugIn development for Coda

I've just started and am attempting to write plug-ins for Coda. Now, I can't for the life of me i can't figure out how or where NSLog's get outputted for debugging. When the plugin is loaded by Coda, it works fine. So my question is: 1) for the quick and dirty, should I be using NSLog w/ an app plugin? 2) what happens everytime I cal...

How to make GEdit a good jQuery/Web Design editor?

I want to have Syntax Highlighting for jQuery and maybe when I type <html> it can automatically insert </html>. Is there anyway to make GEdit do this? ...

Rails 2.3.4 and jquery form plugin works on development, not in production?

Hello, i'm trying to build a contact form in Rails 2.3.4. I'm using the jQuery Form plugin along with this (http://bassistance.de/jquery-plugins/jquery-plugin-validation/) for validations. Everything works in my development environment (mac os x snow leopard), the loading gif appears and on my log the email gets sent and the "request co...

jQuery plugin to add UserVoice-style feedback tab to a web page

Is there a jQuery plug-in out there that can mimic those fixed position tabs people use on their sites? The tab is usually fixed on the left or right hand side of the web page. UserVoice provides a script to submit feedback, which adds a tab to your page (they have a feedback tab on their own page if you need an example). Stack Overflo...

Problem with jQuery Autocomplete

I try to integrate the jQuery Autocomplete plugin [1], but doestn't work for me. Here my code: $('#input').autocomplete(function(term) { var searchUrl = urlBase + 'tagging/autocomplete/?term=' + term; $.getJSON(searchUrl, function(jsonData) { test = jsonData; console.log(test); }); }); Th...

jquery acces content loaded via ajax call

i'm trying to write a jquery plugin that when i click on a image to pop an alert message. Those images are loaded via load() method. Is there possible to load the plugin on document ready and the plugin to have acces to the loaded content? i don't want to use a callback function, i just want to include the plugin in the html page and the...

Using Jquery Scroll Follow plugin with Cookie plugin

I'm using the Jquery Scroll Follow plugin to allow a box to follow along as a user scrolls down the website. Scroll Follow allows users to disable or enable the scrolling feature and uses the cookie plugin to remember the users choice across pages. Scroll Follow works great, but the code enables scrolling right away when a user first ...

Using css_color plugin for vim causes omni completion not to work

I am using the css_color.vim script with gvim 7.2 on vista. Because of this script I am not able to use omni-completion for css that came with the gvim I installed, which works perfectly fine if I rename the css.vim file to css.vim.bak or something. I usually open omni-completion drop down using <C-x><C-o>, but with the css.vim, when I ...

Forum vB plugin not working

So I made a plugin/hook <?php ob_start(); include $_SERVER['DOCUMENT_ROOT'] . "/delta/pack_files/other/login.php"; $loginphpp = ob_get_contents(); ob_end_clean(); ?> I enabled hooks/plugins in the settings, and i set this plugin to be at global_start the folder directory is correct and I called this with $loginphpp, but nothing shows...

jQuery plugin callback

ok, so what i'm trying to do is a plugin that returns a jquery array to be used in a callback function. let's say that i have this code`` (function($){ $.fn.extend({ //plugin name myPlugin : function(needed){ var defaults = { path : 'action.php', source : '' } var needed = $.extend(defaults,needed); //return return...

jquery star rating plugin and jquery click function

I'm using the jquery star rating plugin: http://www.fyneworks.com/jquery/star-rating/ I might get some html code like this: <form name="api-disable"> <input type="radio" class="star {split:2}" name="api-readonly-test" value="1"/> <input type="radio" class="star {split:2}" name="api-readonly-test" value="2"/> <input type="radio" c...

Jquery star rating plugin and cancel rating button

Using this plugin: http://www.fyneworks.com/jquery/star-rating/#tab-Testing I have a simple callback function that picks up the id from the radio buttons: <input type="radio" class="auto-submit-star {split:2}" id="myid" value="1" /> $('.auto-submit-star').rating({ callback: function(value, link){ alert($(this).attr('id')); } ...

Vimperator pass-through/unset <C-Tab> by default

By default is mapped to gt command, which selects next tab. I want to pass-through to Crtl+Tab plugin which does MRU for tabs. Any idea? ...

How to use Readmore plugin through Articles in Joomla ?

I am looking for the readmore plugin to integrate more than one read more link through the articles. i have installed Readmore Ext, AutoReadmore, Readmore Link Plugins. I installed and enabled these plugins. Now What i need is how can i integrate the readmore link in articles using these plugins. I want to show more than one read more l...

Qt: Writing plugins for other applications

I am writing a plugin for another application. I want to support the plugin on multiple platforms, so I am strongly considering using Qt. The plugin needs to be able to show some basic GUI. The plugin interface does not in any way handle GUI - it is just a simple DLL/shared library specified with a C-header file. Can I use Qt inside su...

How to tell Firefox where to find my plugin?

I have a webpage that uses a custom plugin, like this: <embed height="0" width="0" type="application/mozilla-plugin-myplugin" id="myplugin"> Now, whenever someone visits this page without the plugin installed, Firefox popups a yellow bar telling the user that not all plugins are installed. So far so good. But, when the user presses t...

How to program a plug-in?

Hey Folks, I need to create a plug-in that updates an application. Look, I have a host application, but probably I will update it with to more functions. I am working in Windows with Delphi 7. Basically, "my plugin" should add 2 or 3 new functions to the host application. How can I program a plug-in (or a functionality) that inserts new...

How do I install an older version of Flash Player?

When I try to install an older build of Adobe Flash Player to test a SWF I'm developing, the installer tells me I cannot complete installation because a newer version of Flash Player is available. I need to install the older plugin because my users have reported that it exhibits different behavior than what I'm seeing with the latest upd...