<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Assorted Coldfusion stuff I need occasionally and always forget.</title>
	<atom:link href="http://yougiveloveabad.name/archives/2008/06/04/assorted-coldfusion-stuff-i-need-occasionally-and-always-forget/feed/" rel="self" type="application/rss+xml" />
	<link>http://yougiveloveabad.name/archives/2008/06/04/assorted-coldfusion-stuff-i-need-occasionally-and-always-forget/</link>
	<description>Not quite shot through the heart</description>
	<lastBuildDate>Wed, 04 Nov 2009 15:40:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: JC</title>
		<link>http://yougiveloveabad.name/archives/2008/06/04/assorted-coldfusion-stuff-i-need-occasionally-and-always-forget/comment-page-1/#comment-77</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Wed, 04 Nov 2009 15:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://yougiveloveabad.name/?p=9#comment-77</guid>
		<description>Not sure I said quite that... but there was one time when we had to upgrade to the latest release of the tag, which is free.. just download the latest version and apply your existing license file to it.</description>
		<content:encoded><![CDATA[<p>Not sure I said quite that&#8230; but there was one time when we had to upgrade to the latest release of the tag, which is free.. just download the latest version and apply your existing license file to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://yougiveloveabad.name/archives/2008/06/04/assorted-coldfusion-stuff-i-need-occasionally-and-always-forget/comment-page-1/#comment-76</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 04 Nov 2009 15:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://yougiveloveabad.name/?p=9#comment-76</guid>
		<description>we are looking at the cfx_http5 tag.  you mentioned you needed to patch it for mx8 use.  what did you do to do that?  

thanks in advance</description>
		<content:encoded><![CDATA[<p>we are looking at the cfx_http5 tag.  you mentioned you needed to patch it for mx8 use.  what did you do to do that?  </p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC</title>
		<link>http://yougiveloveabad.name/archives/2008/06/04/assorted-coldfusion-stuff-i-need-occasionally-and-always-forget/comment-page-1/#comment-3</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Fri, 27 Jun 2008 19:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://yougiveloveabad.name/?p=9#comment-3</guid>
		<description>For some reason it keeps puking when I try to edit this in...


CF Regex:
rereplace(foo, &quot;[[:space:]]+&quot;, &quot; &quot;, &quot;all&quot;) -- turns all whitespace into single space
rereplace(foo, &quot;.*?&quot;, &quot;&quot;, &quot;all&quot;) -- strips all HTML tags (probably fails if they span multiple lines)

CF Host &amp; Instance
host = CreateObject(&quot;java&quot;, &quot;java.net.InetAddress&quot;).getLocalHost().getHostName();
cfserv = createObject(&quot;java&quot;,&quot;jrunx.kernel.JRun&quot;).getServerName();</description>
		<content:encoded><![CDATA[<p>For some reason it keeps puking when I try to edit this in&#8230;</p>
<p>CF Regex:<br />
rereplace(foo, "[[:space:]]+", " ", "all") &#8212; turns all whitespace into single space<br />
rereplace(foo, ".*?", "", "all") &#8212; strips all HTML tags (probably fails if they span multiple lines)</p>
<p>CF Host &#038; Instance<br />
host = CreateObject("java", "java.net.InetAddress").getLocalHost().getHostName();<br />
cfserv = createObject("java","jrunx.kernel.JRun").getServerName();</p>
]]></content:encoded>
	</item>
</channel>
</rss>

