3
votes
1answer
13 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 …
0
votes
4answers
195 views
ASMX in Delphi Studio
Hi guys,
I recently bought Bob's book Delphi XML, SOAP & Web Services
in page 85 of this book the (Delphi 2006 8used) comes with several New Item Categories such as
C# Projects
C++ Builder …
0
votes
1answer
215 views
How do I update an Eclipse template variable on the fly?
I've added the following new Eclipse template via extension point. It simply adds a template for a sample testTag tag.
<!-- Add code template -->
<extension …
0
votes
1answer
19 views
disable auto in jcarousel lite when click button
Here is all my javascript code
$(document).ready(function(){
$("#imagetrip").jCarouselLite({
btnNext: ".next",
btnPrev: ".prev",
visible:5,
auto:3000,
speed:1000,
easing: …
4
votes
23answers
8k views
Is there a way to get jadclipse working with Eclipse 3.4?
I'm a big fan of the Jadclipse plugin and I'd really like to upgrade to Eclipse 3.4 but the plugin currently does not work. Are there any other programs out there that let you use jad to view source …
1
vote
7answers
422 views
Check if jQuery is loaded in PHP
Is there a way to check if jQuery is loaded using PHP?
I have two different plugins in Joomla that load the jQuery JS, but when it is included more than once it does not work correctly.
To explain …
1
vote
0answers
10 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
29 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 …
6
votes
30answers
5k views
What is your favorite visual studio plugin?
What is your favorite visual studio plugin?
1
vote
0answers
13 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 …
1
vote
3answers
108 views
Firefox Cocoa Plugin
I`ve created simple hello world-like plugin which draws red box.
Аfter embedding into xulrunner application the plugin works almost fine. Xulrunner application successfully redraws the box on …
3
votes
2answers
272 views
How to debug/break in codedom compiled code.
I have an application which loads up c# source files dynamically and runs them as plugins. When I am running the main application in debug mode, is it possible to debug into the dynamic assembly? …
0
votes
1answer
17 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
2answers
23 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 …
1
vote
1answer
25 views
Eclipse StarTeam plugin?
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.
