A User Experience: Apple vs. Dell

Posted by Doug Tue, 14 Feb 2006 14:13:33 GMT

Dell 2001FP Yesterday I received in the mail a new 20” Dell 2001FP LCD Monitor. I’m also the proud owner of an 20” Apple Cinema Display. Even though I’m an Apple fan-boy, I’d still like to compare these two displays from a user’s experience.

From the get-go let’s compare the outside of the box. The Dell is a plain brown box with the Dell logo and “Dell 2001FP” labeled on the outside. Don’t you just love how that rolls off the tounge? “Dell 2001FP.” That just conjures all sorts of images of display magic. Well, maybe not. Let’s flip it around. “Apple Cinema Display.” Wow, could I make movies with this display? Is this display going to give me similar experiences as going to the movies? Only time will tell.

Nobody cares about packaging like Apple does. This is under-reported. Opening an Apple package is a joyful experience. Every step of the unpacking is meant to put their product in the best possible light. Apple packages are more like showcases than boxes. The box for the Cinema Display is nice an flat with a flip open lid. For the last year plus I’ve had it, I’ve used the box as a very convenient carrying case. It’s not too big; it has a handle; it’s easy to get the display into and out of. Maybe I had my hopes up too high. Unpacking the Dell display was under-whelming. In fact, I couldn’t figure out how to get the Styrofoam back into the box so it would close nicely. I’ll keep the Dell box too; but it’s certainly not as lovely as the Cinema Display box.

Don’t get me wrong (particularly not my boss who bought me this Dell display). This is a nice display. It’s very bright; perceptually just as bright as the Cinema Display. It actually has higher resolution than the Cinema Display. My Cinema Display only has two USB ports on it, the Dell has four. Of course, my Cinema Display also has two Firewire ports and the Dell doesn’t. Both displays color calibrated well. The Dell has onscreen menus that let me adjust the white point, the Apple doesn’t.

But the Apple Cinema Display is a very pleasant experience. There aren’t many buttons because you don’t need them. A single cable connects the display to your computer instead of separate video, USB, firewire, and power. The frame is very thin and unobtrusive. And certainly not the least, the Apple Cinema Display doesn’t have two bright yellow LEDs along the bottom distracting your eye while you try to work.

I think these displays are exemplary for the two companies styles. The Dell gives you lots of options for display height and tilt and angle. The Dell has menus of configuration options. The Dell doesn’t seem to care what your first impressions are coming out of the box. Apple does care about how you perceive their product. They present simple and stylish solutions. Apple cares about the user experience. They think about things like cabling. I’ve got ports on the back of this Dell I have no idea what they’re for and cables I won’t use. But my Apple Cinema Display is sublime.

Apple Cinema Display FamilySo if I’m so enamored with the Cinema Display, why do I have this Dell 2001FP? Truth be told, I value the extra resolution. The Cinema Display is 1680×1050 and the Dell 2001FP is 1600×1200. That equates to more than 10 extra lines of text (my editor window is 95 lines tall) I can get on the screen. In building web applications with Ruby on Rails, that means I can normally get the entire file I’m editing on screen at once. Very rarely do my files come to more than 100 lines of code.

The extra resolution is a powerful argument, but that’s not the real reason I got the Dell. All along I’ve been saying, “my Cinema Display,” when really I should have been saying, “her Cinema Display.” Yes, I bought the CD for my wife and it belongs plugged into her Powerbook. She has graciously let me use it when I needed to for the last year. Now that I’m working from home almost full-time it just wasn’t right for me to take her display. While my user experience of receiving the Dell 2001FP was so-so, her user experience of me receiving the Dell 2001FP was great!

I’m not a packaging designer nor am I a hardware engineer. So what can I take away from this as a web developer? I think first and foremost, as programmers we have to constantly be aware of how our applications are perceived. Functionality is one thing, but if Apple is our guide simplicity is better. We should pay attention to the little details of the user experience. I’ve been reading 37signal’s Defensive Design for the Web. I don’t think there’s anything Earth shattering in there, but it’s an excellent collection of tips on how to “over engineer” the customer’s experience with your web site.

Oh, one other “little” area where I think Apple excels over Dell: sniff the urls for the two product links above. Look how simple Apple’s URL is versus Dell’s. In fact, I had to go hunting for Dell’s product page while I guessed Apple’s product page. I tried to trim down Dell’s URL to not be so ugly, but broke the link pretty quickly. Come on folks, make things easier on your customers.

Posted in ,  | Tags , , ,  | 5 comments

AppleCare Protection Plan in Action

Posted by Doug Mon, 13 Feb 2006 15:01:23 GMT

One of my strongest fears is a catastrophic hard disk failure. That’s why I recommend all computer users to have two hard disks: their primary drive and then another drive strictly for backups. On my Mac, I use Super Duper! to clone my primary drive to my backup.

I knew I shouldn’t have, but last week I actually said out loud, “Even though I’m super paranoid about it, I’ve never had a hard disk failure.” Of course, that’s what happened. On Friday afternoon I noticed my Mac getting very slow… slower and slower. Every time I would type something I’d end up with the spinning beach ball of death. I thought it sounds silly (to a Mac user), but I’ll try rebooting to see if that helps. Instead of helping, my powerbook was actually unable to reboot. I tried plugging in my backup drive on the Firewire port and booting off that. The firmware never found the backup drive to boot off of.

Since I have the AppleCare Protection Plan I decided to pack up and head to my local Apple Store. After about an hour in the store I had my machine scheduled for repair. Originally they claimed it’d take four to five days to repair. I tried to impress upon them how critical this machine was to me. So he goes in the back to check the stock on my hard drive. Instead of finding the same old 60G 4500rpm drive, he comes back with an 80G 5400rpm drive! He told me that since the drive was in stock, they could repair it the next day. Less than 24 hours later I had my machine back up and running!

Call me a satisfied customer!

My company is buying me a new Macbook Pro to replace my 12” Powerbook. Unfortunately, they don’t buy AppleCare Protection on their Macs. I really wish they did because I like being able to call when I have trouble and take it in to the store when things go wrong.

Posted in  | Tags  | 9 comments

Quicksilver Hotness

Posted by Doug Mon, 13 Feb 2006 13:30:50 GMT

About Quicksilver I am totally dependent on Quicksilver. For the uninitiated, QS claims to be “a unified, extensible interface for working with applications, contacts, music, and other data.”

It’s hard to describe the QS jive. Using a single hot key combination, you can easily access nearly all of the data on your system without actually taking a context switch hit. That’s really the goal: a minimal amount of key strokes to access your data without having to leave the application you’re already in.

Before I forget, Quicksilver is free software.

Here’s a good example of hotness that really turned me on this morning. Imagine this scenario: you’re reading some web site forum/user comments/whatever. One of the comments has a url you think you’d like to visit but the site hasn’t automatically converted the url into a link. It’s just text. How do you handle that? Here’s some options:

  • This is the “old way”:
    • Highlight text with mouse,
    • Command-C to copy the url,
    • (assuming you’re in a decent browser) Command-T to open a new tab,
    • Command-v to paste the url,
    • Return to actually load the url
  • The “Mac OS X” way:
    • Highlight the text with mouse,
    • Choose “Services” under the application menu
    • Choose “Open URL in Camino” (or Chift-Command-U if you have a good memory)
  • The Quicksilver way:
    • Highlight the text with the mouse,
    • Command-Escape is the key combination to open QS with the selection
    • Hit return. QS is smart enough to recognize that the selected text is a URL and the logical action to take on a URL is to open it.

Why is the QS way better than using the Services menu? Both take a nominal three steps. The advantage of QS is that it uses a common hot key with everything. So you’re already in the habit of using Command-Escape to act on selections. You don’t have to train your fingers for one more key combination. You don’t have to remember the Services menu has different options for “Open URL” or “Open URL in Camino”. There are lots and lots of ways to use Quicksilver to simplify common tasks. This one just made me happy enough I thought I should write about it.

Posted in ,  | Tags  | 7 comments

Older posts: 1 ... 22 23 24 25 26 ... 242

Copyright 2001 - 2005 by Lathi.net and Doug Alcorn

Creative Commons, Some Rights Reserved Ruby on Rails Developer Powered by Debian GNU/Linux Powered by Typo