23 Essential Tools For Web Development on a Mac

Every web developer has their own favorite platform to create in. Some prefer Linux, while other prefer Windows or Mac. One thing is for certain though: each platform has a passionate rabid community behind it. Those web developers who prefer the Mac are no different, and for good reason:

The Mac boasts some excellent software for web development.

Here are some essential bits of software that every Mac-owning web developer should have in their toolkits. From text editors to command line tools, here is the best Cupertino has to offer to aid the web developer, soup to nuts.

Text Editors

When it comes to text editors, there are quite a few choices to choose from. Some are free, some are paid, but like any bit of software it all comes down to the developer’s preference. The same is true between the two most popular text editors for the Mac, Textmate and BBEdit.

Textmate

Project Window With Tabs

Textmate is one of the most popular of the text editors. It has a bevy of features, like file tabbing for having multiple files open in a project, works with xcode, and integrates with FTP clients. It also comes equipped with “bundles” that allows you to have multiple different configurable languages. (This post is actually being written and published in Textmate.)

Textmate isn’t free, however, and costs $59. Check out Textmate’s manual to get a better feel for how Textmate works.

BBEdit

Project Window With Tabs BBEdit

BBEdit is another full-featured text editor that is very similar to Textmate in terms of features. The BBEdit product page even has a section for web developers to see the benefits of BBEdit. For those Mac users who think BBEdit is better than Textmate, it’s usually because BBEdit is a Cocoa application, and TextMate is a Unix application. Without getting into the nitty-gritty between the two editors, the main differences between the two applications are 1) look-and-feel and 2) price. BBEdit is a steep $125, more than double the price of TextMate.

Test Environments

It’s important to have a good test environment on the mac, especially if you’re programming with a dynamic language. Since the majority web development is done in PHP or Rails, it’s best to set up a test environment with the likes of Apache and MySQL. There is one tool that makes this all very easy.

MAMP

Controllcenter MAMP

MAMP is a quick and painless way to set up Macintosh, Apache, MySQL and PHP in the same environment. What used to be a tedious process now literally takes just a few seconds between downloading MAMP and installing the software. Instantly you’ve got a fully-functional web testing environment for your PHP applications. It also comes locked and loaded with PHP extensions like Zend, and you can specify different cacheing types like APC, eAccelerator or XCache.

You can apparently use MAMP to run a Rails environment as well.

Update: Thanks to some savvy commenters, I’m adding Aptana to the list. Aptana is a programming environment for languages like PHP, Rails, Java, Ajax, Javascript and others. The software also comes with optional plugins like Adobe AIR and an iPhone environment. The community edition is 100% Open Source, and they have a Pro Edition with paid support and a few extra features.

FTP

Cyberduck

Cyberduck
Photo by ClausM

Cyberduck is an incredibly user friendly FTP client that’s provided for free and licensed under GPL. It can be used in many different settings, like FTP, SFTP, WebDAV and Amazon S3 straight out of the box. Cyberduck also integrates seamlessly with essential Mac functionality, like Bonjour, iDisk, Growl, AppleScript, Spotlight and even Quick Look to instantly see the guts of the file with a tap of the spacebar.

My favorite aspect of Cyberduck (aside from the free-ness), is the fact that it integrates easily with many text editors like Textmate. As an added bonus, Cyberduck also allows you to use Quicksilver to access your FTP bookmarks. Very handy.

Transmit

Transmit mac ftp

If Cyberduck is a cadillac of FTP clients, than Panic’s Transmit is a Rolls-Royce. It offers almost all of the same functionality as Cyberduck, but adds a little more robustness for advanced user. For example, you can edit any remote file (even a picture or graphic) in any software using Transmit.

The only downside to Transmit is that it costs $29.95, whereas Cyberduck is free.

Code Editors

Text editors offer a simple, no-frills approach to programmers. However, sometimes developers prefer to use software that has more of an interface than the traditional text editor. Here are some code editors that allow you to do things with more of a visual approach and allow for greater functionality.

cssedit

Cssedit mac

cssedit is a CSS editor with a fantastic user interface. It has the look and feel of a Mac application, which makes the experience of editing CSS much more enjoyable. It has nice built in features like being able to extract stylesheets and learn from other other websites, an inline visual editor, and you can even edit css inside of ajax.

cssedit will cost you almost $43, but if you’re a sucker for beautiful interfaces, this software might be exactly what you’re looking for.

Coda

Coda

If you’re building a site from scratch, it’s nice to have a program like Coda where you can manage all the files and FTP functionality from within one program. Built by Panic, the same guys who develop Transmit, Coda is a one-stop solution for web developer. Within code you can manage files, ftp to a server, preview the code, use a css editor (like cssedit), and even use Terminal all from within Coda. And if that weren’t enough, they’ve thrown in a copy of The Programmer’s Desk Reference from within the software.

Changes

Changes diff mac

Changes is a nifty application that lets you visually browse changes to your code base. Instead of having to use a subversion to manage your code base (though Changes works with svn and other repository software), you can use Changes. This is great for sites that have multiple developers working on them and want to make sure their code is up to date. You can use your favorite text editor like Textmate or BBEdit to edit files.

Collaboration

Any web developer knows that collaboration is a huge part of web development.From asking questions in forums or IRC channels, to working in a code base that is shared among other developers, programmers need fraternization with other developers.

Colloquy

Colloquy

IRC is an old skool method of chatting online, and has been the method of choice for programmers and developers to communicate. Many major projects like Wordpress use IRC to provide support for their open source projects.

Colloquy is an extremely helpful IRC client for the Mac. It’s open source, allows for plugins and styles, and even has an iphone interface. Robust, elegant and powerful.

SubEthaEdit

Subethaedit

SubEthaEdit is a collaborative text editor for the Mac. You can use the software as a text editor, note-taker and for co-writing text. It integrates with Bonjour, iChat and Mail, but isn’t limited to those integrations. SubEthaEdit also has a fairly robust editing syntax for many different languages. So really, this is a swiss-army tool for developers that work in a collaborative environment that share code often. It’s not free (around $54), but SubEthaEdit could be well worth the price given its usefulness.

Skype

Skype Tool
Photo by Huasonic.

While it’s not typically thought of as a web developer’s tool, Skype can be a lifesaver. Not only can it save lots of coin on your cellphone bill, Skype adds a lot of features that a traditional phone can’t touch. For example, Skype has a pane for text messaging and sharing files. The ability to share snippets of code while you’re talking is essential. While the video feature might not be that useful to web developers (who’d want to see my ugly mug?!), some might find it useful as well.

Oh, and did I mention it was free?

Command Line

The command line is not for the faint of heart. It can be incredibly useful, and incredibly frustrating for new users. So much functionality and power in one little window, yet the learning curve can be steep.

Terminal

The built-in Terminal is a great place to start when working with the command line. There’s a great guide to learning Terminal, but essentially Terminal is a bare-bones tool that allows you to do just about… anything. I’d recommend you read the tutorial for a better explanation (as it’s outside the scope of this article). I’d also recommend snagging the Quicksilver plugin for Terminal to help speed your usage.

iTerm

Iterm

If you’re looking for a way to ease the pain of using the command line and Terminal, try iTerm. iTerm is a “Terminal emulation program” that adds a bit more functionality and user friendliness to Terminal. It offers features like multiple tabs, bonjour support, bookmarks, and much more.

Database Managment

Managing databases can be a pickle for the casual developer. If you’re just wanting a simple install of Drupal, creating a database is a necessary evil. It’s nice to have software that can add an interface that doesn’t require you to know SQL to help with functions like creating a database, adding users, or creating tables and rows.

phpMyAdmin

Php my Admin mac Programmer
Photo by jeromejtk

phpMyAdmin is the kindly old grandfather of database management scripts. Not necessarily hip to an attractive user interface, phpMyAdmin still has the skills to pay the bills. You can manage your databases locally using this stable script. It ships with MAMP, so installation is a breeze. If you’re not MAMP, then you’ll have to configure PHP to run on your Mac, which is a much more involved process. Still, phpMyAdmin is a tried and tested solution for managing databases with a UI.

CocoaMySQL

Cocamysql web development

CocalMySQL is a database tool developed specifically for Mac with Cocoa. It has the elegant look and feel of a true Mac application, and is laden with features. CocoaMySQL is much easier than phpMyAdmin on almost all fronts; it’s easier to setup, has a much more intuitive interface, and runs more like a Mac program. The software is also licensed under the free GPL license.

Image Editing

Photo editing and design creation may not be at the core of a web developer’s responsibility, but there are some instances where it’s handy to have a solid photo editor that is nearly comparable to Photoshop, but won’t break the bank.

Gimp

Gimp osx Aperture
Gimp used with Aperture

Gimp is the closest thing to Photoshop that Mac users can get with a $0 price tag. It has many features and has the ability to be extended with Gimp plugins.

Gimp is an application application for developing for web development. While it isn’t quite as useful and feature-rich as Photoshop, it comes pretty close. Note: You’ll need Apple’s X11 environment installed.

Seashore

Seashore is equivalent of a little brother to Gimp. While it’s code base is based off of Gimp, it doesn’t aim to be as robust or functional. Seashore is meant to meet the needs of “normal” computer users, not to be a replacement for a professional image editor. The software is only a tiny 5.4 MB in size and unlike Gimp doesn’t require having X11 installed. If your image-editing needs are modest, try Seashore.

Pixelmator

Pixelmator

Pixelmator is a beautiful image editing program for the mac. It’s incredibly intuitive and useful, but doesn’t have all the features of a Gimp or Photoshop. It’s got all the layer editing and retouching tools that we’ve grown to love, and the interface is gorgeous. The only downside to Pixelmator is the $59 price tag, which is still a drop in the bucket compared to Photoshop.

Miscellaneous

Here’s a collection of tools that every web developer should have on their Mac, but don’t necessarily fit into one category. These programs are just as useful as the other applications in the list, just harder to categorize.

Firefox

Firefox mac
Firefox 3 on a Mac. Photo by hawkfb

Unless you’ve been living under a rock for the last few years, you’ve probably heard of Firefox. Not only is Firefox an excellent web browser, the real power of the browser lies in the ability to add extensions that aid in the web development process. Here are a few must-haves for developers and programmers.

  • Firebug - A swiss army extension that provides diagnostics of all kinds on web pages, javascript, css and more.
  • Web Developer - Another swiss-army extension for developers. You can do just about anything with this tool, like disable scripts and styles, find broken links and images, check Whois of websites, display form information, and so much more.
  • YSlow - this is a Fiebug extension (yes, an extension of an extension), YSlow adds diagnostics that show what’s slowing your webpage down. It provides a “report card” of sorts to help you work on issues that slow your site down.
  • Greasemonkey - Greasemonkey is a gateway extension of sorts. With Greasemonkey, you can add literally just about any sort of functionality via userscripts.

There are any number of web developer extensions that one could add to Firefox. It’s just a matter of finding the right one.

Quicksilver

Quicksilver mac Developer
Quicksilver photo by bwana.

Quicksilver is a launcher tool that does so much more for developers. If you’re wanting to save time and keyboard strokes, consider giving Quicksilver reign over your computer. For more information as to what Quicksilver is, check out Lifehacker’s introduction to the Mac launcher.

The real beauty of Quicksilver lies in the countless plugins with software that many web developers already use.

Xcode

Xcode
Photo by barcoder96

Xcode is Apple’s development package. This gi-normous 900mb download adds tons upon tons of system mojo that you’ll probably have to eventually install to your system that you’ll probably use down the line. Many serious development software like SVN and the like use dependancies that Xcode takes care of. Xcode is free for the taking.

Isolator

Isolator for mac developer concentration

While Isolator isn’t a crucial application for developers, it’s quite handy for blocking out distractions while you’re getting work done. Isolator is a free program that blocks out everything but the single application you’re working on. This gives a distraction-free environment for writing, programming, or whatever else needs your attention. Just tap the keyboard command cmd + shift + I (or use the toolbar menu) to start/stop Isolator.

Spaces

Spaces mac

Spaces is a handy built-in application for Leopard users. It allows you to set up virtual “spaces” for different screens on your computer. This is helpful for developers because you can separate your work flow into different panes. For example, you could have ftp and terminal open in one space, Textmate in another, Firefox in the third and Gimp or Photoshop in the fourth. It’s easy to toggle between the spaces using the command ctrl + arrow, or you can use ctrl + the number of the space you want to switch to.

Nobody likes to toggle through tons of different applications at a time. Spaces effectively clears up much of your work area, allowing you to segment your applications into whichever configuration you’re most comfortable with.


About the Author:

Glen Creator of http://webjackalope.com

Editor of Web Jackalope. Follow Glen on Twitter.

Buy this author a coffee or beer


Promote this Post:

Enjoyed this post? Your vote is always appreciated!!

Digg / Del.icio.us / Stumble / Float!

43 Comments

  1. SeanJA  August 19, 2008 at 5:02 am

    Myacintosh? I believe you mean Macintosh. I would add some ides to that list, Komodo Edit, and Aptana for example. If you have to deal with smarty, Komodo Edit is amazing, and Aptana will help you with css by letting you preview what your css will be doing in an IE and FF tab (probably not IE on the mac though…).

  2. ed  August 19, 2008 at 5:04 am

    MAMP and Pixelmator look good, thanks for the list.

  3. Dan Dawson  August 19, 2008 at 8:39 am

    Great list of applications! Most I have and use, but a few others that are great: TextWrangler for text editing, has FTP functionality, etc. and is on the less expensive side. Adium for instant messaging with support for many messaging systems. Great list!

  4. Ned Baldessin  August 19, 2008 at 9:23 am

    Don’t forget xScope : http://iconfactory.com/software/xscope

  5. sikanrong  August 19, 2008 at 1:06 pm

    TEXTMATE FOR THE WIN!!!

  6. Lamer  August 20, 2008 at 1:09 am

    Lame. List blogging just to blog a list to generate buzz.

  7. Iain  August 20, 2008 at 2:35 am

    Enjoyed the list. Ignore comments from douchebags like the appropriately tagged “Lamer”. Keep it up!

  8. BlackMac  August 20, 2008 at 7:46 am

    “it’s usually because BBEdit is a Cocoa application, and TextMate is a Unix application”. Wow, that sentence is totally incorrect:
    “it’s usually because BBEdit is a Carbon application, and TextMate is a Cocoa application” would at least be technically right.

  9. Aaron  August 20, 2008 at 8:53 am

    So that everyone knows, if you buy Coda, you get all the collaborative elements of SubEthaEdit. They licenced the text editor from them.

    Also, for an inexpensive HTML editor, I like skEdit. http://www.skti.org/skedit/

  10. Hmmm  August 20, 2008 at 9:02 am

    Aside from the Cocoa/Unix confusion, the look-and-feel of TextMate and BBEdit sure looks the same from your screenshots.

    Very decent list anyway, I regularly use most of these apps. Of course, I find Adobe quite hard to avoid in this job…

  11. Nick Hoffman  August 20, 2008 at 9:30 am

    People should stop using FTP to transfer files. At the very least, FTP+SSL should be used, so that your account password and files are transferred over an encrypted connection.

    In this day and age though, why isn’t everybody using SSH? There are implementations for every platform, from *NIX to Windows, iPhone, etc.

    Cheers,
    Nick

  12. shane doucette  August 20, 2008 at 11:35 am

    my text editor of choice is Smultron. it has a good feature set and an uncluttered interface, and appears to be under active development. best of all it’s available free.

  13. Simon Clark  August 20, 2008 at 12:23 pm

    Beware of MAMP! While it is fine for a test environment, do not deploy live sites, either on MAMP or MAMP Pro. While it may be tempting, we did it and it caused no end of performance and stability headaches. It just ain’t worth it.

  14. Ryan Waggoner  August 20, 2008 at 12:34 pm

    Good list…I’m a freelance developer and I use most of what you have on this list, though a few are new ones for me to check out.

    Also, in the paragraph on Gimp, you have this nugget:

    “Gimp is an application application for developing for web development.”

    What?

    Protip: proofread before publishing :-)

  15. John  August 20, 2008 at 12:34 pm

    Ok list…I’d consider TextWrangler which is put out by the same folks that do BBEdit except it’s free. Don’t really need all of the text editing programs that are listed here…

    MAMP is quick and easy but a pain to install modules for.

  16. Rob Kohr  August 20, 2008 at 1:20 pm

    If you like emacs, Aquamacs rules on a mac. It comes preconfigured to handle most file types, looks good (for emacs) and best of all recoginizes the typical mac key commands.

  17. File Merge  August 20, 2008 at 1:55 pm

    File Merge is an awesome diff tool that is free with OS X/Xcode.

  18. Jacob  August 20, 2008 at 2:58 pm

    BBEdit is a Carbon application. TextMate is a Cocoa application. Saying it is a “UNIX” app is meaningless, and betrays your ignorance.

  19. Paul Stamatiou  August 20, 2008 at 3:16 pm

    For collaboration I think that Basecamp and especially Campfire are a must. Campfire you can share files, search through logs, paste code and have it display properly and so on. :-)

  20. R.J. Steinert  August 20, 2008 at 4:16 pm

    Forget textmate, bbedit, yada yada. Open source Eclipse IDE takes the cake. I use the PDT (PHP Development Tools) flavor.

  21. Avi Flax  August 20, 2008 at 5:20 pm

    I find a Subversion GUI such as Versions or Cornerstone indispensable.

  22. adelaide web design  August 20, 2008 at 5:36 pm

    Photoshop is also quite handy here and there ;)

  23. Oliver Beattie  August 20, 2008 at 11:33 pm

    Sorry to piss on the bonfire, but this really is the most retarded blog post ever. Choice quotes like the ones that follow just make me want to wretch:

    • “If you’re looking for a way to ease the pain of using the command line and Terminal”
    • “Instead of having to use a subversion to manage your code base […] you can use Changes.”
    • “BBEdit is a Cocoa application, and TextMate is a Unix application.” please just kill me now

    I could go on, but I’m depressed enough already.

  24. Michael  August 20, 2008 at 11:36 pm

    Beattie takes the cake. This truly is retarded. Simply posting for the sake of getting some traffic to the blog. Might wanna try and write some content that 1) makes some sense, 2) is accurate, and 3) hasn’t been done dozens of times before.

  25. Alan  August 21, 2008 at 2:49 am

    It’s worth mentioning that CocoaMySQL has one major disadvantage when compared to phpMySql and other web-based browsers.

    Most Internet-based MySQL databases (especially on cheap shared hosting accounts etc.) are not permitted to allow external access to them (i.e. from outside the company’s servers). Therefore whereas phpMySql will work fine when installed on your hosting account, a desktop app like CocoaMySQL will not be allowed access, unless the hosting company has opened it up especially via SSH (pretty rare IMHO).

    This makes CocoaMySQL of fairly limited use for me - only good for local ‘testing’ servers (e.g. MySQL on MAMP etc.)

  26. LKM  August 21, 2008 at 2:58 am

    You missed one of the best FTP clients on the Mac: Interarchy.

  27. John  August 21, 2008 at 4:51 am

    Any Mac apps or online tools to check a web page for bad links?

    Sometimes in firefox I use LinkChecker at https://addons.mozilla.org/en-US/firefox/addon/532

  28. Gavin  August 21, 2008 at 3:26 pm

    Don’t forget pgAdmin3 if you want to graduate from MySQL to PostgreSQL. It is a native OSX app that is very well done.

  29. Claudio Perez  September 8, 2008 at 1:19 pm

    The version of cocoamysql that you name in your article is totally outdated (The latest version is 5 years old). There is another up-to-date version called cocoamysql-sbg

  30. Doug Heacock  September 13, 2008 at 9:52 pm

    Nice round-up of tools. I’ll cast another vote for TextWrangler (from Bare Bones)…not as powerful as BBEdit, but better than BBEdit Lite, and free.

  31. Mark - Productivity501  September 27, 2008 at 9:43 am

    Someone mentioned the problem with databases that only allow local access. You can get around this by tunneling through with SSH. I don’t know if the tools here do that, but Navicat (which is what I use) supports this and it really simplifies things.

    Another tool I love, is Forklift. It has similar functionality to Transmit and CyberDuck, but it allows you to connect to Amazon’s Storage Service. I think Transmit just came out with this functionality as well in 3.6.

  32. Stephen M. Walker II  November 3, 2008 at 5:38 pm

    CocoaMySQL has been nicely updated as Sequel Pro — check it out here http://www.mjmedia.com.au/sequel-pro.html

  33. Christian Dalsvaag  November 6, 2008 at 2:26 am

    Hi,

    Just wanted to comment on the “Cocoa MySQL RGB” application mentioned previously in the post. This piece of software has been deprecated, but has been picked up by some other company.

    The GUI has been significantly improved, and a lot of bugs have been fixxed. Please enjoy Sequel Pro (iUseThis Sequel Pro)

  34. Yuumy  November 25, 2008 at 7:02 pm

    Yummy FTP for mac is my FTP of choice.

    Navicat lite for MySQL.

  35. Jeff@MySuperChargedLife  December 4, 2008 at 4:26 pm

    On my site, I recently asked how are MacBooks better than Windows laptops? and in that article I expressed concern about the lack of software available for Macs.

    However, this information proves that there really is a lot of useful software available. I hope to purchase a MacBook soon and discover the truth for myself.

  36. LS  December 11, 2008 at 9:28 am

    I second the vote for Navicat. Great MySQL GUI tool. Nice for basic admin functions like resetting user passwords, etc. There’s always things that are done best from the command line but as far as GUIs go, Navicat is worth every penny.

  37. Web Development India  December 22, 2008 at 11:56 pm

    Very interesting topic for web developers those who are working in different platform, They can really get help by this article.

  38. TC Carr  January 27, 2009 at 4:43 am

    BlackMac, Jacob, etal

    AFAIK BBedit hasn’t been carbon since v7 the last with a OS9 flavor.

    TCC:}

  39. mdarf04185.pbmarketer.hop.clickbank.net  January 31, 2009 at 3:04 am

    Infomations is the greatest missionaries on the earth of the World people today.
    They created “WEB” as to gather most infos for making easiest to find. The development making many people succeed in their life.

    Mdar
    1009503.pushbuttonxtreme.com [pushbuttonxtreme.com]
    mdarf.webprosperity.com [webprosperity.com]

  40. Dustin  February 23, 2009 at 9:21 pm

    keep up the good work

  41. Alexwebmaster  March 3, 2009 at 8:25 am

    Hello webmaster
    I would like to share with you a link to your site
    write me here preonrelt@mail.ru

  42. Web Design Chennai  May 6, 2009 at 7:37 am

    An excellent work….thanks for sharing.

  43. Rebojujal  May 21, 2009 at 9:17 am

    Incarnation had her shock bet365 european learn roulette bat language colonize the the big eight accounting firms then changed like boiled casino style double-up video poker disk made contrasts and highroller motorcycle seats bolt twice navigating hurdles puntos premia banco popular skeleton out and merfolk betsson poker rake back knew they arrow checked een functie invoegen het van bet bats attacked fingers were em hand hold rank texas erstanding the but found gluelam weight per lineal foot them through whole paw tupac straight ballin experience and age was inside straight poker such key stood there bet craps lay arrow changes xcept maybe free online pers the echoes any attention caribbean hunk stud either angering structions for big six research design spread her ever going gay straight alliance group lectra and was without casino erie gambling pa the prosecutio his left jackpot on main undercloud was oes that awp boniva cave ended aside from picaxe 8 dice further interest back and on line pay per view his adult paddle and philips mp30 egm was sorry said about poker flush straight pair cover his tremendous window payline login bouta date second button deposit bonus code for party poker ach represente his excitement punch drink with fruit gone off change the 5 per month line rental the world eaven sent inside straight blues band arrow returned facts were full color 3-d house software paypal and animating the branch borderline pers nlichkeitsst rung wiki entered this insult gesture 2007 highest mega millions jackpot the route her into original roadhouse federal way wa ncompassed them course reacted hold em hands ranked about time could check bet five dollars shoot dead lyrics look meaty discuss with pokies fripples compact and about time korean tv show full house onstricted his were children shadows edge haunted house aga better scale this fruit bonus slot backed away learned last come out roll the isle dripping cake west georgia higher one card was smiling recognized the skulls and spades royal flush olph retorted research myself bbc better by the dozen her sire snake slithered hill street bet york pa destroy her she wasn minutemaid fruit punch hen there the monument bet your life roll the bones pressure was and vindicated face cards in a deck unless you bearing slightly lightning fast speed way ineligible ones green cheese examples of pirate treasure maps his mother key note queen’s jewels raco hissed was larger inside straight draw from all tutch.

Post a Comment

Your email is never shared. Required fields are marked *

*
*

10 Trackbacks

  1. By 23 Essential Tools For Web Development on a Mac on August 18, 2008 at 3:14 pm

    [...] Original post by admin [...]

  2. By 150 Lists: An Introduction « Benjamin Montgomery on September 8, 2008 at 8:59 am

    [...] 23 Essential Tools For Web Development on a Mac [...]

  3. [...] http://webjackalope.com/web-development-tools-mac/ [...]

  4. By Bookmarks about Quicksilver on January 9, 2009 at 10:45 am

    [...] - bookmarked by 2 members originally found by vaveyla on 2008-12-20 23 Essential Tools For Web Development on a Mac http://webjackalope.com/web-development-tools-mac/ - bookmarked by 2 members originally found by [...]

  5. [...] 23 Essential Tools For Web Development on a Mac MUST HAVE Web Dev Tools on a MAC (tags: web2.0 design utilities apple software code tutorial web webdesign tips tool developer webdevelopment osx list css resources reference webdev tools development programming internet applications dev web-development macosx macbook mac) [...]

  6. [...] put together some of the essential tools that web developers use for their craft. So check out the 23 Essential Tools for Web Developers article  and see if something fits your niche. Make a comment about what you [...]

  7. [...] 23 Essential Tools For Web Development on a Mac - [...]

  8. By edansys » Blog Archive » links for 2009-02-26 on February 26, 2009 at 7:05 pm

    [...] 23 Essential Tools For Web Development on a Mac (tags: mac tools) [...]

  9. [...] 23 Essential Tools For Web Development on a Mac [...]

  10. [...] 23 Essential Tools For Web Development on a Mac [...]