<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>In usability we trust &#187; Reviews</title>
	<atom:link href="http://www.svennerberg.com/category/reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.svennerberg.com</link>
	<description>Web Applications Designed for Humans</description>
	<lastBuildDate>Mon, 14 Nov 2011 10:29:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>JavaScript Web Applications by Alex MacCaw</title>
		<link>http://www.svennerberg.com/2011/10/javascript-web-applications-by-alex-maccaw/</link>
		<comments>http://www.svennerberg.com/2011/10/javascript-web-applications-by-alex-maccaw/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 13:32:19 +0000</pubDate>
		<dc:creator>Gabriel Svennerberg</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web apps]]></category>

		<guid isPermaLink="false">http://www.svennerberg.com/?p=3655</guid>
		<description><![CDATA[JavaScript Web Applications is not a book for beginners. In fact, you need to have been doing a fair share of JavaScript development to benefit from it. But if you do, It&#8217;s indispensable! Because this is finally a book that&#8217;s &#8230; <a href="http://www.svennerberg.com/2011/10/javascript-web-applications-by-alex-maccaw/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.svennerberg.com/2011/10/jwa.jpg"><img src="http://media.svennerberg.com/2011/10/jwa-160.jpg" alt="" class="alignright size-full wp-image-3660" /></a><strong>JavaScript Web Applications</strong> is not a book for beginners. In fact, you need to have been doing a fair share of JavaScript development to benefit from it. But if you do, It&#8217;s indispensable! Because this is finally a book that&#8217;s showing how to structure your application in a way that keeps you sane as the application grows.</p>
<p><span id="more-3655"></span></p>
<p>The patterns that are shown in the book are all Model-View-Controller (MVC), the popular design pattern being used in a lot of back-end frameworks such as Ruby on Rails, ASP.NET MVC and CodeIgniter (PHP) to name a few. </p>
<p>The first part of the book introduces the different aspects of the MVC pattern. Then there&#8217;s a few chapters dealing with JavaScript templating, dependency management, some of the new HTML5 API&#8217;s and JavaScript deployment. In the last part of the book 3 different libraries for applying the MVC pattern to a project are introduced.</p>
<h2>Desktop-like applications</h2>
<p>Traditional web applications require a lot of requests to the server, but using MVC on the Frontend you can create One-Page-Applications with all the logic in the frontend. This might sound crazy at first, but after reading the book and trying it out for myself, I&#8217;m confident that this is a good approach for certain kinds of web applications. It&#8217;s actually more like programming Desktop Applications. </p>
<p>This approach gives you applications that responds immediately on user interaction. Because it doesn&#8217;t have to perform constant server requests, it is snappy and responsive. </p>
<h2>Not for all projects</h2>
<p>I want to be dead clear here. Im definitely not saying that this is the right approach for all web applications, because it&#8217;s not. For starters, using a JavaScript only approach means that not everybody can use it, for example people using screen readers or have JavaScript disabled. So for content intensive sites this is not the way to go. But for more advanced Web Applications and for mobile web apps aimed at smart phones, it&#8217;s certainly a viable option. </p>
<h2>JavaScript libraries</h2>
<p>As I mentioned before Alex presents a few libraries that will make it easier to create a MVC architecture in the last part of the book. He has actually created one of the libraries himself, <a href="http://spinejs.com/" title="Spine - Build Awesome JavaScript MVC Applications">Spine.js</a>. The other libraries are <a href="http://documentcloud.github.com/backbone/">Backbone.js</a> and <a href="http://javascriptmvc.com/">JavaScriptMVC</a>.</p>
<p>Although I&#8217;m sure that all theses libraries are good I myself was most compelled by Backbone.js which I&#8217;m currently using to build a mobile web app. I think it&#8217;s great in the way it makes the code so much more structured and easier to maintain. It essentially brings backend programming structure to the world of JavaScript.</p>
<h2>Conclusion</h2>
<p>If you have a few JavaScript projects under your belt and you feel that there must be better ways to organize and structure the code, this book is definitely for you. It will teach you how the MVC pattern works on the frontEnd and gives you the tools and knowledge to leverage your own applications.</p>
<h3>Bookinformation</h3>
<dl class="book-info">
<dt>Title:</dt>
<dd>JavaScript Web Applications</dd>
<dt>By:</dt>
<dd>Alex MacCaw</dd>
<dt>Publisher:</dt>
<dd>O&#8217;Reilly Media (August 30, 2011)</dd>
<dt>Pages:</dt>
<dd>280</dd>
<dt>ISBN:</dt>
<dd>144930351X</dd>
<dt>ISBN-13</dt>
<dd>978-1449303518</dd>
</dl>
<p><a href="http://www.amazon.com/gp/product/144930351X/ref=as_li_ss_tl?ie=UTF8&#038;tag=inusabiwetrus-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399373&#038;creativeASIN=144930351X">Buy JavaScript Web Applications from Amazon.com</a><img src="http://www.assoc-amazon.com/e/ir?t=inusabiwetrus-20&#038;l=as2&#038;o=1&#038;a=144930351X&#038;camp=217145&#038;creative=399373" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p>
<p class="note">
<strong>Note:</strong> I wrote this review for <a href="http://oreilly.com/bloggers/">O’Reilly’s Blogger Review Program</a>. Their deal is pretty good: You get a free e-book to read and once you post a review you get another. Try it yourself if you&#8217;re interested in reviewing books.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.svennerberg.com/2011/10/javascript-web-applications-by-alex-maccaw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing for Mobile First by Luke Wroblewski</title>
		<link>http://www.svennerberg.com/2011/09/designing-for-mobile-first-by-luke-wroblewski/</link>
		<comments>http://www.svennerberg.com/2011/09/designing-for-mobile-first-by-luke-wroblewski/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 17:34:39 +0000</pubDate>
		<dc:creator>Gabriel Svennerberg</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.svennerberg.com/?p=3411</guid>
		<description><![CDATA[In this video master class, author and co-founder of Bagcheck, Luke Wroblewski describes the mobile landscape and why we should use a Mobile First approach. I will tell you why you should watch this video and what Mobile First really &#8230; <a href="http://www.svennerberg.com/2011/09/designing-for-mobile-first-by-luke-wroblewski/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.svennerberg.com/2011/09/designing-for-mobile-first.jpg"><img src="http://media.svennerberg.com/2011/09/designing-for-mobile-first-160x246.jpg" alt="" class="alignright size-thumbnail wp-image-3415" /></a>In this video master class, author and co-founder of Bagcheck, Luke Wroblewski describes the mobile landscape and why we should use a <strong>Mobile First approach</strong>. I will tell you why you should watch this video and what Mobile First really means.</p>
<p><span id="more-3411"></span></p>
<p>This video was recorded during a Master Class with Luke Wroblewski and six participants. Luke talks about the topic, shows slides, and the participants asks questions and comment. </p>
<p>The masterclass is structured into three areas which are:</p>
<ul>
<li>Statistics</li>
<li>Setting Context</li>
<li>Design Conciderations</li>
</ul>
<p>In the <strong>Statistics</strong> part, Luke shows a lot of data on mobile web use. The trend is clear: mobile browsing will soon outperform desktop browsing. This part will give you all the facts you need to realize it&#8217;s time to start considering the mobile web. It will also provide you with plenty of ammunition for convincing your boss or client that it&#8217;s time to get moving.</p>
<p>In the <strong>Setting Context</strong> part of the class, the capabilities and constraint of the mobile web experience is discussed. It&#8217;s all about screen sizes, limited input opportunities and the different contexts that mobile devices are used. For example, we often use smart phones with one hand while on the move which makes it hard to perform precise manipulations of objects on the screen.</p>
<p>In the <strong>Design Conciderations</strong> part, Luke presents good advice on how to design for mobile applications. He talks about how to organize content and how to design different actions on a touch device. He also talks about things to consider when designing for input and how to design for different devices and different viewports. Lots of practical advice and current best practices.</p>
<p>All in all the class introduces the mobile web area and gives a pretty broad picture of what it is, where it&#8217;s heading and what to think about when designing for it.</p>
<h3>About Luke Wroblewski</h3>
<p>Luke is a very knowledgeable speaker. He&#8217;s written two popular web design books, <a href="http://www.amazon.com/gp/product/1933820241/ref=as_li_ss_tl?ie=UTF8&#038;tag=inusabiwetrus-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399377&#038;creativeASIN=1933820241">Web Form Design</a><img src="http://www.assoc-amazon.com/e/ir?t=inusabiwetrus-20&#038;l=as2&#038;o=1&#038;a=1933820241&#038;camp=217145&#038;creative=399377" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> (<a href="http://www.svennerberg.com/2008/09/web-form-design-book-review/" title="Review of Web Form Design by Luke Wroblewski">which I&#8217;ve reviewed back in 2008</a>) and <a href="http://www.amazon.com/gp/product/0764536745/ref=as_li_ss_tl?ie=UTF8&#038;tag=inusabiwetrus-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399369&#038;creativeASIN=0764536745">Site-Seeing: A Visual Approach to Web Usability</a><img src="http://www.assoc-amazon.com/e/ir?t=&#038;l=as2&#038;o=1&#038;a=0764536745&#038;camp=217145&#038;creative=399369" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />. He&#8217;s the co-founder of <a href="http://bagcheck.com/">Bagcheck</a> and former Chief Design Architect at Yahoo!.</p>
<p>These last years Luke has been busy talking and <a href="http://www.lukew.com/ff/" title="LukeW Ideation + Design | Writings">writing</a> about the mobile web and he has a new book coming up this fall called <a href="http://www.abookapart.com/products/mobile-first" title="A Book Apart - Mobile First by Luke Wroblewski">Mobile First</a>. </p>
<h3>So what is Mobile First?</h3>
<p>The approach that Luke is advocating is to think about the mobile web experience first. Because of the inherited restraints of the mobile platform you are forced to focus on the most important stuff and omit the rest. The screen is small, the input limited and the attention of the user is often shorter than on the desktop. </p>
<p>Then, when you move to the desktop experience, you can bring this knowledge and focus with you. It will help you stay focused and not trying to cram content and functionality into every bit of empty space.</p>
<h3>The video format</h3>
<p>The quality of the video is mostly good. It&#8217;s in mp4 format and both the picture and sound are crisp except for sometimes when one of the participants are talking. Then it sometimes sounds like the person is sitting in a jar talking, you can still here what they say though.</p>
<p>Although the quality of the video is pretty good, my biggest concern is with its format. This master class comes in 14 different video files that you can either watch online or download for offline use. Watching them online is pretty straight forward, you have a chronological list of the videos and watch them one after the other. No problems there. </p>
<p>The problem started when I wanted to watch them on my iPad. I downloaded the files, imported them to iTunes and transferred them to the iPad. Now, instead of being ordered chronological they were ordered alphabetically. Because of this I had to manually edit the meta information of the files, something that&#8217;s a bit awkward and time consuming. I think this should have been done to the files, before publishing them.</p>
<h3>My verdict</h3>
<p>My biggest take-aways from this master class is why Mobile First is a sensible approach but also good ideas on how to design  navigation for mobile platforms. There were also some very interesting statistics about how huge the mobile web is really becoming. </p>
<p>If you&#8217;re designing or developing for the mobile web or thinking about doing it, you really should check this video out. Luke Wroblewski is very knowledgeable and good at explaining his points in a clear an efficient manner. In fact, even if you haven&#8217;t considered the mobile web yet, maybe you should watch this video anyway. Chances are it will make you change your mind.</p>
<h3>Video information</h3>
<dl class="book-info">
<dt>Title:</dt>
<dd>Designing for Mobile First</dd>
<dt>By:</dt>
<dd>Luke Wroblewski</dd>
<dt>Publisher:</dt>
<dd>O&#8217;Reilly Media (August 2011)</dd>
<dt>Duration:</dt>
<dd>3 hours and 19 minutes</dd>
</dl>
<p><a href="http://shop.oreilly.com/product/0636920020776.do" title="Luke Wroblewski on Designing for Mobile First at O'Reilly Media">Check out Designing for Mobile First on O&#8217;Reilly Media</a></p>
<p class="note">
<strong>Note:</strong> I wrote this review for <a href="http://oreilly.com/bloggers/">O’Reilly’s Blogger Review Program</a>. Their deal is pretty good: You get a free e-book to read and once you post a review you get another. Try it yourself if you&#8217;re interested in reviewing books.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.svennerberg.com/2011/09/designing-for-mobile-first-by-luke-wroblewski/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Analytics for Your Site by Louis Rosenfeld</title>
		<link>http://www.svennerberg.com/2011/08/search-analytics-for-your-site-by-louis-rosenfeld-book-review/</link>
		<comments>http://www.svennerberg.com/2011/08/search-analytics-for-your-site-by-louis-rosenfeld-book-review/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 12:39:33 +0000</pubDate>
		<dc:creator>Gabriel Svennerberg</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[SSA]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.svennerberg.com/?p=3335</guid>
		<description><![CDATA[Search Analytics for Your Site is a great book that will teach you how to make the most of the searches people make on your site. Lou Rosenfeld has done a tremendous job describing how to approach this rich source &#8230; <a href="http://www.svennerberg.com/2011/08/search-analytics-for-your-site-by-louis-rosenfeld-book-review/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/1933820209/ref=as_li_ss_tl?ie=UTF8&#038;tag=inusabiwetrus-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399373&#038;creativeASIN=1933820209" title="Check out Search Analytics for Your Site on Amazon.com"><img src="http://media.svennerberg.com/2011/08/search_analytics_for_your_site.png" alt="" title="search_analytics_for_your_site" width="160" height="241" class="alignright size-full wp-image-3338" /></a><strong>Search Analytics for Your Site</strong> is a great book that will teach you how to make the most of the searches people make on your site. <strong>Lou Rosenfeld</strong> has done a tremendous job describing how to approach this rich source of information about your users, and come out with valuable insights that will help improve your web site or Intranet. </p>
<p><span id="more-3335"></span></p>
<h2>About the book</h2>
<p>This book is, as of now, the only book on the subject. There are plenty of books about Search Engine Optimization (SEO) and although Site Search Analytics (SSA) share common traits with SEO, the nature of searching on Google and searching on a sites local search is quite different. You&#8217;ll see much more general search terms on Google than on a sites local search. </p>
<p>What&#8217;s so interesting is that the term that people use on local sites will tell you something about how they think, what language they use and what they&#8217;re interested in. This is valuable information that can help you better understand your audience and better cater to their needs.</p>
<h2>What&#8217;s in the book</h2>
<p>The first section of the book describes what SSA is and provides a case study where SSA helped save a project. It will give you the basics of the topic and good advice on  how to start applying it.</p>
<p>The second section is about different type of analysis to gain insights about your data. This will give you a toolkit where you can pick the appropriate tool depending on what insights your&#8217;e trying to gain.</p>
<p>The third section describes practical ways of using your insights to improve search, site navigation, meta data and content. It contains very good and practical things you can do to improve your site.</p>
<p>The last chapter looks at how SSA fits into the worlds of UX Design and Web Analysis. </p>
<h2>Bridging the gap</h2>
<p>A very interesting argument Louis Rosenfeld make is that SSA can actually bridge the gap between Web Analytics and UX Design. Because of the both quantitative and qualitative nature of the data, SSA will appeal to both parties. It can therefor act as a common ground for practitioners in the respective fields to collaborate their researching efforts. </p>
<h2>About the author</h2>
<p>Louis Rosenfeld has previously co-authored <a href="http://www.amazon.com/gp/product/0596527349/ref=as_li_ss_tl?ie=UTF8&#038;tag=inusabiwetrus-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399369&#038;creativeASIN=0596527349" title="Check out Information Architecture for the World Wide Web on Amazon.com">Information Architecture for the World Wide Web</a><img src="http://www.assoc-amazon.com/e/ir?t=&#038;l=as2&#038;o=1&#038;a=0596527349&#038;camp=217145&#038;creative=399369" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />, by many considered THE book on Information Architecture. He also runs <a href="http://rosenfeldmedia.com/">Rosenfeld Media</a>, a book publishing company dedicated to publishing great books on UX.</p>
<p>With Louis experience in the fields and his clear and entertaining writing style, this book is a pleasure to read. It contains lots of real-life examples and practices that makes the techniques described easy to apply in your own projects.</p>
<h2>Conclusion</h2>
<p>If your&#8217;re interested in making good use of your search data, then this is the book to read. It reveals techniques that will give plenty of benefits for a pretty low effort. I highly recommend Search Analytics for Your Site for both Web Analysts and UX Designers, but also for Project Managers and others involved in creating information rich web sites or Intranets. </p>
<h2>Book information</h2>
<dl class="book-info">
<dt>Title:</dt>
<dd>Search Analytics for Your Site</dd>
<dt>Author:</dt>
<dd>Louis Rosenfeld</dd>
<dt>Publisher:</dt>
<dd>Rosenfeld Media, LLC; 1st edition (July 6, 2011)</dd>
<dt>Pages:</dt>
<dd>224</dd>
<dt>ISBN:</dt>
<dd>1933820209</dd>
<dt>ISBN-13:</dt>
<dd>978-1933820200</dd>
</dl>
<p><a href="http://www.amazon.com/gp/product/1933820209/ref=as_li_ss_tl?ie=UTF8&#038;tag=inusabiwetrus-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399373&#038;creativeASIN=1933820209">Check out Search Analytics for Your Site on Amazon</a><img src="http://www.assoc-amazon.com/e/ir?t=&#038;l=as2&#038;o=1&#038;a=1933820209&#038;camp=217145&#038;creative=399373" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p>
<p class="note">
<strong>Note:</strong> I wrote this review for <a href="http://oreilly.com/bloggers/">O’Reilly’s Blogger Review Program</a>. Their deal is pretty good: You get a free e-book to read and once you post a review you get another. Try it yourself if you&#8217;re interested in reviewing books.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.svennerberg.com/2011/08/search-analytics-for-your-site-by-louis-rosenfeld-book-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Mobile by Jon Reid</title>
		<link>http://www.svennerberg.com/2011/07/jquery-mobile-book-review/</link>
		<comments>http://www.svennerberg.com/2011/07/jquery-mobile-book-review/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 13:01:02 +0000</pubDate>
		<dc:creator>Gabriel Svennerberg</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery Mobile]]></category>
		<category><![CDATA[Mobile Web]]></category>

		<guid isPermaLink="false">http://www.svennerberg.com/?p=3312</guid>
		<description><![CDATA[jQuery Mobile is a brief introduction to the Alpha 4 release of the mobile version of the popular JavaScript Framework. It&#8217;s written by Jon Reid, senior developer at EffectiveUI, who&#8217;s done an excellent job of describing the ins and out &#8230; <a href="http://www.svennerberg.com/2011/07/jquery-mobile-book-review/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/1449306683/ref=as_li_ss_tl?ie=UTF8&#038;tag=inusabiwetrus-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399373&#038;creativeASIN=1449306683" title="Check out jQuery Mobile on Amazon.com"><img src="http://media.svennerberg.com/2011/07/jquery-mobile.png" alt="" class="alignright size-full wp-image-3330" /></a><strong>jQuery Mobile</strong> is a brief introduction to the Alpha 4 release of the mobile version of the popular JavaScript Framework. It&#8217;s written by <strong>Jon Reid</strong>, senior developer at <a href="http://www.effectiveui.com/">EffectiveUI</a>, who&#8217;s done an excellent job of describing the ins and out of it.</p>
<p><span id="more-3312"></span></p>
<p>It&#8217;s a short book, only 130 pages, that&#8217;s easily read in one evening. It provides you with a quick introduction that will give you a kickstart using <a href="http://jquerymobile.com/" title="jQuery Mobile: Touch-Optimized Web Framework for Smartphones &#038; Tablets">jQuery Mobile</a> in your own projects. It starts with very basic examples and ends with showing how to build a Twitter web app. It&#8217;s very hands-on with lots of example code and code references. </p>
<p>To get the most from this book you should already be familiar with the jQuery framework as well as HTML5 and CSS3 since these topics are not thoroughly covered. </p>
<h2>New Beta 1 release</h2>
<p>You should be aware that it&#8217;s the Alpha 4 release of jQuery Mobile that&#8217;s described in the book. As of now jQuery Mobile is in Beta 1 and is expected to make version 1.0 by the end of this summer. </p>
<p>I&#8217;ve noticed some differences between the current version and what&#8217;s being described in the book. But these are minor differences and shouldn&#8217;t cause any serious problems (See the <a href="http://jquerymobile.com/blog/2011/06/20/jquery-mobile-beta-1-released/">Beta 1 Release Notes</a> for more info). </p>
<p>Jon states in the preface of the book that &#8220;As jQuery Mobile advances, we hope to update this ebook to cover new features and provide new tips and techniques.&#8221;. So hopefully the version you will read will be updated to reflect these recent changes.</p>
<h2>Conclusion</h2>
<p>For me this book has given me a head start building the mobile version of a web app that I&#8217;m currently developing. (Stay tuned for more info as I plan to release it by the end of this summer). I think Jon has done a great job introducing the framework in a concise and hands-on manner. If you&#8217;re planning to create a mobile web app and are considering using jQuery Mobile, you should definitely read this book to: </p>
<ol>
<li>see if jQuery Mobile is something you should use</li>
<li>to get at head start using it in your project</li>
</ol>
<p>All in all I recommend this book for anyone wanting to dip their toes in mobile web development.</p>
<h2>Book information</h2>
<dl class="book-info">
<dt>Title:</dt>
<dd>jQuery Mobile</dd>
<dt>Author:</dt>
<dd>Jon Reid</dd>
<dt>Publisher:</dt>
<dd>O&#8217;Reilly Media (July 7, 2011)</dd>
<dt>Pages:</dt>
<dd>130</dd>
<dt>ISBN:</dt>
<dd>1449306683 </dd>
<dt>ISBN-13:</dt>
<dd>978-1-449-30668-7</dd>
</dl>
<p><a href="http://www.amazon.com/gp/product/1449306683/ref=as_li_ss_tl?ie=UTF8&#038;tag=inusabiwetrus-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399373&#038;creativeASIN=1449306683">Check out jQuery Mobile on Amazon</a><img src="http://www.assoc-amazon.com/e/ir?t=&#038;l=as2&#038;o=1&#038;a=1449306683&#038;camp=217145&#038;creative=399373" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p>
<p class="note">
<strong>Note:</strong> I wrote this review for <a href="http://oreilly.com/bloggers/">O’Reilly’s Blogger Review Program</a>. Their deal is pretty good: You get a free e-book to read and once you post a review you get another. Try it yourself if you&#8217;re interested in reviewing books.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.svennerberg.com/2011/07/jquery-mobile-book-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Books on UX that I&#8217;ve read recently</title>
		<link>http://www.svennerberg.com/2011/04/4-books-on-ux-that-ive-read-recently/</link>
		<comments>http://www.svennerberg.com/2011/04/4-books-on-ux-that-ive-read-recently/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 13:00:48 +0000</pubDate>
		<dc:creator>Gabriel Svennerberg</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://www.svennerberg.com/?p=3002</guid>
		<description><![CDATA[I&#8217;ve recently read a few books on User Experience design and this is a run down of them. Although they&#8217;re all about UX Design, they&#8217;re still very different in their approach to the subject. I list them here, from the &#8230; <a href="http://www.svennerberg.com/2011/04/4-books-on-ux-that-ive-read-recently/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.svennerberg.com/2011/04/IMG_16311_1.jpg"><img class="alignright size-full wp-image-3026" title="user-experience-books-160" src="http://media.svennerberg.com/2011/04/user-experience-books-160.jpg" alt="" width="160" height="160" /></a>I&#8217;ve recently read a few books on User Experience design and this is a run down of them.</p>
<p>Although they&#8217;re all about UX Design, they&#8217;re still very different in their approach to the subject. I list them here, from the most practical to the most theoretical.</p>
<p><span id="more-3002"></span></p>
<h2 class="clear">Undercover User Experience Design</h2>
<div id="attachment_3017" class="wp-caption alignright" style="width: 170px"><a href="http://www.amazon.com/gp/product/0321719905/ref=as_li_ss_tl?ie=UTF8&amp;tag=inusabiwetrus-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321719905"><img class="size-full wp-image-3017" title="Buy Undercover User Experience Design from Amazon.com" src="http://media.svennerberg.com/2011/04/undercover-user-experience-design-160.png" alt="" width="160" height="240" /></a><p class="wp-caption-text">Buy from Amazon.com</p></div>
<p>The first book out is <strong>Undercover User Experience Design</strong> by <strong>Cennydd Bowles</strong> and <strong>James Box</strong>. Both designers at the renowned web agency <a href="http://clearleft.com/">Clearleft</a>. This book takes a pragmatic approach to the UX process. The authors recognize that it can be hard to do UX-work in an organization that has not yet realized the benefits of UX. This book is all about how you can sneak in this kind of work anyway to slowly get the organization in the know.</p>
<p>Undercover User Experience Design offer very practical and cheap approaches for conducting:</p>
<ul>
<li>User research</li>
<li>Idea generation</li>
<li>Prototyping</li>
<li>User testing</li>
</ul>
<h3>Who is this book for</h3>
<p>If you want a hands-on book with practical suggestions on how to perform UX work, this is a good book to start with. Also if your dealing with clients that don&#8217;t get UX or work within an organization that don&#8217;t get it, I highly recommend you buy it.</p>
<h3>Book information</h3>
<dl class="book-info">
<dt>Title:</dt>
<dd>Undercover User Experience Design</dd>
<dt>Authors:</dt>
<dd>Cennydd Bowles and James Box</dd>
<dt>Publisher:</dt>
<dd>New Riders Press; 1 edition (September 27, 2010)</dd>
<dt>Pages:</dt>
<dd>192</dd>
<dt>ISBN:</dt>
<dd> 0321719905</dd>
<dt>ISBN-13:</dt>
<dd>978-032171990</dd>
</dl>
<p><a title="Buy Undercover User Experience Design from Amazon.com" href="http://www.amazon.com/gp/product/0321719905/ref=as_li_ss_tl?ie=UTF8&amp;tag=inusabiwetrus-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321719905">Buy from Amazon.com</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=&amp;l=as2&amp;o=1&amp;a=0321719905" border="0" alt="" width="1" height="1" /><br />
<a title="Buy from Adlibris.com" href="http://clkuk.tradedoubler.com/click?p(21)a(1897042)g(16159304)url(http://www.adlibris.com/se/product.aspx?isbn=0321719905)" target="_blank">Buy from Adlibris.com</a><img src="http://impgb.tradedoubler.com/imp?type(inv)g(16159304)a(1897042)" alt="" /> (Sweden)</p>
<h3>Sketching User Experiences</h3>
<div id="attachment_3029" class="wp-caption alignright" style="width: 170px"><a href="http://www.amazon.com/gp/product/0123740371/ref=as_li_ss_tl?ie=UTF8&amp;tag=inusabiwetrus-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0123740371"><img class="size-full wp-image-3029" title="Buy  Sketching User Experiences from Amazon.com" src="http://media.svennerberg.com/2011/04/sketching-the-user-experience-160.jpg" alt="" width="160" height="190" /></a><p class="wp-caption-text">Buy from Amazon.com</p></div>
<p><strong>Sketching User Experiences</strong> was not at all what I expected it to be. I thought it would be a book on how to use sketches on paper for designing user interfaces. It turned out that the author <strong>Bill Buxton</strong> means sketching in a much broader sense. In his definition a sketch is:</p>
<ol>
<li>Quick: quick to make</li>
<li>Timely: can be provided whenever needed</li>
<li>Inexpensive</li>
<li>Disposable</li>
<li>Plentiful</li>
<li>Clear vocabulary: the style makes it clear that it is a sketch and not a finished product</li>
<li>Distinct gesture: similar to the vocabulary, sketches are distinctly open and free</li>
<li>Minimal detail</li>
<li>Appropriate degree of refinement</li>
<li>Suggest and explore rather than confirm</li>
<li>(Intentional) Ambiguity</li>
</ol>
<p>With this definition a sketch can be anything from a carved out piece of wood that represents a PDA to an actual sketch on a piece of paper. What he proposes is that you should always do different types of prototyping to test a product out before starting to actually create it. What this process aims for is to not only <strong>get the design right</strong> but also <strong>to create the right design</strong>.</p>
<p>That the book wasn&#8217;t what I expected wasn&#8217;t a bad thing. I think Buxtons thoughts on the design process is very interesting and all viable if you&#8217;re in an organization with big budgets for this kind of work. And even if you&#8217;re not, there&#8217;s still a lot of interesting ideas in it that you can apply to your work.</p>
<p>The book is both very practical and theoretical. While it discusses the design process from both a design, development and business perspective on a fairly theoretical level it also supplies lots of hands on examples and approaches.</p>
<h3>Who is this book for</h3>
<p>If you&#8217;re interested in the design process not only from a designers perspective but also from a development and business perspective this book is definitely for you. Also if you&#8217;re interested in prototyping on different levels, this might be an interesting book for you.</p>
<h3>Book information</h3>
<dl class="book-info">
<dt> Title:</dt>
<dd>Sketching User Experiences</dd>
<dt>Author:</dt>
<dd>Bill Buxton</dd>
<dt>Publisher:</dt>
<dd>Morgan Kaufmann (March 30, 2007)</dd>
<dt>Pages:</dt>
<dd>448</dd>
<dt>ISBN:</dt>
<dd>9780123740373</dd>
<dt>ISBN-13:</dt>
<dd>978-0123740373</dd>
</dl>
<p><a title="Buy  Sketching User Experiences from Amazon.com" href="http://www.amazon.com/gp/product/0123740371/ref=as_li_ss_tl?ie=UTF8&amp;tag=inusabiwetrus-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0123740371">Buy from Amazon.com</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=&amp;l=as2&amp;o=1&amp;a=0123740371" border="0" alt="" width="1" height="1" /><br />
<a title="Buy from Adlibris.com" href="http://clkuk.tradedoubler.com/click?p(21)a(1897042)g(16159304)url(http://www.adlibris.com/se/product.aspx?isbn=0123740371)" target="_blank">Buy from Adlibris.com</a><img src="http://impgb.tradedoubler.com/imp?type(inv)g(16159304)a(1897042)" alt="" /> (Sweden)</p>
<h2>Simple and Usable Web, Mobile, and Interaction Design</h2>
<div id="attachment_3013" class="wp-caption alignright" style="width: 170px"><a href="http://www.amazon.com/gp/product/0321703545/ref=as_li_ss_tl?ie=UTF8&amp;tag=inusabiwetrus-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321703545"><img class="size-full wp-image-3013" title="Buy Simple and Usable Web, Mobile, and Interaction Design from Amazon.com" src="http://media.svennerberg.com/2011/04/simple-and-usable-160.png" alt="" width="160" height="213" /></a><p class="wp-caption-text">Buy from Amazon.com</p></div>
<p>The book <strong>Simple and Usable</strong> is about creating simple and usable digital products and services without dumbing down. According to<strong> Giles Colborne</strong>, the author of the book, there are essentially 4 strategies for reducing complexity without losing important features:</p>
<ul>
<li>Organizing</li>
<li>Removing</li>
<li>Hiding</li>
<li>Displacing</li>
</ul>
<p>These 4 strategies is the core of the book and they&#8217;re beautifully illustrated by applying them to the design of a complex remote control. There&#8217;s also lots of other examples.</p>
<p>The book is organized into 8 parts which each consists of several chapters. Each chapter is just one page long which I think is an interesting approach. It makes the book really easy to digest and also makes it easy to later look up things.</p>
<h3>Who is this book for</h3>
<p>If you have already have some experience in design and wants a fresh perspectives on interaction design for web and mobile platforms, this book will be good for you. Apart from the four core strategies for reducing complexity it contains a lot of other gems that you can use to improve you designs.</p>
<h3>Book information</h3>
<dl class="book-info">
<dt>Title:</dt>
<dd>Simple and Usable Web, Mobile, and Interaction Design</dd>
<dt>Author:</dt>
<dd>Giles Colborne</dd>
<dt>Publisher:</dt>
<dd>New Riders Press; 1 edition (September 26, 2010)</dd>
<dt>Pages:</dt>
<dd>208</dd>
<dt>ISBN:</dt>
<dd> 9780321703545</dd>
<dt>ISBN-13:</dt>
<dd>978-0321703545</dd>
</dl>
<p><a title="Buy Simple and Usable Web, Mobile, and Interaction Design" href="http://www.amazon.com/gp/product/0321703545/ref=as_li_ss_tl?ie=UTF8&amp;tag=inusabiwetrus-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321703545">Buy from Amazon.com</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=&amp;l=as2&amp;o=1&amp;a=0321703545" border="0" alt="" width="1" height="1" /><br />
<a title="Buy from Adlibris.com" href="http://clkuk.tradedoubler.com/click?p(21)a(1897042)g(16159304)url(http://www.adlibris.com/se/product.aspx?isbn=0321703545)" target="_blank">Buy from Adlibris.com</a><img src="http://impgb.tradedoubler.com/imp?type(inv)g(16159304)a(1897042)" alt="" /> (Sweden)</p>
<h2>Living with Complexity</h2>
<div id="attachment_3020" class="wp-caption alignright" style="width: 170px"><a href="http://www.amazon.com/gp/product/0262014866/ref=as_li_ss_tl?ie=UTF8&amp;tag=inusabiwetrus-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0262014866"><img class="size-full wp-image-3020" title="Buy Living with Complexity from Amazon.com" src="http://media.svennerberg.com/2011/04/living-with-complexity-160.jpg" alt="" width="160" height="235" /></a><p class="wp-caption-text">Buy from Amazon.com</p></div>
<p><strong>Living with Complexity</strong> is the latest book by <strong>Don Norman</strong>. If you&#8217;re not already familiar with his work he&#8217;s written several seminal books on usability and is one of the pioneers in the field. (You should definitely check out <a title="Buy The Design of Everyday Things on Amazon.com" href="http://www.amazon.com/gp/product/0465067107/ref=as_li_ss_tl?ie=UTF8&amp;tag=inusabiwetrus-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0465067107">The Design of Everyday Things</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=inusabiwetrus-20&amp;l=as2&amp;o=1&amp;a=0465067107" border="0" alt="" width="1" height="1" />) In <strong>Living with Complexity</strong> he addresses the fact that we live in a complex world. Norman writes about the dilemma that we crave simplicity but in reality need complexity.</p>
<p>A good metaphor for this is the cockpit of an airplane. For an untrained person it looks very complicated with its vast arrays of dials and instruments. For the trained pilot on the other hand, it looks very well organized and suited for their needs. A cockpit can&#8217;t be dumbed down to a single instrument, because all the instruments are needed for the pilot to take the plane safely from one airport to another. Therefore other strategies are required, training for example.</p>
<h3>Who is this book for</h3>
<p>This book is more academic and theoretical in nature than the others. If you&#8217;re looking for a practical book on how to do design, this book is not for you. But if you more interested in the philosophical side of design, I strongly recommend it.</p>
<h3>Book information</h3>
<dl class="book-info">
<dt>Title:</dt>
<dd>Living with Complexity</dd>
<dt>Author:</dt>
<dd>Donald A. Norman</dd>
<dt>Publisher:</dt>
<dd>The MIT Press (October 31, 2010)</dd>
<dt>Pages:</dt>
<dd>280</dd>
<dt>ISBN:</dt>
<dd>0262014866</dd>
<dt>ISBN-13:</dt>
<dd>978-0262014861</dd>
</dl>
<p><a title="Buy Living with Complexity from Amazon.com" href="http://www.amazon.com/gp/product/0262014866/ref=as_li_ss_tl?ie=UTF8&amp;tag=inusabiwetrus-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0262014866">Buy from Amazon.com</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=&amp;l=as2&amp;o=1&amp;a=0262014866" border="0" alt="" width="1" height="1" /><br />
<a title="Buy from Adlibris.com" href="http://clkuk.tradedoubler.com/click?p(21)a(1897042)g(16159304)url(http://www.adlibris.com/se/product.aspx?isbn=0262014866)" target="_blank">Buy from Adlibris.com</a><img src="http://impgb.tradedoubler.com/imp?type(inv)g(16159304)a(1897042)" alt="" /> (Sweden)</p>
<h2>Conclusion</h2>
<p>These were a few of the books that I&#8217;ve read recently. I think they all have something to bring to the table in their own unique ways. Personally I believe that reading books is one of the best ways to get better at what you do. It not only expands your horizons but also confirms the knowledge you already have and can spark new ideas that you can use in your work. If you&#8217;re interested in more book on usability and UX you might want to read <a href="../2008/07/5-essential-books-on-usability/">5 Essential Books on Usability</a>, an article I wrote a couple of years ago.</p>
<p>So what do you think? Have you read any of these books or any others on UX recently?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.svennerberg.com/2011/04/4-books-on-ux-that-ive-read-recently/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing with the mind in mind</title>
		<link>http://www.svennerberg.com/2011/03/designing-with-the-mind-in-mind-book-review/</link>
		<comments>http://www.svennerberg.com/2011/03/designing-with-the-mind-in-mind-book-review/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 11:48:42 +0000</pubDate>
		<dc:creator>Gabriel Svennerberg</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Design Principles]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[User Interface Design]]></category>

		<guid isPermaLink="false">http://www.svennerberg.com/?p=2776</guid>
		<description><![CDATA[Designing with the mind in mind is an excellent book that reveals the facts and neurological research behind common design principles. In this review I will tell you why you should read this book. The structure of the book The &#8230; <a href="http://www.svennerberg.com/2011/03/designing-with-the-mind-in-mind-book-review/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.svennerberg.com/2010/10/designing-with-the-mind-in-mind.jpg"><img src="http://media.svennerberg.com/2010/10/designing-with-the-mind-in-mind-160.jpg" alt="" title="designing-with-the-mind-in-mind-160" width="160" height="198" class="alignright size-full wp-image-2779" /></a></p>
<p>Designing with the mind in mind is an excellent book that reveals the facts and neurological research behind common design principles. In this review I will tell you why you should read this book.</p>
<p><span id="more-2776"></span></p>
<h2>The structure of the book</h2>
<p>The book starts with a brief presentation of a number of common User Interface design rules. It then compares the two best-known ones <a href="#note1" class="footnote">[1]</a> and concludes that they are very similar. The reason for this is that they are derived from the same source: human psychology. </p>
<p>This book is all about explaining the psychological and neurological facts behind those design principles. The author, Jeff Johnson, does an excellent job of doing so throughout the book. He uses a clear language with lots of examples, without getting to deep into the psychological lingo.</p>
<p>The book consists of 12 chapters, each being about a specific neurological fact and the implications it has on how you should design User Interfaces. All the chapters have lots of both good and bad examples making it easy to understand how the principles are applied in real life. </p>
<h3>We Perceive What We Expect</h3>
<p>For example, <strong>Chapter 1 &#8211; We Perceive What We Expect</strong>, explains how our expectations bias how we perceive things. If for example, we&#8217;re talking about planning buildings, the black blocks in the picture below will likely look like buildings because we expect to see just that.</p>
<div id="attachment_2932" class="wp-caption alignnone" style="width: 480px"><img src="http://media.svennerberg.com/2011/03/shapes.png" alt="" class="size-full wp-image-2932" /><p class="wp-caption-text">Image from slide 9 of  Jeff Johnson: Psych 101: The Psychological Basis for UI Design Rules on SlideShare (see further resources at the end of the article)</p></div>
<p>On the other hand if we&#8217;re meeting with an advertising manager and discusses a new billboard. We would probably see a billboard with the white letters LIFT.</p>
<p>The fact that we perceive things differently based on our expectations has certain implications on how we design User Interfaces. For example, it implies that we should <em>avoid ambiguity</em>, we should <em>be consistent</em> in our design and we should <em>understand the goals of our users</em>.</p>
<h3>Time Requirements</h3>
<p>Another chapter I found especially interesting. It&#8217;s <strong>Chapter 12 &#8211; We Have Time Requirements</strong> which deals with how we perceive time and what time factors we should take in consideration when designing User Interfaces. This chapter contains a table which shows how long it takes for our brain to perceive different things. For example it states that the maximum duration of silent gap between turns in person-to-person conversation is about 1 second to keep the natural flow. One implication of this in User Interface Design is that it shouldn&#8217;t take longer than 1 second for the User Interface to respond (e.g a window to open, finishing an auto-save, e.t.c.).</p>
<p>The book is structured in such a way that it&#8217;s easy to use it as a reference to go back to and check when needed. It&#8217;s definitely one of these book you should keep near by your working desk.</p>
<h2>About the author</h2>
<p>Jeff Johnson, the author of this book, is President and Principal Consultant at <a href="http://www.uiwizards.com/">UI Wizards, Inc</a>. A product usability consulting firm that offers UI design, usability reviews, usability testing, and training. He has previously written <a href="http://www.amazon.com/gp/product/1558605827/ref=as_li_ss_tl?ie=UTF8&#038;tag=inusabiwetrus-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=1558605827">GUI Bloopers</a><img src="http://www.assoc-amazon.com/e/ir?t=&#038;l=as2&#038;o=1&#038;a=1558605827" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> and <a href="http://www.amazon.com/gp/product/0123706432/ref=as_li_ss_tl?ie=UTF8&#038;tag=inusabiwetrus-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0123706432">GUI Bloopers 2.0</a><img src="http://www.assoc-amazon.com/e/ir?t=&#038;l=as2&#038;o=1&#038;a=0123706432" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />. Both books that deal with the same subject, User Interface Design.</p>
<h2>Final verdict</h2>
<p>If you&#8217;re designing or building User Interfaces, this book is a must read. Learning about and understanding the underlying psychological mechanisms behind common design principles will definitely make you a better designer/developer. It will make you better equipped to make the right design decisions for different scenarios. So don&#8217;t wait, buy it now! It&#8217;s well worth the money!</p>
<h2>Book information</h2>
<dl class="book-info">
<dt>Title:</dt>
<dd>Designing with the mind in mind</dd>
<dt>Author:</dt>
<dd>Jeff Johnson</dd>
<dt>Publisher:</dt>
<dd>Morgan Kaufmann (June 3, 2010)</dd>
<dt>Pages:</dt>
<dd>200</dd>
<dt>ISBN:</dt>
<dd>978-0-123-75030-3</dd>
<dt>ISBN-13:</dt>
<dd>978-0-123-75030-3</dd>
</dl>
<p><a href="http://www.amazon.com/gp/product/012375030X?ie=UTF8&#038;tag=inusabiwetrus-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=012375030X" title="Buy Designing with the Mind in Mind from Amazon.com">Buy from Amazon.com</a><img src="http://www.assoc-amazon.com/e/ir?t=inusabiwetrus-20&#038;l=as2&#038;o=1&#038;a=012375030X" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
<a href="http://clkuk.tradedoubler.com/click?p(21)a(1897042)g(16159304)url(http://www.adlibris.com/se/product.aspx?isbn=012375030X)" title="Buy from Adlibris.com" target="_blank">Buy from Adlibris.com</a><img src="http://impgb.tradedoubler.com/imp?type(inv)g(16159304)a(1897042)" /> (Sweden)<br />
<a href="http://clk.tradedoubler.com/click?p=46&#038;a=1897042&#038;g=16153296&#038;url=http://cdon.se/b%C3%B6cker/johnson%2c_jeff/designing_with_the_mind_in_mind-6008685" target="_blank">Buy on CDON.COM</a> (Sweden)<br />
<img src="http://impse.tradedoubler.com/imp?type(inv)g(16153296)a(1897042)"</p>
<h3>Further resources</h3>
<p>Jeff has a great presentation on SlideShare, <a href="http://www.slideshare.net/guest45d695/jeff-johnson-psych-101-the-psychological-basis-for-ui-design-rules-522929">Psych 101: The Psychological Basis for UI Design Rules</a>, that contains a lot of information from the book.</p>
<div class="footnote">
<h3>Footnotes</h3>
<ol>
<li id="note1">The two best-known User Interface Design Guidelines are <a href="http://faculty.washington.edu/jtenenbg/courses/360/f04/sessions/schneidermanGoldenRules.html" title="Eight Golden Rules of Interface Design">Schneiderman an  Plaisant (2009)</a> and <a href="http://www.useit.com/papers/heuristic/heuristic_list.html" title="Ten Usability Heuristics">Nielsen and Molich (1990)</a>. </li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.svennerberg.com/2011/03/designing-with-the-mind-in-mind-book-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Project Guide to UX Design</title>
		<link>http://www.svennerberg.com/2010/03/a-project-guide-to-ux-design-book-review/</link>
		<comments>http://www.svennerberg.com/2010/03/a-project-guide-to-ux-design-book-review/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 17:36:39 +0000</pubDate>
		<dc:creator>Gabriel Svennerberg</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://www.svennerberg.com/?p=2449</guid>
		<description><![CDATA[Just like the subtitle: &#8220;For User Experience Designers in the field or in the making&#8221;, implies this is a book for persons that are not yet experts in the UX field. It&#8217;s a wonderful read and really gives a great &#8230; <a href="http://www.svennerberg.com/2010/03/a-project-guide-to-ux-design-book-review/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.svennerberg.com/2010/02/UX-design.jpg"><img class="alignright size-full wp-image-2453" title="UX-design_160" src="http://media.svennerberg.com/2010/02/UX-design_160.png" alt="" /></a>Just like the subtitle: &#8220;For User Experience Designers in the field or in the making&#8221;, implies this is a book for persons that are not yet experts in the UX field. It&#8217;s a wonderful read and really gives a great overview of the UX design role in modern web site development.</p>
<p><span id="more-2449"></span></p>
<p>One thing to notice is that this book is about processes rather than how to actually design things. So if your looking for a design book this is not it. If on the other hand you&#8217;re looking for a book about the process of coming up with the design for web sites and web applications this is definitely a great book. It doesn&#8217;t go into great detail about each specific part of the process but provides a good overview and includes many great pointers to other resources.</p>
<p>The book is really hands on. It provides lots of descriptions of how to actually do things. Like signing a contract with the customer or choosing the right user research method.</p>
<h2>The structure of the book</h2>
<p>The first few chapters of the book is about the different roles of a UX designer in a project team. It&#8217;s also about how to create proposals and how to plan the project.</p>
<ol>
<li>The Tao of UXD</li>
<li>The Project Ecosystem</li>
<li>Proposals for Consultants and Freelancers</li>
</ol>
<p>Then there&#8217;s a few chapters about how to gather initial business requirements and how to do initial user research. There&#8217;s also a chapter about how Search Engine Optimization fits in the UX process.</p>
<ol start="4">
<li>Project Objectives and Approach</li>
<li>Business Requirements</li>
<li>User Research</li>
<li>Personas</li>
<li>User Experience Design and Search Engine Optimization</li>
</ol>
<p>The last chapters of the book is about how to transition from defining to designing. They describe different techniques and approaches of coming up with the structure and design of the site. Examples of techniques are Site Maps, Task Flows, Wireframes and Prototypes. There&#8217;s also a chapter on how to perform usability tests with users and lastely there&#8217;s a chapter on how to transition from design to the actual development of the site.</p>
<ol start="9">
<li>Transition: From Defining to Designing</li>
<li>Site Maps and Task Flows</li>
<li>Wireframes and Annotations</li>
<li>Prototyping</li>
<li>Design Testing with Users</li>
<li>Transition: From Design to Development and Beyond</li>
</ol>
<h2>Bonus material</h2>
<p>The book comes with a bonus, online-only chapter called <a href="http://projectuxd.com/wp-content/uploads/2009/03/0321607376_a_brief_guide_to_meetings.pdf">A brief Guide to Meetings (pdf)</a>. I suggest that you download that chapter and read it to get a sense of the style of the book. There&#8217;s also an online chapter from the book available at the Peachpit website. The chapter is called <a href="http://www.peachpit.com/articles/article.aspx?p=1332016">Project Objectives and Approach</a>.</p>
<p>Apart from those there&#8217;s additional documents and templates available at the <a href="http://projectuxd.com/?page_id=5">download area of the book site</a>. </p>
<h2>Final thoughts</h2>
<p>The book is really well edited. I haven&#8217;t been able to find a single typo. I found it very enjoyable to read and even if a lot of the information was familiar to me there were still grains of gold to be found. The best chapter for me was <strong>Chapter 9 &#8211; Transition: From Defining to Designing</strong>. It described different approaches on how to come to consensus about what the primary goals of the projects are that I really haven&#8217;t thought of before. </p>
<p>If you want an overview of the UX design process and an introduction to different UX techniques and approaches, read this book! I highly recommend it!</p>
<h2>Book information</h2>
<dl class="book-info">
<dt>Title:</dt>
<dd>A Project Guide to UX Design</dd>
<dt>Author:</dt>
<dd>Carolyn Chandler and Russ Unger</dd>
<dt>Publisher:</dt>
<dd>New Riders Press; 1 edition (March 23, 2009)</dd>
<dt>Pages:</dt>
<dd>288</dd>
<dt>ISBN:</dt>
<dd>0-321-60737-6</dd>
<dt>ISBN-13:</dt>
<dd>978-0-321-60737-9</dd>
</dl>
<p><a href="http://www.amazon.com/gp/product/0321607376?ie=UTF8&amp;tag=inusabiwetrus-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321607376" title="Buy A Project Guide to UX Design from Amazon.com">Buy from Amazon.com</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=inusabiwetrus-20&amp;l=as2&amp;o=1&amp;a=0321607376" border="0" alt="" width="1" height="1" /><br />
<a href="http://clkuk.tradedoubler.com/click?p(21)a(1897042)g(16159304)url(http://www.adlibris.com/se/product.aspx?isbn=0321607376)" title="Buy from Adlibris.com" target="_blank">Buy from Adlibris.com</a><img src="http://impgb.tradedoubler.com/imp?type(inv)g(16159304)a(1897042)" /> (Sweden)</p>
<h3>Further resources</h3>
<p><a href="http://projectuxd.com/">The book site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.svennerberg.com/2010/03/a-project-guide-to-ux-design-book-review/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Rocket Surgery Made Easy</title>
		<link>http://www.svennerberg.com/2010/01/rocket-surgery-made-easy-book-review/</link>
		<comments>http://www.svennerberg.com/2010/01/rocket-surgery-made-easy-book-review/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 08:14:21 +0000</pubDate>
		<dc:creator>Gabriel Svennerberg</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.svennerberg.com/?p=2414</guid>
		<description><![CDATA[This latest book from Steve Krug is a terrific read and a great companion book to his legendary and highly successful book, Don&#8217;t make me think. Where Don&#8217;t make me think focus on design and the ifs and whys of &#8230; <a href="http://www.svennerberg.com/2010/01/rocket-surgery-made-easy-book-review/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.svennerberg.com/2010/01/RocketSurgeryMadeEasy.jpg"><img class="alignright frame size-full wp-image-2420" src="http://media.svennerberg.com/2010/01/RocketSurgeryMadeEasy_160.png" alt="" /></a>This latest book from Steve Krug is a terrific read and a great companion book to his legendary and highly successful book, <strong>Don&#8217;t make me think</strong>. Where <strong>Don&#8217;t make me think</strong> focus on design and the ifs and whys of usability testing, <strong>Rocket Surgery Made Easy</strong> focuses on how to actually conduct usability test and what to do with the results. </p>
<p><span id="more-2414"></span></p>
<p>As always Steve&#8217;s writing style is relaxed but still to the point. He&#8217;s very humorous and there are a lot of things in the book that makes me smile. The book is nicely designed and is rich with illustrations that breaks up the text and make it more enjoyable to read. It&#8217;s not a long book. As he states himself, it&#8217;s short enough to read on a long flight. I think that&#8217;s a good thing. </p>
<p>I really enjoy Steve&#8217;s pragmatic approach to the subject. He manages to demystify the subject and make the case that anyone, well almost anyone, can perform usability tests and benefit greatly from it. Throughout the book he delivers maxims which contains the most important points. Two of my favorites are <strong>&#8220;A morning a month, that&#8217;s all we ask&#8221;</strong> and <strong>&#8220;Start earlier than you think makes sense&#8221;</strong>. </p>
<p>The book also contains lots of extra material, such as sample test scripts, a consent form and a video of him actually performing a usability test. You can <a href="http://www.sensible.com/rocketsurgery/">watch the video yourself</a> from the book&#8217;s companion site. I think that these add greatly to the value of the book since they provide you with concrete tools to get started.</p>
<h2>Conclusion</h2>
<p>If you&#8217;re interested in usability testing, already do them or plan to start doing them, this is definitely a book for you. It does not have all the answers but will provide you with all the information you need to get started. If you&#8217;ve conducted usability test before I&#8217;m sure that you will still find lots of useful information.</p>
<p>All in all this is a great book and I highly recommend it! If you haven&#8217;t read his first book, <a href="http://www.amazon.com/gp/product/0321344758?ie=UTF8&#038;tag=inusabiwetrus-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0321344758">Don&#8217;t Make Me Think</a><img src="http://www.assoc-amazon.com/e/ir?t=inusabiwetrus-20&#038;l=as2&#038;o=1&#038;a=0321344758" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> already, I highly recommend that you read it too.</p>
<h2>Book information</h2>
<dl class="book-info">
<dt>Title:</dt>
<dd>Rocket Surgery Made Easy</dd>
<dt>Author:</dt>
<dd>Steve Krug</dd>
<dt>Publisher:</dt>
<dd>New Riders Press; 1 edition (December 18, 2009)</dd>
<dt>Pages:</dt>
<dd>168</dd>
<dt>ISBN:</dt>
<dd>0-321-65729-2</dd>
<dt>ISBN-13:</dt>
<dd>978-0-321-65729-9</dd>
</dl>
<p><a href="http://www.amazon.com/gp/product/0321657292?ie=UTF8&amp;tag=inusabiwetrus-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321657292" title="Buy Rocket Surgery Made Easy from Amazon.com">Buy from Amazon.com</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=inusabiwetrus-20&amp;l=as2&amp;o=1&amp;a=0321657292" border="0" alt="" width="1" height="1" /><br />
<a href="http://clkuk.tradedoubler.com/click?p(21)a(1897042)g(16159304)url(http://www.adlibris.com/se/product.aspx?isbn=0321657292)" title="Buy Rocket Surgery Made Easy from Adlibris.com" target="_blank">Buy from Adlibris.com</a><img src="http://impgb.tradedoubler.com/imp?type(inv)g(16159304)a(1897042)" /> (Sweden)</p>
<h2>Further resources</h2>
<p><a href="http://www.sensible.com/rocketsurgery/">The book site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.svennerberg.com/2010/01/rocket-surgery-made-easy-book-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Handcrafted CSS</title>
		<link>http://www.svennerberg.com/2009/09/handcrafted-css-book-review/</link>
		<comments>http://www.svennerberg.com/2009/09/handcrafted-css-book-review/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 19:31:49 +0000</pubDate>
		<dc:creator>Gabriel Svennerberg</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.svennerberg.com/?p=2212</guid>
		<description><![CDATA[Dan Cederholms latest book Handcrafted CSS with the subtitle: More Bulletproof Web Design, is an enjoyable read and delivers some interesting advice on how to leverage your designs with the power of CSS3. I&#8217;ve truly enjoyed Dan&#8217;s two former books &#8230; <a href="http://www.svennerberg.com/2009/09/handcrafted-css-book-review/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="Handcrafted CSS: More Bulletproof Web Design by Dan Cederholm" rel="lightbox[imageset]" href="http://media.svennerberg.com/2009/09/handcrafted_css.jpg"><img class="alignright size-full wp-image-2217" src="http://media.svennerberg.com/2009/09/handcrafted_css_small.jpg" alt="Handcrafted CSS" /></a>Dan Cederholms latest book <strong>Handcrafted CSS</strong> with the subtitle: <strong>More Bulletproof Web Design</strong>, is an enjoyable read and delivers some interesting advice on how to leverage your designs with the power of CSS3.</p>
<p><span id="more-2212"></span></p>
<p>I&#8217;ve truly enjoyed Dan&#8217;s two former books <a href="http://www.amazon.com/gp/product/1430219203?ie=UTF8&amp;tag=inusabiwetrus-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430219203">Web Standards Solutions</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=inusabiwetrus-20&amp;l=as2&amp;o=1&amp;a=1430219203" border="0" alt="" width="1" height="1" /> and <a href="http://www.amazon.com/gp/product/0321509021?ie=UTF8&amp;tag=inusabiwetrus-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321509021">Bulletproof Web Design</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=inusabiwetrus-20&amp;l=as2&amp;o=1&amp;a=0321509021" border="0" alt="" width="1" height="1" />. It was in fact from these books that I first learned the concepts of <a href="http://en.wikipedia.org/wiki/Fault-tolerant_system">graceful degradation</a> and <a href="http://en.wikipedia.org/wiki/Progressive_enhancement">progressive enhancement</a>. I also learned clever CSS styling techniques that I&#8217;ve been using ever since.</p>
<p>In this new book Dan introduces the concept of <strong>Progressive Enrichment</strong>. It&#8217;s an extension of <strong>Progressive Enhancement </strong>and in a nutshell it&#8217;s about being OK with that web designs will look slightly different in different web browsers. Furthermore it&#8217;s about not letting the smallest common denominator deciding which techniques to use but rather reward the more forward-thinking browsers with a slightly more polished look than the other ones (read Internet Explorer). What this means is that it&#8217;s OK to start using some CSS 3 properties like border-radius and RGBA right now even though they&#8217;re not yet widely adopted.</p>
<p>If you&#8217;re still unsure about whether web sites have to look exactly the same in all browser or not, pay a visit at <a href="http://dowebsitesneedtolookexactlythesameineverybrowser.com/">www.dowebsitesneedtolookexactlythesameineverybrowser.com</a>.</p>
<p>The book also contains some ideas on how to reuse CSS between projects. Sort of like building you own lightweight CSS framework like <a href="http://www.blueprintcss.org/">Blueprint CSS</a> and <a title="Yet Another Multicolumn Layout | An (X)HTML/CSS Framework" href="http://www.yaml.de/en/home.html">YAML</a>. Dan explains the value of a global reset and some basic CSS rules that&#8217;s usable in every project.</p>
<p>It&#8217;s a true joy to read Dans texts. The writing style is relaxed but still to the point. The examples are thoroughly explained but doesn&#8217;t feel verbose. There&#8217;s also a laid back humor in the texts that make them even more enjoyable. As you probably noticed that I&#8217;m a big fan of Dan&#8217;s writing and the truth is that I wish that I could write like that. He&#8217;s just awesome.</p>
<h2>Guest writer</h2>
<p>This book features guest writer <a title="Unstoppable Robot Ninja - The web-thing of Ethan Marcotte" href="http://unstoppablerobotninja.com/">Ethan Marcotte</a> who&#8217;s been writing a chapter about &#8220;The Fluid Grid&#8221;. Ethan is a renowned Web designer/developer from Airbag Industries. This chapter describes how to work with fluid grid-based designs. It contains both some history of grid-based design in print as well as techniques to incorporate them in a web design.</p>
<h2>Included DVD</h2>
<p>Included in the book I bought was a DVD featuring Dan explaining 10 design guidelines. The DVD was pretty OK but didn&#8217;t feature anything the book didn&#8217;t include. I guess that it&#8217;s primarily aimed at people that are not web designers and need to be oriented about some core concepts. Despite that, Dan playing ukulele in the background makes it well worth the time <img src='http://www.svennerberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h2>Conclusion</h2>
<p>If you&#8217;re interested in starting to use CSS 3 in your designs I highly recommend this book. Not so much for that it&#8217;s chock full of exciting CSS 3 properties because it&#8217;s not, but rather because it introduces ways to start using them right now without breaking the designs in older browsers. Anyway you&#8217;re in for a great read.</p>
<h2>Further reading</h2>
<p>Read more about the book at it&#8217;s acompaning web site <a title="Handcrafted CSS by DAN CEDERHOLM with ETHAN MARCOTTE" href="http://handcraftedcss.com/">handcraftedcss.com</a>. You can also read more from Dan Cederholm at his blog <a href="http://simplebits.com/">Simplebits.com</a>.</p>
<h2>Book information</h2>
<dl class="book-info">
<dt>Title:</dt>
<dd>Handcrafted CSS: More Bulletproof Web Design</dd>
<dt>Author:</dt>
<dd>Dan Cederholm and Ethan Marcotte</dd>
<dt>Publisher:</dt>
<dd>New Riders Press; 1 Pap/DVD edition (August 20, 2009)</dd>
<dt>Pages:</dt>
<dd>288</dd>
<dt>ISBN:</dt>
<dd>0321658531</dd>
<dt>ISBN-13:</dt>
<dd>978-0321658531</dd>
</dl>
<p><a href="http://www.amazon.com/gp/product/0321658531?ie=UTF8&amp;tag=inusabiwetrus-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321658531" title=" Buy Handcrafted CSS: More Bulletproof Web Design from Amazon.com">Buy from Amazon.com</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=inusabiwetrus-20&amp;l=as2&amp;o=1&amp;a=0321658531" border="0" alt="" width="1" height="1" /><br />
<a href="http://clkuk.tradedoubler.com/click?p(21)a(1897042)g(16159304)url(http://www.adlibris.com/se/product.aspx?isbn=0321643380)" title="Buy from Adlibris.com" target="_blank">Buy from Adlibris.com</a><img src="http://impgb.tradedoubler.com/imp?type(inv)g(16159304)a(1897042)" /> (Sweden)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.svennerberg.com/2009/09/handcrafted-css-book-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing Web Interfaces</title>
		<link>http://www.svennerberg.com/2009/05/designing-web-interfaces-book-review/</link>
		<comments>http://www.svennerberg.com/2009/05/designing-web-interfaces-book-review/#comments</comments>
		<pubDate>Wed, 27 May 2009 04:37:02 +0000</pubDate>
		<dc:creator>Gabriel Svennerberg</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Design patterns]]></category>
		<category><![CDATA[Interaction design]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.svennerberg.com/?p=1843</guid>
		<description><![CDATA[Designing Web Interfaces is a book about how to design rich interactions within web pages. In todays web with richer user interfaces, far from the static, full page load web applications we were once used to. We need patterns, guidelines &#8230; <a href="http://www.svennerberg.com/2009/05/designing-web-interfaces-book-review/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="Designing Web Interfaces - Principles and Patterns for Rich Interactions" rel="lightbox[imageset]" href="http://media.svennerberg.com/2009/04/designing_web_interfaces.jpg"><img class="alignright" src="http://media.svennerberg.com/2009/04/designing_web_interfaces_small.png" alt="" /></a><strong>Designing Web Interfaces</strong> is a book about how to design rich interactions within web pages. In todays web with richer user interfaces, far from the static, full page load web applications we were once used to. We need patterns, guidelines and best practices on how to design those Interfaces to work well. This book is about just that.</p>
<p><span id="more-1843"></span></p>
<h2>The authors</h2>
<p>Designing Web Interfaces is written by Bill Scott and Theresa Neil. <a href="http://looksgoodworkswell.blogspot.com/">Bill Scott</a> has a background at Yahoo! and is currently working at Netflix. This shows in the examples of design patterns since a lot of them is taken from these companies websites.</p>
<p><a href="http://www.designgenie.org/">Theresa Neil</a> is a User Experience consultant located in Austin, Texas. She has worked with Bill before at Sabre Airline Solutions to form their User Experience team.</p>
<h2>Organization of the book</h2>
<p>The book is organized around 6 design principles. For each principle a number of design patterns are explained. The principles are:</p>
<ul>
<li>Make it direct</li>
<li>Keep it Lightweight</li>
<li>Stay on the Page</li>
<li>Provide an Invitation</li>
<li>Use Transitions</li>
<li>React immediately</li>
</ul>
<p>At the <a href="http://designingwebinterfaces.com/explore">Explore the book</a> section at the books companion site there&#8217;s a short explanation of each principle as well as a presentation of the design patterns presented in each chapter. So if you want to know more about what the book is all about I suggest you look there.</p>
<p>At several places in the book the authors references to <a href="http://www.amazon.com/gp/product/0470084111?ie=UTF8&amp;tag=inusabiwetrus-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0470084111">About Face 3</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=inusabiwetrus-20&amp;l=as2&amp;o=1&amp;a=0470084111" border="0" alt="" width="1" height="1" /> by <a href="http://en.wikipedia.org/wiki/Alan_Cooper">Alan Cooper</a>. I like that since I think that&#8217;s an indispensable book that every Interaction Designer should read.</p>
<h2>My take</h2>
<p>I think that this book serves both as an inspiration in finding the right design patterns for the projects I&#8217;m working on as well as a deeper understanding of the underlying core principles when choosing and designing interaction elements. It has certainly provided me with a deeper understanding of the ins and outs of drag and drop interactions which is thoroughly examined in the book.</p>
<p>The book is well written, contains lots of illustrations and generally provides really good examples. If you&#8217;re designing/building highly interactive web sites or is interested in learning more about web design patterns, I&#8217;m certain that you will benefit from reading this book. I highly recommend it!</p>
<h2>Resources</h2>
<p>The books companion site is located at <a href="http://designingwebinterfaces.com/" title="Designing Web Interfaces - Principles and Patterns for Rich Interaction">www.designingwebinterfaces.com</a>. There you&#8217;ll find more information about the book, as well as links to other resources about design patterns.</p>
<h2>Book information</h2>
<dl class="book-info">
<dt>Title:</dt>
<dd>Designing Web Interfaces: Principles and Patterns for Rich Interactions</dd>
<dt>Author:</dt>
<dd>Bill Scott and Theresa Neil</dd>
<dt>Publisher</dt>
<dd>O&#8217;Reilly Media, Inc.; 1 edition (January 30, 2009)</dd>
<dt>Pages_</dt>
<dd>332</dd>
<dt>ISBN</dt>
<dd>0596516258</dd>
<dt>ISBN-13</dt>
<dd>978-0596516253</dd>
</dl>
<p><a href="http://www.amazon.com/gp/product/0596516258?ie=UTF8&amp;tag=inusabiwetrus-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596516258" title="Buy Designing Web Interfaces: Principles and Patterns for Rich Interactions from Amazon.com">Buy from Amazon.com</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=inusabiwetrus-20&amp;l=as2&amp;o=1&amp;a=0596516258" border="0" alt="" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.svennerberg.com/2009/05/designing-web-interfaces-book-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

