HjemGrupperSnakMereZeitgeist
Søg På Websted
På dette site bruger vi cookies til at levere vores ydelser, forbedre performance, til analyseformål, og (hvis brugeren ikke er logget ind) til reklamer. Ved at bruge LibraryThing anerkender du at have læst og forstået vores vilkår og betingelser inklusive vores politik for håndtering af brugeroplysninger. Din brug af dette site og dets ydelser er underlagt disse vilkår og betingelser.

Resultater fra Google Bøger

Klik på en miniature for at gå til Google Books

Indlæser...

User Interface Design for Programmers

af Joel Spolsky

MedlemmerAnmeldelserPopularitetGennemsnitlig vurderingSamtaler
291590,372 (3.76)Ingen
Most programmers' fear of user interface (UI) programming comes from their fear of doing UI design. They think that UI design is like graphic design—the mysterious process by which creative, latte-drinking, all-black-wearing people produce cool-looking, artistic pieces. Most programmers see themselves as analytic, logical thinkers instead—strong at reasoning, weak on artistic judgment, and incapable of doing UI design. In this brilliantly readable book, author Joel Spolsky proposes simple, logical rules that can be applied without any artistic talent to improve any user interface, from traditional GUI applications to websites to consumer electronics. Spolsky's primary axiom, the importance of bringing the program model in line with the user model, is both rational and simple. In a fun and entertaining way, Spolky makes user interface design easy for programmers to grasp. After reading User Interface Design for Programmers, you'll know how to design interfaces with the user in mind. You'll learn the important principles that underlie all good UI design, and you'll learn how to perform usability testing that works.… (mere)
Ingen
Indlæser...

Bliv medlem af LibraryThing for at finde ud af, om du vil kunne lide denne bog.

Der er ingen diskussionstråde på Snak om denne bog.

Viser 5 af 5
The book does exactly what it claims to: it explains user interface design to programmers who have little familiarity with the subject. The book is probably old hat to someone who has done a reasonable amount of reading on UI design, but it is still interesting. If I were to recommend a book for quick tips for UI design, there is a good chance I would recommend this one. It has the same basic advice as other books I have read without the theory or flights of fancy (::cough:: Raskin ::cough::). I love theory and flights of fancy, but sometimes getting to the point is convenient, and this book does just that.
  eri_kars | Jul 10, 2022 |
Joel Spolsky is an exceptional programmer: one who can communicate. User Interface Design for Programmers is clear, accessible, and engaging. It makes the case for user-centered design and offers good rules of thumb to achieve such designs. It does this in terms that will be readily accessible to most programmers.

However, it falls down for me in terms of depth. Other books such as The Humane Interface, The Design of Everyday Things, and The Inmates are Running the Asylum cover Joel's points regarding the limits of human capacity, designing for all types of users, persona, and so on with greater depth and rigour. For the professional software developer, these books should be considered essential reading.

The book is also a little too anecdotal for my taste. Although the anecdotes are illuminating and convey sound principles, it does make the book feel like part of a conversation down at the pub.

Nonetheless, User Interface Design for Programmers has the big advantage over weightier works in that it might actually be read by "run of the mill coders" because it is short and focused solely on their concerns. For this reason, I think this volume would be of particular value to team leaders, architects, and similarly "leaders" who want to give their programmers an introduction to this topic. ( )
  raymond_and_sarah | May 3, 2009 |
"A woman came in to test the software. When she wasn't able to complete the assigned task, she actually broke down in tears"

That's pretty bad!

This book was an easy, fun read. ( )
  dvf1976 | Apr 23, 2008 |
I should start by saying that I liked most of Joel's other articles for hist insightful comments and opinions. Most of his essays are very focused and contain little filler content or "dictionary" type explanation of trade jargons.

I liked this book for similar reasons. Some points may seem obvious after you read it, but simplicity is where the beauty lies. Joel supports his arguments with his personal experience which are to the point. The logics in the book flows well and reads like a mathematical proof. Important points are called out clearly.

Although I liked the book, I don't agree with all of his arguments and opinions. For instance, his comments on web UI seems out of date. We are in the web 2.0 era and many obstacles can be overcome with newer technology. So many of his concerns and solutions are irrelevant.

Joel begins by establishing the central pillar of UI design: "A UI is well designed when the program behaves exactly how the user thought it would." and "all other rules of UI design are corollaries."

Some other points:
- Program model should fit the user model.
- User will assume the simplest model possible.
- Do not abdicate your responsibility by forcing the user to make unnecessary decisions.
- Many signs (e.g. No bicycle on bus) are historical records. They do not serve a real purpose now.
- Use affordance to guide user (e.g. no handle on door to indicate PUSH)
- Use metaphor, but make sure real world metaphor obeys laws of physics in the real world.
- Design for extremes, so they are useful in border cases, AND easier to user under normal situations.
- Assume users dont read anything. (e.g. don't rely on explanatory text)
- Assume users can't use the mouse well. (e.g. implement auto-snap)
- Assume users can't remember anything. (e.g. implement auto-complete)
- Usability tests test *learnability*, NOT usability.
- Testing a few users is enough, and keep in mind that the tests can't reflect real world usage 100%.
- Days are seconds: days of coding a feature that users will only experience a few seconds. So what makes perfect sense to you may not make any sense to the user.
- Months are minutes: months of feature creep may only add unnecessary complication to the user.
- Seconds are hours: unnecessary or poorly designed UI that cause delays seem like hours to the user.
- Be careful with heuristics. 5 good guesses can easily be offset by 1 wrong guess. Incorrect heuristics annoy the user much more. ( )
  davekong | Jan 9, 2008 |
I really wanted to like this book a great deal but I'm afaid it didn't quite live up to my expectations. Expectations, I might add, which were based on having been a long time fan of the author (via his blog/web site).

It's hard to put my finger on what put a dent in my reading experience but if I had to try I think it would be that a number of things the author says sound a lot like personal opinion (e.g. using Courier over Ariel, even given that the one is more "readable" than the other), which is understandable given the subject matter. The other thing is the absence of acknowledging that although there may be a better way to do something it's not necessarily going to be the one that gets used (i.e. the author's "designing for extremes" argument, there's a reason not everything is made to mil-spec ratings and we don't all use Dvorak keyboards). For example the multi line tab control - I disagree that moving the tabs to the bottom of the control would have made it easier for a user to use as it would have ended up being another form of the Outlook Bar which the author also bashes (a point I happen to agree with him on). Another passage in the book which made me smile was where the author encourages the reader to think about internationalisation and even brings up the case of the Australian spelling "dialler" which in America would be spelt "dialer" and then not two pages on uses, what I assume is an American cultural reference of: "Murphy Bed" which is something I (a non American) have never heard of (but guess as, given the context, being those beds you see in movies which flip up into the wall).

The one thing that dates this book quite badly is the chapter on designing for the web (which is ironic given that it contains a section titled "Historical Note"). Web speeds have increased dramatically since this book was written which knock one of the legs out of his argument for designing simpler pages so as to provide quick responses. Most online email sites now support the saving of draft emails and rich text like editing and the technology around drop down menus has improved in leaps and bounds and true modal dialog boxes are now possible. Internet users have also become more web-wise and have no problem using image based buttons now (I guess this all points to the "usable" vs "learnable" argument the book makes).

This book certainly offers up a lot of useful information but it's not a definitive list of what to do and what not to do (and I don't think there could be one). It's more of a guide on how to think about UI design and, in my opinion, sometimes some of the stuff applies and sometimes it doesn't.

Having said all this, this book is definitely worth reading as it does explain a lot with regards to GUI design and providing you can get past the author's geek humour (and asides) will definitely help you as a programmer. ( )
  DSD | Jun 24, 2007 |
Viser 5 af 5
ingen anmeldelser | tilføj en anmeldelse
Du bliver nødt til at logge ind for at redigere data i Almen Viden.
For mere hjælp se Almen Viden hjælpesiden.
Kanonisk titel
Originaltitel
Alternative titler
Oprindelig udgivelsesdato
Personer/Figurer
Vigtige steder
Vigtige begivenheder
Beslægtede film
Indskrift
Tilegnelse
Første ord
Citater
Sidste ord
Oplysning om flertydighed
Forlagets redaktører
Bagsidecitater
Originalsprog
Canonical DDC/MDS
Canonical LCC

Henvisninger til dette værk andre steder.

Wikipedia på engelsk

Ingen

Most programmers' fear of user interface (UI) programming comes from their fear of doing UI design. They think that UI design is like graphic design—the mysterious process by which creative, latte-drinking, all-black-wearing people produce cool-looking, artistic pieces. Most programmers see themselves as analytic, logical thinkers instead—strong at reasoning, weak on artistic judgment, and incapable of doing UI design. In this brilliantly readable book, author Joel Spolsky proposes simple, logical rules that can be applied without any artistic talent to improve any user interface, from traditional GUI applications to websites to consumer electronics. Spolsky's primary axiom, the importance of bringing the program model in line with the user model, is both rational and simple. In a fun and entertaining way, Spolky makes user interface design easy for programmers to grasp. After reading User Interface Design for Programmers, you'll know how to design interfaces with the user in mind. You'll learn the important principles that underlie all good UI design, and you'll learn how to perform usability testing that works.

No library descriptions found.

Beskrivelse af bogen
Haiku-resume

Current Discussions

Ingen

Populære omslag

Quick Links

Vurdering

Gennemsnit: (3.76)
0.5 1
1 1
1.5
2 1
2.5 1
3 10
3.5 4
4 12
4.5 3
5 10

Er det dig?

Bliv LibraryThing-forfatter.

 

Om | Kontakt | LibraryThing.com | Brugerbetingelser/Håndtering af brugeroplysninger | Hjælp/FAQs | Blog | Butik | APIs | TinyCat | Efterladte biblioteker | Tidlige Anmeldere | Almen Viden | 204,505,130 bøger! | Topbjælke: Altid synlig