<?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"
	>

<channel>
	<title>BealeARTS &#187; ColdFusion</title>
	<atom:link href="http://www.bealearts.co.uk/blog/category/coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bealearts.co.uk</link>
	<description>BealeARTS - Information Ingenuity</description>
	<pubDate>Tue, 26 Aug 2008 20:21:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>ColdContract at RIAForge.org</title>
		<link>http://www.bealearts.co.uk/blog/2008/08/25/coldcontract-at-riaforgeorg/</link>
		<comments>http://www.bealearts.co.uk/blog/2008/08/25/coldcontract-at-riaforgeorg/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 20:07:52 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
		
		<category><![CDATA[ColdContract]]></category>

		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/?p=45</guid>
		<description><![CDATA[ColdContract now has a project at RIAForge.org http://coldcontract.riaforge.org/.
You&#8217;ll have to download it form the SVN repo for now, as there is not realy anything worth packageing up for download yet 
]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2008/08/25/coldcontract-at-riaforgeorg/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Implementing Design by Contract in ColdFusion using Coldspring AOP</title>
		<link>http://www.bealearts.co.uk/blog/2008/08/25/implementing-design-by-contract-in-coldfusion-using-coldspring-aop/</link>
		<comments>http://www.bealearts.co.uk/blog/2008/08/25/implementing-design-by-contract-in-coldfusion-using-coldspring-aop/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 16:56:46 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
		
		<category><![CDATA[ColdContract]]></category>

		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/?p=38</guid>
		<description><![CDATA[I have been playing around with implementing Design by Contract in ColdFusion using Coldspring's AOP functionality.
ColdContract is a Coldspring AOP Advice which allows Design by Contract assertions to be added to ColdFusion components and for those assertions to be executed during program execution.
Design by Contract assertions are a mechanism for defining the specification of software [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2008/08/25/implementing-design-by-contract-in-coldfusion-using-coldspring-aop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Odd Error using CFFLUSH</title>
		<link>http://www.bealearts.co.uk/blog/2008/04/12/odd-error-using-cfflush/</link>
		<comments>http://www.bealearts.co.uk/blog/2008/04/12/odd-error-using-cfflush/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 09:28:22 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/?p=34</guid>
		<description><![CDATA[Thought I would blog about this, as it wasted almost 2 hours of my time trying to get to the bottom of it.
I was using CFFLUSH on a work project and ColdFusion was returning the following error message:
"You have called cfflush in an invalid location,  such as inside a cfquery or cfthread or between [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2008/04/12/odd-error-using-cfflush/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Practical Use for ColdFusion 8&#8217;s Object Serialization</title>
		<link>http://www.bealearts.co.uk/blog/2008/01/29/a-practical-use-for-coldfusion-8s-object-serialization/</link>
		<comments>http://www.bealearts.co.uk/blog/2008/01/29/a-practical-use-for-coldfusion-8s-object-serialization/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 09:53:57 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/blog/2008/01/29/a-practical-use-for-coldfusion-8s-object-serialization/</guid>
		<description><![CDATA[ColdFusion 8 added the ability for objects to be serialized. Although you can not serialize/un-serialize objects with CFML, you can use underlying Java functions to do so as described by Pete Freitag's post Serializing CFC's in ColdFusion 8. In this post a commenter asked whether there is a use-case where this ability would be useful. [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2008/01/29/a-practical-use-for-coldfusion-8s-object-serialization/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating a Server.cfc</title>
		<link>http://www.bealearts.co.uk/blog/2008/01/27/creating-a-servercfc/</link>
		<comments>http://www.bealearts.co.uk/blog/2008/01/27/creating-a-servercfc/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 16:35:31 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/blog/2008/01/27/creating-a-servercfc/</guid>
		<description><![CDATA[This is technique I have been using for a while to handle environmental (development, test, production etc) configuration settings.  It mimics the Application.cfc added in ColdFusion 7, creating a Server.cfc shown below.


&#60;cfcomponent hint=&#34;Server wide Information&#34; output=&#34;false&#34;&#62;
&#160;
&#60;!--- PROPERTIES ---&#62;
&#160;
&#60;!--- TODO: Set for each server instance ---&#62;
&#60;cfset variables.environment = &#34;Development&#34; /&#62; &#60;!--- Development, Test, Staging, Production [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2008/01/27/creating-a-servercfc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scotch of the Rocks 2007 Article</title>
		<link>http://www.bealearts.co.uk/blog/2007/08/27/scotch-of-the-rocks-2007-article/</link>
		<comments>http://www.bealearts.co.uk/blog/2007/08/27/scotch-of-the-rocks-2007-article/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 10:32:51 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/blog/2007/08/27/scotch-of-the-rocks-2007-article/</guid>
		<description><![CDATA[I attended this years Scotch of the Rocks with a press pass from Fusion Authority, and they have just published the articles that I and fellow "member of the press" Kola Oyedeji wrote as reviews of the conference.
Read them at A Tale of CFML, Flex and a Pineapple and A Review of Scotch on the [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2007/08/27/scotch-of-the-rocks-2007-article/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Railo Customer Service</title>
		<link>http://www.bealearts.co.uk/blog/2007/06/25/railo-customer-service/</link>
		<comments>http://www.bealearts.co.uk/blog/2007/06/25/railo-customer-service/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 16:00:07 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/blog/2007/06/25/railo-customer-service/</guid>
		<description><![CDATA[I have just installed my first Railo CFML Engine in a production environment.
There was a problem with changing the licence from Community to Profressional. So I emailed Railo and within minutes they came back with a custom solution to my problem.
Now thats what I call Customer Service!!
]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2007/06/25/railo-customer-service/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to do an OUTER JOIN in Query of Queries</title>
		<link>http://www.bealearts.co.uk/blog/2007/06/20/how-to-do-an-outer-join-in-query-of-queries/</link>
		<comments>http://www.bealearts.co.uk/blog/2007/06/20/how-to-do-an-outer-join-in-query-of-queries/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 09:33:08 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/blog/2007/06/20/how-to-do-an-outer-join-in-query-of-queries/</guid>
		<description><![CDATA[ColdFusion Query of Queries does not natively support OUTER JOINs. The following code demonstrates a work around to perform a LEFT  OUTER JOIN between two CF queries, QueryA and QueryB.
i.e. To do this;
SELECT *
FROM QueryA
LEFT OUTER JOIN QueryB ON QueryA.ID = QueryB.ID
One can use;
&#60;cfquery name="joinQuery" dbtype="query" &#62;
SELECT *
FROM QueryB
WHERE QueryB.ID = -1
&#60;/cfquery&#62;

&#60;cfset QueryAddRow(joinQuery) /&#62;

&#60;cfquery [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2007/06/20/how-to-do-an-outer-join-in-query-of-queries/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ColdFusion and SQL 2005 Mirroring</title>
		<link>http://www.bealearts.co.uk/blog/2007/06/17/coldfusion-and-sql-2005-mirroring/</link>
		<comments>http://www.bealearts.co.uk/blog/2007/06/17/coldfusion-and-sql-2005-mirroring/#comments</comments>
		<pubDate>Sun, 17 Jun 2007 11:09:15 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/blog/2007/06/17/coldfusion-and-sql-2005-mirroring/</guid>
		<description><![CDATA[After much experimentation, I have finally managed to get Microsoft SQL 2005 Mirroring with automatic failover working with ColdFusion MX 6/7.
The following steps describe how to setup ColdFusion.

Install the latest version of the DataDirect drivers by following these instructions on the Adobe web site - Updated DataDirect JDBC drivers (version 3.5)
Create a new ColdFusion datasource [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2007/06/17/coldfusion-and-sql-2005-mirroring/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Consuming a .NET Web Service with Complex Types</title>
		<link>http://www.bealearts.co.uk/blog/2007/06/09/consuming-a-net-web-service-with-complex-types/</link>
		<comments>http://www.bealearts.co.uk/blog/2007/06/09/consuming-a-net-web-service-with-complex-types/#comments</comments>
		<pubDate>Sat, 09 Jun 2007 11:42:26 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/blog/2007/06/09/consuming-a-net-web-service-with-complex-types/</guid>
		<description><![CDATA[Although simple types such as string and int will be automatically handled by ColdFusion's SOAP mechanisms, the complex types "made up" by .NET are not. This results in "type mismatch" errors.
The following describes the steps needed to use a .NET service with complex types. The ArrayOfString type and a MyDotNetComp Sales API are used as [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2007/06/09/consuming-a-net-web-service-with-complex-types/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
