<?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>Jeff Carouth&#039;s blog&#187; Book Reviews</title>
	<atom:link href="http://carouth.com/category/bookreviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://carouth.com</link>
	<description>Ramblings of a Web Application Developer</description>
	<lastBuildDate>Sat, 06 Feb 2010 21:36:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Review of Keith Pope&#8217;s &#8220;Zend Framework 1.8: Web Application Development&#8221;</title>
		<link>http://carouth.com/2009/12/04/review-zend-framework-web-application-development/</link>
		<comments>http://carouth.com/2009/12/04/review-zend-framework-web-application-development/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 17:35:15 +0000</pubDate>
		<dc:creator>jcarouth</dc:creator>
				<category><![CDATA[Book Reviews]]></category>

		<guid isPermaLink="false">http://carouth.com/?p=139</guid>
		<description><![CDATA[In this post Jeff reviews the book "Zend Framework 1.8: Web Application Development" by Keith Pope, September 2009.]]></description>
			<content:encoded><![CDATA[<p>In late October 2009 I was contacted by a marketing specialist at Packt Publishing to review a copy of <a href="http://www.packtpub.com/zend-framework-1-8-web-application-development/book"><span style="text-decoration: underline;">Zend Framework 1.8: Web Application Development</span></a> (Pope,  2009). As a developer that uses the <a href="http://framework.zend.com">Zend Framework</a> I am more than happy to be writing this review post. I was already familiar with Mr. Pope's work through his blog <a href="http://thepopeisdead.com/">The Pope Is Dead</a>. Overall he takes a well-executed, hands-on approach to guiding the reader through creating a real-world application using the framework.</p>
<h2>Target Audience</h2>
<p>As mentioned in the preface the primary audience for this book is the Zend Framework novice looking to learn about the framework and how to leverage the components to create web applications. He mentions that his secondary audience is developers that currently use the framework and would like to learn more about how to apply emerging best practices to his or her projects. In my opinion this book delivers appropriate content to provide value to both audiences.</p>
<h2>The Basic MVC Application</h2>
<p>The first chapter is a run through on getting a 'Hello World' application up and running. This approach can easily be so incredibly simple that it is useless or significantly complex that is leaves the novice feeling like he or she was punched in the gut. Pope did an outstanding job of combining explanation of the whys without overwhelming the reading as well as providing the simple hows to satisfy the impatient reader.</p>
<p>He takes careful time to walk the reader through design decision when discussing the model or domain layer which is essential to maintainable applications. I found his explanation of other approaches and the specific reason he chose a particular approach to be above what I expected from a "beginner" text, but not so theoretically-laden as to confuse or alienate the novice.</p>
<p>His use of some of the concepts used by more seasoned developers, such as using Front Controller Plugins and Actions Helpers, in his Storefront application is something a novice will find most valuable. While it might seem easy enough to avoid doing this by placing the code elsewhere his presentation of these elements will help curb the instinct to produce code that the developer will regret later.</p>
<h2>Key Areas Addressed</h2>
<p>As mentioned this book is fairly complete in the tutorial-based run through of the framework's features and how use them for a real-world application. I am particularly happy with his brief introduction to practices such as testing and some optimization hints. While it is definitely a bad idea to prematurely optimize his experience is apparent in these chapters.</p>
<h2>Overall Opinion</h2>
<p>Overall Keith Pope and <a href="http://www.packtpub.com/">Packt Publishing</a> produced a quality introductory text to developing with the Zend Framework. His work will be useful to not only the complete novice but to those developers that are familiar with the framework but wish to improve his or her practices to be more in line with emerging "best practices". The only criticism I would offer on the book is, by my own admission, <em>slightly</em> invalid because it is not something that could be easily addressed: I yearn for a more in-depth analysis of the model layer. The model layer, being the implementation of the domain of the project, is incredibly complex and entire volumes could be written to go through implementations. In fact, there are already books that do this in the theoretical sense. I think that <strong>Pope's introduction does suffice for the target audience</strong>.</p>
<div class="acc_license"><a href="http://creativecommons.org/licenses/by/3.0/"><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="by" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->


Share:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fcarouth.com%2F2009%2F12%2F04%2Freview-zend-framework-web-application-development%2F&amp;partner=sociable" title="Print"><img src="http://carouth.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcarouth.com%2F2009%2F12%2F04%2Freview-zend-framework-web-application-development%2F&amp;title=Review%20of%20Keith%20Pope%27s%20%22Zend%20Framework%201.8%3A%20Web%20Application%20Development%22&amp;bodytext=In%20this%20post%20Jeff%20reviews%20the%20book%20%22Zend%20Framework%201.8%3A%20Web%20Application%20Development%22%20by%20Keith%20Pope%2C%20September%202009." title="Digg"><img src="http://carouth.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcarouth.com%2F2009%2F12%2F04%2Freview-zend-framework-web-application-development%2F&amp;title=Review%20of%20Keith%20Pope%27s%20%22Zend%20Framework%201.8%3A%20Web%20Application%20Development%22&amp;notes=In%20this%20post%20Jeff%20reviews%20the%20book%20%22Zend%20Framework%201.8%3A%20Web%20Application%20Development%22%20by%20Keith%20Pope%2C%20September%202009." title="del.icio.us"><img src="http://carouth.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcarouth.com%2F2009%2F12%2F04%2Freview-zend-framework-web-application-development%2F&amp;t=Review%20of%20Keith%20Pope%27s%20%22Zend%20Framework%201.8%3A%20Web%20Application%20Development%22" title="Facebook"><img src="http://carouth.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcarouth.com%2F2009%2F12%2F04%2Freview-zend-framework-web-application-development%2F&amp;title=Review%20of%20Keith%20Pope%27s%20%22Zend%20Framework%201.8%3A%20Web%20Application%20Development%22&amp;annotation=In%20this%20post%20Jeff%20reviews%20the%20book%20%22Zend%20Framework%201.8%3A%20Web%20Application%20Development%22%20by%20Keith%20Pope%2C%20September%202009." title="Google Bookmarks"><img src="http://carouth.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fcarouth.com%2F2009%2F12%2F04%2Freview-zend-framework-web-application-development%2F&amp;title=Review%20of%20Keith%20Pope%27s%20%22Zend%20Framework%201.8%3A%20Web%20Application%20Development%22" title="Reddit"><img src="http://carouth.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcarouth.com%2F2009%2F12%2F04%2Freview-zend-framework-web-application-development%2F&amp;title=Review%20of%20Keith%20Pope%27s%20%22Zend%20Framework%201.8%3A%20Web%20Application%20Development%22" title="StumbleUpon"><img src="http://carouth.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Review%20of%20Keith%20Pope%27s%20%22Zend%20Framework%201.8%3A%20Web%20Application%20Development%22%20-%20http%3A%2F%2Fcarouth.com%2F2009%2F12%2F04%2Freview-zend-framework-web-application-development%2F" title="Twitter"><img src="http://carouth.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://carouth.com/2009/12/04/review-zend-framework-web-application-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I&#8217;ll be Reviewing &#8220;Zend Framework 1.8 Web Application Development&#8221; by Keith Pope</title>
		<link>http://carouth.com/2009/10/22/web-application-development-review/</link>
		<comments>http://carouth.com/2009/10/22/web-application-development-review/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 11:45:01 +0000</pubDate>
		<dc:creator>jcarouth</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://carouth.com/?p=112</guid>
		<description><![CDATA[A Marketing Research Executive from Packt Publishing contacted me several days ago about reviewing a recently (September 2009) released book by Keith Pope entitled Zend Framework 1.8 Web Application Development. I am honored to be considered a developer with enough knowledge of the Zend Framework to offer my thoughts and opinions on such a book. [...]]]></description>
			<content:encoded><![CDATA[<p>A Marketing Research Executive from <a href="http://www.packtpub.com/">Packt Publishing</a> contacted me several days ago about reviewing a recently (September 2009) released book by <a href="http://www.thepopeisdead.com/">Keith Pope</a> entitled <a href="http://www.packtpub.com/zend-framework-1-8-web-application-development/book"><span style="text-decoration: underline;">Zend Framework 1.8 Web Application Development</span></a>. I am honored to be considered a developer with enough knowledge of the Zend Framework to offer my thoughts and opinions on such a book. Since I already read Mr. Pope's blog I've followed along during the writing process and cannot wait to read the actual book.</p>
<p>Keith <a href="http://www.thepopeisdead.com/main/comments/free_chapter_and_more_to_come/">posted a sample chapter</a> of the book on his blog if you are interested. Otherwise, stay tuned for my review!</p>
<div class="acc_license"><a href="http://creativecommons.org/licenses/by/3.0/"><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="by" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->


Share:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fcarouth.com%2F2009%2F10%2F22%2Fweb-application-development-review%2F&amp;partner=sociable" title="Print"><img src="http://carouth.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcarouth.com%2F2009%2F10%2F22%2Fweb-application-development-review%2F&amp;title=I%27ll%20be%20Reviewing%20%22Zend%20Framework%201.8%20Web%20Application%20Development%22%20by%20Keith%20Pope%20&amp;bodytext=A%20Marketing%20Research%20Executive%20from%20Packt%20Publishing%20contacted%20me%20several%20days%20ago%20about%20reviewing%20a%20recently%20%28September%202009%29%20released%20book%20by%20Keith%20Pope%20entitled%20Zend%20Framework%201.8%20Web%20Application%20Development.%20I%20am%20honored%20to%20be%20considered%20a%20develo" title="Digg"><img src="http://carouth.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcarouth.com%2F2009%2F10%2F22%2Fweb-application-development-review%2F&amp;title=I%27ll%20be%20Reviewing%20%22Zend%20Framework%201.8%20Web%20Application%20Development%22%20by%20Keith%20Pope%20&amp;notes=A%20Marketing%20Research%20Executive%20from%20Packt%20Publishing%20contacted%20me%20several%20days%20ago%20about%20reviewing%20a%20recently%20%28September%202009%29%20released%20book%20by%20Keith%20Pope%20entitled%20Zend%20Framework%201.8%20Web%20Application%20Development.%20I%20am%20honored%20to%20be%20considered%20a%20develo" title="del.icio.us"><img src="http://carouth.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcarouth.com%2F2009%2F10%2F22%2Fweb-application-development-review%2F&amp;t=I%27ll%20be%20Reviewing%20%22Zend%20Framework%201.8%20Web%20Application%20Development%22%20by%20Keith%20Pope%20" title="Facebook"><img src="http://carouth.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcarouth.com%2F2009%2F10%2F22%2Fweb-application-development-review%2F&amp;title=I%27ll%20be%20Reviewing%20%22Zend%20Framework%201.8%20Web%20Application%20Development%22%20by%20Keith%20Pope%20&amp;annotation=A%20Marketing%20Research%20Executive%20from%20Packt%20Publishing%20contacted%20me%20several%20days%20ago%20about%20reviewing%20a%20recently%20%28September%202009%29%20released%20book%20by%20Keith%20Pope%20entitled%20Zend%20Framework%201.8%20Web%20Application%20Development.%20I%20am%20honored%20to%20be%20considered%20a%20develo" title="Google Bookmarks"><img src="http://carouth.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fcarouth.com%2F2009%2F10%2F22%2Fweb-application-development-review%2F&amp;title=I%27ll%20be%20Reviewing%20%22Zend%20Framework%201.8%20Web%20Application%20Development%22%20by%20Keith%20Pope%20" title="Reddit"><img src="http://carouth.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcarouth.com%2F2009%2F10%2F22%2Fweb-application-development-review%2F&amp;title=I%27ll%20be%20Reviewing%20%22Zend%20Framework%201.8%20Web%20Application%20Development%22%20by%20Keith%20Pope%20" title="StumbleUpon"><img src="http://carouth.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=I%27ll%20be%20Reviewing%20%22Zend%20Framework%201.8%20Web%20Application%20Development%22%20by%20Keith%20Pope%20%20-%20http%3A%2F%2Fcarouth.com%2F2009%2F10%2F22%2Fweb-application-development-review%2F" title="Twitter"><img src="http://carouth.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://carouth.com/2009/10/22/web-application-development-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
