<?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>CoffeeSix.com &#187; ColdFusion</title>
	<atom:link href="http://www.coffeesix.com/tag/coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coffeesix.com</link>
	<description>caffeine-powered development</description>
	<lastBuildDate>Sat, 24 Jul 2010 19:41:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Distributed Cache with ColdFusion 9.0.1</title>
		<link>http://www.coffeesix.com/2010/07/distributed-cache-with-coldfusion-9-0-1/</link>
		<comments>http://www.coffeesix.com/2010/07/distributed-cache-with-coldfusion-9-0-1/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 19:41:06 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Caching]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[Ehcache]]></category>
		<category><![CDATA[Terracotta]]></category>

		<guid isPermaLink="false">http://www.coffeesix.com/?p=362</guid>
		<description><![CDATA[Easily modify a few configuration files to enable distributed caching using Terracotta and Ehcache for use with ColdFusion&#8217;s own caching mechanisms. If you remember back to my previous post, Intro to Ehcache Server and RESTful Web Services, I went into detail regarding how to set up an out-of-process caching server. If you&#8217;re lucky enough to [...]]]></description>
		<wfw:commentRss>http://www.coffeesix.com/2010/07/distributed-cache-with-coldfusion-9-0-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Intro to Ehcache Server and RESTful Web Services</title>
		<link>http://www.coffeesix.com/2010/05/intro-to-ehcache-server-and-restful-web-services/</link>
		<comments>http://www.coffeesix.com/2010/05/intro-to-ehcache-server-and-restful-web-services/#comments</comments>
		<pubDate>Sun, 30 May 2010 20:55:20 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Caching]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Ehcache]]></category>
		<category><![CDATA[Ehcache Server]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[RESTful]]></category>

		<guid isPermaLink="false">http://www.coffeesix.com/?p=334</guid>
		<description><![CDATA[An out-of-process caching mechanism can seriously help reduce load on your servers and databases. Ehcache provides a very simple, yet powerful, way to cache data and is a system that should be seriously considered when making a caching decision. When you think of caching there are basically two types: in-process, and out-of-process (or external caching). [...]]]></description>
		<wfw:commentRss>http://www.coffeesix.com/2010/05/intro-to-ehcache-server-and-restful-web-services/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Writing an Effective Gateway Object</title>
		<link>http://www.coffeesix.com/2010/04/writing-an-effective-gateway-object/</link>
		<comments>http://www.coffeesix.com/2010/04/writing-an-effective-gateway-object/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 17:48:40 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[gateway]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.coffeesix.com/?p=305</guid>
		<description><![CDATA[The gateway object is a great way to separate your database calls into a container that could be easily swapped out in the event that you change to a different database setup and to make things a little more distinct and easier to understand when coding. Assuming you follow the philosophy of the MVC frameworks [...]]]></description>
		<wfw:commentRss>http://www.coffeesix.com/2010/04/writing-an-effective-gateway-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Bad Code Good</title>
		<link>http://www.coffeesix.com/2010/04/making-bad-code-good/</link>
		<comments>http://www.coffeesix.com/2010/04/making-bad-code-good/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 04:28:41 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[cf.Objective()]]></category>
		<category><![CDATA[maintenance]]></category>

		<guid isPermaLink="false">http://www.coffeesix.com/?p=273</guid>
		<description><![CDATA[Following best practices is an easy way to keep maintenance costs down. After listening to Dan Wilson&#8217;s session on Making Bad Code Good at cf.Objective() 2010, it really got me to thinking of some best practices that I wish everyone would follow in order to keep that maintenance period (which consumes a majority of a [...]]]></description>
		<wfw:commentRss>http://www.coffeesix.com/2010/04/making-bad-code-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Faster Development with Mach-II&#8217;s View Tag Library</title>
		<link>http://www.coffeesix.com/2010/02/faster-development-with-mach-iis-view-tag-library/</link>
		<comments>http://www.coffeesix.com/2010/02/faster-development-with-mach-iis-view-tag-library/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 05:25:52 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Mach-II]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[BuildRouteUrl]]></category>
		<category><![CDATA[BuildUrl]]></category>
		<category><![CDATA[BuildUrlToModule]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[htmlheaderproperty]]></category>
		<category><![CDATA[HTMLHelperProperty]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[SES]]></category>
		<category><![CDATA[ViewTagLibrary]]></category>

		<guid isPermaLink="false">http://www.coffeesix.com/?p=199</guid>
		<description><![CDATA[Mach-II offers several tag libraries to aid in fast application development. The view tag library reduces the time spent in writing mundane or complicated code in your views. A major headache that many developers experience when coding their Mach-II views is the fact that they end up writing and re-writing the same (or similar) complex [...]]]></description>
		<wfw:commentRss>http://www.coffeesix.com/2010/02/faster-development-with-mach-iis-view-tag-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Engine Safe Routes in Mach-II</title>
		<link>http://www.coffeesix.com/2010/02/search-engine-safe-routes-in-mach-ii/</link>
		<comments>http://www.coffeesix.com/2010/02/search-engine-safe-routes-in-mach-ii/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 06:04:31 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Mach-II]]></category>
		<category><![CDATA[BuildRouteUrl]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[routes]]></category>
		<category><![CDATA[Search Engine Safe]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SES]]></category>
		<category><![CDATA[UrlRoutesProperty]]></category>

		<guid isPermaLink="false">http://www.coffeesix.com/?p=153</guid>
		<description><![CDATA[Search Engine Safe (SES) Routes are another great way of generating immaculate URLs using Mach-II which are great for SEO applications and making things just look cleaner. What are Search Engine Safe (SES) routes? Take a typical Mach-II URL, e.g. /index.cfm?event=world&#38;country=canada&#38;province=british%20columbia&#38;city=vancouver. Even using Mach-II&#8217;s own Search Engine Safe (SES), the URL remains somewhat ugly: /index.cfm/event/world/country/canada/province/british%20columbia/city/vancouver/. [...]]]></description>
		<wfw:commentRss>http://www.coffeesix.com/2010/02/search-engine-safe-routes-in-mach-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Engine Safe URLs with Mach-II</title>
		<link>http://www.coffeesix.com/2010/02/search-engine-safe-urls-with-mach-ii/</link>
		<comments>http://www.coffeesix.com/2010/02/search-engine-safe-urls-with-mach-ii/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 22:35:17 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Mach-II]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[BuildUrl]]></category>
		<category><![CDATA[BuildUrlToModule]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Search Engine Safe]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SES]]></category>
		<category><![CDATA[urls]]></category>

		<guid isPermaLink="false">http://www.coffeesix.com/?p=125</guid>
		<description><![CDATA[Mach-II provides a convenient way to create Search Engine Safe (SES) URLs for your web application without getting your hands dirty. What are Search Engine Safe (SES) URLs anyway? Typical dynamic pages generated by server-side code require that either FORM or URL-scoped variables be provided in order to differentiate one dynamic page from another. A [...]]]></description>
		<wfw:commentRss>http://www.coffeesix.com/2010/02/search-engine-safe-urls-with-mach-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting to know the HtmlHelperProperty</title>
		<link>http://www.coffeesix.com/2010/01/getting-to-know-the-htmlhelperproperty/</link>
		<comments>http://www.coffeesix.com/2010/01/getting-to-know-the-htmlhelperproperty/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 20:50:10 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Mach-II]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[htmlheaderproperty]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.coffeesix.com/?p=22</guid>
		<description><![CDATA[Use Mach-II's HtmlHelperProperty to manage JavaScript and CSS and avoid duplication of external scripts, reduce maintenance costs, and promote reusability.]]></description>
		<wfw:commentRss>http://www.coffeesix.com/2010/01/getting-to-know-the-htmlhelperproperty/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

