There is a company that uses salesforce software to keep track of all customers and the performance of the employees. I am building a points website, which is about the manager rewarding points to employees for a job well done. I want to integrate the info from salesforce software database about the employees and present it on my website...
I'm probably making a mess of this...
I'm trying to add a filter to the_content that will add a method from an external class, but keep going round in circles.
Can anyone point me in the right direction??
class MyClass {
var foo;
var bar;
function myMethod($id) {
// some code
}
}
I'm stuck on accessing ...
Hi All,
I want to create my own plugin, Is there any tutorial available. I want to do it in java.
Thanks in Advance.
...
Hello,
I am planing to use SIMBL to load a plugin in the dock. Do you know if it is able to do a such thing? I've checked on the website but no mention of this.
Thanks !
...
Hi,
I am trying to write a simple plugin to wordpress but i have a problem.
this is the plugin:
function replace_css_php($text){
return str_replace(".css",".php",$text);
}
add_filter('bloginfo', 'replace_css_php', 1, 1);
add_filter('bloginfo_url', 'replace_css_php', 1, 2);
the problems is that other plugins (not my plugins), ad...
Hi,
I recently downloaded latest version of nutch. (nutch-1.1) While going through its code, I noticed that there is a conf/schema.xml file which defines schema for solr part bundled with nutch.
This schema.xml has fields for every plugin.
My question is, How do I find out, what values a particular plugin is retuning? In other words, ...
Hello,
I want to install sfJQueryReloadedPlugin in my project. I have read on the official site that is the plugin will replace sfJQueryPlugin (which doesn't work with the most recent versions of symfony).
But I have an error : it tells me this plugin isn't support by symfony 1.4 and it's a plugin to symfony 1.0.
So I want to know if ...
My Python application is constructed as such that some functionality is available as plugins. The plugin architecture currently is very simple: I have a plugins folder/package which contains some python modules. I load the relevant plugin as follows:
plugin_name = blablabla
try:
module = __import__(plugin_name, fromlist='do_somethi...
I have installed sfTCPDFPlugin in my project, but when I try to test if the installation is alright (with the source found on the official site) I get the error:
Fatal error: Class 'TCPDF' not found in C:\wamp\www\mairie\plugins\sfTCPDFPlugin\lib\sfTCPDF.class.php on line 12
How can I fix it?
...
What is the best way to handle consumer secret keys for OAuth in plugins that will be distributed with/as source code (e.g. Wordpress plugins that access Delicious or Twitter)? I know OAuth is not designed with this in mind, and there are proposals to solve it, but what is the best practice at this moment?
There seem to be two approache...
I have an IntelliJ project with eight modules and roughly 500 KLines of Java. I added a Scala Facet to a module that depends on all the other modules.
When compiling HelloWorld.scala in IntelliJ IDEA 9.0.2:
object HelloWorld {
def main(args: Array[String]) {
println("Hello World!")
}
}
I got the following output in the Messa...
Hello,
I'm writing a jQuery plugin that has a couple of callbacks, and am at the point where I need to allow one of the callbacks to run. The callback in question is 'beforeListItemSelect', so naturally I'd like the plugin code after the callback to not run if the callback function returns false. So the following is a section of my plug...
I am looking for a widget that I can plug in to my ASP.NET site that will allow users to create math formulas with their associated MathML. Ideally this would be similar to an HTML editor like TinyMCE.
There have been solutions in the past (see http://stackoverflow.com/questions/698272/mathml-latex-or-similar-for-web-based-wysiwyg-edito...
Hi there,
I have started trying to use Pfeed plugin for my Rails app. Apart from four support pages of wiki on the Github, I only found this blog post helpful for me to start using.
I have managed to get the simple feeds working like "User bought 12 items about 1 minute ago" etc. But when it comes to customize the feed items, that's w...
I'm starting a new project which would greatly benefit from program add-ons. The program in its most basic form reads data from a serial port and parses it into database records. Examples of add-ons that could be written would be an auto-archive add-on, an add-on to filter records, etc. I'm writing both the program and the add-ons, but s...
I am writing an eclipse plug-in that extends editor. Inside the editor I put some EditParts. From some of these edit parts I need a reference to their encapsulating editor (so that for example, when clicking an instance of MyEditPart, I want to programmatically close the editor).
Please advise on the API to get from an EditPart insta...
Is it possible to extend the 'dynamic web project' wizard of Eclipse?
I would like to create my own wizard that generates a dynamic web project based on my own templates. I was able to create my own java project wizard and then apply the web facets/natures but I would like to reuse the UI of the 'dynamic web project' wizard.
...
Hello,
is there a way to rename files during the upload progress within the Wordpress 3.0 backend? I would like to have a consistent naming of files, especially for images.
I think an 12 (+-) digit hash value of the original filename or something similar would be awesome. Any suggestions?
Regards
...
What technologies are used to power Quake Live?
Specifically, how do you create a web application that makes such extensive use of 3D in the browser? The service requires you to download and install a plug-in in order to play. How do you create such a plug-in, and how does it interact with the web site?
...
I'm looking to create a plugin for resharper 5. I looked through their site and didn't find any information about where to begin. So, where do I begin?
...