
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

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

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

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

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

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 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

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 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

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 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

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

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

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

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 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 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 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 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

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

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 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.
If you found this article useful, then Subscribe to the feedPromote this Post:
Enjoyed this post? Your vote is always appreciated!!

57 Comments
Leave a comment
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…).
MAMP and Pixelmator look good, thanks for the list.
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!
Don’t forget xScope : http://iconfactory.com/software/xscope
TEXTMATE FOR THE WIN!!!
Lame. List blogging just to blog a list to generate buzz.
Enjoyed the list. Ignore comments from douchebags like the appropriately tagged “Lamer”. Keep it up!
“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.
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/
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…
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
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.
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.
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
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.
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.
File Merge is an awesome diff tool that is free with OS X/Xcode.
BBEdit is a Carbon application. TextMate is a Cocoa application. Saying it is a “UNIX” app is meaningless, and betrays your ignorance.
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.
Forget textmate, bbedit, yada yada. Open source Eclipse IDE takes the cake. I use the PDT (PHP Development Tools) flavor.
I find a Subversion GUI such as Versions or Cornerstone indispensable.
Photoshop is also quite handy here and there
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.
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.
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.)
You missed one of the best FTP clients on the Mac: Interarchy.
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
Don’t forget pgAdmin3 if you want to graduate from MySQL to PostgreSQL. It is a native OSX app that is very well done.
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
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.
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.
CocoaMySQL has been nicely updated as Sequel Pro — check it out here http://www.mjmedia.com.au/sequel-pro.html
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)
Yummy FTP for mac is my FTP of choice.
Navicat lite for MySQL.
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.
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.
Very interesting topic for web developers those who are working in different platform, They can really get help by this article.
BlackMac, Jacob, etal
AFAIK BBedit hasn’t been carbon since v7 the last with a OS9 flavor.
TCC:}
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]
keep up the good work
Hello webmaster
I would like to share with you a link to your site
write me here preonrelt@mail.ru
An excellent work….thanks for sharing.
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.
I’d like to add one more tool. Snippet from http://fuelcollective.com/store/ is a cheap and good snippet collection tools. It works well for web design to REALBasic code.
Even it can’t comparable with with Clipping/Bundle in BBEDit/Textmate. One strong point is it’s available for every applications you can type in a text field.
I’ve just moved to the dark site or should I say bright side……. or whichever side you prefer! What I mean by all that nonsense is….. wait for it! OKAY I’ve moved from windows to mac! Not completely (YET) as using vmware fusion and windows for application compatibility. However this article has given me excellent tips for tools I should be using in web development on mac. Great post and thanks for the tips! Cheers
Sound advice on web development tools! Thanks for sharing!
So, looking at your list of handy but non-necessary apps I couldn’t help but notice at least 8 apps weren’t actually needed. See, Coda, the all-in-one editor, makes TextMate, BBEdit, Cyberduck, Transmit, cssedit, changes, Colloquy, SubEthaEdit and iTerm no longer necessary. Add the free MAMP and free GIMP to the workflow and you’re ready. For some harder development that needs compiling Xcode does the trick alongside the apps I already mentioned. Also instead of Isolator one could use “Think”.
One last thing that I don’t get is how Quicksilver and Spaces get to be ESSENTIAL tools for web development, rather get FF1,2,3+Google Chrome Beta+Safari+Opera+other browsers on your pc to actually check if the website looks good in other browsers. If something looks good in FF and Safari it doesn’t mean it looks good everywhere else too.
one last thing: web development != web design.
@Jedt S: Snippets are also included inside Coda. I’ve actually got to find a web development task that cannot be done with either Coda or Xcode (plus plugins perhaps).
I understand the gripes some had with the post, but I (as a dev new to the Mac platform) found it useful. What I did find shocking is the list and all of the comments are devoid of any mention of an HTTP sniffer. You know, a tool you can use to see the raw HTTP on the wire (headers and all). There are some nice tools on the Windows platform for this that even let you construct and issue requests. Fiddler is the uncontested favorite. These apps usually act as a proxy. Anything for the Mac?
@Don Smith – you can use Charles:
http://www.charlesproxy.com/
These 23 Tools for Web Developments sounds good. Thanks for your info.
Great article; just one point that I need to make; I’d stay away from MAMP or XAMPP and rather use your mac as server itself;
I wrote an article on my blog with basic steps on how to configure your mac
http://blue-and-orange.net/reference/osx/configuring-development-environment-in-osx-10-5.html
I really like your choise of applications. Really nice ones. Thanks!
I think you could have cut this list down quite a bit. Coda easily supersedes all editors above (as they are all plain text editors without advanced stuff). For big web applications you’d probably want something with PHP/Python/Ruby/whatever code auto-completion like Eclipse+PDT/PyDev or PHPEd in Darwine, as plain ole text editors can be quite annoying then. Also, I’d always recommend using Coda’s built-in (S)FTP client instead of external clients like CyberDuck et al.
The biggest omission here is MacFUSE. The possibility of accessing remote filesystems as is they where local is just so plain astonishing. Forget (S)FTP clients and all that – just work online like you work offline. Thanks to the Linux crowds for that one.
Mentioning Firefox seems a bit… obvious. On the other hand, many Mac devs use Safari for their daily work and then miss on great extensions like Firebug, so I’ll reserve judgement here
@Don Smith: Wireshark will give you more sniffing than you can carry in both hands. If you like your HTTP sniffing in-browser, look at Live Headers for Firefox.
To get a perfect web developper environment with versionning. You can use SPMPT for MAMP. Its permits you to get Trac and Subversion server on you MAMP installation. Its a easy to install package working out of the box ! Then because trac needs Python and mod_python it’s a very nice tool for Python programmer.
Nice list… Came across it, since just shifted to mac from windows…
Does nobody use jEdit on mac? Was my all time favourite editor for windows… And it is java based…
To get a perfect web developper environment with versionning. You can use SPMPT for MAMP. Its permits you to get Trac and Subversion server on you MAMP installation. Its a easy to install package working out of the box ! Then because trac needs Python and mod_python it’s a very nice tool for Python programmer.
To get a perfect web developper environment with versionning. You can use SPMPT for MAMP. Its permits you to get Trac and Subversion server on you MAMP installation. Its a easy to install package working out of the box ! Then because trac needs Python and mod_python it’s a very nice tool for Python programmer
13 Trackbacks
[...] Original post by admin [...]
[...] 23 Essential Tools For Web Development on a Mac [...]
[...] http://webjackalope.com/web-development-tools-mac/ [...]
[...] – 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 [...]
[...] 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) [...]
[...] 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 [...]
[...] 23 Essential Tools For Web Development on a Mac – [...]
[...] 23 Essential Tools For Web Development on a Mac (tags: mac tools) [...]
[...] 23 Essential Tools For Web Development on a Mac [...]
[...] 23 Essential Tools For Web Development on a Mac [...]
[...] Web Jackalope has this list of 23 Essential Tools For Web Development on a Mac. [...]
[...] 23 Essential Tools For Web Development on a Mac [...]
[...] [Xcode… ] [...]