<?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>Tower Of Power &#187; Books</title>
	<atom:link href="http://www.toosweettobesour.com/category/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toosweettobesour.com</link>
	<description>Far Too Sweet To Be Sour</description>
	<lastBuildDate>Wed, 07 Dec 2011 23:22:20 +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>Pro PHP</title>
		<link>http://www.toosweettobesour.com/2008/04/16/pro-php/</link>
		<comments>http://www.toosweettobesour.com/2008/04/16/pro-php/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 06:51:03 +0000</pubDate>
		<dc:creator>Daniel Cousineau</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=42</guid>
		<description><![CDATA[My copy of Pro PHP: Patterns, Frameworks, Testing and More by Kevin McArthur has already been worth the money I spent on it. In our, albeit slow, upgrade to more modern development practices (code version and unit testing being the last elements on my list), I was particularly fearful of code versioning namely concerning issues [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 66px; height: 66px; overflow: hidden; position: relative; left: 8px;"><script>//<![CDATA[
reddit_url="http://www.toosweettobesour.com/2008/04/16/pro-php/";
//]]&gt;
</script><script language="javascript" src="http://reddit.com/button.js?t=3"></script></div><p>My copy of <a href="http://www.amazon.com/gp/product/1590598199">Pro PHP: Patterns, Frameworks, Testing and More</a> by <a href="http://www.linkedin.com/in/stormtide">Kevin McArthur</a> has already been worth the money I spent on it.</p>
<p>In our, albeit slow, upgrade to more modern development practices (code version and unit testing being the last elements on my list), I was particularly fearful of code versioning namely concerning issues of automating a build process to export a copy of the repository to our shared development server, or just have a local server installed for everyone one.</p>
<p>However Chapter 8 has pointed me to two programs that I sincerely regret not having heard of until now: <a href="http://phing.info/trac/">Phing</a> and <a href="http://code.google.com/p/xinc/">Xinc</a>.</p>
<p>Phing is a build system written in PHP that works extremely well with PHP and <a href="http://www.phpunit.de/">PHPUnit</a>. You can configure your own build targets, for example like &#8220;get&#8221; (SVN update essentially), &#8220;test&#8221; (run PHPUnit or any other unit testing), &#8220;try&#8221; (copy to a development server), and &#8220;deploy&#8221; (copy to your live server).</p>
<p>Xinc is a continuous integration server. Essentially, it monitors an SVN repo and performs a user defined action (usually running a phing buildscript) on any changes to the repo. Which is awesome because its solves the issue of updating the dev server. Having Xinc run a <code>&gt; phing try</code> on SVN updates is exactly what we need! I&#8217;m even having delusions of grandeur of having it monitor tags for doing live deployments as well.</p>
<p>Don&#8217;t take my word as gospel, I haven&#8217;t actually installed and tested these systems out, but when I do you can rest assured I will be writing about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toosweettobesour.com/2008/04/16/pro-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing Catchup On Quotes</title>
		<link>http://www.toosweettobesour.com/2008/02/05/playing-catchup-on-quotes/</link>
		<comments>http://www.toosweettobesour.com/2008/02/05/playing-catchup-on-quotes/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 06:59:10 +0000</pubDate>
		<dc:creator>Daniel Cousineau</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Quotes]]></category>

		<guid isPermaLink="false">http://www.toosweettobesour.com/archives/25</guid>
		<description><![CDATA[I&#8217;m a sucker for good quotes, so without further ado, my favorite quotes to catch this blog up. In the future I&#8217;ll post quotes that I find particularly good or inspirational. They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Benjamin Franklin I have never let [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 66px; height: 66px; overflow: hidden; position: relative; left: 8px;"><script>//<![CDATA[
reddit_url="http://www.toosweettobesour.com/2008/02/05/playing-catchup-on-quotes/";
//]]&gt;
</script><script language="javascript" src="http://reddit.com/button.js?t=3"></script></div><p>I&#8217;m a sucker for good quotes, so without further ado, my favorite quotes to catch this blog up. In the future I&#8217;ll post quotes that I find particularly good or inspirational.</p>
<blockquote><p>
They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.<br />
<a href="http://en.wikipedia.org/wiki/Benjamin_Franklin"><strong>Benjamin Franklin</strong></a>
</p></blockquote>
<blockquote><p>
I have never let my schooling interfere with my education.<br />
<a href="http://en.wikipedia.org/wiki/Mark_Twain"><strong>Mark Twain</strong></a>
</p></blockquote>
<blockquote><p>
If we don&#8217;t believe in freedom of expression for people we despise, we don&#8217;t believe in it at all.<br />
<a href="http://en.wikipedia.org/wiki/Noam_Chomsky"><strong>Noam Chomsky</strong></a>
</p></blockquote>
<blockquote><p>
Take away the right to say &#8216;fuck&#8217; and you take away the right to say &#8216;fuck the government.&#8217;<br />
<a href="http://en.wikipedia.org/wiki/Lenny_Bruce"><strong>Lenny Bruce</strong></a>
</p></blockquote>
<blockquote><p>
Religion, to me, is a bureaucracy between man and God that I don’t need.<br />
<a href="http://en.wikipedia.org/wiki/Bill_Maher"><strong>Bill Maher</strong></a>
</p></blockquote>
<blockquote><p>
All tyranny needs to gain a foothold is for people of good conscience to remain silent.<br />
<a href="http://en.wikipedia.org/wiki/Thomas_jefferson"><strong>Thomas Jefferson</strong></a>
</p></blockquote>
<blockquote><p>
You can choose a ready guide in some celestial voice<br />
If you choose not to decide you still have made a choice<br />
You can choose from phantom fears and kindness that can kill<br />
I will choose a path much clearer<br />
I will choose free will<br />
<a href="http://en.wikipedia.org/wiki/Rush_%28band%29"><strong>Rush</strong></a>
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.toosweettobesour.com/2008/02/05/playing-catchup-on-quotes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QBVII</title>
		<link>http://www.toosweettobesour.com/2008/02/04/qbvii/</link>
		<comments>http://www.toosweettobesour.com/2008/02/04/qbvii/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 17:39:17 +0000</pubDate>
		<dc:creator>Daniel Cousineau</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Historical Fiction]]></category>
		<category><![CDATA[Leon Uris]]></category>

		<guid isPermaLink="false">http://www.toosweettobesour.com/archives/24</guid>
		<description><![CDATA[So I&#8217;ve been on a pseudo Leon Uris binge lately (pseudo in that this is my third Uris since Christmas, depressing considdering I used to knock out 2 novels a week). I absolutely adore his writing. It&#8217;s historical fiction, always somehow rotating around the Jews and/or Israel (in the 40&#8242;s). He likes to present two [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 66px; height: 66px; overflow: hidden; position: relative; left: 8px;"><script>//<![CDATA[
reddit_url="http://www.toosweettobesour.com/2008/02/04/qbvii/";
//]]&gt;
</script><script language="javascript" src="http://reddit.com/button.js?t=3"></script></div><p>So I&#8217;ve been on a pseudo Leon Uris binge lately (pseudo in that this is my third Uris since Christmas, depressing considdering I used to knock out 2 novels a week).</p>
<p>I absolutely adore his writing. It&#8217;s historical fiction, always somehow rotating around the Jews and/or Israel (in the 40&#8242;s). He likes to present two sides of a story, or more accurately, two characters at odds with each other. He spends the first part of the book detailing the lives and backgrounds of each character, each in a positive light, before dropping the characters on the proverbial battleground.</p>
<p>The character depth and development Uris has is quite amazing and rare in books these days.</p>
<p>I do however dislike how he ended &#8220;A God In Ruins.&#8221; What was a good book became very rushed and extremely preachy at the end. While I respect his opinions, I have a distaste for authors that blatantly push their opinions on you. An author should be sublime with his indoctrinations, he should cause you to feel the emotion he feels and hopefully have you come to the same decision as he did. Sadly, all he did for the last hundred pages was all of a sudden push gun control like it was crack, despite the fact that the novel had no emotional construct for such decision (e.g. a beloved character killed by loose guns, etc.). I&#8217;d like to say it&#8217;s my personal views on gun control that cause me to have this rift with the book, but sadly I cannot.</p>
<p>Otherwise he is an amazing author, &#8220;The Haj&#8221; was an amazing book, and I have to finish QBVII.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toosweettobesour.com/2008/02/04/qbvii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

