vote up 6 vote down star
2

I have been using Fedora Linux for quite some time now for web development (and for other dev stuff as well). But just recently, someone told me that since I'm doing web development, I might as well use a Mac. I feel like Macs are overrated. Why should I (or should I not) use a Mac?

flag
5  
He must have been a hipster – Crises of Identity Jul 18 at 14:33
1  
What is this "hipster" stuff I see from time to time? The term "hipster" was invented back in the 50s at the same time as "the beat generation" (and I think by the same person, one J. Kerouac). Is it making a resurgence of some sort? – Neil Butterworth Jul 18 at 14:35
@Neil - Don't be such a square daddy-o (I don't get it either) – Aiden Bell Jul 18 at 14:38
2  
Don't dizzy out to harshville, man. Hipsters are the types looking to get you to drink their giggle water and thinking Mac is all there is in this crazy mixed up planet. – Crises of Identity Jul 18 at 15:17
@Random Echo: Ha! Your comments make me want to shoot a glass of Scotch off my wife's head! – Nosredna Jul 18 at 15:26
show 1 more comment

18 Answers

vote up 0 vote down

Pros: TextMate & CSSedit

Cons:

link|flag
vote up -1 vote down

While developing any commercial web based application it is important to give "Look n Feel" and "Usability" its due importance. DUring development phase the application looks and works excellent on MAC but when run on Windows, it starts to show problems.

Considering the large number of target audience who use Windows or Linux, I feel that development of Web Applications is better done on Windows or Linux.

link|flag
What kind of web-based application is this? Would be great if you can give examples. – Randell Jul 30 at 6:16
vote up 1 vote down

I really enjoy using my MacBook Pro for all kinds of development, not just web development, but not for any of the reasons anyone has mentioned. Sure it has nice Unix underpinnings, and is very pretty to look at. The main reason I use the Mac and OS X for development is how well and consistently it works. The keyboard shortcuts are consistent across all applications, and the keyboard is laid out in a way that makes it very natural to use the operating system's commands. For me, it's much easier and faster to use the Mac Keyboard in conjunction with OS X for development, even on a laptop, than it is to use a mouse/keyboard on a desktop. I also don't have to worry about drivers or programs working, like I do with Linux (e.g. Adobe Flex).

link|flag
vote up 2 vote down

I've been using Mac for web development for the past year and have recently moved over to Ubuntu Linux and am having a much better time.

Here's why:

  • Integrated package management: while macs have macports, this isn't integrated across the whole OS. With ubuntu I can type in a couple of commands (or use a GUI if I were so inclined) and have LAMP up and running in about 3 minutes flat. This is without the user of any shrink-wrapped 'LAMP Installations' like XAMMP or MAMP or EasyPHP, just the raw software itself. This becomes a lot more important when you start using tools like pear, phpunit, rubygems etc which are much less hassle to configure and get working on ubuntu than they were on the Mac.

  • Nice Terminal: Relevant only to Unix based developers I guess, but it has a nice multi-tabbed terminal (iterm on mac has this, but it became face-achingly slow for some reason) that expands to a complete fullscreen.

UPDATE: I'm still on Tiger. Leopard, admittedly has a pretty good terminal.

  • Easy Virtualization: Again, Mac may have options for this but I probably gave up trying to install them. I'm currently using wine and virtualbox for virtualizing windows and testing IE for web dev projects.

  • Nice Open Source Alternatives To Graphics Software: I don't like stealing software, and I can't afford photoshop etc. GIMP and Inkscape are good enough for me. Again these are available on the Mac, but the X windowing system that GIMP uses doesn't work so well on OSX. Flawless in ubuntu however.

Overall I'm just way more productive on a linux machine. This could be because I like things at the terminal rather than with GUI's, but the big win for me is definitely the ease of installing new programmer-relevant software with apt-get.

link|flag
For running IE on a Mac, the best options are.... Wine and VirtualBox! Windows virtualization doesn't really differentiate OS X from Linux, until you start looking into enterprise-level features that aren't relevant to web development. – unknown (google) Jul 21 at 5:10
vote up 0 vote down

Really, the issue is that Apple sells hardware and a user experience. With the Mac you would be able to bring the computer to any local apple store for rapid repair and tech support. They wrap the open-source BSD like Darwin OS with a convenient GUI that they control to present a unified experience. So it's just as powerful as you are used to an OS being but has amazing convenience for both software and hardware.

As others mentioned you can run IE with wine, so there's nothing you can't do on it for web development, plus there are great mac only webdev apps (read the other posts).

e.g. I develop on my mac using the full power of *nix (the differences are negligible, like if you need to use RC for anything and don't want to mess with OSX's launched). If anything goes wrong with the hardware I go to the local mall, they fix it asap, and I'm back to programming.

Do you really want to buy your Dell and mess with installing whatever OS then when it breaks talking with some guy in India before they'll let you ship it to Kazmandu for fixes?

Why not give it a try?

link|flag
vote up 2 vote down

A major con is the lack of Internet explorer. That being said, I have Internet Explorer 6 installed Via Wine, so I can use it like any other Mac program (in X11).

It also probably takes more work to get ASP setup on a mac, like installing mono, but even that is easy enough.

There is a lot of great web software that I LOVE on the mac, such as Coda, Transmit, CSSEdit and TextMate.

link|flag
vote up 2 vote down

Well if I remember correctly, you can't really do flash developmenton Linux. Plus, as much as people praise the merits of GIMP, I don't think it's quite on par with Photoshop / Illustrator in term of ease of use (heck there is a part in the FAQ that explain you how to draw a circle).

I tend to prefer Windows for whatever developpement though as I really like Visual Studio.

link|flag
vote up 6 vote down

Ok, here is my 2 cents.

I am a PC guy, have been for years.

I purchased a MAC about 3 years ago, and installed the Macromedia Tools (Dreamwaver, etc).

Despite my best attempts, I just could not be productive -- I was just so used to the way things worked in Windows, the MAC OS (while very nice) felt counter-productive to me.

So, I am back to the PC (have been for years).

My point is, whatever OS you are USED to is the one you will be the most productive on, with the only exception being if there is a particular APP that is only available on another OS.

So, I would stick with what you know (apparently, LINUX), or be prepared to lose some productivity for a while.

link|flag
4  
Maybe Dreamweaver is the reason you were unproductive? – Jon Winstanley Jul 31 at 6:42
Try frontpage :P – Aiden Bell Aug 20 at 10:38
vote up 2 vote down

For web development it really doesn't matter what kind of operating system you are using. Even though I am using a Mac, web developers using Windows may have the advantage of running Internet Explorer native while the rest has to use virtual machines for that. But again, it doesn't really matter then.

The only pro-point I can think of is that 90% of the design folks are using Macs, so you would be able to keep up with the coolness-factor many of them are trying to pull-off.

link|flag
vote up 1 vote down

I think that web development is one of the things Linux is very good at, because you can easily setup all the standard server side components. On a mac you can do that too but MacPorts and Fink just don't are the same quality and so updated as Debian, Ubuntu, Fedora, etc.

One point for the Mac may be the availability of good commercial development products.

link|flag
Compiling yourself is the only way to go on OSX. Is ./configure; make; make install; really that much harder than fink install whatever ? – jason Jul 18 at 15:16
harder maybe not, more boring for sure – IlDan Jul 18 at 15:41
vote up -1 vote down

After juggling with various environments. I finally have the following configuration.

  1. Use Windows for Visual Studio Team System development.
  2. Use WinSCP, Notepad++ on Windows to connect to a Linux machine via sFTP and develop PHP
  3. Use terminal on MAC for mysql development. Sometimes I use putty on Windows as well.
  4. Use MAC for Flash CS4 and Flex development.

Overall, in my context, I found Windows to be much stronger platform than MAC for web development.

link|flag
vote up 2 vote down

I personally don't think there are any cons (unlike when I have to develop on windows box GRRRRRR!). The pros are as follows

Test in any browser on on any platform Apache built in (But I recommend MAMP) Great native developer tools (Coda BBEdit et al)

link|flag
vote up 0 vote down

It's certainly handy to have a Mac around, if nothing else to check for Safari compatibility, but most of the better tools I've encountered are pretty much platform independent (outside of the .Net world anyway, and even they have Mono).

All of the following are available on all the major platforms

  • Firefox/firebug for browser debugging (on Mac, Windows and Linux)
  • Eclipse or Netbeans for IDE (ditto)
  • Tomcat
  • Xampp is available on all major platforms in slightly different flavours and gives you most of the tools you'd need for a whole class of development.

The only reason I can see to tie yourself to a particular platform If you have a particular niche you need to target and the application only runs on that one platform. But as this is web development you're talking about you may well find yourself excluding most of the world.

link|flag
1  
but... by having a mac you would have every platform you could need? – gargantaun Jul 18 at 15:03
but if you are writing for the web, and to standards, you shouldn't care what platform you're on – Rich Seller Jul 18 at 15:21
vote up 2 vote down

I'm a PHP programmer, and having developed on a Mac for 2 years, I've come to the conclusion I would rather be using anything else.

Since the original question was in regards to using a Mac instead of Linux for web development, that's how I've rephrased my pros & cons.

Pros of Mac over Linux:

  • Fully supported by commercial grade products (Adobe, for example).

Cons of Mac over Linux:

  • Larger than normal buy-in cost for a complete system.
  • Closed system - no hardware upgrades except maybe HDD & RAM.

Edit: In regards to the comments I've received, I've re-evaluated my response to be more in line with the original question.

link|flag
3  
This could be reduced to pros: unix, iphone dev, cons: i like windows, no internet explorer. Even cost and closedness are debatable. Use of the "open apple" key ("command" key, the term "open apple" has been redundant since 1984 when the alt key stopped having a closed apple on it. Nowadays there isn't any fruit on the keyboard.) is a matter of taste. Personally, I think you NEED IE for testing, but if you're developing FOR it you're doing it wrong. Develop for a browser with standards. Conversely, commercial grade products aren't an actual advantage over windows, because windows has them too. – Markus Jul 18 at 15:49
1  
Closed OS? Are you serious?... you can get the source for Darwin, and the Mach based XNU kernel - you can change, virtually, anything you want about the OS - legally! – bias Jul 18 at 16:50
@bias, but what about higher level API ... there is more to an OS than the kernel ... from a usability/customization standpoint – Aiden Bell Aug 20 at 10:40
vote up 1 vote down

It's my impression that a lot of Ruby on Rails and other relatively new and cool languages have good support on the Mac. I often read about Silicon Valley hipsters (there's that word again) being Mac-centric.

Also, obviously, if you ever intend to get into iPhone development, you'd be all set.

link|flag
2  
From what I've seen of the Silicon Valley web crowd, they don't really want to do iPhone or Mac desktop development. They have Macs because the Apple laptops are so damned nice. The thing about desktop development is that you pretty much HAD to have a PC. With web dev, you pick the nicest machine--you're not tied to Visual Studio. – Nosredna Jul 18 at 15:28
vote up 3 vote down

I can think of one good reason, there's an OSX software called CSSEdit which could be the best CSS editor I ever used. It supports something similar to #region found in VS and also have a good hierarchy view on rules and classes.

link|flag
have you tried firebug? – Alec Smart Jul 18 at 14:58
sure. but that's not a unique feature for OSX. – xandy Jul 19 at 1:23
1  
@xandy: I think Alec was trying to say that firebug is an equivalent that works on other platforms. Except that's wrong, because firebug doesn't edit the actual files. – DisgruntledGoat Jul 22 at 0:56
vote up 2 vote down

It really doesn't matter when coming to the Web. Adobe's products are considered some of the best in the industry - such as Flash and Photoshop. You can easily get these on Windows too.

link|flag
2  
Adobe products are the worst. They're just prolific. The second Drawit or Pixelmator gets decent typography I'm dropping Photoshop and Illustrator for good. And I'm working hard on my own Canvas Tag framework because never in the history of the internet has anything sucked more than flash.... with the possible exception of Dreamweaver. Shoddy, bug filled, unstable, resource greedy software. – gargantaun Jul 19 at 16:21
vote up 6 vote down

I have been doing web development on Linux for years. Despite owning a Mac, I have never once needed to use it for web development.

VIM, Apache, MySQL, Inkscape, Gimp, GEdit, Firefox+addons

That is all I need.

I will test in IE and Safari and others, but that is testing, not development.

unless you can think of a reason, why should you?

link|flag
Testing isn't development? One can only assume all your tests work flawlessly every time. – gargantaun Jul 19 at 16:23
Not unless I have to go and do more development, then come back and do the disjoint activity of testing. – Aiden Bell Jul 19 at 16:26
All the same, you can test those browsers by virtualizing on a Linux box anyway so it's a moot, no? – Ali Jul 20 at 16:21
@Ali, suppose so :) – Aiden Bell Jul 21 at 14:13

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.