One Window Development with Coda

I’ve been on a pretty steady diet of TextMate and Transmit for my web development needs since I switched to the Mac about two years ago. As most people in the Mac developer community are probably aware, Panic recently released their new tool for web developers called Coda. Coda eliminates the need for constant switching between applications by trying to bring everything under one roof. That means you can FTP files, write code/markup/CSS and work in a terminal window all inside of Coda. I’ll save you all the gory details of the program and simply suggest you check out the Coda website to learn more.


In the short while I’ve been using Coda I have nothing but good things to say. I’m at a stage in my freelance career right now where I am not taking on new projects and am more than happy to continue to provide support for my existing client base. Coda allows me to quickly make updates and fulfill client requests with an almost disgusting level of ease that my previous workflow just didn’t provide. I can be in-and-out of a site in a matter of moments.

Right now it’s looking very, very likely that I’ll be dropping the usual Textmate/Transmit setup I’ve come to rely on in favor of using Coda full-time.

May 7th, 2007 | Mac, Programming | 2 Comments

2 Comments

  1. Speaking of Coda, do you know how panic makes the website GUI fade in and out with mouseovers like they do? I looked at the code and found – fadeIn(this) and fadeOut(this)
    Those commands seem to do the job, but I can’t get it to work for the life of me. i.e., what is (this)?

    Comment by Jack — September 18, 2007 @ 1:06 am

  2. It’s all done with custom javascript they’ve written themselves. Unfortunately, it’s not licensed for public use at this time.

    Comment by Brian — September 18, 2007 @ 11:07 am

Leave a comment...