<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
>
		
	<channel rdf:about="http://www.dougboude.com/blog">
	<title>Doug Boude (rhymes with &apos;loud&apos;)</title>
	<description>Powered by BlogCFM</description>
	<link>http://www.dougboude.com/blog</link>
	
	<items>
		<rdf:Seq>
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2010/07/PHP-vs-COLDFUSION.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2009/09/501-Error-When-Sending-Mail-via-Smartermail-6.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2009/08/Locating-Files-Containing-Specified-Text-in-IX-Environment.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2009/06/PHP-Export-to-Excel-Snippet.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2009/05/Create-Dynamic-WHERE-Clauses-in-PHP.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2009/05/Basic-Ajax-Select-List-Filter-in-PHP.cfm" />
			
		</rdf:Seq>
	</items>
	
	</channel>
		
  	<item rdf:about="http://www.dougboude.com/blog/1/2010/07/PHP-vs-COLDFUSION.cfm">
	<title>PHP vs COLDFUSION</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot; face=&quot;Verdana&quot;&gt;I had the privilege of doing a short presentation at our local CFUG meeting last night, the topic being &amp;quot;Coldfusion Vs PHP&amp;quot;, so thought I&apos;d share the slides and some brief commentary on some of them. We didn&apos;t record the meeting, so what you&apos;re about to see is an abbreviated version.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style=&quot;visibility:hidden;width:0px;height:0px;&quot; border=0 width=0 height=0 src=&quot;http://counters.gigya.c</description>
	<link>http://www.dougboude.com/blog/1/2010/07/PHP-vs-COLDFUSION.cfm</link>
	<dc:date>2010-07-13T12:43:00-05:00</dc:date>
	
	<dc:subject>PHP,goog,ColdFusion</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2009/09/501-Error-When-Sending-Mail-via-Smartermail-6.cfm">
	<title>501 Error When Sending Mail via Smartermail 6</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;After several hours of hair pulling, I finally rectified an issue sending mail via Smartermail 6.0 using PHP&apos;s &amp;quot;mail&amp;quot; function. The exact same (crappy) code worked fine on the old freeBSD box, running PHP 4.9 and Apache. But when I migrated the same code to Windows 2008 running IIS7, PHP 4.9 (just to save me&amp;nbsp;potential hassle with upgrading to 5.x),&amp;nbsp;and Smartermail 6.0, I would get delivery log entries like th</description>
	<link>http://www.dougboude.com/blog/1/2009/09/501-Error-When-Sending-Mail-via-Smartermail-6.cfm</link>
	<dc:date>2009-09-11T16:00:00-05:00</dc:date>
	
	<dc:subject>PHP,goog,ColdFusion</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2009/08/Locating-Files-Containing-Specified-Text-in-IX-Environment.cfm">
	<title>Locating Files Containing Specified Text in &quot;*IX&quot; Environment</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;This is nothing revolutionary, but since it was new to me and it DID take me far longer finding the solution via Googling than it should have, I&apos;m posting it here for my own and others&apos; reference.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;Let&apos;s say you need to do some search and replace of a specified email address within a BUTT LOAD of PHP files you inherited from your predecessor, but you don&apos;t want to have to download the whole can of wo</description>
	<link>http://www.dougboude.com/blog/1/2009/08/Locating-Files-Containing-Specified-Text-in-IX-Environment.cfm</link>
	<dc:date>2009-08-28T08:47:00-05:00</dc:date>
	
	<dc:subject>PHP,goog,ColdFusion, code snippets</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2009/06/PHP-Export-to-Excel-Snippet.cfm">
	<title>PHP Export to Excel Snippet</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;For those PHPers out there who are doing an export to Excel, I thought I&apos;d share the solution I came up with. I realize there are already a gabillion examples out there, but I merged some of the better approaches from a few of them that made it fairly elegant, I think (such as leveraging the implode, array_keys, and array_values&amp;nbsp;functions).&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;Without further adieux...&lt;/font&gt;&lt;font size=&quot;3&quot;&gt;
&lt;div </description>
	<link>http://www.dougboude.com/blog/1/2009/06/PHP-Export-to-Excel-Snippet.cfm</link>
	<dc:date>2009-06-30T13:06:00-05:00</dc:date>
	
	<dc:subject>PHP,goog,ColdFusion, code snippets</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2009/05/Create-Dynamic-WHERE-Clauses-in-PHP.cfm">
	<title>Create Dynamic WHERE Clauses in PHP</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;At times it is necessary to dynamically create delimited lists of items, such as in the WHERE clause of SQL queries. For instance, perhaps our query could have from one to&amp;nbsp;N different OR statements in the WHERE clause based on selections a user makes on a search form, something like&lt;/font&gt;&lt;font size=&quot;3&quot;&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;&amp;quot;select userid, firstname, lastname from usertable&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=</description>
	<link>http://www.dougboude.com/blog/1/2009/05/Create-Dynamic-WHERE-Clauses-in-PHP.cfm</link>
	<dc:date>2009-05-21T11:40:00-05:00</dc:date>
	
	<dc:subject>PHP,goog,ColdFusion, code snippets</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2009/05/Basic-Ajax-Select-List-Filter-in-PHP.cfm">
	<title>Basic Ajax Select List Filter in PHP</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;I am a ColdFusion guy, without a doubt. At my new job, however, I have inherited the maintenance and enhancement duties of a large PHP application as well. One of the enhancements I was asked to make was to produce a select list of names that could be filtered on the fly as the user typed into a text box. Being somewhat new to PHP and having had to figure out a good approach to creating this feature, I thought I&apos;d share it in ca</description>
	<link>http://www.dougboude.com/blog/1/2009/05/Basic-Ajax-Select-List-Filter-in-PHP.cfm</link>
	<dc:date>2009-05-20T14:02:00-05:00</dc:date>
	
	<dc:subject>PHP,goog,ColdFusion, code snippets, Ajax</dc:subject>
	</item>
	</rdf:RDF> 