<?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</title>
	<atom:link href="http://www.coffeesix.com/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>ColdFusion 9.0.1 Fixes onRequestEnd Bug</title>
		<link>http://www.coffeesix.com/2010/07/coldfusion-9-0-1-fixes-onrequestend-bug/</link>
		<comments>http://www.coffeesix.com/2010/07/coldfusion-9-0-1-fixes-onrequestend-bug/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 19:48:08 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[cfabort]]></category>
		<category><![CDATA[cflocation]]></category>
		<category><![CDATA[onRequestEnd]]></category>

		<guid isPermaLink="false">http://www.coffeesix.com/?p=356</guid>
		<description><![CDATA[Just a friendly heads-up for those of you out there that had exploited the fact that previous versions of ColdFusion wouldn&#8217;t execute the onRequestEnd handler following a page with a cfabort or cflocation tag. The ColdFusion 9.0.1 release has fixed this&#8230; so if you&#8217;re doing anything in the onRequestEnd function and expect it not to [...]]]></description>
		<wfw:commentRss>http://www.coffeesix.com/2010/07/coldfusion-9-0-1-fixes-onrequestend-bug/feed/</wfw:commentRss>
		<slash:comments>0</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>Unmasking Passwords</title>
		<link>http://www.coffeesix.com/2010/05/unmasking-passwords/</link>
		<comments>http://www.coffeesix.com/2010/05/unmasking-passwords/#comments</comments>
		<pubDate>Wed, 19 May 2010 02:28:10 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[Jakob Nielsen]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[toggle]]></category>

		<guid isPermaLink="false">http://www.coffeesix.com/?p=325</guid>
		<description><![CDATA[View Demo Get Source Masking passwords is a great over-the-shoulder security feature, but hurts usability. Providing the option to toggle the password field on and off will increase a user&#8217;s experience on your site. After reading Jakob Nielsen&#8217;s post, &#8220;Stop Password Masking&#8221;, I really wanted to develop a quick and easy jQuery plugin which provided [...]]]></description>
		<wfw:commentRss>http://www.coffeesix.com/2010/05/unmasking-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Emphasis with jQuery</title>
		<link>http://www.coffeesix.com/2010/05/adding-emphasis-with-jquery/</link>
		<comments>http://www.coffeesix.com/2010/05/adding-emphasis-with-jquery/#comments</comments>
		<pubDate>Sun, 16 May 2010 21:35:00 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[opacity]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.coffeesix.com/?p=322</guid>
		<description><![CDATA[View Demo Get Source Decreasing the emphasis of elements lower on the visible screen provides a less distracting environment for your users. Many websites these days are very graphic intensive, have a ton of contrast between content the the background, or are simply overly complicated. One method to reduce this visual noise and provide a [...]]]></description>
		<wfw:commentRss>http://www.coffeesix.com/2010/05/adding-emphasis-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</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>Playing with jQuery: DragForm Plugin</title>
		<link>http://www.coffeesix.com/2010/03/playing-with-jquery-dragform-plugin/</link>
		<comments>http://www.coffeesix.com/2010/03/playing-with-jquery-dragform-plugin/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 00:55:35 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.coffeesix.com/?p=244</guid>
		<description><![CDATA[View Demo Get Source In an attempt to both learn how to construct plugins for jQuery, as well as learning some of jQuery 1.4, I&#8217;ve created the DragForm Plugin. So what&#8217;s the point? Why create a plugin for dragging and dropping form elements? I thought I&#8217;d try a different take on the typical web-form usability [...]]]></description>
		<wfw:commentRss>http://www.coffeesix.com/2010/03/playing-with-jquery-dragform-plugin/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>
	</channel>
</rss>

