<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5" -->
<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/"
>

<channel>
	<title>The Brain Within Its Groove</title>
	<link>http://www.davedaniels.com/blog</link>
	<description>DaveDaniels.com</description>
	<pubDate>Fri, 01 Apr 2005 01:24:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5</generator>
	<language>en</language>

		<item>
		<title>A Book</title>
		<link>http://www.davedaniels.com/blog/?p=7</link>
		<comments>http://www.davedaniels.com/blog/?p=7#comments</comments>
		<pubDate>Thu, 31 Mar 2005 17:57:27 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
		
	<category>Books</category>
		<guid>http://www.davedaniels.com/blog/?p=7</guid>
		<description><![CDATA[He ate and drank the precious words,
His spirit grew robust;
He knew no more that he was poor,
Nor that his frame was dust.

He danced along the dingy days,
And this bequest of wings
Was but a book. What liberty
A loosened spirit brings!

Emily Dickinson, 'Life: XXI'
 ]]></description>
			<content:encoded><![CDATA[	<p>He ate and drank the precious words,<br />
His spirit grew robust;<br />
He knew no more that he was poor,<br />
Nor that his frame was dust.</p>
	<p>He danced along the dingy days,<br />
And this bequest of wings<br />
Was but a book. What liberty<br />
A loosened spirit brings!</p>
	<p><a href="http://www.amazon.com/exec/obidos/tg/detail/-/0316184136/ref=ase_davedanielsco-20/104-3020921-0783111?v=glance&#038;s=books">Emily Dickinson, &#8216;Life: XXI&#8217;</a><br />
<!--Emily Dickinson, 'Life: XXI'-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.davedaniels.com/blog/wp-commentsrss2.php?p=7</wfw:commentRSS>
	</item>
		<item>
		<title>Currently Reading</title>
		<link>http://www.davedaniels.com/blog/?p=6</link>
		<comments>http://www.davedaniels.com/blog/?p=6#comments</comments>
		<pubDate>Thu, 31 Mar 2005 17:45:25 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
		
	<category>Books</category>
		<guid>http://www.davedaniels.com/blog/?p=6</guid>
		<description><![CDATA[
The Ancestor's Tale: a Pilgrimage to the Dawn of Evolution by Richard Dawkins

I've read quite a bit on science and evolution, and while I'm not an expert, I feel pretty comfortable with the subject. I think I learned more in the first 50 pages of this book than in all the other things I've read [...]]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRSS>http://www.davedaniels.com/blog/wp-commentsrss2.php?p=6</wfw:commentRSS>
	</item>
		<item>
		<title>Singletons in PHP 4.x</title>
		<link>http://www.davedaniels.com/blog/?p=2</link>
		<comments>http://www.davedaniels.com/blog/?p=2#comments</comments>
		<pubDate>Thu, 31 Mar 2005 15:34:48 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
		
	<category>PHP</category>
	<category>Patterns</category>
	<category>Software Engineering</category>
		<guid>http://www.davedaniels.com/blog/?p=2</guid>
		<description><![CDATA[A singleton is a class which is designed so that only one instance can exist. The class typically is designed so that the constructor is private and the object is instantiated through a static function. This is a bit of a problem in PHP because each script is interpretted for each request, not compiled and [...]]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRSS>http://www.davedaniels.com/blog/wp-commentsrss2.php?p=2</wfw:commentRSS>
	</item>
	</channel>
</rss>

