<?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>littled.net &#187; reviews</title>
	<atom:link href="http://www.littled.net/new/category/reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.littled.net/new</link>
	<description>David Little&#039;s home on the Web</description>
	<lastBuildDate>Mon, 02 Aug 2010 11:57:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Review of Plone 3 Theming by Veda Williams</title>
		<link>http://www.littled.net/new/2009/09/27/review-of-plone-3-theming-by-veda-williams/</link>
		<comments>http://www.littled.net/new/2009/09/27/review-of-plone-3-theming-by-veda-williams/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 17:13:11 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[blog-post]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[plone-themes]]></category>
		<category><![CDATA[plone3]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.littled.net/new/?p=367</guid>
		<description><![CDATA[
Veda Williams&#8216; Plone 3 Theming (Packt, 2009) [Amazon UK &#124; Amazon US &#124; Packt] is a useful reference for anyone involved in customising the look and feel of their Plone-based website. Used alongside the various online resources on the plone.org website, particularly the Plone Theme Reference,  it should ease  most of the pain that Plone [...]]]></description>
			<content:encoded><![CDATA[<p id="top" /><a href="http://www.packtpub.com/plone-3-theming-create-flexible-powerful-professional-templates/mid/190809x2p4v1?utm_source=littled.net/new&amp;utm_medium=affiliate&amp;utm_content=blog&amp;utm_campaign=mdb_000310"><img class="alignright" style="border: 0px initial initial;" title="Plone 3 theming" src="http://www.littled.net/new/wp-content/uploads/2009/09/Plone-3-theming.jpg" alt="Plone 3 theming" width="203" height="250" /></a></p>
<p><a href="http://www.404-notfound.com">Veda Williams</a>&#8216; Plone 3 Theming (Packt, 2009) [<a href="http://www.amazon.co.uk/Plone-3-Theming-Veda-Williams/dp/1847193870/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1254067008&amp;sr=8-1">Amazon UK</a> | <a href="http://www.amazon.com/Plone-3-Theming-Veda-Williams/dp/1847193870/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1254067090&amp;sr=8-1">Amazon US</a> | <a href="http://www.packtpub.com/plone-3-theming-create-flexible-powerful-professional-templates/mid/190809x2p4v1?utm_source=littled.net%2Fnew&amp;utm_medium=affiliate&amp;utm_content=blog&amp;utm_campaign=mdb_000310">Packt</a>] is a useful reference for anyone involved in customising the look and feel of their Plone-based website. Used alongside the various online resources on the plone.org website, particularly the <a href="http://plone.org/documentation/manual/theme-reference">Plone Theme Reference</a>,  it should ease  most of the pain that Plone themers experience. Unfortunately (and this is not a criticism of the author), the book is let down by some poor copy-editing. It also contains a <a href="http://plone.org/documentation/faq/plone-3-theming-errata">number of errata</a>, which the author is gathering on the plone.org website.</p>
<p>The book is broken down into fifteen chapters, the most useful of which I found were chapters seven to twelve which deal with the day-to-day business of Plone theming.  These chapters cover customising viewlets and portlets, an overview of the Zope templating language ( ZPT), the creation and installation of a Plone theme, template changes, custom page views and theming tips. Although I&#8217;ve done a fair amount of Plone theming, I still find it quite esoteric and complex so it&#8217;s certainly very useful to have these chapters to refer back to.</p>
<p>Chapter fifteen, written by <a href="http://limi.net">Alex Limi</a>, gives an overview of the future of Plone theming using products such as <a href="http://pypi.python.org/pypi/collective.xdv">collective.xdv</a> and Deliverance. These seem an ultimately saner way to proceed and should allow non-Plone specialists to theme a site without getting too bogged down in Plone specifics. <a href="http://plone.org/documentation/manual/theming/referencemanual-all-pages">This article is also freely available on the Plone website</a> where it will be updated as the project develops.</p>
<p>I did wonder if the second chapter was really necessary &#8212; this provides an overview of the main graphic design, browser and text editing tools. I imagine that most web designers and developers already know about these and the complete beginner would be encouraged to to stay away from Plone until they are a little more experienced.</p>
<p>That aside, the only real complaint I have about the book is the quality of the copy-editing. I think the text would in places benefit from a little slimming down or rephrasing. I occasionally struggled with some of the explanations , although it must be borne in mind that Plone 3 theming is complex so is by its very nature difficult to explain in simple terms. Some other examples: it&#8217;s probably not necessary to have sentences like, &#8220;now what, you ask?&#8221; in a tutorial book and I&#8217;m not sure why there is a lengthy code sample from Plone 2 on pages 129-30 which is really only produced to show how things were done the &#8220;old way&#8221;.</p>
<p>Anyone who has been involved in Plone theming will know how hard Veda Williams has worked on it: in addition to this book, she coordinated the <a href="http://www.coactivate.org/projects/ootb-plone-themes/project-home">Out of the Box Plone Themes</a> project. For her work I&#8217;m sure she has the gratitude of every Plone themer. Hopefully subsequent editions of the book will address the editorial issues and errata.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2009/09/27/review-of-plone-3-theming-by-veda-williams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review of Designing Web Interfaces on DRB</title>
		<link>http://www.littled.net/new/2009/07/21/review-of-designing-web-interfaces-on-designers-review-of-book/</link>
		<comments>http://www.littled.net/new/2009/07/21/review-of-designing-web-interfaces-on-designers-review-of-book/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 20:53:13 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[UI]]></category>
		<category><![CDATA[User experience]]></category>
		<category><![CDATA[blog-post]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[interaction design]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.littled.net/new/2009/07/21/review-of-designing-web-interfaces-on-designers-review-of-book/</guid>
		<description><![CDATA[My review of Designing Web Interfaces by Bill Scott and Theresa Neil (O&#8217;Reilly, 2009) is now up on the Designers&#8217; Review of Books website.
Posted via email from What&#8217;s this for?
]]></description>
			<content:encoded><![CDATA[<p id="top" /><a href="http://www.designersreviewofbooks.com/2009/07/designing-web-interfaces/">My review of Designing Web Interfaces</a> by Bill Scott and Theresa Neil (O&#8217;Reilly, 2009) is now up on the Designers&#8217; Review of Books website.</p>
<p style="font-size: 10px;"><a href="http://posterous.com">Posted via email</a> from <a href="http://littled.posterous.com/review-of-designing-web-interfaces-on-designe">What&#8217;s this for?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2009/07/21/review-of-designing-web-interfaces-on-designers-review-of-book/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Review of The Principles of Beautiful Web Design by Jason Beaird</title>
		<link>http://www.littled.net/new/2007/07/20/review-of-the-principles-of-beautiful-web-design-by-jason-beaird/</link>
		<comments>http://www.littled.net/new/2007/07/20/review-of-the-principles-of-beautiful-web-design-by-jason-beaird/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 16:24:05 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[non-plone]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.littled.net/blog/?p=18</guid>
		<description><![CDATA[I&#8217;ve just posted this review to Revish:
Jason Beaird, The Principles of Beautiful Web Design (Sitepoint, 2007)
Aimed primarily at Web developers and programmers who want to expand their knowledge of design and the design process, Jason Beaird&#8217;s Principles of Beautiful Web Design is a great entry point for those wanting to know what it is exactly [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />I&#8217;ve just posted this review to <a href="http://www.revish.com/reviews/0975841963/reynard/">Revish</a>:</p>
<p>Jason Beaird, <em>The Principles of Beautiful Web Design</em> (Sitepoint, 2007)</p>
<p>Aimed primarily at Web developers and programmers who want to expand their knowledge of design and the design process, Jason Beaird&#8217;s <em>Principles of Beautiful Web Design</em> is a great entry point for those wanting to know what it is exactly designers do and why one&#8217;s own websites often look, well, a bit pedestrian.</p>
<p>Over five chapters Beaird explains the basics of design theory as well as what he sees to be the key principles of beautiful Web design. Much of the first three chapters concerning layout and composition, colour and texture is reasonably generic and is informative about the design process as a whole. Only the last two chapters are technical in the sense of talking specifically about CSS and Photoshop, so even non-techies shouldn&#8217;t be too put off.</p>
<p>As someone who&#8217;s worked with the Web for a number of years I was a little concerned that at best this book would underline what I already knew or at worst encourage people into bad habits, elevating aesthetics over standards, usability and accessibility. Neither was the case I&#8217;m glad to say; actually it showed me how little I actually knew about Web design and coming from the Sitepoint stable I should have known there would be a clear commitment to promoting web standards and stressing the centrality of content. Design is placed in context as one of the factors which make a successful website.</p>
<p>I found the definition and explanation of design terms and concepts particularly enlightening; Beaird gives an overview of concepts such as the rule of thirds and the &#8220;divine proportion&#8221; which produce aesthetically pleasing results when applied to artistic composition. Chapter two&#8217;s dip into colour theory was also very interesting. In addition to learning about colour wheels and additive and subtractive colour models, I now know the difference between a shade and a tint. Working out which colours go well together can sometimes appear intuitive but it&#8217;s a great advantage to know <em>why</em> they work and what other colours you can also use to build up your palette.</p>
<p>Beaird discusses current trends as well as general principles For instance, I&#8217;m glad he makes the case for right hand navigation; I&#8217;ve always found it slightly more intuitive. The thorny issue of fixed versus liquid layouts is also discussed. Views on this seem to change with the weather, although fixed widths seem to be the odds on favourites at the moment; not least I suspect because they are still easier to build in CSS in addition to giving the designer more control. The &#8220;variable fixed width&#8221; layout might be an emerging compromise: a design which has its layout determined by the user&#8217;s browser size.</p>
<p>Of course, no contemporary book on Web design could escape discussing rounded corners.There are pointers to various methods on the Web, ranging from the horrific (in terms of semantic HTML) to the more acceptable.Typography on the Web is still very limited; nonetheless we get an entire chapter dedicated to it. In addition to covering the commonly available font families and contemporary techniques such as sIFR, we also get an in depth description of the anatomy of a font. This is clearly one of the author&#8217;s favourite areas. I imagine that coders will already be familiar with the less esoteric sections of this chapter as they will with parts of the last chapter, &#8220;Imagery&#8221;. Imagery? Is this really what he means? Surely, &#8220;images&#8221; would have been a more suitable title.</p>
<p>Pedantry aside, this chapter will probably be of most use to the uninitiated in its discussion of where to obtain images. I now have a list of stock photography sites to investigate for my next design project (which looks it will be my own site now I know what I&#8217;ve done wrong). We&#8217;re also told what not to do; i.e. don&#8217;t steal others&#8217; work, or worse link to files on their site (&#8221;Google ganking&#8221;). Beaird also gives us a short Photoshop tutorial on creating borders and edges and discusses CSS effects that can be applied.I&#8217;d be hard pushed to find any real criticisms of this book. One thing that made me baulk slightly was the suggestion that you use the blockquote element to create emphasis on a page (p.22) when really the only justified use of this is to mark up quotations. Secondly I would have found some information on how designers create graphics interesting; but this is probably beyond the scope of the book.</p>
<p>At under 165 pages, this book can only serve as an introduction to Web design. It also won&#8217;t make you a designer, although it will at least give you some ideas of what works and why it works, and what doesn&#8217;t. It&#8217;s an inspiring book however, and it left me really wanting to try out some of the ideas. It&#8217;s also very encouraging in that it doesn&#8217;t just tell you to watch and learn from the professionals but to use your own personality and background.</p>
<p>Specialisation is something that has been taking hold of the Web in the last few years with a clear attempt to draw lines between programmers, front-end coders and designers. As anyone who works in the area will know, in reality it is hard to enforce these divisions; designers need to know their HTML and CSS (as does clearly the author of this book); front-end coders can make good layout designers and can benefit from understanding back-end code and how web servers work; back-end programmers need to know their front-end code and understand design, especially if they are to avoid the horrors of what I refer to as &#8220;programmer&#8217;s HTML&#8221;, that nasty mess of unseemly and unsemantic code that they so often produce if left unsupervised, not to mention some of the crimes against design decency they can be responsible for. In this respect, any book that helps to inform the blurs round the edges should be welcomed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2007/07/20/review-of-the-principles-of-beautiful-web-design-by-jason-beaird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
