Designers Criticize Apple's User Interface For OS X and iOS 484
Hugh Pickens writes "Austin Carr notes that a number of user interface designers have become increasingly critical of Apple's approach to software user interface design. Much of their censure is directed against a trend called skeuomorphism, a term for when objects retain ornamental elements of the past that are no longer necessary to the current objects' functions, such as calendars with faux leather-stitching, bookshelves with wood veneers, fake glass and paper and brushed chrome. A former senior UI designer at Apple who worked closely with Steve Jobs said, 'It's like the designers are flexing their muscles to show you how good of a visual rendering they can do of a physical object. Who cares?' The issue is two-fold: first, that traditional visual metaphors no longer translate to modern users; and second, that excessive digital imitation of real-world objects creates confusion among users. 'I'm old enough, sure, but some of the guys in my office have never seen a Rolodex in real life,' says Designer Gadi Amit. 'Our culture has changed. We don't need translation of the digital medium in mechanical real-life terms. It's an old-fashioned paradigm.' One beneficiary could be Microsoft, where the design of Windows 8 distances itself from skeuomorphism by emphasizing a flat user interface that's minimalist to the core: no bevel, no 3-D flourishes, no glossiness and no drop shadow."
"a number of user interface designers" (Score:4, Insightful)
That's funny, because even though I don't much like Apple, I think that the "number of user interface designers" at Apple seem to have done fucking well at recognising what is easy to use.
Is this like the way people in the GNOME project arbitrarily assign themselves the role of "user interface designers" and fuck things up three ways to Nevada?
There are other issues as well (Score:5, Insightful)
At the top:
Apple's one-menu-to-serve-them-all approach is decidedly unfriendly when you have more than one monitor, as more and more of their machines come out of the box ready to operate with (and a machine like a Mac Pro can trivially be configured to run quite a few monitors.) But even a Mac Mini or a laptop will run two. What happens is that you're off on one monitor, you need a menu operation for the app you're working with, and the menu is 1,2 or perhaps six monitors of mouse-travel away. Menus on application windows make a great deal more sense.
Typists -- by which I mean people who really type a fair bit, like writers or serious programmers -- are not served well by Apple's low profile "chiclet" keyboards. Apple gets the shivers by making their devices thin; but this means that keystroke throw is short, and what we end up with is a mushy keystroke.
In the middle:
Apple's one-app-at-a-time system UI messaging approach means that you can only send keystroke events to the active application. So, for instance, were you to attempt to write program B to automate program A, and the user happens to be using program C, any attempt to control program B from program A will require you to shift the user's focus from program C to program B, which is decidedly unfriendly. Applescript's mechanism for automation requires activation of this app, then that app, which means that the user can't be trying to use the machine when the Applescript is running. Which is kind of a serious faux pas for what is nominally marketed as a multitasking machine.
There's no inter-program messaging paradigm other than the network. No named ports, etc. This also has severe implications for automation.
At the bottom:
UDP messaging is used to send network events in a broadcast manner. Apple's implementation of UDP only allows one program on a machine to bind to a UDP port, meaning that only one program on that machine can catch a broadcast -- which in turn means that if your implementation really needed a broadcast mechanism, you can't use UDP for it.
---
That's just a sampling of UI issues with the OS. Against these rather immediate problems, I find the whole issue of make-it-look-like-[object] to be silly.
Don't know what the [object] is? It's a one-time learning trip down memory (or history) lane, and you're up and running. Operation is easy, even if, lawd forbid, you had to learn something.
On the other hand, when you need to get at a menu across a bunch of monitors, you're kind of hammered. It's time to go hunt for a third-party fix. If you need to really type, it's time to go buy a keyboard from a third party. If you need broadcast, I hope someone warned you the UDP stuff is broken so you don't waste your time trying to use it. If you're trying to implement IPC, well... [hollow laughter] I bet you'll wish you were working under Amiga OS before you even get seriously started. And no, Applescript won't get you even close because of the above-mentioned application focus issues.
Re: (Score:2)
The keyboard comment is not fair as there are 0 computers sold with decent keyboards as far as I can tell.
Switch and spring based keyboards have all been replaced with mushy membrane based keyboards as standard on all PCs it seems.
Re:There are other issues as well (Score:4, Informative)
Not only to gamers, to geeks in general. There are something like two dozen different mechanical keyboards on the market today, and less than half of them are gamer-oriented.
Re:"a number of user interface designers" (Score:4, Insightful)
In other news...actual users criticize design of the majority of systems they use, wondering why they can't be more like IOS or the experience of using a Mac...
Re: (Score:3)
Coming up after the break, Apple partisan oblivious to non-Apple perspective.
Click the red gem to "close" this application without quitting for some reason. Press enter to rename this application for some reason.
Re:"a number of user interface designers" (Score:5, Insightful)
Indeed. Besides it is just textures. Architects went nuts in the 20s ripping out all texture and decoration to create a clean pure look. But in the end people found it cold and inhuman, and cold concrete and metal gets boring. So it just helps to have a bit of variety and decoration. Not everyone wants to live in MUJI world or a Rietveld Schröder House. Besides the textures offset the clean simple hardware. And when looking at a screen all day, a bit of variety helps. Of course one might not like the particular textures, that's a different matter.
Re:"a number of user interface designers" (Score:5, Insightful)
Yeah, I was with the summary right up until it proposed Windows 8's mixed-up hash of an attempt to bolt a tablet UI and a desktop UI together as a superior alternative.
Re:"a number of user interface designers" (Score:4, Interesting)
This anti-skeuo fad is basically an artistic/aesthtic movement. Like or hate it, I don't think they were looking at Win 8 from a functionality standpoint. It is the visual design equivalent of a group of people going around saying "You know, full service gas stations barely exist any more. We should go on a crusade against people using the term 'fill 'er up'."
Or more geek/nerd realted "Why the heck is a 3.25 floppy the symbol for saving still? We should invent some entirely new symbol or just use the word 'save'. Why are folders looking like folders on computers? That's lazy thinking. In fact, we should consider calling them something other than folders too...".
Re:"a number of user interface designers" (Score:4, Insightful)
In fact, we should consider calling them something other than folders too....
In the linux world (and pre-Windows-95 world), we call them 'directories'
Re: (Score:3)
As one designer I follow thinks, we need to get rid of the idea of "Save" altogether, and just have some sort of "Undo everything I did in this whole entire session" button. Saving is not a concept that people without computers are familiar with, so it's an idea that was invented FOR computers, and it's becoming increasingly unnecessary. It's not as scary as you think after you get used to it. Objects IRL like a whiteboard/todo list/grocery list on your fridge don't need to be saved. Construction workers do
Re: (Score:3)
Depending on the usage, having an "unending undo" could be prohibitively expensive. I can't imagine the requirements of such a system while in a large photoshop document for instance. Just having 20 history slots in such a document can get unwieldy. I think if we erased saving altogether and went with unlimited undo/instant commit, we'd start seeing some sort of "snapshot" type system in the undo stack which essentially just reinvents saving in a traditional sense. Sometimes we want to start form a specific
Re:"a number of user interface designers" (Score:4, Insightful)
Maybe we should go further, and get rid of the concept of computers - after all, computers are not a concept people without computers are familiar with.
There are many things people do in real life that are purposely throw-away, including builders. It is a terrible and retarded idea to think that everything must be saved instantly. All people have a mental concept like "scratch space" or "throwaway work". Even builders will try certain new things, e.g. techniques in a test 'throwaway' or practice environment before doing them on a real project. If it were true that everything should be saved instantly, why do we even bother having a pre-submit stage while entering forum comments? Hey, let's just show our forum comments live, continually even as we are typing them. This 'continually save instantly' meme is terrible - what is worse is that now we will have an environment where some software users get used to not saving their work, and then lose work in other software. But then maybe that's the idea - that users will subtly get angry at other non-Apple software for 'losing their work' - a sly psychological manipulation.
Re: (Score:3)
Apple IS trying that. Starting with Lion, they've been experimenting with such things - questioning why do we have "save" buttons, or even "quit". Granted it puts people off kilter, which is why they had to call it "Save As" in Mountain Lion, but the basic concept was the OS manages saving for you in the background. If you hit Save, it
Re:"a number of user interface designers" (Score:5, Funny)
Phone - cell phone
Calculator - cell phone
Note taker - cell phone
Music player - cell phone
Camera - cell phone
Web browser - cell phone
Photo viewer - cell phone
Facebook - cell phone
Calendar - cell phone
Alarm clock - cell phone
Contacts - cell phone
Re: (Score:3)
For me, having a calendar icon is not "skeuomorphic".
Skeuomorphic is if you've got (a representation of) vinyl records on a shelf, and you're supposed to pick them out with a mouse, and place them on an RCA record player, and then pick up and place the needle on the record. Which is basically nuts.
On the other hand, there's no problem at all having old-style icons. I mean, as you so wonderfully parodied, what are they supposed to be? An iPhone?
WHY flat is BAD UI design (Score:5, Insightful)
Agreed. The problem is most people don't understand the reason WHY Metro is a horrible UI -- hint: it has to do with context.
When you have a "flat" UI you have no *secondary* _visual_ cues to tell you what you can interact with or not. You see this effect in many iPhone apps where they will have this absolutely beautiful graphics (and backgrounds) and you have no clue what the hell is an actual UI "widget" that you can push, slide, etc.
OSX Mountain Lion is starting to fall for this trap by hiding scroll bars. When I need to scroll, such as dragging the slider up/down, I can't even tell where it unless I first do a dummy scroll. This is retarded.
With a more "traditional" approach with *some* 3D elements such as drop shadows, beveled corners, these widgets "stand out" so we have a more natural intuitive sense to make the *critical* distinction between 2 UI elements:
* what is purely static which conveys information
* what can I interactive with.
UI is *supposed* to be about making it EASIER for users by *helping* them think less and act more by streamlining their judgement process. 3D Buttons are a perfect example of this: Users internally are thinking "Ah, here is a button I can push -- OK, what does it do? Does it do what I think it does? Does it do what I need it to do?"
ALSO note that TOO many 3D elements is a hinderance. 3D Studio, Blender, etc, are HORRIBLE UI's simply because they *overload* the user with too *many* widgets. It is an design art-form to maximize minimalism and minimize functionality. Sadly, too many UIX don't have a freaking clue about the fundamentals.
Without recognizing this deep contradistinction UI designers are completely screwing users over making them play the what-can-I-interact-with-game. This is 5 steps backwards. *sigh* Somebody everyone will realize we need to change the computer to fit US, instead of trying to change humans to fit the computer.
Re:WHY flat is BAD UI design (Score:4, Insightful)
Agreed. Or they don't follow their own gestural patterns they've instilled in people, such as the Calendar app in which you can't swipe through the months, but instead have to click on tiny arrows at the bottom of the screen.
Another motivation Apple designers have had recently is, "Let's get the clutter out of the way so users can focus on the content". In theory this sounds good, but in practice on Mountain Lion they have reduced the UI widgets in size drastically -- ML window buttons (the "traffic lights") or the thin scroll bars. They're also doing things like hiding UI elements, which we see this in the system scroll bars and in the chrome for QuickTime Player. This creates extra cognitive work for users, and IMO creates more of a net distraction than just having a tried-and-true fullscreen button. And I would imagine people with shaky hands or bad eyesight would have real trouble clicking on Mountain Lion's tiny interface elements. For me, I certainly have to concentrate more to make sure I click on the buttons.
Either the changes in these basic UI elements is the embracement of a disastrous design philosophy by Apple UI designers, or Apple is slowly trying to phase out the mouse completely.
It's been reported that internally there has been in-fighting over skeumorphism. I think the software UI design team at Apple is off the rails. They don't have a leader that understands the fundamentals, and Apple no longer has a leader like Jobs to tell them what works and doesn't. [To be fair, Jobs is the one who first pushed skeumorphism when he changed iTunes to the brushed metal look.] I think Jony Ive should take over leadership of the hardware and software design teams. When OS X was first released, its Aqua UI tastefully matched the hardware cues of the Macs available then. Now, it's a complete divorce. You have these sleek, intuitive forms that Sir Ive designs, and tacky, unintuitive software running on them.
Re: (Score:3)
>> "When you have a "flat" UI you have no *secondary* _visual_ cues to tell you what you can interact with or not."
>But isn't that self-evident with a tile-based interface?
It depends, but usually the answer is no. What are the visual indicators that some tiles can be pushed, flipped, moved, or rotated?
Using a different lighting on widgets you can interact with helps the user at the subliminal level that they can interact with them, and they don't need to spend too much time thinking about how to i
Re:"a number of user interface designers" (Score:4, Insightful)
Even under the most retarded configurations the control panel in windows is at most 2 clicks away. If you can't click twice to get to something the average user shouldn't be messing with (and if you've seen the average user, mac or windows, you'll agree to that point) then you shouldn't be in it anyway. I find whenever I'm on a mac I can't find shit, spending 20 minutes trying to find it, and usually end up having to open up terminal to make a change because I know linux/unix systems significantly better. That is not a criticism of the UI, any lack of ability to find something in the most efficient way is always 100% the user not knowing the system.
A mac is no more intuitive, it's all about what you're used to.
Re: (Score:2, Interesting)
As you said, not knowing the OS is the problem. However, some things are clearly intended to distance OS X from Windows, while providing no usability improvement.
Just the other day, I spent some 45 seconds trying to delete a file the Windows way. First I realized there was no Delete key, which is annoying even if it's not strictly the OS' fault. So I tried backspace, seems like a logical alternative when you want to delete stuff. Nope, so I tried right-clicking and all sorts of weird click+button combinati
Re: (Score:2, Informative)
As you said, not knowing the OS is the problem. However, some things are clearly intended to distance OS X from Windows, while providing no usability improvement.
Just the other day, I spent some 45 seconds trying to delete a file the Windows way. First I realized there was no Delete key, which is annoying even if it's not strictly the OS' fault. So I tried backspace, seems like a logical alternative when you want to delete stuff. Nope, so I tried right-clicking and all sorts of weird click+button combinations I could remember.
Only then did I remember that you must absolutely drag files to the trash.
No you don't. Cmd+Backspace deletes them just fine.
Re: (Score:3, Insightful)
Why must the user click two keyboard keys for the same function that every other os (Yes, every other one.) only requires a single key press, and a single press is a logical expected command for it? How is that exactly the "superior" UI that keeps getting touted? That's intentionally making it more difficult on the user there, and is a very valid UI criticism, and there are obviously more that can be given.
Terminal rm is significantly easier to remember for those of us who are used to systems that work the
Re: (Score:3, Insightful)
The problem with the one key DEL as opposed to the two-key Command+DEL, is that with the one key, it would be very easy to accidentally delete files. No big deal, right? You could just recover them from the trash... but that's only if you know you did that. Two-keys prevents that.
I'm also not sure why a single key would be expected anyway, when every other "command" is preceded by the Command key.
Command+s = save ...
Command+q = quit
Command+o = open
Command+p = print
Command+DEL = delete
How, after 45 seconds
Re:"a number of user interface designers" (Score:4, Insightful)
Accidental spacebar presses do not invoke a "destructive" command in the file browser.
On a modern Mac OS file browser (Finder) the spacebar invokes QuickLook, on Windows (Explorer) it selects a bordered file (or does nothing). Assuming you're not in filename edit context, of course.
The other issue with just using delete on files on the Mac is, you can't count on there being a "forward delete" key since even desktop Macs ship with the smaller, non-extended keyboard.
For the same reason, there is no filesystem "Cut" command on a Mac, via menu or shortcut keys. On Windows this is of course just the first part of a file-move sequence. It's inherently non-destructive so here, at least, Apple doesn't have good reason for excluding it.
What's your issue with accidental shift key presses?
Re: (Score:3)
Re: (Score:3)
Consider that a large portion of the world are using Windows, which lacks rm (although del serves the same purpose). Take even further that a majority of day-to-day Windows users have never come in contact with the CLI - they wouldn't know a del from a grep from an ifconfig from an ipconfig. I'm betting that Command+Del on Macs is more of a legacy thing - it's how it always worked in Finder, don't change it. Rather have the new users coming to OSX learn it the Apple Way then suddenly change it up on your ex
Re: (Score:3, Insightful)
I think command-delete is what you wanted.
It is just easier to open a terminal and use rm though.
At least that still works like it should.
Re: (Score:2)
Right-click? On a Mac laptop? lol (Score:3)
Every time I have to do some admin task on my stepdaughters' OS/X laptops, I am reminded forcibly yet again that Apple still thinks that mice should only have one button.
Re: (Score:3)
On a track pad: Ctrl+Click or Two-Finger Click. On most Apple mice, or any other mouse, right click works just fine.
Re: (Score:3)
Re:"a number of user interface designers" (Score:4, Informative)
Macs don't have delete keys.
Yeah, it's freaking stupid.
Re: (Score:3)
Macs don't have delete keys.
Wrong. Macs don't have Backspace keys.
Re: (Score:3)
That's what its called on Mac. There is no PC style delete which deletes in front of the cursor:
http://www.technobuffalo.com/wp-content/uploads/2012/06/MacBook-Pro-with-Retina-Keyboard.jpg [technobuffalo.com]
Re: (Score:3)
Open the System configuration pane, and enter a search keyword into the search field. The potential usefull applets get highlited then. :) even I have to do that sometimes when I comfigure something ... after all I have several differen Mac OS X versions running and they slightly differ all
Or do as noobs do: google
Re: (Score:3)
Even under the most retarded configurations the control panel in windows is at most 2 clicks away.
The Control Panel, yes... but not all the things you would expect to find there. For instance, I bought a notebook that had a very annoying "feature" where you can tap the touch pad to click. One would expect it to be under control panel-->mouse. It wasn't. I finally found it in an icon hidden to the right of the status bar at the bottom of the screen, and it took at least twenty clicks to disable the awful,
Re:"a number of user interface designers" (Score:5, Insightful)
If you complain about stuff like that on a Mac, I cannot imagine how you would be trashing Linux for all its quirkiness.
Quirkiness? How? You realize, I hope, that there is no one Linux, there are many different distros of Linux. Gnome? I hate it. KDE? In what way is it quirky? It follows every convention I can think of, and if you're used to Mac or Windows (any flavor of either) you'll find it very easy to use; much easier than any version of Windows. Windows is a useability nightmare (I understand iOS is pretty useable, maybe even better than kde; I haven't used it).
Re: (Score:2)
Yet command-shift-4 space is a intuitive way to take a screenshot of a window?
OSX has its own pain points. Especially if you are coming from a X11 DE type background.
I installed vlc for instance, and yet vlc from the command line gets me nothing. Just an example that is easy to fix, but I should not have too.
Re: (Score:3)
And you can put anything on your quick start/task bar for 1-click access in any version of Windows that came out in the last decade and a half.
Untrue. Win7 does not allow anything other than applications (exe) to be pinned to the taskbar. There are workarounds, but they are painful and tedious.
There are lots of other stupid un-features of Win7's task bar and start menu, but they've been discussed often enough in the past.
Skeu (Score:5, Informative)
Re: (Score:3, Interesting)
Actually, I found some of the webpages in the pics very well done. Let's take for example the burger menu webpage. It's simple, elegant and probably the best done choose what items you want on a burger, just because it's so simple.
Re: (Score:2)
Some of them are okay, but the one with the clipboard sewn into a hardwood floor is pretty hilarious :)
Apple patented bad design too (Score:5, Funny)
Silence, citizen or Apple will send its flying monkeys to sue you.,
Re: (Score:3, Insightful)
with all the patent litigation, slashdot should really get a rotten apple picture for these stories.
Re:Apple patented bad design too (Score:4, Funny)
Silence, citizen or Apple will send its flying monkeys to sue you
My eyes are still a little fuzzy from sleep and that looked like it said ..."Apple will send its flying monkeys to use you..."
Metro? (Score:5, Insightful)
I agree with the point that using faux object representations is cheap, wastes space, and can be lost on people for sure. But to go for Metro as an example of good design? Sorry, I'd take cheap wood and leather graphics with gradient overlays and shadow underlays any day of the week over that.
Re: (Score:2)
Agreed. I've not really played with Windows 8 much yet but I installed Visual Studio the other day and my first question was, why the flying fuck are the menus shouting at me in capital letters? Who ever thought that was a good idea and looked good or somehow improved the user experience?
The icons etc. look awful, the solution explorer which previously had nice familiar icons that you could often pick out from the hints of colour on them are now bold black lined pieces of fairly nonsensical shit.
It's like s
And designers are never wrong (Score:5, Insightful)
We all know that self-described UI designers are never wrong when it comes to making things intuitive and easy to use.
*cough* *gnome* *cough*
Re:And designers are never wrong (Score:4, Insightful)
Yeah, like those awesome sorted grids of icons which make finding that one thing you want dead simple.
Or those application docks which make it obvious to users how to open a second instance of an open application or switch between multiple open instances.
Perhaps you were referring to media library organizers which use a completely different set of metaphors and visual cues from the file system and are essentially incompatible making it less difficult when users want to interact with their file browser... somehow.
Easy to prove or disprove (Score:2, Troll)
The minimalist verses skeuomorphism assertion has been made a few times already. Its quite easy to prove right or wrong.
Simply design a calender or contact app that follows your new "modern" design methodology.
If it beats the crap out of Apple's existing app because its so much better that people download it in droves to use it you have won, and you are rich(er).
Re:Easy to prove or disprove (Score:4, Interesting)
One might argue that both Microsoft (Outlook) and Google's calendar and contacts apps do exactly that, and are both much more widely used than Apple's.
Re: (Score:3)
I was one of those people until I was forced to use Lotus Notes when I changed job and then corporate GMail when I changed jobs again.
Outlook is shit, until you're forced to use the alternatives.
Re:Easy to prove or disprove (Score:4, Interesting)
Yea, as a Linux user I never thought I'd be supporting a Microsoft app, but...well, I just started a new job recently that uses Outlook. And I never had much of an opinion on it until reading this...because it's never made me think about it. It's never gotten in my way. Gives me my email and my calendar available in a single glance, everything just works...I've got no complaints.
Well -- actually I do have one complaint: There's no 'minimize to tray' type function (at least not that I've found) so it's always taking up space on my taskbar...but otherwise, no complaints.
So many things to criticize... (Score:5, Insightful)
So many things to criticize about Apple's UI direction (the tabletization of OS X, for example), and they criticize the thing Apple is doing right.
People like old fashioned aesthetics. Nobody had a need to use a sundial these days, but many people still decorate their yards with them. Seeing a wood bookshelf with real books stacked looks pretty and people see it as part of Apple's software polish.
Re:So many things to criticize... (Score:5, Interesting)
I was kind of opposed to the "tabletization" of OS X in the beginning, but now that I have used Mountain Lion for several weeks I have to say that it is a great idea. I enjoy Launchpad and the Notification Center a lot. Notes and Mail that behave exactly like my iPhone is a big plus, especially since Notes are like Evernote but much much faster. I really should mention Mail since I really thought that e-mail clients kind of hit a ceiling and that program proved me wrong. Reminders are ok but nothing spectacular. The deep App Store integration is also a good thing considering that OS X Lion and Mountain Lion breaks a lot of old software, Photoshop included, so when you get something from there you never have to wonder "will it run on my Mac?".
I think what Apple is doing wrong is breaking application support. I was very annoyed at not being able to use most of my games and a lot of software with the latest releases. I think when Apple was using Rosetta to run PowerPC programs they were doing fine. Once they took that attitude of "update your apps or else", it really made me appreciate all the hard work that Microsoft has done in that sense. I can still run a lot of old stuff in the latest Windows, and even the DOS applications can be run with a bunch of free emulators like DOSBox. There is no way to run an emulated OSX 10.2 or similar that I know of in a Mac.
Too minimalist (Score:5, Informative)
Re:Too minimalist (Score:5, Funny)
Naturally, the trick to doing minimalism right is to use as little of it as possible.
Re: (Score:3)
Perhaps if you made better use of your GMI, I mean GUI...
What the fuck is it with the fluff? (Score:4, Insightful)
Really? There's so much to criticize about Apple's design, like OSX's big and cluttered dock versus a tradicional taskbar, and they go straight for the superfluous fluff? Who cares about the icons? They are just fucking icons, replace them if you want to! What the hell happened to functionality in this world? It's like no one cares anymore, and "design" only means "making shit look fancy".
Re: (Score:2)
Re: (Score:2)
Really? There's so much to criticize about Apple's design, like OSX's big and cluttered dock versus a tradicional taskbar,
You mean the traditional dock from NeXTSTEP versus the imitation from Windows?
Re: (Score:3)
Not the point I was trying to argue, but ok: first of all, the dock isn't just a Mac issue. Since Windows 7 the taskbar has been "dockified", with pinned, textless icons (though it's easy to revert it to a more classic mode) and Linux has had all sorts of docks and taskbars for quite some time, now. My opinion isn't about OSs, it's mainly about docks. It just happens that OSX has not a lot of options other than its main dock, which leads me to explain my point of view: the taskbar is more useful because it
Re: (Score:2)
but no where near as cluttered as the mess that ... Linux has going on.
Linux has everything from "cluttered mess" to ratpoison which is about the most minimalist "desktop" you could have.
The debate is moot. (Score:5, Insightful)
Seriously, as a designer myself I can only shake my head when I read stuff like this.
It may be true that "traditional visual metaphors no longer translate to modern users", but what about older users? Should we just dismiss their needs? Are interfaces really encumbered because they feature a wood-textured background?
Also, I challenge you to come up with a symbol for saving files without using a diskette or something like that. These symbols have transpired from metaphors of real objects to metaphors of actions, and people who have never even seen a diskette learn their purpose by context. Granted, this creates a certain standard by convention, and you could argue that any symbol could be used for that. But again, that would dismiss the users who grew up with that symbol. Currently, everybody is happy, why challenge this?
Imho, articles like this and blogs like skeu.it are just cleverly-disguised marketing by Microsoft. Ask any designer, and they'll tell you that well-used skeuomorphisms are not problematic, but even necessary to reach most of your target audience.
Re: (Score:3)
Should we just dismiss their needs?
'Need' is quite an interesting term to use when discussing faux leather stitching on a calendar app.
Of course, I disagree with this UI designer as I think it is important to provide visual clues in an icon that denotes its purpose/function. If it helps people realize that the icon with a Month and the number 31 is a calendar, well, then it does serve a purpose.
I'm not knocking you, I just thought the concept of considering older person's needs when referring to this topic
Re:The debate is moot. (Score:5, Interesting)
Fair point, the use of the word need seems misplaced. English is not my native tongue ;) What I wanted to express is the following.
I handed my 83yr old , technical-illiterate grandma an iPad and she was able to use most of the apps because they resembled physical devices she knew.
Of course she doesn't "need" to use a digital calendar, or even an iPad. But that device and ample use of skeuomorphisms are enabling her to participate in a lot of places which were inaccessible for her before. It makes a lot of people feel familiar with usually (for them) almost frightening devices.
This is empowerment, and as long as nobody else is hindered I think the debate is quite pointless.
Re: (Score:3)
Using a symbol which is widely accepted for another mechanism doesn't work: It introduces ambiguity which is very undesirable.
For me personally, I don't even want symbols. I'm perfectly fine with text. However, that's not how most people work, unfortunately.
Re: (Score:2)
Some people work better with symbols, which is why they were introduced. They're language-agnostic devices which enable more people to use your hard- or software.
Oh and btw, maybe you mixed it up, but the floppy disk translates to saving and the folder to opening ;)
Re: (Score:2)
Hint: that's the 'pause' icon...
I want them to review Microsofts UI.... (Score:2)
Just to be sure there is not bias.
Plus do they have any examples to show to the class that backs up their claims?
Just for the record (Score:5, Insightful)
And please, brushed chrome? It's timeless - and it's metal. One hundred percent of the people I know are used to seeing chrome.
"One beneficiary could be Microsoft, where the design of Windows 8 distances itself from skeuomorphism by emphasizing a flat user interface that's minimalist to the core: no bevel, no 3-D flourishes, no glossiness and no drop shadow."
I hate minimalism, it's nothing new, it's nothing attractive, it requires no thought and it's ugly as hell.
All of the above is, of course, my taste. HEY! An idea... allow the user to choose. Oh, yeah... skins. Maybe he hasn't heard of them.
iOS Maps (Score:5, Informative)
The icon that fucks me off the most is the one for the iOS Maps application. The US interstate route sign in the icon (ie route 280) makes absolutely no sense to anyone young or old outside of the United States. A globe or something similar would make more sense....
Re: (Score:2, Informative)
it is a bit silly, but it's almost an easter egg because it's their headquarters... took me a while until I realised
but again... to me until then, it was just a map of some roads
Re: (Score:3)
But what about the next generation? (Score:3, Funny)
Of course once you've gone completely flat and removed all the ornamentation, it makes one wonder where the next generation will go. Perhaps someone will suddenly realize, wow, we can make those tiles look just like a 3D image of a smartphone (and, of course, be promptly sued for rendering them with curved corners).
Disney & Apple Vs Nickelodeon & ??? (Score:5, Interesting)
I feel like Apple's UI can be compared to Disney's take over of animation stylings. Before Disney, you could find a whole variety of animation styles. But the vision of Disney was to make everything round and smooth and beautiful. Every animation cel was to look like a masterpiece portrait -- because that was the general populace's desired art at the time. And that's what Disney was trying to make, animated art. You might have found a sharp edge on a villain like Jafar in Aladdin but the main character would be round and warm. Others tried to mimic the stylings and it became a de facto standard mostly because it sold.
Similarly, Apple has done their UIs to be as beautiful as possible. And they've done it really well and it's expensive (I'd imagine both computationally and price). And both Steve Jobs and Walt Disney appeared to be this monolithic men pushing this new way (in reality it's probably a bunch of artists in a cohesive team) but they've both come and gone. And Apple clings to that vision but the vision never changes.
What happened to Disney was another production house, Nickelodeon, slowly discovered that square and rigid corners were not only acceptable but Spongebob Squarepants became an icon. Gross humor could be applied to shows like Ren & Stimpy and some people enjoyed this more than the safe beauty of Disney. Disney has no grit because Walt Disney wouldn't allow it. Disney got into disagreements with Pixar about Toy Story 2 and I think it is best if they left Pixar separate from Disney despite the acquisition. Similarly in the future Apple will be usurped by someone who is willing to experiment and deviate. Jobs is dead so Apple is committed to his vision
Re: (Score:3)
I've worked at Disney's home entertainment department and I've had close friends work at Nick (close as in the real sense, not the Hollywood sense).
I think your entire post sums it up nicely in the second paragraph:
I feel like Apple's UI can be compared to Disney's take over of animation stylings.
Yes ... you feel because the rest of ranting has no basis in reality. Not one bit. This is a post that would make Jon Katz proud.
I could go through your post and break it down piece by piece, but every time I sta
Re:Disney & Apple Vs Nickelodeon & ??? (Score:5, Insightful)
Before Disney, you could find a whole variety of animation styles.
Disney was established in 1923. Animation was in its infancy. Filmmaking was in its infancy. Such a statement needs clarification.
But the vision of Disney was to make everything round and smooth and beautiful. Every animation cel was to look like a masterpiece portrait -- because that was the general populace's desired art at the time.
Citation needed. Disney has almost ninety years of animation history with a range of divergent styles. I can't say what 1920's American looked for in its art, but I can certainly say that animation was a novelty at its time.
And that's what Disney was trying to make, animated art.
Again, citation needed. And also clarification ... Disney the company? Disney the man? Disney the man started making shorts such as Steamboat Willie. 1928 [slashdot.org]. The point of this short wasn't to make art, but to entertain. Disney the company has been making a range of animated films for years of many different styles. All can be described as "art". Even Steamboat Willie.
You might have found a sharp edge on a villain like Jafar in Aladdin but the main character would be round and warm.
Now we are in the Eisner era. This needed to be noted at the start of the argument.
Others tried to mimic the stylings and it became a de facto standard mostly because it sold.
What others? And seriously ... do you think Disney was the first to use lines, curves and edges as a way to depict stylistically character? That's a ludicrous statement which needs a citation.
That's just the first paragraph. It may make great banter for cocktail parties, but it means nothing.
People just want something that looks interesting. (Score:3)
Even though I don't think that skeuomorphism is the way to go about it, people just want something that looks interesting. They are also willing to pay for the cosmetic changes from version to version, so it makes business sense too. Pretty much everything goes through these stylistic trends. Clothes, cars, and other home electronics come to mind.
A second even though: even though I'm not big into fashion or appearances, I also want the computer screen to look interesting. The standard OS X and Windows 8 interface is a bit boring in my mind, simply because I am staring at it for hours a day and for days on end.
MS can claim Prior "Art" (Score:2)
Right (Score:2)
Re: (Score:3)
It has its uses (Score:5, Insightful)
I also think that having a strong visual identity for an app can make it more fun to look at and use, if that's your thing.
I admire the slickness of Windows Phone, but it just feels a bit too depressing, bland and clinical for my liking. I don't feel like I'm supposed to have fun when I'm using a Windows Phone.
it's news! (Score:2)
Tenuous at best (Score:4, Insightful)
I find this whole skeuomorphism thing to be tenuous at best. I'm 26 and have never used a rolodex nor a leather calendar book--and my phone hasn't looked like a corded handset since I was seven. But so what? I love the way all that stuff looks. There is a reason people go in for retro styles in the first place. We like that connection to the past. And to say that we are confused, simply because we're young is preposterous. We grew up on television. We've seen it all. Sure, we may laugh every time Jack McCoy picks up his tethered phone and flips through his rolodex to find another lawyer, but we aren't idiots. We know how this stuff works, and frankly I prefer the organic look of real objects to the sterile hospital environment of Google's design team. Just because the thing is digital does not mean it should look like it was designed for a Star Trek shoot.
Jargon (Score:3)
"Skeuomorphism" irritates me as much as "cloud" and "mash-up" before it. The simple term is "metaphor", the pre-2012 standard term for this approach to UI. Are the anti-skeuomorphismists proposing that every GUI OS now give up the folder metaphor? You know, underneath they're "directories".
I'm guessing the objection is to photo-realism of the metaphor rather than the metaphor approach itself. Showing a 24-bit image is like having the joke explained to you. It also adds frustration and cognitive dissonance when the metaphor, which is an anology after all, breaks down -- when it doesn't operate exactly like what is being portrayed in 24-bits. Then, it's not just having the joke explained, it's also a bad pun.
When desktop UI metaphors are rendered in 1-bit, they take on a suggestive and less specific meaning, and the user understands them as hints and the users do not rise up in rebellion with endless trade articles about "skeuomorphisms".
Re: (Score:2, Informative)
First off, there are many types of metaphors, so from a purely taxonomical point-of-view, there's nothing wrong with the introduction of a word that describes a particular type of metaphor. Secondly, it's not necessarily about metaphor. Skeuomorphism refers to the practice of carrying over unnecessary elements from one version of a product to another (in most cases, talking about going from an analog or physical object to a digital replacement). For example, the click that you hear when your phone's camera
Great for sales (Score:2)
What I find amusing... (Score:5, Insightful)
The thing that I find very strange about Apple's UI peoples' obsession with ultra-tacky stitched leather borders, disgustingly twee fake paper calendars, little 'wooden' shelves for ebooks, and similar rot, is how sharply it differs from their hardware guys...
On the hardware side, Apple's aesthetic is one of a practically brutalist honesty to their materials, and a fairly relentless drive to unify surface and structural elements(ie. aluminum unibodies, rather than ABS-clad magnesium or steel skeleton designs, that sort of thing). It is really quite jarring. Their hardware guys appear to be iterating toward the monolith from 2001, and then you turn the device on and *BAM* punched in the face by '90s shareware UI...
I Agree! (Score:5, Funny)
I'd much prefer a CLI so I can type "cd
If that's just too hard for some people, I guess we can have a GUI with red and green icons with antiquated pictures of analog handsets on them, for now. But those should eventually be deprecated in favor of some newer, more modern representation of what a phone looks like.
is this backlash just hipster angst? (Score:4)
I'm a visual person. I like a bit of skeuomorphism. I can agree that many apps take it too far, but there are some kinds of apps where it can benefit, and where it can make things more fun to use.
A few top ways skeuomorph apps can do things wrong:
Non-skeuomorph apps have the same kinds of problems in many cases. Fat margins, "iced" or unstretchable dialog box layouts, inability to copy pretty much any visible text to the clipboard, flat coloring that lets different entities to merge.
I haven't found my ideal window manager yet. It seems like 99% of the mouthbreathing userbase likes fully sovereign/maximized applications. This breaks down on massive displays. It seems like a lot of people like magnetic window edges that "help" align things neatly and nicely at all times. I'm the opposite, I like windows to be scattered and different sizes, and if there are just a little too many, to be overlapping such that no borders line up. This is almost a skeuomorph of a desktop where different papers overlap generally but never exactly.
People seem to go on about making flatter colors and simpler framing, but I like the visual cues of shading and shadow, of increasing or decreasing contrast to draw attention. The Metro stuff looks like a wall of sample paint chips you see in Home Depot, or the funny hospital triage menu interface in Idiocracy. No, I don't want to run "Afternoon Eggshell Delight" nor do I want to have to hunt the wall for it.
Sturgeon's Law: 90% of everything is crap. That includes examples of skeuomorphism. However, that's not the reason to throw it out.
Soulskill's crusade against skeuomorphism (Score:3)
http://ask.slashdot.org/story/12/08/29/0138234/ask-slashdot-is-the-rise-of-skeuomorphic-user-interfaces-a-problem [slashdot.org]
This is just a pet peeve of an editor and not of general interest. Skeuomorphic design isn't inherently evil for users, it's just that a lot of UI designers get annoyed when people ask for it and they can't try their less constrained designs. I sympathize with backlash against the plebian scum of the business world, but they are also their customers. This is an attempt to convince people that these designs are more objectively bad in order to have more firepower to resist them when they are requested.
Occurs in language too (Score:2)
I'd have to say I don't think it's such a bad thing, nor does it set a new precedent by any means. This type of things happens in languages (human) all of the time. In English, we still use words and phrases such as "he is in the lime light." How many people actually know that that refers to what they used to light stages with back in the early 20th century? Should we replace this phrase because it refers to something most of us have never physically observed? Of course not. Yet, some things in language evo
Why is Apple at $700/share? (Score:2)
Why? Because MOST of the users (and potential) out there understand these things. You can make an interface bare and functional, eschewing all references to physical or mechanical analogs, and you will make the computer literate crowd swoon. Compare that 2-4% market share with the "rest" of the population, and you can see why people are buying this "poorly designed" Apple hardware. It's familiar and comfortable - and it's (mostly) well-done and visually pleasing from a graphic design standpoint. Never, ever
OS X Regressions (Score:2)
For those not familiar with this paradigm shift in OS X, John Siracusa nails it in his Mac OS X 10.7 Lion Review [arstechnica.com].
I don't think either implementation makes the applications easier to use. They seem to have been done for no other reason than "we can".
Mountain Lion's implementations aren't as awful, adding back most of the 10.6 functionality to iCal and making Address Book usable without constantly clicking between screens. However, they've gone this far, it would be trivial to remove the stitching and faux le
Apple's a hardware company first. (Score:2)
I think it is clear that Apple is a hardware company FIRST, then a software company. If Apple applied some of their hardware design principles to their UI design, we would be seeing some highly evolved and hopefully massively well received UI design. I think people want to use Apple's hardware and simply have to put up with their software, and of course assume the software must be on par with the quality of the hardware.
Considering how much evolution has been seen in Apple's hardware over the last 10 year
Confusion??? What A Dumb Argument (Score:3)
I've come across no UI design that is perfect but these guys pick something that Apple actually does "correctly" and as well as trying to cite Windows 8 Metro as the better way to do it which is extraordinarily dubious stance to take???
I am not a professional UI designer but from the things I've learned about skeuomorphism is that skeuomorphisms are powerful when used correctly. For instance: Present a group of people a large cornflower blue square and ask them "What is this used for?" and you will get a lot of different answers (an output area, a blank picture, an empty container, no idea). Present the same group of people a square with a wood grain texture and ask them "What is this used for?" and many will immediately gravitate to "this looks like a flat wooden surface" and often calls up "an area I can put other things on". Even though functionally both the blue square and the wood texture square can be coded to the same thing, the texture adds a skeuomorphism that gives a big hint on the function.
Now look what was just pointed out here with Metro and the various gadgets found on Mac OSX. I think it is dubious when people are looking a colored square with text as "better" than a something that looks like a notepad with a check list on Mac. There are drawbacks to doing that way on the Mac but it sure as hell isn't "confusion"!
Remember Apple's slogan? (Score:3)
Now... it sounds like the argument being made is "Yeah, yeah... but those days of the never-bought-a-computer consumers are over. Now that we've got them on-board, let's start cutting those ties to meatspace". However, to do so makes me immediately think of Photoshop. If you started with Photoshop when it was version 1.0, and if you grew up with the gradual addition of features as they appeared in the many versions, then you're fine. Frankly, I weep for anybody who has to learn today's Photoshop from no previous experience with it. About a decade ago, Adobe, itself, realized that they had this problem and they came out with Photoshop Elements (and you can make the same argument with Premiere and Premiere Elements) as an intermediate step to get users acclimated to Photoshop paradigms without just throwing them into the deep end of the pool. (For those about to argue that Photoshop Elements was, instead, an attempt to tap into a "pro-sumer" and amateur market which was priced out of Photoshop... yes, it was that, too... but it wasn't all that, or else Elements would have just been Photoshop with a bunch of the powerful features taken out. Instead, Elements had a bunch of UI changes which made it easier to use; there was now a red-eye removal button, instead of having to lasso or magic-wand and then use a spot-healing tool or whatever. It introduced the user to being able to successfully manipulate pixels, without the learning curve being way too steep.).
So, that's what I think of when I see the calls for Apple to abandon skeu... that the ship is full of passengers and it's time to shove off, take those passengers to further shores, and leave the rest of the folk on the docks. And I think that's a departure from what Apple has always tried to be.
Lastly, I gotta say... I grew up with MS-DOS... did 8086 and 6502 assembly... nuts-and-bolts stuff. I hated Apple with a passion for years as being "foofy". Nowadays, however, when I play with my iPhone or iPad, I find all of the real-world metaphors in the UI to be very heartwarming. The stitching on the leather in the Notes app... I look at that and it's a little like sipping hot cocoa.
Now.... GET THE HELL OFF MY LAWN!
Lack of Alt- Sequences (Score:3, Interesting)
In *some* previous versions of OSX you could turn on alt-sequences. Others, not -- I bought a used MacBook Pro in 2005 and couldn't figure out how to get these to work after ~10 hours of research, so I resold it a month later. I frankly don't use Macs enough to know whether it's easy to do this now, but from casual use I know that it isn't available as a default, which is silly, whereas it is on Windows. And thus Windows encourages developers to include these sequences, which is a real boon for every app where they work.
Mice are great, but they are slow! Why would you ever want to aim three clicks when you could type four letters? Imagine if you had to type text in Word, Excel, VS or Eclipse by clicking an on-screen keyboard with your mouse... you'd probably just give up and write with pen and paper (or a manual typewriter), and hire some low-wage laborers to do all that slow, boring clicking. That's how I feel when I use Excel on a Mac.