source: trunk/doc/html/guibooks.html@ 203

Last change on this file since 203 was 190, checked in by rudi, 14 years ago

reference documentation added

File size: 5.4 KB
Line 
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"><!--
8fn { margin-left: 1cm; text-indent: -1cm; }
9a:link { color: #004faf; text-decoration: none }
10a:visited { color: #672967; text-decoration: none }
11body { 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&nbsp;Classes</font></a>
23 | <a href="mainclasses.html">
24<font color="#004faf">Main&nbsp;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&nbsp;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
36books worth buying. Here we mention just a few GUI/UI books that don't
37gather dust in our shelves.
38<p> <b>C++ GUI Programming with Qt 3</b> by Jasmin Blanchette and Mark
39Summerfield, ISBN 0-13-124072-2. This is the Official Qt book written
40by 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,
43ISBN 0-38526774-6, is one of the classics of human interface design.
44Norman shows how badly something as simple as a kitchen stove can be
45designed, and everyone should read it who will design a dialog box,
46write an error message, or design just about anything else humans are
47supposed 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
51alphabetical dictionary of widgets and other user interface elements,
52with comprehensive coverage of each. Each chapter covers one widget
53or other element, contains the most important recommendation from the
54Macintosh, Windows and <a href="motif-extension.html#Motif">Motif</a> style guides, notes about common
55problems, comparison with other widgets that can serve some of the
56same 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
590-201-62216-5, is worth buying for the <em>don't</em>s alone. Even
60though you're not writing Macintosh software, avoiding most of what it
61advises against will produce more easily comprehensible software.
62Doing 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
67OS 8 addendum.</a>
68<p> <b>The Microsoft Windows User Experience</b>, ISBN 1-55615-679-0,
69is Microsoft's look and feel Bible. Indispensable for everyone who
70has 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
73occasionally 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
76perhaps the only thorough coverage of icons and icon use in software.
77In order for icons to be successful, people must be able to do four
78things with them: decode, recognize, find and activate them. This
79book explains these goals from scratch and how to reach them, both
80with single icons and icon families. Some 500 examples are scattered
81throughout 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
87favorite 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
90links, 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 &copy; 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>
Note: See TracBrowser for help on using the repository browser.