<?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; intermediate</title>
	<atom:link href="http://www.coffeesix.com/tag/intermediate/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>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>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>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>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>jQuery and JSON-P</title>
		<link>http://www.coffeesix.com/2010/02/jquery-and-json-p/</link>
		<comments>http://www.coffeesix.com/2010/02/jquery-and-json-p/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 19:53:07 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[google api]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jsonp]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[settimeout]]></category>

		<guid isPermaLink="false">http://www.coffeesix.com/?p=75</guid>
		<description><![CDATA[View Demo Get Source Utilize jQuery and JSON-P to create a AJAX-driven search tool with Google&#8217;s AJAX Search API. Click Here for a Demo! In an effort to help me learn how cross domain requests work, and in order to do something a little cool, I&#8217;ve developed a very simple search-as-you-type script which leverages Google&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.coffeesix.com/2010/02/jquery-and-json-p/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

