If you’re developing for the web, the chances are good that you have a server out there somewhere running a LAMP stack. If you’re doing a lot of iteration – which is probably a good idea – you’ll want to find a quick way of changing code on your server rather than downloading & uploading all the time.
Option one: Use vi
The cleanest way to develop code on that box is to SSH directly in there, and use vi, but it’s not all roses.
Advantages:
- Great syntax highlighting
- vi is frighteningly fast if you know how to use it
- You can use the same environment from any laptop running os x or linux, and it’s instantly familiar
- You don’t even need to install any software locally
- vi’s learning curve
For newbies like me, watching someone who’s familiar with vi makes me feel like Emmy from Mannequin. (“Where did they hide all the musicians?”)
So, you could spend a long time learning vi, or try something else.
Option two: Use something else
If you’ve ever used Dropbox, you’ll know that having a remote filesystem mounted in Finder makes working with files super easy. Luckily, there’s some great OSS around to help you do just that. Here’s how to get started:
After restarting your mac, you’ll be able to mount both SSH and FTP servers right into your filesystem. Now, you can use your text editor of choice on the mac, directly working on the files you want to play with.
Advantages:
- Use any text editor you want (I use TextWrangler because I’m cheap)
- Use all your mac’s keyboard shortcuts
Disadvantages:
- You need to install some software locally, so you’re screwed if you have to move between laptops
Being a vi numpty, I chose this second path, and so far it’s working a treat. However, there is a bug in the current version of MacFusion (v2 final) – when connecting over SSH, the connection can’t be made. You’ll see a “remote host disconnected” error, and on examining the log in MacFusion, sshnodelay.so appears to be refusing to load. Just rename the file to something else, and you’ll be on your way. (source)




Some of you may have come across Chris Guillebeau’s
Interesting fact: a lot of the most popular blog content is about how to become a popular blogger. The whole hook of Chris’s report is on how to be just a successful as Chris. I’m not disputing his incentives at all, but when you strip away the excellent graphic design and verbiage, that’s what it boils down to.
As part of the Labs concept series, I attended an online talk by Alex Faaborg from Mozilla UX, presenting Jakob Nielsen’s 10 principles for software usability design. They are simple and useful, so here they are.

