08 Jun 2007

Coding software

Tags:

We’re always looking for the software to best suit our needs at whatever we do. So here’s the software I use for coding (html, css, javascript), maybe someone might find it useful. These are all mac OS X applications, all of them free.

  • NuFile - Use templates instead of blank new files. No need to do all those <html><head><title>... tags over and over again.
  • TextWrangler - THE text editor. It doesn’t offer some advanced features such as code completion, but it just works so well and fast, which isn’t the case with some modern IDEs.
  • Jumpcut - It stores your clipboard history and allows easy access to it via a user-set keystroke.
  • Cyberduck - great little FTP/SFTP program.
  • Firefox with Firebug - The best javascript/html/css debugger & inspector.

If you don’t agree on some of my list, or would like to recommend any other application, please do so. I always love to hear of new software.

Leave a Reply