Advertise here with Carbon Ads

This site is made possible by member support. โค๏ธ

Big thanks to Arcustech for hosting the site and offering amazing tech support.

When you buy through links on kottke.org, I may earn an affiliate commission. Thanks for supporting the site!

kottke.org. home of fine hypertext products since 1998.

๐Ÿ”  ๐Ÿ’€  ๐Ÿ“ธ  ๐Ÿ˜ญ  ๐Ÿ•ณ๏ธ  ๐Ÿค   ๐ŸŽฌ  ๐Ÿฅ”

Coda

Panic has released Coda, a new web development app for OS X. Panic co-founder Cabel Sasser describes it thusly:

We build websites by hand, with code, and we’ve long since dreamed of streamlining the experience, bringing together all of the tools that we needed into a single, elegant window. While you can certainly pair up your favorite text editor with Transmit today, and then maybe have Safari open for previews, and maybe use Terminal for running queries directly or a CSS editor for editing your style sheets, we dreamed of a place where all of that can happen in one place.

Ever since I switched to a Mac, I’ve been seeking a suitable replacement/upgrade for Homesite. I limped along unsatisfied with BBEdit and am finally getting into the groove with TextMate, but the inter-app switching โ€” especially between the editor, FTP client, and the terminal โ€” was really getting me down. John Gruber has a nice preview/review of Coda:

Each of Coda’s components offers decidedly fewer features than the leading standalone apps dedicated to those tasks. (With the possible exception of the terminal - I mean, come on, it’s a terminal.) This isn’t a dirty secret, or the unfortunate downside of Coda only being a 1.0. Surely Coda will sprout many new features in the future, but it’s never going to pursue any of these individual apps in terms of feature parity.

The appeal of Coda cannot be expressed solely by any comparison of features. The point is not what it does, but it how it feels to use it. The essential aspects of Coda aren’t features in its components, but rather the connections between components.

Panic’s implicit argument with Coda is that there are limits to the experience of using a collection of separate apps; that they can offer a better experience - at least in certain regards - by writing a meta app comprising separate components than they could even by writing their own entire suite of standalone web apps. Ignore, for the moment, the time and resource limitations of a small company such as Panic, and imagine a Panic text editor app, a Panic CSS editor app, a Panic web browser, a Panic file transfer/file browser app - add them all together and you’d wind up with more features, but you’d miss the entire point.

Panic co-founders Steven Frank and Cabel Sasser both weigh in on the launch. Has anyone given Coda a shot yet? How do you find it? I’m hoping to find some time later today to check it out and will attempt to report back.

Reader comments

FrankensteinApr 24, 2007 at 10:30AM

It's shareware--feel free to download it (only 15MB, apparently) and try it out for yourself before you buy a serial number.

Josh BlountApr 24, 2007 at 10:47AM

Been using it in a limited fashion for a few minor things at work this morning. I'm having a hard time not having keyboard shortcuts to switch between the different states (it'd be nice if there were a control + tab way to switch between views) but aside from that it feels like a very polished app.

Greg LeppertApr 24, 2007 at 10:49AM

The first thing I noticed is the lag in the terminal component; the best way to describe it is "sticky." Run a simple "ls" on your root directory in both the Coda terminal and the Apple terminal and you'll see what I mean. For anyone that spends a decent amount of time on the command line it might drive you nuts like it does me. Thats the trouble with Coda - if everything comes together with just the right performance (not necessarily features) it'll be an amazing product, but if even one component lags behind then it defeats the entire purpose of the app, forcing you to launch outside applications for what would otherwise be internal tasks.

Zac WasielewskiApr 24, 2007 at 10:54AM

Josh -- you can use Command + 1-6 to switch between states (the CSS editor, for example, is Command + 4).

dave rauApr 24, 2007 at 10:57AM

Josh, use apple+1 thru 6 to switch views.

I'm still trying to find out how to run the preview thru my local web server for proper processing of PHP.

It's hard to get me out of my bbedit mindset, but I'm giving it an honest go.

JoshApr 24, 2007 at 10:59AM

I played with it a lot last night, using it on an actual page I'm working on, and can say that I like it, but I have found some shortcomings that may be because I'm trying to use it for an unintended purpose. I'm using it for both PHP/HTML code, and actual text, and it falls a little short on the text portion, and there are some PHP/HTML code portions I would like to see improved.

Quickly, when working with actual text to be displayed, there does not seem to be a spell-checker. I would love to be able to see just the text with all the html hidden. It does a good job of offering code hints for functions, but it would be nice to offer completion hints for things like non-breaking spaces, less-than characters, etc.

Of course, I could be wrong and that it has all those things, but in my playing around with it last night, I couldn't find them.

It is really nice to have everything in one app, and I'm certainly going to play hard with it for the 14 days left on my trial. It is definitely great for programmers who just deal with code and use CMS for content.

BKApr 24, 2007 at 11:00AM

I downloaded it yesterday and used it to make a site for my upcoming wedding. Overall, it's quite nice -- it has the fit and finish I've come to expect from Panic. Will it replace BBEdit for me? I'm not sure.

Notes:
- Coda didn't recognize changes I made to my /images directory (is it supposed to?). I found myself having to switch over to Transmit to publish my images.
- I got an HTML file stuck in 'CSS' view at one point, and couldn't switch out of it. I just had to close the file and re-open it. No big deal -- it's 1.0.
- The preview mode is nice, although on my Macbook Pro screen, splitting the screen between 'Edit' and 'Preview' left little room for both. I ended up just cmd+tabbing to Safari and hitting 'reload.'
- Having img height/width automatically added to the tag would be nice.

I look forward to using it more. Cheers once again to the Panic crew.

Elliot Jay StocksApr 24, 2007 at 11:02AM

As with other Panic-authored apps, my initial reaction was to get very, very excited, but I'm trying not to let that cloud my judgement.

Due to some missing features and a clumsy CSS editor, I'm going to sit in the cynical camp. Details here, if you're interested.

DerekApr 24, 2007 at 11:03AM

I've been thinking about this since spending some hours with it last night, and I may as ramble here for a minute.

My first attempt didn't go so well, mainly due to Coda's lack of awareness of PHP includes and the anatomy of Wordpress themes - go to the preview pane, and all you see is a black and white version of your code! However, until they maybe integrate this (I guess it would involve building in a PHP engine to parse the code), you can use Coda as a browser, dial-up your site, and test changes once published. Not ideal, but ...

I was also sad to see no equivalent to BBEdit's markup functions/palette (i.e. select a chunk of text and apply a command to wrap it in a tag). However, the Clips palette is really cool, letting you replicate the same functionality - though I wish the keyboard shortcuts for Clips would work for wrapping existing text (currently you have to apply the clip from the palette to do this. It does mean you have to build up your library of HTML elements from scratch (I wonder if they're importable from an external file?).

Auto completion isn't quite as robust as TextMate's (as far as "tabbing-out" of attributes), and I miss TM's feature where you can change an opening element's tag and it will automatically change the closing tag to match.

But all around, really great app. Obviously the interface is unreal, and the workflow is great. And I love the single-clicking oddly.

BunkerApr 24, 2007 at 11:07AM

I'm working already all day in it and have noticed also some shortcomings.

I kind of crashes when you log in to a network mounted drive and a remote server at the same time.

i'm really lacking the equivalent of publish for the remote to local files.

I'll keep you posted on other things I notice.

DanApr 24, 2007 at 11:12AM

Been poking around in it this morning also. Thus far, it seems really nicely intuitive - I've been able to do everything I've wanted without having to look for how to do it yet. And I've got a lot of love for the thumbnailed sites view, which I actually gasped at when it came up, because it's just so pretty.

AndyApr 24, 2007 at 11:19AM

I only played with it a little, but was a little disappointed. I'll have to play with it some more, though, to make sure I'm just not missing things.

I guess my biggest complaint is that the Preview is not "live." If you split the screen between, say, the Code view and the Preview, the changes you make to the code will only show after you save. Really, this isn't as huge of a deal when it comes to structuring you code, but it would be an incredibly nice feature for the CSS (ala CSSEdit).

There's a few other things, but like I said, I'll have to look some more before I can really pass judgment. I have a feeling, however, that I'm going to end up just sticking to separate apps (in my case that would be Smultron, CSSEdit, and CyberDuck). As far as I can tell, there's no real advantage to Coda. The different views aren't really integrated with each other, so much as they ar *next* to each other, and honestly, I can switch between apps in the dock just as easily.

Vince TardyApr 24, 2007 at 11:19AM

I used it exclusively all day yesterday, and immediately purchased it this morning. Having all of the tools I need in one window just feels right; Gruber's review is spot on.

The TextMate + Transmit + [insert other development tool(s) here] combo has worked really well for me, and I'm sure there will always be a need for those tools. But Coda...brother, it's the tool that I've been daydreaming about during countless hours of switching back and forth between apps. I didn't realize just how much I'd missed working in a single window until I downloaded the demo.

I love the code hints, and SubEthaEdit works really well (I really only use a small fraction of TextMate's deep feature set anyway, now that I think about it), and as a bonus, the UI is elegant and intuitive, and generally easy on the eyes in a decidedly Mac-like fashion.

Anyway, give Coda a shot Jason, you'll absolutely dig it.

PS: I also loved Homesite back in the day, by the way...

Jeff CroftApr 24, 2007 at 11:21AM

I gave it a 15 minute play yesterday and was very impressed with the UI and concept -- but a little unerwhelmed with performance and features. Like someone above sid, the terminal feels very slow. That's a bummer. And, the lack of hooks for Subversion and the lack of an extensibility framework like TextMate's bundles affect it's usefulness for those of us doing web development on platforms that aren't accounted for in the app (Django/Python, in my case). TextMate doesn't include Django functionality out of the box, either, but it didn't take long before there were some kick ass bundles available for both Django's template language and for Python with extra bits for Django. That kind of extensibility is going to be necessary if Coda really wants to be the single web development app or everyone.

All that having been said, Coda does look like a really great start. The ideas and concepts involved are great, and the UI is beautifucally done. Panic consistently makes some of the best Mac software on the planet, and this will probably be no exception. I just feel like it's 80% of the way to being my dream app, but without that extra 20%, it's usefulness is pretty limited (for me, anyway).

Josh BlountApr 24, 2007 at 11:23AM

I'm looking to go between two different windows in the split view, any ideas on that? (thanks for the help switching between viewing modes though!)

Zac WasielewskiApr 24, 2007 at 11:35AM

Josh, you can sort of jump between different split windows with Control-Tab. But you have to tab through each button at the bottom of the split before getting dropped into the text window. There probably should be (maybe there is) a more direct way.

Also, does anyone know if text anti-aliasing can be turned off in Edit mode? As ridiculous as it sounds, I'm uncomfortable coding with fuzzy text.

On the bright side, Coda's search/replace is nice - it supports regular expressions, has a resizable window for long strings, has a ton of options, and can be manipulated easily without leaving the keyboard. The lack of BBEdit-style regex color-coding is my only (minor) gripe.

brian colletteApr 24, 2007 at 11:55AM

in the limited i've have to use Coda, i've found it much easier then trying to switch from Dreamweaver, to Transmit, to cssEdit and back again. The books part is one of the most useful things for referance i have found, to bad you need to be online to use it (parts of my house don't have internet.)

I don't think i'll buy it now, but wait until version 1.3 or something. i just want to let the bugs get worked out and more user review to come it.

TrenchApr 24, 2007 at 11:56AM

Very much a version 1.0 app. The considered reviews here and here are right - it's not a perfect replacement for Textmate, CSSEdit, and your favorite FTP app. A lot of the 'integration' seems slightly pointless... how hard is it to switch between apps anyway?

One odd thing is that is uses SubEthaEdit for the the text editing, which implies a team editing the same files at once, but the overall structure of the app is too inflexible for complex dynamic web sites. In other words, you can have large team, but only working on a simple website.

The "all-in-one-window" part is irrelevant for people with large monitors - these people might want to see a full browser, text editor, terminal, css editor all at once side-by-side - they don't want to have to flip between tabs. So all-in-one is useful if you have a small-screen laptop.

Also, it kept crashing for me - even when I wasn't doing anything in it. And it's not too hot for developing on a locally hosted web server.

BasApr 24, 2007 at 11:58AM

Coincidentally, my employer just asked me to build a simple site today, just at the moment Coda arrived. So I spent most of the day using it.

At first, the concept really works. Just having one icon for webdevelopment instead of the five you'd otherwise need, is really nice. Also, the features all work quite well.

However, there are still some things which could and should be improved. For instance, the editor doesn't auto-complete on CSS-classes in your html-file (which Dreamweaver does); it doesn't auto-complete on local files (e.g. when you type
Anyways, when I still like this app in 14 days, I'll probably convince my boss I need a license for it ;-)

daveApr 24, 2007 at 11:58AM

I'm still playing with it (with an open mind) and here's a couple things I've noticed:
* I code PHP/XHTML, and the PHP code hints pop up even when I'm typing a text portion. Can't it tell when I'm in the ?
* I love the live preview, but if I'm editing a CSS stylesheet I want to look at the page it affects; a live preview of the CSS file is pretty boring
* it's hard to distinguish when I'm working on a "local" versus a "remote" file. Maybe I'm too used to dreamweaver overwriting my local copy when I download a file. I can imagine keeping multiple versions in Coda will get confusing...

Other than those (and a few other minor gripes) I'm thoroughly enjoying my Coda experience :)

jon dealApr 24, 2007 at 12:02PM

It's a wonderful idea for an app. Wouldn't surprise me if it wins an Apple Design Award.

But I have all this muscle memory in TextMate now! And I think you'd have to knock me down and stomp on me to get me to give up CSSEdit.

But I think I'll get it for my daughter, who doesn't need to resort to "heavyweight" tools to do what she needs to do. It's perfect for her.

EmilyApr 24, 2007 at 12:05PM

Code snippets aren't nearly as robust as I am used to with TextMate, but so far I am LOVING it.

RebortApr 24, 2007 at 12:27PM

Wow.

I know it's meaningless as far as getting actual work done, but the automatic import from Transmit and the screenshots that look like taped up paper are *really* slick. It's the kind of neato-graphic attention to detail you usually only get from Apple.

The terminal is a little slow, but not too bad.

Also, if you have a local webserver running, the preview will work if you manually enter in the correct path. Unfortunately, every time I click back, it displays the file from the file system (file:///) instead of the local webserver (http://). I was hoping there was a way to change this in the prefs, but it looks like there is not.

The preview in external browser button caused Firefox to momentarily freak out, and when the page loaded, it was from the file system, not the local web server. I can already tell that's going to be annoying as hell.

But still -- this looks to be a helluva great product, especially considering it's 1.0.

Given the strength of Panic's other software, I'll probably be buying this before the demo period runs out.

PS: I'm a vi guy who never got comfortable with TextMate.

Graham EnglishApr 24, 2007 at 12:37PM

I want to use Coda. But preview doesn't render PHP includes in HTML files. It doesn't read the .htaccess file. So since the preview section doesn't work very well for my needs, it doesn't beat my TextMate+Transmit workflow. If they get this fixed, I could see myself switching.

Also, they said it will be scriptable in the future. That's a deal breaker for me at the moment. If I can't script repetitive tasks, then it will really slow me down.

But I seriously want to use it because it really feels good to launch.

Nathan OlsenApr 24, 2007 at 12:39PM

Looking at Coda, I can't help but think that the Panic guys spent a lot of time looking at Sean Kelly's skEdit. When you launch skEdit, you're presented with a "site manager" window. Sites open in one window, with tabs appearing for file. skEdit contains an FTP program and can also preview html files.

All in one window.

What is it missing? The syntax highlighting in Coda is definitely more robust. I also like the pop-up menu for code hinting. There's no Terminal access in skEdit, nor is there a special CSS editing mode but, to be honest, I don't see how the former is really needed for everyday html coding and the latter is a horrible, horrible feature that will cause more confusion than it will clear up. Coda is prettier though.

That said, Kelly has been working on version 4 of skEdit for quite some time. I have no idea when he'll release it, but it may quickly catch-up to Coda. But can it keep up long term? Coda has the entire Panic team behind it, which probably means that it will see frequent updates as time passes and rapid maturation. I don't think skEdit can promise this.

All in all, right now I don't see Coda as a particularly special app. I think what sets it apart is what it promises rather than what it delivers. It is pretty and I'm tempted to buy it, but I'm not sure I can justify it when I already own Transmit and I've got an html app (skEdit) that does just about everything else Coda does for a third of the price (and it with a lifetime license, at that).

PenarApr 24, 2007 at 12:46PM

I used it for a bit and liked it. It's minimal, and it helps me make small edits to pages/css files in several sites at once, which is part of my daily routine.

But for some reason it's not remembering passwords. I'm sure this can be fixed though. All in all, it's solid.

Stewart JohnsonApr 24, 2007 at 1:02PM

There's a real elephant in the room for me with this app. I'm no Mac developer, but regardless -- who wants an app where the workflow is based around editing files on the server? Doing that is a huge no-no!

For the handful of websites I maintain, I have the source files under svn control. I can then co those files to a local httpd on my dev box, and I can mirror any database for the site to the dev box too (mysqldump | mysql). Since the dev box is local I can edit the files directly on the dev server, so there's no FTP-edit-FTP loop to go through: all I have open is a text editor (gvim) and a webbrowser or two (IE & FF).

When I've finished making a change to the website I then baseline my changes (svn cp trunk tags/new-tag) and then svn export tags/new-tag to the live site.

Making it easier for people to edit files on their server seems to me to be solving the wrong problem.

MarkApr 24, 2007 at 1:05PM

In a world of flat HTML, or simple PHP code executing against static data, Coda is the ultimate tool. However, that world ceased to exist around 1997. In today's world of prebuilt frameworks (whether Wordpress--yes, it can be considered a framework-- or Ruby or Struts or Drupal or what have you) Coda seems to be an "after the fact" application.

I have no doubt that this will appeal to low-level designers who work strictly in HTML, but seriously, aren't those a dying breed nowadays? The acid test is this: could someone create and maintain del.icio.us in Coda?

Habla MierdaApr 24, 2007 at 1:09PM

I love the UI, but the editor seems lacking. I'm not sure if I missed something, but the second I couldn't tab-complete I pretty much lost all interest. Am I doing something wrong, because I can't imagine any modern day text editor not shipping with tab-complete.

James HeadApr 24, 2007 at 1:13PM

Mark I very strongly disagree with you.

For every person trying to create and maintain del.icio.us there are 500-2000 people just wanting to update a basic website.

How has 'that world ceased to exist'? How do you think panic.com/coda (the web site of the product itself) was created?

I think people in general massively over-estimate consolidation of this market-place. The eco-system has room for many players, offering varied products.

And anyhow, - 80% of a product is the marketing and presentation, - and panic know marketing. Look at the success of Transmit! (Seriously, - in this modern day of 2007, who needs a dedicated GUI FTP client for $30?! hah! everyone!)

JoshApr 24, 2007 at 1:14PM

Mark, I don't think that del.icio.us is the type of market they're targeting with Coda. I think their explanation of how it came about is exactly the type of developers they're targeting, i.e. small web sites that might have a few people working on it in different aspects like one or two doing AJAX, another doing content and another doing graphics.

Is there any one tool out there that can create and maintain del.icio.us?

IanApr 24, 2007 at 1:18PM

Is everyone aware that with BBEdit/Textwrangler, you can open files directly off a server using either ftp or scp? It's in the File menu. This keeps my editing process down to 2 apps.

eduardoApr 24, 2007 at 1:46PM

There is always emacs. Can do that and more. And free.

Jeff CroftApr 24, 2007 at 2:39PM

"Is there any one tool out there that can create and maintain del.icio.us?"

No, and that's the point. The idea of one-window web development is appealing, but I think the reality is that it's a mtyh, and impossibiity. So those of us who are building del.icio.us-like apps will keep on using more than one app. No big deal.

Jacob PattonApr 24, 2007 at 5:55PM

I spent most of yesterday afternoon working with Coda, and I think it would've been the perfect tool for me six years ago when I was just getting into hand-coding websites.

Dreamweaver had served me well, but I wanted something a little less WYSiWYG, and Homesite was pretty close to perfect, but it's GUI wasn't nearly as slick as Coda's. (Aside: did any app have a UI this slick then?)

Coda's niche is small--HTML designers and developers who want to work on most everything (save Photoshopping) within a single application. If you do most of your work, as I do, with any programming or scripting language, Coda's not going to fit the bill.

Now, if Panic and Macromates teamed up and made a Coda/Textmate baby, that would really be something! ;-)

Scott JohnsonApr 24, 2007 at 7:27PM

It's cool apps like this that tempt me to actually buy another Mac!

MarkApr 24, 2007 at 7:46PM

"How do you think panic.com/coda (the web site of the product itself) was created?"

I have no doubt that Panic created the HTML and Javascript, and maybe even some of the PHP code with Coda. But let's take a real-world example: let's say Panic wants to give you the ability to save your credit card data a la most major retailers. How does Coda help with the workflow to make that change easier? I suspect it does not, beyond the obvious "create a test directory and test database" scenario.

Josh: "I think their explanation of how it came about is exactly the type of developers they're targeting, i.e. small web sites that might have a few people working on it in different aspects like one or two doing AJAX, another doing content and another doing graphics."

Don't get me wrong, it's a great app for flat HTML, no question about it. But even "small web sites" these days are increasingly complex from what we were working on back in 1995. Think of all the "small web sites" that you visit that are running Wordpress. Does Coda work well with WP? (I don't know.) Does Coda work well with Gallery? Does Coda work well with PHPBB? All of these are tools that even the most basic of webmasters are adding to their sites every day.

MarkApr 24, 2007 at 8:24PM

I like the workflow aspect, though the Preview feature doesn't quite work when all my "sites" are the same IP address at (mt) with different login credentials. It tries to load the page off that IP and fails to load assets.

A few other confounding aspects to adapting to Coda:

1. The default pref is to open files with a single click. I had no reason to expect this and got really frustrated when the first thing I tried to do was clone a file into subdirectories and rename it. Every file I clicked ended up in the Editor instead of just highlighted.

2. The tabs only show the filename, and I have found a way to show more info without hovering over the tab. The File Manager doesn't reflect the file you're editing. Six tabs say "index.html".

3. No "Save all" feature.

4. Auto-closing HTML brackets are nice. TextMate allows me to type over them, though. You might ask why I want a feature that allows me to type less to allow me to type more: Hitting Cmd+ or Alt+Right Arrow to skip past that close tag breaks my flow. Sometimes I want the closing bracket automatically, sometimes I want to just keep typing.

6. i cannot switch tabs without using a non-standard keyboard shortcut (Cmd+Tab or Ctrl+Tab don't work).

I'm not giving up on it yet and I think the premise is wonderful. Synching local and remote projects with the Publish feature, and still being able to Upload, is great. There are a few conventions that are non-standard or just seem lacking to me based on my previous workflow of Transmit + TextMate + browser (and I'm still switching to a browser for preview).

Jeff CroftApr 24, 2007 at 8:24PM

"Does Coda work well with WP? (I don't know.) Does Coda work well with Gallery? Does Coda work well with PHPBB? All of these are tools that even the most basic of webmasters are adding to their sites every day."

Damn, that frightening. Is there any way to stop them? :)

MarkApr 24, 2007 at 8:27PM

* #2.. I haven't found a way...

troyApr 24, 2007 at 11:13PM

i for one cannot believe how long the responsible developer world has allowed bbedit to dominate this market (flat-text editors aside). i was elated when textmate arrived on the scene but found it lacked some of the interoperability i was looking for. i was another homesite site addict in my pre-mac days and have never found a text-editor as helfpul and unobtrusive as allaire's product.

coda appears to be the first serious foray into fully parallel replacement and i find it to be an astounding initial pass. you gotta start somewhere folks and panic, in the past, has proven to be a group who nurture and improve their products in meaningful ways. i applaud their effort and look forward to subsequent developments. i'm buying a license if for no other reason than to support their work to date.

and nuts and bolts wise, i've spent an afternoon using the new interface and found it to be a perfectly respectable replacement to bbedit. that said, i use it as an editor and hand-code everything. additionally, as a professional developer, i prefer to have the best tool for each task and don't mind bouncing between utilities for the added value each one can add to my workflow.

just another opinion for the mill.

Michael MoncurApr 25, 2007 at 1:47AM

I was pretty happy with Textmate and Transmit, but I'm even happier with Coda. It's a nice editor, the project (site) management is adequate, and it has the wonderful "Publish all" button that uploads every file I've changed - something I've wished for on Windows and Mac for 10 years and never really found.

The emacs keystrokes work, which is nice. It has some cool text editing features like block editing (make the same changes to every line in a selection) and regular expression search-and-replace.

I'd like a "Save All" option, a mapping feature so I can preview using a local web server, and a site-wide find and replace. Beyond that, it's just about perfect for my needs.

BTW, it works fine with Wordpress (editing themes and such). Ditto phpBB. I'm not sure why anyone would think Wordpress or phpBB are examples of sites too complex for something like Coda - neither is particularly complex and Coda handles both admirably.

I have one site that includes a ton of homebrew PHP files, a bunch of static HTML, an entire Wordpress installation in a subdirectory, and an entire phpBB installation in another directory, about a thousand files total. Coda handles the whole thing just fine.

I'll still use Textmate or Emacs for hardcore text editing, but Coda is the Homesite replacement I've been wishing for since switching to Mac.

SophieApr 25, 2007 at 4:23AM

I gave it a short go and will try again.

But I use Grep intensely to edit a static html site (by choice, so don't try to sell me something else), doing mass find-replace operations on files... I've seen no hint I can do that in Coda.

About the css editor, the only thing I miss in BBedit is a list of used colors a-la-TopStyle, and UI-edit rather than hand-coding in CSS is not my favourite.

When I switch apps I try to open possibilities of system switch rather than get stuck with a system... so I guess my path leads me more towards VIM or emacs rather than towards a one-system-only fully-integrated app.

Fourth, webkit is not my preview engine of choice. Rather stick to Gecko, try out extensively in IE, then check in webkit.

BenApr 25, 2007 at 5:42PM

Find/Replace in BBedit/Textwrangler is still the tipping point for me against switching to Coda. I'm with sophie on the seeming limitation of not being able to batch-process files. I'd also like to be able to remember searched patterns e.g., ([0-9]+) and recall a-la \1, etc. and be able to transform found patterns e.g. \U\1, maybe I can do this but I couldn't figure it out. The two small search/replace boxes seem very limiting.

The app is pretty nice otherwise, given my limited run at it.

AdityApr 25, 2007 at 6:34PM

Am I the only one that is wondering about this new found euphoria over IDEs?

I can't seem to think of a good reason to use anything other than a few terminals with vi, etc. and a browser to do code-(compile/upload)-execute

What does this bloatware-everything-in-a-single-app give you?

This thread is closed to new comments. Thanks to everyone who responded.