I am using the plugin:
http://github.com/karmi/is_taggable
How can I perform simple statistics on my tags, e.g. what's the most used tag? which tags are not used, etc.?
With SQL I would do something like:
select id, count(*) from taggings group by taggable_id;
But I am not seeing how to do this with the plugin.
Thanks!
...
Have anyone seen or tried Wordpress.NET?
I read an article about it before, but it is now nowhere to be found.
Any similar open source where I could get one?
...
I'm using the JQuery Validation plugin. I'm using the remote option to make a call to my webservice to check if a company name exists. The webservice only accepts JSON data.
I pass the data to the webservice from the Company Input Field in my Form as follows:
data: "{'company': '" + $('#Company').val() + "'}"
But this always returns a...
After I click the Finish button to install a plugin (the P4WSAD Perforce SCM Support plugin):
...I get a Duplicate Conflicts dialog:
This seems strange, since I'm not installing any "Mylyn" plugins, but perhaps they're updating automatically as a result of the plugin I'm trying to install. Apparently the existing version of the pl...
I'm getting interested in programming a VST plugin, and I have a basic knowledge of audio dsp's and FFT's.
I'd like to use VST.Net, and I'm wondering how to implement an FFT-based effect.
The process-code looks like
public override void Process(VstAudioBuffer[] inChannels, VstAudioBuffer[] outChannels)
If I'm correct, normally the FF...
Has any one found a replacement for rockscroll or metalscroll for visual studio 2010?
I miss it so much that i looked into making one my self but only have word highlighting working and a place holder scroll bar and seems to be much harder than i thought it would be. Im happy to share what i got if someone is interested in helping.
...
Recently i've seen lots of modern web pages that can be scrolled using the arrow keys, like this one: http://www.thinkingforaliving.org/topics/curated I think they use jQuery (is not flash). Does anyone knows a good jQuery plugin (or other library) that does this?
...
Hi
I'm planning to write a pluggable application in python (+qt4). However I have great concerns about security. The plugins should be powerful enough as to do whatever they like within the application (and as a further constraint there will be a signing process and a warning for the user when using such a plugin), but interacting with ...
I'm trying to create my own plugin. But I'm having trouble getting things right.
It appears when I'm trying to traverse inside .each things go wrong.
I'm trying to go to the next item every 6 seconds by fading.
jQuery(function($){
$.fn.rotator = function(options){
this.each(function() {
var container = $(this);
...
Hi. I installed restful_authentication a while ago in my project, everything works fine, except that now we requiere the users to activate their accounts via email.
I forgot to include the option "--include-activation" when I ran the generate script, is there a clean way to add it now? Or should I re-install the plugin? If so, how can i...
Hi, for start sorry for my bad english... but i have a little problem with this plugin.
http://leandrovieira.com/projects/jquery/lightbox/ - to be sure we know what i'm talking about.
So... i've got an image gallery with thumbs, and everything goes well.. except... when i click on the first image... it shows - ok, but i can go to the ...
Possible duplicate:
What’s open-source commenting system are available?
Hi,
I'm looking for a way to implement Facebook/Twitter/OpenID/... authentication on my WordPress blog.
I have found plugins for Twitter, plugins for Facebook, plugins for OpenID.. but I'm afraid integration of all thos plugins will be tough.
Also, I have f...
Instruments is able to properly symbolize my app's main bundle (as well as frameworks and libraries) in the stack trace of the extended detail view. However, symbols aren't resolved for plugins loaded during execution.
Setting the build directory where the dSym files for the main and plugin bundles are located (as well as the app itself...
Please help about controlling PDFs through JavaScript loaded inside Safari.
Safari uses a PDF plugin of its own something exclusive to Safari and not present in other webkit based browsers like Chrome.
Any of the or js commands that would work with the Adobe's plugin don't seem to work.
Any help / pointers would be appreciated.
-nee...
Hello all ,
i am using ResourceBundle and i want to give the user an option
to select a language for the GUI.
i want to get a list of all resource files that are under a specific package.
i don't know what resource i will have since this application based on plug-ins
is there an option to ask from java to search all available resourc...
Hello all,
I want to create a plugin for wordpress to automatically serve pages containing data pulled from a provider's API.
The API returns one or more records containing data for that record and I simply want to have the plugin intercept the request, call the API with parameters pulled from the request URI and display the data using...
I've seen lots of MEF code for plugging into custom apps, but I am yet to find out how to write a plugin for VS2010 using MEF. I was under the impression that the new IDE supported this.
Does anyone know if this is supported 'out of the box', or does it require an install. Does anyone have any links, tips, etc to get me started.
...
Hi!
I have a C++ application that loads externals plugins thanks to QPluginloader.
QPluginLoader provides access to a Qt plugin. A Qt plugin is stored in a shared library (a DLL).
The plugins have to inherit from a pure virtual class ( and Q_DECLARE_INTERFACE ) and QObject.
I would like to create plugins by using python and PyQt.
Is t...
What are the difference, what get's used for which purpose?
...
Is it possible to wrap code in a special function that only executes the first time the plugin is activated?
I have some database code I need to run on plugin activation, but the code need not run again after that.
...