<?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>Chris Monnat &#187; Books</title>
	<atom:link href="http://www.christophermonnat.com/topics/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christophermonnat.com</link>
	<description>Programmer Extraordinaire</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:26:37 +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>Review: PHP5 Social Networking</title>
		<link>http://www.christophermonnat.com/2011/02/review-php5-social-networking/</link>
		<comments>http://www.christophermonnat.com/2011/02/review-php5-social-networking/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 01:30:58 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/?p=1247</guid>
		<description><![CDATA[At this point in human history we are all pretty well versed in social networking. Our pets are even getting in on the whole social web experience. We&#8217;re all familiar with what social networks are and why we should, or should not, use them. But how does one go about building one from scratch? While the overall complexity of building a social networking site really depends on the requirements, the typical features for most networks (relationships, etc.) can get rather complex. Before you start pulling your hair out or reverse engineering Drupal, there is a new book called PHP5 Social Networking that might be just the thing to help you out. In this post I&#8217;m going to give you a glance at this new book published by Packt and tell you if it&#8217;s worth adding to your tech library. What&#8217;s it about? PHP5 Social Networking by Michael Peacock is a complete detail packed reference on how to build your own social network. Weighing in at over 400 pages this book isn&#8217;t a quick read but it has a wealth of information for those people looking for answers to common social network construction questions. Everything is covered from user profiles and groups to activity streams and events. You will even construct your own API. The author starts off deconstructing a handfull of popular social networks down to their most basic features and functions. He then puts together a list of the features they all have in common and that becomes the feature list of the network you will build throughout the book. From that point on the author walks  you step by step through the creation of your own PHP framework and social network for dinosaur owners (yeah, I said dinosaurs). Finally, the book wraps up with some sections on hosting and maintaining your site as well as marketing it to your users. Pros and Cons I could have really used this book a year or two ago when I first started building myScoutPath. Everything is here to get you well on your way to a fully functioning social network with all the bells and whistles. The author does a good job at walking the reader through each solution and what they can do to improve them further. The examples are also clear enough where you can take what you learn and implement it with whatever framework or architecture you choose. If they could improve anything I would say cut down on the code samples a little bit. Complete code libraries are printed throughout the book and I think it makes it unnecessarily big and potentially overwhelming to some. Maybe just provide excerpts from libraries within the book; users can view the complete source code later on if they wish anyway. I don&#8217;t recommend sitting down and reading this book cover to cover unless you&#8217;re in for a nap (as with any technical book). Seek out the sections that you&#8217;re curious about the most and dig in. There&#8217;s a little something for everybody.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.christophermonnat.com/wp-content/uploads/2011/01/php5-social-networking.png"><img class="alignright size-full wp-image-1257" title="php5-social-networking" src="http://www.christophermonnat.com/wp-content/uploads/2011/01/php5-social-networking.png" alt="" width="114" height="140" /></a>At this point in human history we are all pretty well versed in social networking. <a href="http://www.mydogspace.com/" target="_blank">Our</a> <a href="http://www.mycatspace.com/" target="_blank">pets</a> are even getting in on the whole social web experience. We&#8217;re all familiar with what social networks are and why we should, or should not, use them. But how does one go about building one from scratch? While the overall complexity of building a social networking site really depends on the requirements, the typical features for most networks (relationships, etc.) can get rather complex. Before you start pulling your hair out or reverse engineering <a href="http://www.drupal.org">Drupal</a>, there is a new book called <a href="https://www.packtpub.com/php-5-social-networking/book" target="_blank">PHP5 Social Networking</a> that might be just the thing to help you out. In this post I&#8217;m going to give you a glance at this new book published by <a href="http://www.packtpub.com" target="_blank">Packt</a> and tell you if it&#8217;s worth adding to your tech library.</p>
<p><span id="more-1247"></span></p>
<h2>What&#8217;s it about?</h2>
<p>PHP5 Social Networking by Michael Peacock is a complete detail packed reference on how to build your own social network. Weighing in at over 400 pages this book isn&#8217;t a quick read but it has a wealth of information for those people looking for answers to common social network construction questions. Everything is covered from user profiles and groups to activity streams and events. You will even construct your own API.</p>
<p>The author starts off deconstructing a handfull of popular social networks down to their most basic features and functions. He then puts together a list of the features they all have in common and that becomes the feature list of the network you will build throughout the book. From that point on the author walks  you step by step through the creation of your own PHP framework and social network for dinosaur owners (yeah, I said dinosaurs). Finally, the book wraps up with some sections on hosting and maintaining your site as well as marketing it to your users.</p>
<h2>Pros and Cons</h2>
<p>I could have really used this book a year or two ago when I first started building myScoutPath. Everything is here to get you well on your way to a fully functioning social network with all the bells and whistles. The author does a good job at walking the reader through each solution and what they can do to improve them further. The examples are also clear enough where you can take what you learn and implement it with whatever framework or architecture you choose.</p>
<p>If they could improve anything I would say cut down on the code samples a little bit. Complete code libraries are printed throughout the book and I think it makes it unnecessarily big and potentially overwhelming to some. Maybe just provide excerpts from libraries within the book; users can view the complete source code later on if they wish anyway.</p>
<p>I don&#8217;t recommend sitting down and reading this book cover to cover unless you&#8217;re in for a nap (as with any technical book). Seek out the sections that you&#8217;re curious about the most and dig in. There&#8217;s a little something for everybody.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2011/02/review-php5-social-networking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: CodeIgniter 1.7 Professional Development</title>
		<link>http://www.christophermonnat.com/2010/06/review-codeigniter-1-7-professional-development/</link>
		<comments>http://www.christophermonnat.com/2010/06/review-codeigniter-1-7-professional-development/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 23:17:05 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/?p=1026</guid>
		<description><![CDATA[Along with being a Zend Certified PHP5 engineer I&#8217;m also a strong advocate for application frameworks (CodeIgniter specifically). That&#8217;s why I was pleased when Pact approached me about a month ago to write a review of their new book about CodeIgniter (CI): CodeIgniter 1.7 Professional Development. Aimed at experienced PHP developers with a solid footing in object oriented programming, the book provides a detailed overview of the CI framework from an absolute beginners perspective. Chocked full of code samples and tips/techniques on how to leverage CIs tools this book is a great resource for anyone new to the framework looking to quickly get up to speed. CodeIgniter 1.7 Professional Development is a complete soup to nuts overview of the CI framework. Coming in at 10 chapters and around 260 pages this book is perfect for those new to CI. The book starts out with reviewing CIs MVC architecture, system libraries and form validation techniques. Then the author dedicates 2 chapters to user authentication and walks you through building your own authentication solution (includes details on oAuth and Facebook Connect). Application security, large scale development and extending CIs core is also covered in later chapters. All in all this book provides a very well rounded sampling of topics for complete newbies and experienced developers alike. The one chapter I found most informative was chapter 8 Web Services. Like most developers, I have done quite a bit of work with consuming APIs but never had to write one of my own. Recently however I was charged with the task of writing an API that other developers would be interacting with and I had to stumble along and come up with my own solution. In chapter 8 the author reviews web services in depth and how to create your own REST service using CI. Very helpful for those new to that particular topic. To be honest, when I first received the book I was a little disappointed. I&#8217;m not a CI beginner so I was hoping for a lot more advanced items, answers to questions I&#8217;ve been struggling with myself. But after spending some time with the book and writing this review I think I have changed my tune. The author spends ample time on the basic stuff but also finds time to touch on more advanced topics like user authentication (with oAuth and Facebook Connect), application security and web service development. If you are a professional web worker who uses CI in your day to day activities then you should consider getting this book. There is a little something for everyone.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.christophermonnat.com/wp-content/uploads/2010/05/codeigniter-book.jpg"><img class="alignright size-full wp-image-1020" title="codeigniter-book" src="http://www.christophermonnat.com/wp-content/uploads/2010/05/codeigniter-book.jpg" alt="" width="125" height="152" /></a>Along with being a Zend Certified PHP5 engineer I&#8217;m also a strong advocate for application frameworks (<a href="http://codeigniter.com">CodeIgniter</a> specifically). That&#8217;s why I was pleased when Pact approached me about a month ago to write a review of their new book about CodeIgniter (CI): <a href="http://www.packtpub.com/codeigniter-1-7-professional-development/book?utm_source=ianwootten.co.uk&amp;utm_medium=bookrev&amp;utm_content=blog&amp;utm_campaign=mdb_003228">CodeIgniter 1.7 Professional Development</a>. Aimed at experienced PHP developers with a solid footing in object oriented programming, the book provides a detailed overview of the CI framework from an absolute beginners perspective. Chocked full of code samples and tips/techniques on how to leverage CIs tools this book is a great resource for anyone new to the framework looking to quickly get up to speed.</p>
<p><span id="more-1026"></span></p>
<p>CodeIgniter 1.7 Professional Development is a complete soup to nuts overview of the CI framework. Coming in at 10 chapters and around 260 pages this book is perfect for those new to CI. The book starts out with reviewing CIs MVC architecture, system libraries and form validation techniques. Then the author dedicates 2 chapters to user authentication and walks you through building your own authentication solution (includes details on oAuth and Facebook Connect). Application security, large scale development and extending CIs core is also covered in later chapters. All in all this book provides a very well rounded sampling of topics for complete newbies and experienced developers alike.</p>
<p>The one chapter I found most informative was chapter 8 Web Services. Like most developers, I have done quite a bit of work with consuming APIs but never had to write one of my own. Recently however I was charged with the task of writing an API that other developers would be interacting with and I had to stumble along and come up with my own solution. In chapter 8 the author reviews web services in depth and how to create your own REST service using CI. Very helpful for those new to that particular topic.</p>
<p>To be honest, when I first received the book I was a little disappointed. I&#8217;m not a CI beginner so I was hoping for a lot more advanced items, answers to questions I&#8217;ve been struggling with myself. But after spending some time with the book and writing this review I think I have changed my tune. The author spends ample time on the basic stuff but also finds time to touch on more advanced topics like user authentication (with oAuth and Facebook Connect), application security and web service development.</p>
<p>If you are a professional web worker who uses CI in your day to day activities then you should consider getting this book. There is a little something for everyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2010/06/review-codeigniter-1-7-professional-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter 1.7 Professional Development</title>
		<link>http://www.christophermonnat.com/2010/05/codeigniter-1-7-professional-development/</link>
		<comments>http://www.christophermonnat.com/2010/05/codeigniter-1-7-professional-development/#comments</comments>
		<pubDate>Mon, 24 May 2010 14:05:30 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/?p=1019</guid>
		<description><![CDATA[For you CodeIgniter fans out there, Packt released a new book last month called CodeIgniter 1.7 Professional Development. I got word this morning that my review copy is in the mail so keep your eyes out for my thoughts on this book in the coming weeks. From the summary it looks like it covers a wide range of topics from beginner to advanced so I&#8217;m excited to take a look. If interested, head on over to the Packt website to read a sample chapter on database interaction.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.christophermonnat.com/wp-content/uploads/2010/05/codeigniter-book.jpg"><img src="http://www.christophermonnat.com/wp-content/uploads/2010/05/codeigniter-book.jpg" alt="" title="codeigniter-book" width="125" height="152" class="alignright size-full wp-image-1020" /></a>For you CodeIgniter fans out there, Packt released a new book last month called <a href="http://www.packtpub.com/codeigniter-1-7-professional-development/book?utm_source=christophermonnat.com&#038;utm_medium=bookrev&#038;utm_content=blog&#038;utm_campaign=mdb_003457">CodeIgniter 1.7 Professional Development</a>. I got word this morning that my review copy is in the mail so keep your eyes out for my thoughts on this book in the coming weeks. From the summary it looks like it covers a wide range of topics from beginner to advanced so I&#8217;m excited to take a look. If interested, head on over to the Packt website to read a <a href="http://www.packtpub.com/article/database-interaction-with-codeigniter-1.7">sample chapter on database interaction</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2010/05/codeigniter-1-7-professional-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Never Buy Another Tech Book Again!</title>
		<link>http://www.christophermonnat.com/2008/10/never-buy-another-tech-book-again/</link>
		<comments>http://www.christophermonnat.com/2008/10/never-buy-another-tech-book-again/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 15:05:05 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Misc.]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/?p=247</guid>
		<description><![CDATA[Tech books are expensive! Averaging between $30 and $50 bucks a piece, they are equivalent to a month or two of quality shared web hosting. And if the price wasn&#8217;t bad enough, they have a limited shelf life. You only have a certain amount of time to read and digest them before they become door stops. New techniques are discovered and new versions are released which make all your current or old books out dated and potentially irrelevant. I have discovered a better way to gain access to the latest tech books for a fraction of the cost. In this post I will introduce you to Safari Books Online and what it has to offer. Safari Books Online I&#8217;m sure most techies are familiar with the O&#8217;Reilly publishing company. O&#8217;Reilly is behind all those books with the creepy black and white animals on the cover. In 2001 they released Safari Books Online which is an online service you can subscribe to and get access to tech and business books online. The concept is straight forward, for a set price per month you get access to their complete online library of books. You also get a certain number of download credits each month which allow you to download chapters of books. When I first heard of the service I have to admit I was skeptical. I prefer flipping through the pages of a book instead of searching through a PDF file or some other computer format. But, I figured I would give it a shot to see what there was to see. Features With a Safari subscription you have access to over 6000 titles online. You also get access to O&#8217;Reilly Rough Cuts and Short Cuts. Rough Cuts are pre-published manuscripts on the newest technologies, so you can be the first kid on your block to learn the latest and greatest before it&#8217;s officially published. Short cuts are short publications aimed at solving daily problems and are only available online. In addition to the books, you also have access to thousands of hours of expert-led instruction videos. The subjects range from PHP to CSS and beyond. So for those visual learners out there, Safari Books Online has something for you to. And as I stated above you also have download credits you can use to download book chapters and complete books in PDF format. Finally, Safari subscribers get up to 35% off purchasing books in print through O&#8217;Reilly. Everybody loves a discount! Safari accounts allow you to search through the entire library for specific titles or subjects. You can also search within a given book which beats flipping through an index any day. As you read you can make notes of things you want to remember and save where you leave off with bookmarks. Pricing There are 2 ways you can subscribe to Safari Books Online: Safari Library and Safari Bookshelf. A library subscription gives you unlimited access to all the features I mentioned above for just $42.99 a month or $472.89 a year. So, for about the same price as buying one tech book a month, you get access to over 6000. Not a bad deal. The bookshelf subscription option is a much more limited account type. You can only read full text of up to 10 books of your choice each month. You also don&#8217;t have access to videos, Rough Cuts, or the full book downloads. But, it costs about half the price of a library subscription: $22.99 per month or $252.99 per year. So for those of you that don&#8217;t use books all the much and don&#8217;t care about video, this might be the better option for you. If the price still seems a bit too high for you personally, you might be able to get your company to help pay for it. Check out Safari Books Online for Workgroups. Overall Opinion I think the Safari Books Online service is great! I&#8217;ve been an on and off user now for a couple of years and I couldn&#8217;t be happier. The cost of the library plan seemed a bit high to me at first, but after putting it in perspective it turns out to be a great deal. I can find what I&#8217;m looking for faster with online searching and I don&#8217;t have a bunch of door stops taking up shelf space when I&#8217;m done. Another cool thing that I&#8217;ll mention is they just released an iPhone app. The app lets you view chapters and books in PDF format that you have used your credits to download. Although you can&#8217;t yet read books online using the app, I think it&#8217;s a step in the right direction and I&#8217;m excited to see where it goes. See for yourself what Safari Books Online can do by signing up for a free trial.]]></description>
			<content:encoded><![CDATA[<p>Tech books are expensive! Averaging between $30 and $50 bucks a piece, they are equivalent to a month or two of quality shared web hosting. And if the price wasn&#8217;t bad enough, they have a limited shelf life. You only have a certain amount of time to read and digest them before they become door stops. New techniques are discovered and new versions are released which make all your current or old books out dated and potentially irrelevant.</p>
<p>I have discovered a better way to gain access to the latest tech books for a fraction of the cost. In this post I will introduce you to Safari Books Online and what it has to offer.</p>
<p><span id="more-247"></span></p>
<h2>Safari Books Online</h2>
<div class="zemanta-img zemanta-action-dragged">
<div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/51052239@N00/359598577"><img title="Safari Books Online" src="http://farm1.static.flickr.com/129/359598577_c4e5424ba1_m.jpg" alt="Safari Books Online" width="240" height="95" /></a>
<p class="wp-caption-text">Image by iogi via Flickr</p>
</div>
</div>
<p>I&#8217;m sure most techies are familiar with the <a href="http://www.oreilly.com/">O&#8217;Reilly</a> publishing company. O&#8217;Reilly is behind all those books with the creepy black and white animals on the cover. In 2001 they released <a href="http://safari.oreilly.com/">Safari Books Online</a> which is an online service you can subscribe to and get access to tech and business books online. The concept is straight forward, for a set price per month you get access to their complete online library of books. You also get a certain number of download credits each month which allow you to download chapters of books.</p>
<p>When I first heard of the service I have to admit I was skeptical. I prefer flipping through the pages of a book instead of searching through a PDF file or some other computer format. But, I figured I would give it a shot to see what there was to see.</p>
<h2>Features</h2>
<p>With a Safari subscription you have access to over 6000 titles online. You also get access to O&#8217;Reilly Rough Cuts and Short Cuts. Rough Cuts are  pre-published manuscripts on the newest technologies, so you can be the first kid on your block to learn the latest and greatest before it&#8217;s officially published. Short cuts are short publications aimed at solving daily problems and are only available online.</p>
<p>In addition to the books, you also have access to thousands of hours of expert-led instruction videos. The subjects range from PHP to CSS and beyond. So for those visual learners out there, Safari Books Online has something for you to. And as I stated above you also have download credits you can use to download book chapters and complete books in PDF format. Finally, Safari subscribers get up to 35% off purchasing books in print through O&#8217;Reilly. Everybody loves a discount!</p>
<p>Safari accounts allow you to search through the entire library for specific titles or subjects. You can also search within a given book which beats flipping through an index any day. As you read you can make notes of things you want to remember and save where you leave off with bookmarks.</p>
<h2>Pricing</h2>
<p>There are <a href="https://ssl.safaribooksonline.com/subscribe">2 ways you can subscribe</a> to Safari Books Online: Safari Library and Safari Bookshelf. A library subscription gives you unlimited access to all the features I mentioned above for just $42.99 a month or $472.89 a year. So, for about the same price as buying one tech book a month, you get access to over 6000. Not a bad deal.</p>
<p>The bookshelf subscription option is a much more limited account type. You can only read full text of up to 10 books of your choice each month. You also don&#8217;t have access to videos, Rough Cuts, or the full book downloads. But, it costs about half the price of a library subscription: <span>$22.99 per month or </span><span>$252.99 per year. So for those of you that don&#8217;t use books all the much and don&#8217;t care about video, this might be the better option for you.</span></p>
<p>If the price still seems a bit too high for you personally, you might be able to get your company to help pay for it. Check out <a href="http://www.safaribooksonline.com/atwork/">Safari Books Online for Workgroups</a>.</p>
<h2>Overall Opinion</h2>
<p>I think the Safari Books Online service is great! I&#8217;ve been an on and off user now for a couple of years and I couldn&#8217;t be happier. The cost of the library plan seemed a bit high to me at first, but after putting it in perspective it turns out to be a great deal. I can find what I&#8217;m looking for faster with online searching and I don&#8217;t have a bunch of door stops taking up shelf space when I&#8217;m done.</p>
<p>Another cool thing that I&#8217;ll mention is they just released an <a href="http://safari.oreilly.com/whatsnew?cid=2008-10-bookbag-homepage-banner">iPhone app</a>. The app lets you view chapters and books in PDF format that you have used your credits to download. Although you can&#8217;t yet read books online using the app, I think it&#8217;s a step in the right direction and I&#8217;m excited to see where it goes.</p>
<p>See for yourself what Safari Books Online can do by signing up for a <a href="https://ssl.safaribooksonline.com/promo">free trial</a>.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/9f77107a-af13-4a9c-b341-b4b2c90a1293/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=9f77107a-af13-4a9c-b341-b4b2c90a1293" alt="Reblog this post [with Zemanta]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2008/10/never-buy-another-tech-book-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 2008 Personal MBA Reading List</title>
		<link>http://www.christophermonnat.com/2008/07/the-2008-personal-mba-reading-list/</link>
		<comments>http://www.christophermonnat.com/2008/07/the-2008-personal-mba-reading-list/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 13:13:35 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/?p=65</guid>
		<description><![CDATA[For those of you who have been meaning to go back to school for your MBA but don&#8217;t have the money or interest in going back to school, check out the Personal MBA. They just released their 2008 reading list and it&#8217;s looks great.]]></description>
			<content:encoded><![CDATA[<p>For those of you who have been meaning to go back to school for your MBA but don&#8217;t have the money or interest in going back to school, check out the <a href="http://personalmba.com">Personal MBA</a>. They just released their <a href="http://personalmba.com/best-business-books/">2008 reading list</a> and it&#8217;s looks great.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2008/07/the-2008-personal-mba-reading-list/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Field-Tested Books 2008 Edition</title>
		<link>http://www.christophermonnat.com/2008/07/field-tested-books-2008-edition/</link>
		<comments>http://www.christophermonnat.com/2008/07/field-tested-books-2008-edition/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 17:34:51 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://dev.christophermonnat.com/?p=14</guid>
		<description><![CDATA[The talented people over at Coudal Partners have released the 2008 edition of their Field-Tested Books (FTB) reading list. Head over to their site and check it out.]]></description>
			<content:encoded><![CDATA[<p>The talented people over at <a href="http://coudal.com" target="_blank">Coudal Partners</a> have released the 2008 edition of their Field-Tested Books (FTB) reading list. Head over to their site and <a href="http://coudal.com/ftb/">check it out</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2008/07/field-tested-books-2008-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

