I'm a fan of style cop but hate the way it dosn't have a more producticve way of resolving errors.
So I'm thinking, to give me a wee project to keep me happy in my spare time, of creating a Visual studio plugin to automate some error fixing.
Has anyone authored a plug in before and got any useful links, hints, experience to share?
...
Are there any decent plugin's for Eclipse that allow integration with StarTeam?
I miss the 'tight' intergration I used to have with CVS/SVN.
...
e.g. imagine (this isnt the real problem but it's v similar) I'm legally required to provide a 'family-safe' search engine. I'd like to permit (or turn a blind eye to) third parties supplying, or users using, plugins that I legally can't supply.
The third party plugins would be downloaded by the site user & I'd have nothing to do with...
Has anyone gotten the Globalize plugin to work Rails 2.3.2 or later? If so, could you direct me to some useful info?
...
I am compiling a plugin for FileMaker using Xcode.
I get no errors or warnings, and my 'target' is my FM/Extensions folder. Everything works well on my computer. It installs and then when I open FileMaker/Preferences/Plugin it is listed like it should be.
Problem: I copied the project to another computer and I get the same results exce...
I have 6 years of C# programming experience and I'm looking to broaden my horizons. I'm going to build a simple web app to demonstrate knowledge of Ruby on Rails so I can get my foot in a place that might want a Rails programmer. It's the hot new thing, so I want to be marketable.
Anyway, I have been playing around with solr and tomcat ...
I have a small third party flash application I'd like to incorporate in my rails app, but I am struggling to get it working properly.
I believe it belongs in vendor opposed to lib, correct?
Let's say I want the flash app to be loaded in my users controller in the signature action, how would I go about loading it in there. The app has m...
I'm considering developing aspects of a website as Rails plugins for reuse. My question is about the development process. Since each of these plugins will provide a "slice" of functionality, should I develop each "slice" as it's own application and then extract the code from each application into a plugin? Or, should I write them as p...
Which is simplest, easy to use for non programmer, customizable jquery form validation plugin ? I don't need ajaxable . i need simple plugin
...
I've been using the jquery cycle plugin (malsup.com/jquery/cycle) and it's doing exactly as I want except that it doesn't seem to recognise the first slide as slide one. I'm using the onAfter function to to turn the next/prev links on and off as appropriate and to
display page 1 of ? but the next link persists on its own on page 2
(when ...
Are there (free or commercial) IDE editor plugins for Delphi which
show valid XML tags and parameters automatically while editing (like CodeInsight for HTML does it already) or suggest the correct closing tags, matching the current open tag?
validate a XML file in the IDE editor against its XSD, or to check its well-formedness?
format...
I develop an open-source CMS, which is licensed under GPLv3, and I want to open the plugin/modules architecture for anyone to contribute their own extensions. However I want to give contributors the freedom to choose whatever license they want for their extensions, and not force them to use the main application's license.
My understand...
I need resources -preferably a text- about programming systems that supports plugins or extensibility and other related detailed stuff, like handling permissions and resources for those plugins
...
from style that looks like this:
ul#menu
{
padding: 0 0 2px;
position: relative;
margin: 0;
text-align: right;
}
to:
ul#menu { padding: 0 0 2px; position: relative; margin: 0; text-align: right; }
Is there auto plugin, or script?
...
I'm developing a Firefox plugin using XPCOM, I've not yet read all the docs, but as far as I can see, A plugin is simply a DLL that provides services via a XPCOM interface and interacts with the browser via XPCOM interfaces. Since the plugin itself is a native DLL, how would the security model work? Would it rely on the fact that the use...
I'm using the Galleria plugin inside an Accordion plugin to display images in a super cool way. A problem occurs, however, when I open up a new tab (in the accordion) then come back to the gallery tab. This is causing the galleria to be reinitialized which makes it fail.
I was wondering if there's a way to __deconstruct() a plugin so it...
I have tested the scrollTo() plugin, but I need a way to stop the scrolling animation, so I am looking at serialScroll().
Here is what I used with scrollTo:
$('#scroller').scrollTo('1000px', 3000);
My question is, how do I do this same thing with serialScroll? I can't get it to work the same way as scrollTo, isn't that what it is su...
Exact duplicate of How to select elements like question1, question2, question3,… in JQuery form validation plug-in?
<input type="text" name="question1" />
<input type="text" name="question2" />
<input type="text" name="question3" />
<input type="text" name="question4" />
$(document).ready(function() {
$("#item").validate({
...
Are there any good solutions for capturing events from within iTunes?
I'd like to build a plugin that sits inside of iTunes and respondes to rating changes for particular songs. For Windows they have an SDK that I haven't delved into yet, but I'd like to find something for Mac too.
Any suggestions?
...
I'm trying to authenticate against the user db of my website (CMS based) and it uses a slightly different approach at storing hashed passwords. It uses a randomly generated salt for each user. The salt is stored in the user db along with the hashed passwords. Hence, direct field-mapped authentication (as the External DB plugin does) won'...