<?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>Francesco (cphp) Trucchia &#187; book</title>
	<atom:link href="http://www.cphp.it/tag/book/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cphp.it</link>
	<description>metodi agili per il web, con un pizzico di php.</description>
	<lastBuildDate>Thu, 04 Aug 2011 14:10:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>La prima recensione sul mio libro &#8220;eZ Publish 4 &#8230;&#8221;</title>
		<link>http://www.cphp.it/2009/09/30/la-prima-revisione-sul-mio-libro-ez-publish-4/</link>
		<comments>http://www.cphp.it/2009/09/30/la-prima-revisione-sul-mio-libro-ez-publish-4/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 20:11:42 +0000</pubDate>
		<dc:creator>cphp</dc:creator>
				<category><![CDATA[Progetti]]></category>
		<category><![CDATA[WebDeveloper]]></category>
		<category><![CDATA[book]]></category>

		<guid isPermaLink="false">http://www.cphp.it/?p=274</guid>
		<description><![CDATA[E&#8217; uscita la prima recensione sul mio libro su eZ Publish. La revisione è stata scritta da Maxime Thomas, un esperto di eZ Publish. A voi la lettura.
]]></description>
			<content:encoded><![CDATA[<p>E&#8217; uscita la <a href="http://www.wascou.org/wascou/Blogs/Maxime-THOMAS/Book-Review-eZPublish-4-Enterprise-Web-Sites-Step-By-Step-324">prima recensione</a> sul <a href="http://www.packtpub.com/ez-publish-4-enterprise-web-sites-step-by-step/book">mio libro su eZ Publish</a>. La revisione è stata scritta da <a href="http://www.wascou.org/wascou/Blogs/Maxime-THOMAS">Maxime Thomas</a>, un esperto di eZ Publish. <a href="http://www.wascou.org/wascou/Blogs/Maxime-THOMAS/Book-Review-eZPublish-4-Enterprise-Web-Sites-Step-By-Step-324">A voi la lettura</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cphp.it/2009/09/30/la-prima-revisione-sul-mio-libro-ez-publish-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inizia una nuova avventura&#8230;</title>
		<link>http://www.cphp.it/2009/09/12/inizia-una-nuova-avventura/</link>
		<comments>http://www.cphp.it/2009/09/12/inizia-una-nuova-avventura/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 16:03:59 +0000</pubDate>
		<dc:creator>cphp</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[eZ planet]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[ideato]]></category>
		<category><![CDATA[LinkedIn]]></category>

		<guid isPermaLink="false">http://www.cphp.it/?p=265</guid>
		<description><![CDATA[Inizia oggi per me e per Jacopo una nuova avventura. Saremo gli autori del nuovo libro dell&#8217;Apress &#8220;Pro PHP Refactoring with Test-Driven Design&#8220;.
Dopo il mio debutto con &#8220;eZ Publish 4: Enterprise Web Sites Step-by-Step&#8220;, del quale siamo nella fase di revisione tecnica, molto presto verrà pubblicato, ecco che ho deciso di buttarmi in una nuova [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left;" src="http://www.apress.com/resource/bookcover/9781430227274?size=medium" alt="" width="125" height="165" />Inizia oggi per me e per <a href="http://www.sviluppoagile.it/la-prima-volta">Jacopo</a> una nuova avventura. Saremo gli autori del nuovo libro dell&#8217;<a href="http://www.apress.com">Apress</a> &#8220;<a href="http://www.phprefactoringwithtdd.com">Pro PHP Refactoring with Test-Driven Design</a>&#8220;.</p>
<p>Dopo il mio debutto con &#8220;<a href="http://www.packtpub.com/ez-publish-4-enterprise-web-sites-step-by-step">eZ Publish 4: Enterprise Web Sites Step-by-Step</a>&#8220;, del quale siamo nella fase di revisione tecnica, molto presto verrà pubblicato, ecco che ho deciso di buttarmi in una nuova sfida.</p>
<p>Credo che oggi come non mai ci sia interesse verso il valore del software. Io e Jacopo con questo libro cercheremo di spiegarvi come è possibile far crescere il vostro software php senza fallire e perderne valore.</p>
<blockquote>
<h2>Pro PHP Refactoring with Test-Driven Design</h2>
<p>Many businesses and organizations depend on older high-value PHP software that risks abandonment because it is impossible to maintain. The reasons for this may be that the software is not well designed; there is only one developer (the one who created the system) who can develop it because he didn’t use common design patterns and documentation; or the code is procedural, not object oriented. With this book, you’ll learn to identify problem code and refactor it to create more effective applications using test-driven design.</p>
<h3>What you’ll learn</h3>
<ul>
<li>What refactoring is and why you need to refactor code</li>
<li>What test-driven design is and why you need to test your code</li>
<li>How to write unit and functional tests with PHPUnit and Selenium Remote Control (RC)</li>
<li>How to detect “bad smells” in PHP code, and refactor them using test-driven design</li>
<li>How to refactor a large procedural application affected by many bad smells</li>
</ul>
<h3>Who is this book for?</h3>
<p>This book is for PHP developers, businesses, and developers relying on legacy PHP apps.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.cphp.it/2009/09/12/inizia-una-nuova-avventura/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

