<?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>Tudor Barbu&#039;s professional blog &#187; books</title>
	<atom:link href="http://blog.motane.lu/tag/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.motane.lu</link>
	<description>Ramblings about software development</description>
	<lastBuildDate>Thu, 02 Feb 2012 17:38:27 +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>Zend Certified Engineer how to</title>
		<link>http://blog.motane.lu/2009/02/01/zend-certified-engineer-how-to/</link>
		<comments>http://blog.motane.lu/2009/02/01/zend-certified-engineer-how-to/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 09:58:15 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[zce]]></category>

		<guid isPermaLink="false">http://blog.motane.lu/?p=247</guid>
		<description><![CDATA[A lot of people asked me lately what should they do in order to take the Zend Certified Engineer exam. First of all, study! Really, the exam it&#8217;s much harder than one might expect and covers all the possible areas of PHP development. It features questions about strings, regular expression, database connectivity (usually using PDO), [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of people asked me lately what should they do in order to take the Zend Certified Engineer exam. First of all, study! Really, the exam it&#8217;s much harder than one might expect and covers all the possible areas of PHP development. It features questions about strings, regular expression, database connectivity (usually using PDO), streams, sockets, php.ini configuration, security, design patterns, xml parsing, SOAP and so on. </p>
<p>While preparing for the exam, I&#8217;ve used:</p>
<ul>
<li><strong>The Zend PHP Certification Practice Test Book</strong> written by John Coggeshall and Marco Tabini (ISBN 0-9735898-8-4)</li>
<li><strong>Zend PHP 5 Certification Study Guide</strong> written by David Shafik and Ben Ramsey (ISBN: 0-9738621-4-9)</li>
<li>the PHP manual</li>
<li>ZCE practice tests</li>
</ul>
<p>About the practice exams, don&#8217;t settle for anything less than excellent, as, in my opinion, the live test has a much higher difficulty level than the mockups. And of course, search the web to get other people&#8217;s opinions on the subject. One blog I&#8217;ve found particularly useful is this <a href="http://saidur.wordpress.com/2008/12/05/how-to-preapre-for-zend-php5-certification-exam/" title="How to prepare for Zend PHP5 certification exam on Saidur Rahman Bijon's blog" class="outgoing">one</a>, written by a bangalorian developer called Saidur Rahman Bijon.</p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.motane.lu/2009/02/01/zend-certified-engineer-how-to/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Survive the deep end</title>
		<link>http://blog.motane.lu/2009/01/21/survive-the-deep-end/</link>
		<comments>http://blog.motane.lu/2009/01/21/survive-the-deep-end/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 06:30:21 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://blog.motane.lu/?p=254</guid>
		<description><![CDATA[While browsing the web, I&#8217;ve found this book on PHP, called Survive the deep end. I&#8217;ve thoroughly read some chapters and I can honestly say that I&#8217;m impressed. This is a very good book, one of the best books I&#8217;ve read lately. It&#8217;s not just another &#8220;copy &#038; paste this script and it should do [...]]]></description>
			<content:encoded><![CDATA[<p>While browsing the web, I&#8217;ve found this book on PHP, called <a href="http://www.survivethedeepend.com/" title="Survive the deep end" class="outgoing">Survive the deep end</a>. I&#8217;ve thoroughly read some chapters and I can honestly say that I&#8217;m impressed. This is a very good book, one of the best books I&#8217;ve read lately. It&#8217;s not just another &#8220;copy &#038; paste this script and it should do the trick&#8221; book. It features advanced concepts that are actually useful, it promotes best practices and you can easily see that the author is a seasoned PHP developer, willing to share his knowledge with world. The book is authored by Pádraic Brady, a developer Ireland and active contributor to the Zend Framework code base. He also maintains a blog at <a href="http://blog.astrumfutura.com/" title="Maugrim The Reaper's Blog" class="outgoing">blog.astrumfutura.com</a> &#8211; another good read, as he has some interesting stuff posted there. </p>
<p>Final recommendation: even if you&#8217;re not a Zend Framework user, you can still read it and learn more about things how to design a MVC application and apply that knowledge to your framework of choice. <a href="http://www.survivethedeepend.com/" title="Survive the deep end" class="outgoing">Survive the deep end</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.motane.lu/2009/01/21/survive-the-deep-end/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free programming books</title>
		<link>http://blog.motane.lu/2009/01/12/free-programming-books/</link>
		<comments>http://blog.motane.lu/2009/01/12/free-programming-books/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 07:53:40 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://blog.motane.lu/?p=221</guid>
		<description><![CDATA[I have found a site that gives away free books. And I don&#8217;t mean your avarage warez site. They claim that they have permission from the copyright holders, so I guess it&#8217;s okay download those books. Here it is: www.computer-books.us.]]></description>
			<content:encoded><![CDATA[<p>I have found a site that gives away free books. And I don&#8217;t mean your avarage warez site. They claim that they have permission from the copyright holders, so I guess it&#8217;s okay download those books. Here it is: <a href=" http://www.computer-books.us/" class="outgoing" title="www.computer-books.us">www.computer-books.us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.motane.lu/2009/01/12/free-programming-books/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

