1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
---|
2 | <!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/misc.doc:927 -->
|
---|
3 | <html>
|
---|
4 | <head>
|
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
---|
6 | <title>Books about GUI</title>
|
---|
7 | <style type="text/css"><!--
|
---|
8 | fn { margin-left: 1cm; text-indent: -1cm; }
|
---|
9 | a:link { color: #004faf; text-decoration: none }
|
---|
10 | a:visited { color: #672967; text-decoration: none }
|
---|
11 | body { background: #ffffff; color: black; }
|
---|
12 | --></style>
|
---|
13 | </head>
|
---|
14 | <body>
|
---|
15 |
|
---|
16 | <table border="0" cellpadding="0" cellspacing="0" width="100%">
|
---|
17 | <tr bgcolor="#E5E5E5">
|
---|
18 | <td valign=center>
|
---|
19 | <a href="index.html">
|
---|
20 | <font color="#004faf">Home</font></a>
|
---|
21 | | <a href="classes.html">
|
---|
22 | <font color="#004faf">All Classes</font></a>
|
---|
23 | | <a href="mainclasses.html">
|
---|
24 | <font color="#004faf">Main Classes</font></a>
|
---|
25 | | <a href="annotated.html">
|
---|
26 | <font color="#004faf">Annotated</font></a>
|
---|
27 | | <a href="groups.html">
|
---|
28 | <font color="#004faf">Grouped Classes</font></a>
|
---|
29 | | <a href="functions.html">
|
---|
30 | <font color="#004faf">Functions</font></a>
|
---|
31 | </td>
|
---|
32 | <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Books about GUI</h1>
|
---|
33 |
|
---|
34 |
|
---|
35 | <p> This is not a comprehensive list of books, there are many other
|
---|
36 | books worth buying. Here we mention just a few GUI/UI books that don't
|
---|
37 | gather dust in our shelves.
|
---|
38 | <p> <b>C++ GUI Programming with Qt 3</b> by Jasmin Blanchette and Mark
|
---|
39 | Summerfield, ISBN 0-13-124072-2. This is the Official Qt book written
|
---|
40 | by two veteran Trolls.
|
---|
41 | <a href="http://www.amazon.com/exec/obidos/ASIN/0131240722/trolltech/">(Read more about it or buy it.)</a>
|
---|
42 | <p> <b>The Design of Everyday Things</b> by Donald Norman,
|
---|
43 | ISBN 0-38526774-6, is one of the classics of human interface design.
|
---|
44 | Norman shows how badly something as simple as a kitchen stove can be
|
---|
45 | designed, and everyone should read it who will design a dialog box,
|
---|
46 | write an error message, or design just about anything else humans are
|
---|
47 | supposed to use.
|
---|
48 | <a href="http://www.amazon.com/exec/obidos/ASIN/0385267746/trolltech/t">(Read more or buy it.)</a>
|
---|
49 | <p> <a name="fowler"></a>
|
---|
50 | <b>GUI Design Handbook</b> by Susan Fowler, ISBN 0-07-059274-8, is an
|
---|
51 | alphabetical dictionary of widgets and other user interface elements,
|
---|
52 | with comprehensive coverage of each. Each chapter covers one widget
|
---|
53 | or other element, contains the most important recommendation from the
|
---|
54 | Macintosh, Windows and <a href="motif-extension.html#Motif">Motif</a> style guides, notes about common
|
---|
55 | problems, comparison with other widgets that can serve some of the
|
---|
56 | same roles as this one, etc.
|
---|
57 | <p> <a href="http://www.amazon.com/exec/obidos/ASIN/0070592748/trolltech/t">(Read more or buy it.)</a>
|
---|
58 | <p> <b>Macintosh Human Interface Guidelines</b>, second edition, ISBN
|
---|
59 | 0-201-62216-5, is worth buying for the <em>don't</em>s alone. Even
|
---|
60 | though you're not writing Macintosh software, avoiding most of what it
|
---|
61 | advises against will produce more easily comprehensible software.
|
---|
62 | Doing what it tells you to <em>do</em> helps, too.
|
---|
63 | <a href="http://www.amazon.com/exec/obidos/ASIN/0201622165/trolltech/t">(Read more or buy it.)</a>
|
---|
64 | <p> This book is now available
|
---|
65 | <a href="http://developer.apple.com/techpubs/mac/HIGuidelines/HIGuidelines-2.html">on the web</a> and there is a
|
---|
66 | <a href="http://developer.apple.com/techpubs/mac/HIGOS8Guide/thig-2.html">Mac
|
---|
67 | OS 8 addendum.</a>
|
---|
68 | <p> <b>The Microsoft Windows User Experience</b>, ISBN 1-55615-679-0,
|
---|
69 | is Microsoft's look and feel Bible. Indispensable for everyone who
|
---|
70 | has customers that worship Microsoft, and it's quite good, too.
|
---|
71 | <a href="http://www.amazon.com/exec/obidos/ASIN/0735605661/trolltech/t">(Read more or buy it.)</a>
|
---|
72 | <p> Microsoft's guidelines are often available on the web, but have
|
---|
73 | occasionally been hidden in an impenetrable maze of javascript.
|
---|
74 | <a href="http://msdn.microsoft.com/library/en-us/dnwue/html/welcome.asp">Try and see.</a>
|
---|
75 | <p> <b>The Icon Book</b> by William Horton, ISBN 0-471-59900-X, is a
|
---|
76 | perhaps the only thorough coverage of icons and icon use in software.
|
---|
77 | In order for icons to be successful, people must be able to do four
|
---|
78 | things with them: decode, recognize, find and activate them. This
|
---|
79 | book explains these goals from scratch and how to reach them, both
|
---|
80 | with single icons and icon families. Some 500 examples are scattered
|
---|
81 | throughout the text, generally in groups of four or five.
|
---|
82 | <a href="http://www.amazon.com/exec/obidos/ASIN/047159900X/trolltech/t">(Read more or buy it.)</a>
|
---|
83 | <p> <h2> <nobr>Buying these books from</nobr>
|
---|
84 | <a href="http://www.amazon.com/text/">Amazon.com.</a>
|
---|
85 | </h2>
|
---|
86 | <a name="1"></a><p> These books are made available in association with Amazon.com, our
|
---|
87 | favorite on-line bookstore. Here is more information about
|
---|
88 | <a href="http://www.amazon.com/exec/obidos/subst/help/shipping-policy.html/t">Amazon.com's shipping options</a> and its
|
---|
89 | <a href="http://www.amazon.com/exec/obidos/subst/help/desk.html/t">customer service.</a> When you buy a book by following one of these
|
---|
90 | links, Amazon.com gives about 15% of the purchase price to
|
---|
91 | <a href="http://www.amnesty.org">Amnesty International.</a>
|
---|
92 | <p>
|
---|
93 | <!-- eof -->
|
---|
94 | <p><address><hr><div align=center>
|
---|
95 | <table width=100% cellspacing=0 border=0><tr>
|
---|
96 | <td>Copyright © 2007
|
---|
97 | <a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
|
---|
98 | <td align=right><div align=right>Qt 3.3.8</div>
|
---|
99 | </table></div></address></body>
|
---|
100 | </html>
|
---|