<?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>PHP Musings &#187; book list</title>
	<atom:link href="http://www.charles-reace.com/blog/tag/book-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.charles-reace.com/blog</link>
	<description>Charles Reace&#039;s blog about PHP, MySQL, and life in general</description>
	<lastBuildDate>Mon, 22 Aug 2011 17:16:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Book List App: Using Auto-Suggest with CodeIgniter</title>
		<link>http://www.charles-reace.com/blog/2009/09/22/book-list-app-using-auto-suggest-with-codeigniter/</link>
		<comments>http://www.charles-reace.com/blog/2009/09/22/book-list-app-using-auto-suggest-with-codeigniter/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 19:22:08 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[auto-complete]]></category>
		<category><![CDATA[auto-suggest]]></category>
		<category><![CDATA[book list]]></category>
		<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=217</guid>
		<description><![CDATA[I had a couple fields on the form for adding authors/books to the DB for which I wanted to use an &#8220;auto-suggest&#8221; feature via JavaScript; one of those things where after you start typing it pops up a list of matching choices from which you can select the one you want. After trying several different [...]]]></description>
		<wfw:commentRss>http://www.charles-reace.com/blog/2009/09/22/book-list-app-using-auto-suggest-with-codeigniter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Book List Project: Using the &#8220;Template&#8221; Pattern</title>
		<link>http://www.charles-reace.com/blog/2009/09/17/book-list-project-using-the-template-pattern/</link>
		<comments>http://www.charles-reace.com/blog/2009/09/17/book-list-project-using-the-template-pattern/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 21:22:10 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[book list]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=211</guid>
		<description><![CDATA[As part of my Book List project I am making use of the Template design pattern for my CodeIgniter database table models. The idea is that an abstract class contains the common processing needed by each class that will extend it, and it will have some number of abstract methods which essentially force each child [...]]]></description>
		<wfw:commentRss>http://www.charles-reace.com/blog/2009/09/17/book-list-project-using-the-template-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book List Application</title>
		<link>http://www.charles-reace.com/blog/2009/09/16/book-list-application/</link>
		<comments>http://www.charles-reace.com/blog/2009/09/16/book-list-application/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 15:06:32 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[book list]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=205</guid>
		<description><![CDATA[As something I&#8217;m doing just because I want to and as a learning experience, I&#8217;m in the beginning stages of creating a web application where users can manage data on books: books they own, books they&#8217;ve read, and books they want to read. Assuming I stick with it, I figure I&#8217;ll post occasional articles here [...]]]></description>
		<wfw:commentRss>http://www.charles-reace.com/blog/2009/09/16/book-list-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

