0
votes
0answers
23 views
Javascript image editor library
Hi all,
My friend and I have plan to build a web shop. One of the shop's main feature is the ability for the customer to design their own stuff. My friend took polyvore website as an example.
The …
0
votes
2answers
19 views
Sharing a single cocoa framework copy across plugins
I have a set of plugins, a plugin framework for common code and a host app. These are each in separate Xcode projects (including separate projects for each plugin). In the end, I need to be able to …
1
vote
1answer
38 views
Retrieving display value of lookup field in Dynamics CRM C# plugin
Hi,
I am trying to retrieve the display value of a lookup field in a plugin for MS Dynamics CRM 4.0. The value of the attribute is a GUID which points to another entity (owner of salesorder in this …
0
votes
3answers
31 views
Jquery drag and drop plugin between tables
I'm looking for a jquery plugin that makes it possible to drag and drop between two different tables. I have a table containing search results and I want to make it possible to drag each result to …
0
votes
1answer
12 views
FileMaker Plugin Package
Is anyone familiar with installing plugins in FileMaker?
I created a package in PackageMaker using a new plugin. Everything seems to install correctly, I can see the new plugin in the extensions …
3
votes
1answer
27 views
Rails plugin development documentation and resources
Are there any resources or documentation for developing Rails plugins?
I'm using other plugins as examples, but it's hard to know if I'm doing something wrong, or if there's another way to do …
2
votes
0answers
14 views
Open source theme/plugin directory engine
Most open source wiki and CMS engines host user-contributed themes/plugins in directories whose code, strikingly, is not itself released as open source software. Possibly the best example is …
0
votes
2answers
34 views
Wordpress Plugin without any Host
I have a blog hosted in wordpress. I bought a domain from GoDaddy and forwared it to my wordpress blog. Now, if I want to install any plugin to my site, I always get instructions like - download this …
1
vote
0answers
14 views
VS2008 plug-in capable of adding imports and references
Very often when coding I'm missing a Imports (Using in C#) and have to look in Object browser to find in what library is located.
Sometimes the library is not even referenced in the project.
Do you …
0
votes
1answer
26 views
rails recaptcha on localhost? windows causing issues?
I just checked out this answer: http://stackoverflow.com/questions/1076600/rails-recaptcha-plugin-always-returns-false
but it didn't seem to help. I'm trying to run recaptcha on rails on my local …
0
votes
3answers
24 views
adding variable into a jquery plugin
Hi, i dont know if it can be done but can you use a variable to use in this instance:
This is the normal way:
jQuery(function() {
jQuery('#cropbox').Jcrop({
onChange: showCoords,
…
0
votes
2answers
24 views
How to create a Coda plug-in which creates a new site?
Hi,
I'm using Coda for web developement. I often create new sites in my ~/Sites folder. I always enter the same information in Coda, except for the name of the site, and the directory where it's …
0
votes
2answers
34 views
How to write XCode plugins?
Where can I find resource on how to write XCode plugins? I don't want to write macros and project templates, but plugins that extend the IDE functionality like the ones that can be developed for …
1
vote
3answers
61 views
Writing a visual studio plugin?
I'm looking for resources on writing a visual studio 2008/2010 plugin, preferably a book of some sort.
0
votes
1answer
43 views
git not responding to my rails vendor/plugins directory
My git works fine in my app, except it doesn't respond to my vendor/plugins/paperclip directory. I can make a change in vendor/plugins/whatever and git status will show it, but not in …
