<?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>Eric Williams</title>
	<atom:link href="http://www.ecwilliams.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ecwilliams.net</link>
	<description>Yadda Yadda......</description>
	<lastBuildDate>Wed, 21 Jul 2010 14:28:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Easy PHP Caching</title>
		<link>http://www.ecwilliams.net/2010/07/21/easy-php-caching/</link>
		<comments>http://www.ecwilliams.net/2010/07/21/easy-php-caching/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 14:28:38 +0000</pubDate>
		<dc:creator>Eric Williams</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.ecwilliams.net/?p=34</guid>
		<description><![CDATA[Just as the title says, easy php caching.  
Step 1:  Create a folder in the root of your website to store the cached files and make sure the folder is writable by php.  My folder is named appropriately cache.
Step 2: Start the part of the page you want cached with&#8230;.

// Start Cache
$cachefile [...]]]></description>
		<wfw:commentRss>http://www.ecwilliams.net/2010/07/21/easy-php-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSSE Security Header Authentication with ColdFusion</title>
		<link>http://www.ecwilliams.net/2010/07/20/wsse-security-header-authentication-with-coldfusion/</link>
		<comments>http://www.ecwilliams.net/2010/07/20/wsse-security-header-authentication-with-coldfusion/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:20:03 +0000</pubDate>
		<dc:creator>Eric Williams</dc:creator>
				<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[WSSE]]></category>

		<guid isPermaLink="false">http://www.ecwilliams.net/?p=26</guid>
		<description><![CDATA[I recently had a project that required interaction with a web service using wsse authentication.    The example given by the vendor failed to authenticate as well as the wsse online documentation.  
Unfortunately there is very little info I could find on using ColdFusion with wsse authentication and the error messages were [...]]]></description>
		<wfw:commentRss>http://www.ecwilliams.net/2010/07/20/wsse-security-header-authentication-with-coldfusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending Text Messages Via PHP</title>
		<link>http://www.ecwilliams.net/2009/08/26/sending-text-messages-via-php/</link>
		<comments>http://www.ecwilliams.net/2009/08/26/sending-text-messages-via-php/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:14:20 +0000</pubDate>
		<dc:creator>Eric Williams</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Text Message]]></category>

		<guid isPermaLink="false">http://www.ecwilliams.net/?p=15</guid>
		<description><![CDATA[Sunday is family day for us.  We try on most Sundays to get together for lunch after church.  It is nice to get together and catchup on what is happening in everyone&#8217;s lives.
The problem is it is so hard to get everyone to agree on a restaurant!  Honestly this is usually a [...]]]></description>
		<wfw:commentRss>http://www.ecwilliams.net/2009/08/26/sending-text-messages-via-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up OpenBD on a Linux Cpanel Server</title>
		<link>http://www.ecwilliams.net/2009/08/21/setting-up-openbd-on-a-linux-cpanel-server/</link>
		<comments>http://www.ecwilliams.net/2009/08/21/setting-up-openbd-on-a-linux-cpanel-server/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 22:47:04 +0000</pubDate>
		<dc:creator>Eric Williams</dc:creator>
				<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenBD]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://ecwilliams.net/?p=5</guid>
		<description><![CDATA[There is an excellent writeup on openbluedragon.org that explains installing OpenBD on Centos/Redhat with Apache and Tomcat.  Cpanel can be used to install Tomcat so the setup is a little different.
Install Tomcat
This can be done in WHM under EasyApache (Apache Update).  Just check the Tomcat option when saving your build.
Install OpenBD
cd /usr/local/jakarta/
wget http://openbd.viviotech.net/downloader.cfm/id/64/file/openbd.war
cp /usr/local/jakarta/openbd.war [...]]]></description>
		<wfw:commentRss>http://www.ecwilliams.net/2009/08/21/setting-up-openbd-on-a-linux-cpanel-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
