<?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; books</title>
	<atom:link href="http://www.littled.net/new/category/books/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, 15 Mar 2010 16:34:52 +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>13/52: farewell good friend</title>
		<link>http://www.littled.net/new/2009/03/26/1352/</link>
		<comments>http://www.littled.net/new/2009/03/26/1352/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 21:10:23 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[2009:52]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[non-plone]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://www.littled.net/new/2009/03/26/1352/</guid>
		<description><![CDATA[

13/52: 26/03/09 [Farewell old friend], originally uploaded by reynard.

Last week my copy of the first volume of Time Out Country Walks finally bought it. To be honest, it&#8217;s never been the same since that time I dropped it in a bog on its first or second outing. It was much loved and much used &#8212; [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
<div style="text-align: left; padding: 3px;"><a title="photo sharing" href="http://www.flickr.com/photos/littled/3388493904/"><img style="border: solid 2px #000000;" src="http://farm4.static.flickr.com/3554/3388493904_28b7edcb01.jpg" alt="" /></a></p>
<p><span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/littled/3388493904/">13/52: 26/03/09 [Farewell old friend]</a>, originally uploaded by <a href="http://www.flickr.com/people/littled/">reynard</a>.</span></p>
</div>
<p>Last week my copy of the first volume of Time Out Country Walks finally bought it. To be honest, it&#8217;s never been the same since that time I dropped it in a bog on its first or second outing. It was much loved and much used &#8212; hopefully I&#8217;ll still be able to take some photocopies from it though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2009/03/26/1352/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>11/52: Bookshelf</title>
		<link>http://www.littled.net/new/2009/03/15/1152-bookshelf/</link>
		<comments>http://www.littled.net/new/2009/03/15/1152-bookshelf/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 10:44:36 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[2009:52]]></category>
		<category><![CDATA[blog-post]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[non-plone]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://www.littled.net/new/?p=153</guid>
		<description><![CDATA[
Haven&#8217;t had a huge amount of time to read recently, what with all this study, but I&#8217;m looking forward to getting round to reading some of the books I&#8217;ve bought recently. In the photo (clockwise):
Robert Macfarlane, The Wild Places
Orlando Figes, The Whisperers: Private Life in Stalin&#8217;s Russia
Bernard Schlink, Der Vorleser
James Meek, The People&#8217;s Act of [...]]]></description>
			<content:encoded><![CDATA[<p id="top" /><a title="11/52: 15/03/09 [Bookshelf]" rel="lightbox" href="http://farm4.static.flickr.com/3567/3356264532_1e6791e310.jpg"><img src="http://farm4.static.flickr.com/3567/3356264532_1e6791e310.jpg" border="0" alt="Bookshelf, by reynard on Flickr" width="312" height="500" /></a></p>
<p>Haven&#8217;t had a huge amount of time to read recently, what with all this study, but I&#8217;m looking forward to getting round to reading some of the books I&#8217;ve bought recently. In the photo (clockwise):</p>
<p>Robert Macfarlane, <em>The Wild Places</em><br />
Orlando Figes, <em>The Whisperers: Private Life in Stalin&#8217;s Russia</em><br />
Bernard Schlink, <em>Der Vorleser</em><br />
James Meek, <em>The People&#8217;s Act of Love</em><br />
Bill Scott and Theresa Neil, <em>Designing Web Interfaces</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2009/03/15/1152-bookshelf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
