<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Escape Keys - TomdeMan&apos;s Blog</title>
			<link>http://tomdeman.com/blog</link>
			<description>A technical blog spanning all arenas of Web Development. With a focus on Coldfusion and Object Oriented Programming.</description>
			<language>en-us</language>
			<pubDate>Sat, 04 Jul 2009 20:59:16 -0400</pubDate>
			<lastBuildDate>Sun, 15 Mar 2009 15:45:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>blog@tomdeman.com</managingEditor>
			<webMaster>blog@tomdeman.com</webMaster>
			
			<item>
				<title>CB-101 ColdBox Training in Ontario - Day 1</title>
				<link>http://tomdeman.com/blog/2009/3/15/CB101-ColdBox-Training-in-Ontario--Day-1</link>
				<description>
				
				I&apos;m no novice when it comes to Coldbox, but I&apos;ve also never had the opportunity to sit and go thru the system with the author himself. That alone had me looking forward to the seminar.

The course kicked off with a nice breakfast and a goody bag lo...
				
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Coldbox</category>				
				
				<pubDate>Sun, 15 Mar 2009 15:45:00 -0400</pubDate>
				<guid>http://tomdeman.com/blog/2009/3/15/CB101-ColdBox-Training-in-Ontario--Day-1</guid>
				
			</item>
			
			<item>
				<title>TransferSync v0.5 has CRITICAL fix and more.</title>
				<link>http://tomdeman.com/blog/2009/3/10/TransferSync-v05-has-CRITICAL-fix-and-more</link>
				<description>
				
				Major updates have been made to TransferSync.

This version has a critical fix for those dealing with related objects.
Somehow, the afterCreate event was overlooked during the early conception of this approach for managing the Transfer cache using...
				
				</description>
				
				<category>Transfer</category>				
				
				<category>TransferSync</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Tue, 10 Mar 2009 03:50:00 -0400</pubDate>
				<guid>http://tomdeman.com/blog/2009/3/10/TransferSync-v05-has-CRITICAL-fix-and-more</guid>
				
			</item>
			
			<item>
				<title>SalesForceCFC Example Code</title>
				<link>http://tomdeman.com/blog/2009/3/3/SalesForceCFC-Example-Code</link>
				<description>
				
				I apologize. I left out the test page and sample code from the latest release.

I&apos;ve updated the project to include the Application.cfc, which is required for testing the security token persistence using the session scope. Along with the testForm.c...
				
				</description>
				
				<category>salesForceCFC</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Tue, 03 Mar 2009 16:32:00 -0400</pubDate>
				<guid>http://tomdeman.com/blog/2009/3/3/SalesForceCFC-Example-Code</guid>
				
			</item>
			
			<item>
				<title>SalesForceCFC gets a BIG update!</title>
				<link>http://tomdeman.com/blog/2009/2/23/SalesForceCFC-gets-a-BIG-update</link>
				<description>
				
				This is a much improved release. It brings the object&apos;s architecture up to date, improves performance, and offers a few new features.

0.6 -CHANGE LOG- 2/22/2009
- enhancement - auto login
- enhancement - upgraded constructor
- enhancement - mor...
				
				</description>
				
				<category>salesForceCFC</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Mon, 23 Feb 2009 03:19:00 -0400</pubDate>
				<guid>http://tomdeman.com/blog/2009/2/23/SalesForceCFC-gets-a-BIG-update</guid>
				
			</item>
			
			<item>
				<title>SalesForceCFC v0.5 now supports pagination with queryMore.</title>
				<link>http://tomdeman.com/blog/2009/2/8/SalesForceCFC-v05-now-supports-pagination-with-queryMore</link>
				<description>
				
				It was brought to my attention, that you can not return more then 2000 records at a time using the query() method in the SalesForce API.

This is done to throttle performance and overhead when using the API. SF does make the data available, but it ...
				
				</description>
				
				<category>salesForceCFC</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Sun, 08 Feb 2009 21:42:00 -0400</pubDate>
				<guid>http://tomdeman.com/blog/2009/2/8/SalesForceCFC-v05-now-supports-pagination-with-queryMore</guid>
				
			</item>
			
			<item>
				<title>TransferSync with ModelGlue and Coldspring</title>
				<link>http://tomdeman.com/blog/2008/11/14/TransferSync-with-ModelGlue-and-Coldspring</link>
				<description>
				
				Here is a great post by Brian Ghidinelli on how to integrate TransferSync in a ModelGlue and Coldspring system.

Check it out:
&lt;a href=&quot;http://www.ghidinelli.com/2008/10/16/synchronizing-transfer-orm-in-a-model-gluecoldspring-cluster-with-transfersync&quot;&gt;Synchronizing Transfer ORM in a Model-Glue/Coldspring cluster with TransferSync&lt;/a&gt; 
				</description>
				
				<category>Transfer</category>				
				
				<category>TransferSync</category>				
				
				<category>ColdFusion</category>				
				
				<category>Coldspring</category>				
				
				<pubDate>Fri, 14 Nov 2008 02:46:00 -0400</pubDate>
				<guid>http://tomdeman.com/blog/2008/11/14/TransferSync-with-ModelGlue-and-Coldspring</guid>
				
			</item>
			
			<item>
				<title>TransferSync v0.4 released</title>
				<link>http://tomdeman.com/blog/2008/11/14/TransferSync-v04-released</link>
				<description>
				
				A minor update with a major fix.

0.4 -CHANGE LOG- 11/13/2008
- enhancement - logging improvements and toggle setting/property added
- enhancement - improved caching
- enhancement - added getKeyMap method
- enhancement - added argument to defin...
				
				</description>
				
				<category>Transfer</category>				
				
				<category>TransferSync</category>				
				
				<category>ColdFusion</category>				
				
				<category>Coldbox</category>				
				
				<category>Coldspring</category>				
				
				<pubDate>Fri, 14 Nov 2008 02:37:00 -0400</pubDate>
				<guid>http://tomdeman.com/blog/2008/11/14/TransferSync-v04-released</guid>
				
			</item>
			
			<item>
				<title>TransferSync v0.3 released.</title>
				<link>http://tomdeman.com/blog/2008/9/9/TransferSync-v03-released</link>
				<description>
				
				If you don&apos;t know, TransferSync is a JMS gateway that keeps Transfer&apos;s cache synchronized across a cluster. It is delivered in a sample app to help you diagnose and get setup quickly.

I have just posted a quick update to the TransferSync project. ...
				
				</description>
				
				<category>Transfer</category>				
				
				<category>TransferSync</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Tue, 09 Sep 2008 03:13:00 -0400</pubDate>
				<guid>http://tomdeman.com/blog/2008/9/9/TransferSync-v03-released</guid>
				
			</item>
			
			<item>
				<title>QUICK TIP: Reload Coldspring in Coldbox without Reinitilaizing</title>
				<link>http://tomdeman.com/blog/2008/8/28/QUICK-TIP-Reload-Coldspring-in-Coldbox-without-Reinitilaizing</link>
				<description>
				
				Coldbox and Coldspring have a lot to offer when it comes to development. However, loading time is the price we pay.

There are a number of settings in Coldbox to optimize performance based on environment, but developing locally with nothing cached ...
				
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Coldbox</category>				
				
				<category>Coldspring</category>				
				
				<pubDate>Thu, 28 Aug 2008 19:34:00 -0400</pubDate>
				<guid>http://tomdeman.com/blog/2008/8/28/QUICK-TIP-Reload-Coldspring-in-Coldbox-without-Reinitilaizing</guid>
				
			</item>
			
			<item>
				<title>The &apos;Opimized for Colbox&apos; edition of TransferSync now available</title>
				<link>http://tomdeman.com/blog/2008/8/20/The-Opimized-for-Colbox-edition-of-TransferSync-now-available</link>
				<description>
				
				The second release of TransferSync, didn&apos;t see any bug fixes. Instead, this edition includes some optimizations for those using Coldbox. There are no major changes to the methodology or function. Everything works the same. However, a few things have ...
				
				</description>
				
				<category>Transfer</category>				
				
				<category>TransferSync</category>				
				
				<category>ColdFusion</category>				
				
				<category>Coldbox</category>				
				
				<pubDate>Wed, 20 Aug 2008 05:56:00 -0400</pubDate>
				<guid>http://tomdeman.com/blog/2008/8/20/The-Opimized-for-Colbox-edition-of-TransferSync-now-available</guid>
				
			</item>
			
			<item>
				<title>Clustered? Keep Transfer&apos;s Cache in Sync with ActiveMQ JMS</title>
				<link>http://tomdeman.com/blog/2008/8/20/Clustered-Keep-Transfers-Cache-in-Sync-with-ActiveMQ-JMS</link>
				<description>
				
				Transfer has become almost a necessity for me these days. I recently had to deploy it on a clustered environment, and had to find a way to keep the Transfer cache between nodes in sync.

A centralized caching system like memcache would work, but a ...
				
				</description>
				
				<category>Transfer</category>				
				
				<category>TransferSync</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 20 Aug 2008 03:35:00 -0400</pubDate>
				<guid>http://tomdeman.com/blog/2008/8/20/Clustered-Keep-Transfers-Cache-in-Sync-with-ActiveMQ-JMS</guid>
				
			</item>
			
			<item>
				<title>Clustered Environments and Coldbox SES Interceptor</title>
				<link>http://tomdeman.com/blog/2008/7/17/Clustered-Environments-and-Coldbox-SES-Interceptor</link>
				<description>
				
				I was using the Coldbox SES interceptor and the built in Coldcourse integration, and ran into a little snag the other day. Our production boxes are clustered behind a load balancer using sticky sessions. In order to, reinitialize the framework, I had...
				
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Coldbox</category>				
				
				<pubDate>Thu, 17 Jul 2008 16:51:00 -0400</pubDate>
				<guid>http://tomdeman.com/blog/2008/7/17/Clustered-Environments-and-Coldbox-SES-Interceptor</guid>
				
			</item>
			
			<item>
				<title>Where is all the CF talent???</title>
				<link>http://tomdeman.com/blog/2008/7/16/Where-is-all-the-CF-talent</link>
				<description>
				
				I am once again in a position where I have to hire some CF programmers. In the past, the pick-ins were slim, and I thought I was asking too much. Here we are almost a year and half later, and it&apos;s not improved much.

Are my expectations too high?
...
				
				</description>
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 16 Jul 2008 22:48:00 -0400</pubDate>
				<guid>http://tomdeman.com/blog/2008/7/16/Where-is-all-the-CF-talent</guid>
				
			</item>
			
			<item>
				<title>BugLog Plugin for Coldbox gets Performance Upgrade</title>
				<link>http://tomdeman.com/blog/2008/7/14/BugLog-Plugin-for-Coldbox-gets-Performance-Upgrade</link>
				<description>
				
				Thanks to Oscar and Rob for the quick feedback. Both pointed out flaws that needed addressing immediately. I made the appropriate updates, and after a quick review with Luis, even more.

This release should be as optimized as it gets.

Oscar, ind...
				
				</description>
				
				<category>BugLog</category>				
				
				<category>ColdFusion</category>				
				
				<category>Coldbox</category>				
				
				<pubDate>Mon, 14 Jul 2008 17:14:00 -0400</pubDate>
				<guid>http://tomdeman.com/blog/2008/7/14/BugLog-Plugin-for-Coldbox-gets-Performance-Upgrade</guid>
				
			</item>
			
			<item>
				<title>Coldbox Webservices Plugin updated to support Environment Interceptor</title>
				<link>http://tomdeman.com/blog/2008/7/14/Coldbox-Webservices-Plugin-updated-to-support-Environment-Interceptor</link>
				<description>
				
				I recently posted about the Coldbox 2.6 environment interceptor and how it allows you to set different config settings for your app. Then, I released a BugLogHQ plugin for Coldbox. After taking in some feedback, and chatting with Luis, I have made so...
				
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Coldbox</category>				
				
				<pubDate>Mon, 14 Jul 2008 16:53:00 -0400</pubDate>
				<guid>http://tomdeman.com/blog/2008/7/14/Coldbox-Webservices-Plugin-updated-to-support-Environment-Interceptor</guid>
				
			</item>
			</channel></rss>