der_wille_zur_macht
Team RC
Or more like this http://www.sparkfun.com/commerce/product_info.php?products_id=9115 ?
Technically the same thing - SparkFun's board is just a breakout for the FTDI chip, the FTDI cable he linked above is the same chip but it's embedded right in a USB cable instead of on a breakout board. The FDTI chips are in 99.9% of USB-TTL converters.
The "official" reference design for the Arduino hardware (Duemilanove) uses this same FTDI chip, so from the software's perspective it's seamless when you're uploading code. Basically, the Duemilanove has the FTDI chip and associated components right onboard. As I mentioned above, I chose not to do that with this design because it takes up a lot of board space (which we have NONE of :lol: ) and it adds to the assembly difficulty because the FTDI chips are only available in hard-to-solder packages. Plus, I like the philosophy of using a separate cable or breakout board for programming - you only need that hardware when you're programming, so why have it on the board all the time? And, if it's a separate cable or breakout, you can use it on all your Arduino-compatible devices instead of paying for the FTDI chip to be onboard all of them.
FWIW I use the USB BUB from Modern Device:
http://www.moderndevice.com/products/usb-bub
It's more versatile than some other FTDI breakouts (it has several different pinout options for the TTL end of things, and has a jumper to switch between 5v and 3v3). Plus I just really like Modern Device.

If you want to get all crazy and save $10, you can get just about ANY USB "phone data cable" with a TTL interface on the phone end (i.e. NOT a cable for a phone with a real USB plug). A majority of phones that don't have USB jacks use data cables with a USB-TTL converter built right in, so all you have to do is cut off the phone end of the cable and figure out which wire is which. There are walkthroughs out there on the web for a few popular cables usually available for a buck or two on eBay or Amazon if you're keen to try this.
Or you could get a bare FTDI chip and make your own cable/breakout, they're only a few bucks but they're a fairly fine-pitch SMT package.