Developing Firefox plugins?
What language(s) do I need to know to develop plugins/extensions for Firefox? Also, any useful tools (as far as IDE or SDKs)? ...
What language(s) do I need to know to develop plugins/extensions for Firefox? Also, any useful tools (as far as IDE or SDKs)? ...
I am using 7-8 plugins with CakePHP, and the webpage takes from 3 to 6s to load . Why do plugins slow down CakePHP so much? O_O. I found out it is slow because it loads model in plugins (I disabled Cake's cache globally) (I use localhost to develop the website, Debug level = 2) Using DebugKit, I found out Component initialization and st...
Hello, I am creating a plugin and it cannot access $(this). A simple overview of my plugin is (function($){ $.fn.myPlugin= function(options, callback) { return this.each(function(){ $(this).click(function(){ // some plugin works .. callback(); }); ...
I have to develop a plugin based software in ruby. What's the best architeture tu use? I am thinking about plugin like this, each in a separate .rb file: class MyPlugin < Plugin def info infos end def run # run end end How i can write a plugin manager to call these plugins? ...
Does Visual Studio have a capability, or is there a VS plug-in, that will reformat ASP.NET and HTML markup (i.e. perform pretty printing). Specifically, I want it to put all properties or attributes in alphabetical order for each tag, possibly with some exceptions that the user can specify, say in a config file. Also, each property or at...
Dear all, Would you please help me to download glass-fish plugins for eclipse 3.6 (Helios) I tried 'https://ajax.dev.java.net/eclipse' URL in new software install in the eclipse, but it doesn't work and show me 'Cannot complete the install because one or more required items could not be found.' Error Regards ...
Hello I'm beginning to write wordpress plugins, and I've found a situation where I need to create tables to continue. Can someone point to a decent tutorial on modifying Wordpress's database? Their usually excellent documentation seems lacking on this topic. ...
Hello I'm creating a plugin for wordpress that'll require a couple of custom template tags for theming purposes. At the moment I have this function: function gs_subscribe_button ($type) { echo "alert"; global $wpdb; $table_name = $wpdb->prefix . "subscription_types"; $result = msql_query ("SELECT * FROM $table_name WHE...
I am novel software guy so I have little experience with software design. I have a question to ask: suppose I create a extensible software application with a plug in architecture, so that new applications can be integrated in this tool. If a new application is written in a different language and needs to be integrated in this application...
I'd like to use phpThumb ( http://phpthumb.sourceforge.net/ ) on my view layer to automatically size some images. What's the recommended way to integrate phpThumb into the CodeIgniter architecture? Has anyone done this already and found that you prefer one method of integration over another? I'm basically looking for opinions on using ...
I'm currently developing a image browser in PHP and jQuery. I've managed to create a custom button plugin that opens my image browser in a new window (not a dialog box): CKEDITOR.plugins.add('imgbrowser', { init: function(editor) { var pluginName = 'imgbrowser'; editor.ui.addButton('Imgbrowser', { ...
The plugin declared in my application.ini file is not being triggered. I can install plugins the old way via the Bootstrap file, but I'd prefer to keep it in the INI. It doesn't ever load that file, no exception thrown, nothing. I've tried adding .class to the declaration, but nothing. application.ini [production] phpSettings.display_...
Is this possible to download GWT plugins for eclipse separately ( without downloading with eclipse directly ) ? because i need to install it on multiple eclipse on multiple pc and I want to archive it for future needs. I want to paste it in dropins folder in eclipse later. Regards ...
Dear all, How to export installed plugins from eclipse? I want to use some of my installed plugins in another eclipse machine. I don't want to download those again. Regards ...
I am trying to use a tooltip jQuery plugin. This is what I have in <head> of index.html: <head> <title>Index</title> <link rel="stylesheet" href="style.css" type="text/css" /> <script src="js/jquery-1.4.2.min.js" type="text/javascript"></script> <script src="js/simpletip-1.3.1.min.js" type="text/javascript"></script> ...
I have to develop a GUI for an extensible application. As different extensions will be added or removed to or from the application, The GUI is expected to change a lot (menubar etc..). I would like to ask the following questions: 1) what the GUI needs to provide for the extension 2) What does the extension needs to provide to the GUI I ...
I uses the jQuery pluins event.drag and event.drop see a demo (just a reference question is not about restricting movement to a container) Is it possible to prevent dropping of a drag element on the top of another element? but it can be dragged over the other. ...
Hi, I am developing an iPad application that plays videos from Internet Video Archive (IVA). I can play the IVA URL in iPad-Safari. But, I am able to get it streamed in my app. I am doing the following things to play the video: Add an outlet to webview in the nib. I have written the following code in my play method: NSString *myU...
I've heard mixed responses about this working/not working . Mine happens to not work since I've upgraded. I upgraded rails by using a rails plugin that install rails 3.2. http://github.com/galetahub/rails-ckeditor For non-rails users, this basically just installs the latest version of CKeditor with an external yaml file for handling...
Is there a plugin to integrate Face FX with Blender? I only see plugins for Maya, Max, SoftImage, and MotionBuilder on the Face FX website. ...