Hi, I'm a noob to this stuff. I want to make a C# program that uses plugins (as a way of learning). However, I don't understand where I'm going wrong here:
PluginClass = a.CreateInstance("MBPlugin");
PluginClass is of type Object. However it's always null. a is of type Assembly.
The assembly definitely contains a class named MBPlugin....
I have been looking for a way to create a PEAR package out of my Symfony plugin on Windows. I am unable to find any utility or tutorial explaining the process.
In case there is no solution, I will have to manually prepare my package.xml, which is kind of sad in this world of automation.
Any solution?
...
I am trying to add aspectj to a maven project using java 6.0. Browsing around I found 2 maven plugins, none of which works the way I would expect.
The first one http://mojo.codehaus.org/aspectj-maven-plugin did not work at first through netbeans because I could not get the code to compile 5.0 or later source (it complained about annotat...
I'm working with a learning management system called ILIAS; trying to develop a plugin for the PersonalDesktopHook [pdhk] plugin slot.
Sadly I'm stuck with deploying the simplest plugin:
Created a directory for my plugin:
ilias/Customizing/global/plugins/Services/PersonalDesktop/PluginName
Created a plugin.php file as describe...
which VCS (git, hg) plugin for vim do you recommend?
...
I am using a wp blog and I want leads to come in to go to be via email and then get refered to another website with the values already filled in?
I want to use php, but i will use anything that works.
does anyone know how to do this?
...
First thing on a morning, just after I switch on my PC (Windows XP) and start my Eclipse it simply shows the splash screen and then freezes. After about 20 minutes it will then ask me which workspace to load.
The problem was happening with 3.5 and 3.6 Eclipse. With the 3.6 Eclipse installation I only have the standard PDE install + Goo...
I have an eclipse plugin which I want convert to an intellij plugin. Is there a quick way to do that. What will be the design patterns I can use?
...
Lately I've been making a couple of mistakes when refactoring in Vim, the result was undefined and unused variables. Any decent IDE (like NetBeans) would mark them as such, but I've yet to come across a Vim plugin that does the same.
Can anyone help me out? I'm mainly programming in PHP.
...
Dear SO-ers,
Tiny question: Can JW Player load external plugins instead of from their CDN? Basically, I just want to host my own plugins. I'm looking for something I can add to the FlashVars parameters, most likely the URL to the plugin SWF. This has been bugging me for a few days, I haven't been able to find anything on the interwebs a...
For example: I want to create a new kind of tag (fancy_input_tag) for use from any view as a plugin. No problem, I can do this. The trick is my tag requires the use of stylesheets and javascripts. As usual, my rake task copies these assets into their appropriate public folders.
Having built this plugin myself, there’s no real issu...
Below is my code in the controller.
I have a page that takes empId and empDt as an input. based on that the query is run and results are displayed on the screen. I want these tabular results to be exported to an excel. For that I installed the export plugin.
and put
However, I m not able to export to excel.
I think I am doing somethi...
So I am stripping down wordpress and using it as a simple photo/video gallery site. Basically each section has two types of pages: the gallery index (just thumbnail images), and the photo/video page itself.
The problem that arises is one of lazyness, I have a whole lot of photos and videos to add, and creating a new post for each item ...
I'm quite new at web development, and I heard about all kind of tools and plug-ins for inspecting the network traffic.
The vast majority of my work is on server side, and I work with ASP.NET if that's relevant..
For now I use Fiddler which seems great, but I also heard about Firebug (for firefox) and ieHttpHeaders.. are these in the same...
I remember seeing a plugin for WordPress that allowed you to have blocks of content within pages, but can't remember the name. Anyone know which one it is?
...
Good time of day! Prompt please me, where can I find information about creating a system of plug-ins in C + +? linux
...
A little background
I'm working on an .net application that's uses plugins heavily, the application can request data from the plugins that is then sent back and displayed by the application.
First I implemented the plugin framework in MEF but feel that it was a bit limited for my purposes, I wanted to be able to isolate plugins and hav...
I have this plugin in the plugins directory within the admin module directory. So, it is in application/modules/admin/plugins/LayoutPlugin.php:
<?php
class LayoutPlugin extends Zend_Controller_Plugin_Abstract
{
public function preDispatch(Zend_Controller_Request_Abstract $request)
{
$layout = Zend_Layout::getMvcInstance();
...
What is a good jQuery plugin for a showing default value in an input box that disappears when it gets focus or a user starts entering text?
...
It seems to have disappeared from the top of Google. I've searched teh jQuery site, no results, the top results on Google are either dead links.
The links on http://plugins.jquery.com/node/3656/release don't lead to downloads.
I'm not a noob but something messed up has happened.
EDIT:
As per the replies:
"The top hit on the big G f...