Tagged Questions

3
votes
4answers
964 views

PC equivalent of Coda?

Can any one recommend a good all-in-one web development tool for Windows. Something on par with Coda (Mac OS X)?
1
vote
1answer
52 views

Subversion Dreamhost Coda

I am a intermediate web developer, I am attempting to integrate subversion into my workflow. I have come to the understanding, that it is something important to learn, and can save me from rewrite …
1
vote
2answers
233 views

Is there an extension for jQuery code-completion in Coda?

Hello, Do you know if there is a plugin for Coda to do the kind of code completion below for jquery? As far as i know there is such extension for Visual Studio, hope there is a way to do that in Coda …
0
votes
2answers
31 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
106 views

Can’t access any outlets after using loadNibNamed

Edit: In case someone wants to look at the actual code, here it is: http://pastie.org/713951 Long story short: the problem I'm having is I can't make the window show up in the fly() function. Full …
0
votes
2answers
29 views

Use of jQuery for creating an interactive skeleton?

Hi, Im trying to create an interactive skeleton (human type) whereby when a user rolls over a specific point a popup/tooltip appears showing details. I have a theory in my head as to how I should go …
0
votes
2answers
29 views

NSLog with PlugIn development for Coda

I've just started and am attempting to write plug-ins for Coda. Now, I can't for the life of me i can't figure out how or where NSLog's get outputted for debugging. When the plugin is loaded by …
0
votes
1answer
139 views

How do I get Panic Coda to use Github for Source Control?

How do I get Panic Coda to use Github for Source Control?
0
votes
1answer
118 views

jQuery Coda Slider

Hi, recently just tried to jump right into jQuery but found it to be harder than I expected. I was trying to implement the Coda Slider 1.1.1 to my new layout. Somehow my cross-links are not causing …
0
votes
3answers
168 views

Syntax highlight for Haml/Sass for Coda

Anyone know where I can get a syntax highlight for Haml/Sass for Coda?
0
votes
0answers
57 views

Coda SVN with self signed SSL

Seems to be a few Coda users here. Does anyone use SVN with a self-signed cert in Coda? It throws an error that the cert isn't valid, and doesn't give the option to ignore it. Is there any way to …
0
votes
1answer
187 views

Coda Slider Tab Navigation

I am using Coda-Slider for my website and I want to know if there is a way to change the content of each tab. For example, the user navigates onto tab2 where I placed a link to redirect the user to …
0
votes
3answers
64 views

Unable to see the source code of Coda

I read Jeff's blog post that someone had managed to see a closed source code by a program called Reflector. I would like see the source code of Coda, which is a shareware app. However, I am not sure …
0
votes
0answers
121 views

Coda: Automatically Clear JavaScript Console on page reload?

Is there any setting in Coda, or hackable solution, to get the JavaScript Console log to automatically clear itself after page reload? I often stumble when I see old errors in the log, that doesn't …