Web Developers have a wide array of tools they can employ to conduct their trade. From industry leading, reliable applications like BBEdit, to cutting edge products with revolutionary functionality like TextMate and even strange contraptions such as Dreamweaver which often does more damage than good. The last couple of weeks have seen a rush of these products: some just released, and some just discovered.
Coda

Darling OSX software developer Panic earns the title of biggest newsmaker, with their release of “Coda” an integrated development environment which they’re billing as “one-window web development”.
Coda is a very cool example the integration OSX is known for: Panic has aggregated many of the key tasks for web development into one tool, meaning the programmer need not bounce back and forth between applications as much as usual. You’ve got a file browser, ftp client, unix terminal, and text editor all rolled into one window with Panic’s impeccable eye for UI.
The one issue I have with Coda is that it feels a little light on the feature side of a text editor. Of course you have syntax coloring, and RegExp searches, but auto detection of what language you’re working with and multi-file searches seem to be missing. If anything I think this might be a symptom of a 1.0 application which is very understandable. None the less, I plan on keeping a close eye on the developments in this new app, as if its feature-set reaches a critical mass, I may have to make the switch! Coda will cost you $99 normally, though for launch Panic is offering a discounted price of $79.
BlogMate
I recently made the switch from the wisend old BBEdit to scrappy upstart TextMate (forgive me my love!). One of the big pulls of TextMate is its support for “bundles”, which serve as a means to customize textmate to certain tasks. BlogMate is a great example of this, as it provides a method to post to a blog directly from the familiar and comfortable environment of your text editor. BlogMate also lets the user edit older posts by fetching them directly from your database and dropping them into a new TextMate window. It’s a great way to make sure your post is right the first time, as all the great TextMate coding shortcuts and validation bundles are made available.
TextMate Wordpress Bundle

Speaking of blogging bundles for TextMate, my fellow developer and generally swell guy over at Tales of a Designer found a TextMate bundle that gives the user shortcuts to common blocks of code used in developing templates for the Wordpress blogging platform. This is a great tool to have in your pocket when building out a Wordpress template, and it can be hard to remember exactly all the options availble to you within the confines of the Wordpress framework. With the handy Wordpess bundle, the user has a drop down that will populate loops, post fetches, and structural elements automatically. The one thing it won’t do is write the blog post for you, so you’ll still have to think up something you want to talk about.
In fact, this very post was written with the wordpress bundle: easy!