<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>Jake Churchill</title>
	<link>http://www.reynacho.com</link>
	<description>... on Flex, ColdFusion, FarCry, and much more ...</description>
	<lastBuildDate>Mon, 08 Feb 2010 22:08:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>FCKEditor Firefox 3.6 Bug (Year 2010 Bug)</title>
		<description>The new version of Firefox broke my FCKEditor!  They didn't do it on purpose I'm sure, but it did, in fact, break it.  I am using what I consider the standard implementation in ColdFusion (that does not come bundled with ColdFusion).  I updated my Firefox to the ...</description>
		<link>http://www.reynacho.com/2010/02/fckeditor-firefox-36-bug-year-2010-bug/</link>
			</item>
	<item>
		<title>ColdFusion using Java for regex replace</title>
		<description>Yesterday, I found myself needing more than ColdFusion could supply.  I had a variable with content that came from a WYSIWYG editor.  Some of that content was the result of inserting images into the content.  By default the image source was set to the absolute path from ...</description>
		<link>http://www.reynacho.com/2010/02/coldfusion-using-java-for-regex-replace/</link>
			</item>
	<item>
		<title>ColdFusion VirtualMerchant CFC</title>
		<description>One of the biggest requests I get is to explain how I integrated a ColdFusion app with the VirtualMerchant Gateway.  It was actually quite simple.  The difficulty lies in the lack of documentation and help from VirtualMerchant.  Their gateway does not seem to allow for much customization ...</description>
		<link>http://www.reynacho.com/2010/02/coldfusion-virtual-merchant-cfc/</link>
			</item>
	<item>
		<title>Farcry Navigation Move Permissions</title>
		<description>I received a question today about how to stop the contributor policy group from being able to re-order navigation nodes.  There are a lot of things that you can control via the group permissions section.  For some information on those, see this post:  http://www.reynacho.com/?p=49.

However, these permissions deal ...</description>
		<link>http://www.reynacho.com/2009/09/farcry-navigation-move-permissions/</link>
			</item>
	<item>
		<title>Delete Mail via POP Script</title>
		<description>I've had an issue come up several times in the last month where I'll get several thousand emails from sites on errors or notifications or whatever.  I have no choice but to be on the list to receive the emails and I was sick of trying to manage all ...</description>
		<link>http://www.reynacho.com/2009/07/delete-mail-via-pop-script/</link>
			</item>
	<item>
		<title>Flex 2 Datagrid not highlighting row (UPDATE)</title>
		<description>I recently posted a solution about the DataGrid in Flex 2 not highlighting rows correctly after certain events (specifically double-clicking a row).  You can read that post here.

I wanted to simply update the code sample that I gave for the overridden drawRowBackground() method.  The code I had before ...</description>
		<link>http://www.reynacho.com/2009/05/flex-2-datagrid-not-highlighting-row-update/</link>
			</item>
	<item>
		<title>Flex 2 Datagrid not highlighting row</title>
		<description>I had an issue in a Flex 2 project yesterday where a Datagrid would not highlight the selected row.  All the styles were set up for this but it still would not work.  The unfortunate matter is that this project (at least for the time being) is stuck ...</description>
		<link>http://www.reynacho.com/2009/05/flex-2-datagrid-not-highlighting-row/</link>
			</item>
	<item>
		<title>Flex Dynamic casting of data</title>
		<description>I have been playing around with an AIR application which stores data to a local SQLite DB.  I have a very basic settings table which is nothing more than a key/value paring of settings.  The keys all match up with variables in the Model.  So, there's a ...</description>
		<link>http://www.reynacho.com/2009/05/flex-dynamic-casting-of-data/</link>
			</item>
	<item>
		<title>Reboot XP PC over Remote Desktop</title>
		<description>I work from home sometimes and in the past have had to reboot my PC due to the usual random reasons.  Over a Remote Desktop connection it does not give you that option by default.  It just gives you the option to log off or disconnect.  

Servers ...</description>
		<link>http://www.reynacho.com/2009/05/reboot-xp-pc-over-remote-desktop/</link>
			</item>
	<item>
		<title>Dynamically instantiate a class</title>
		<description>I ran into a problem today where the most elegant solution was to dynamically instantiate a class.  However, I couldn't for the life of me figure out how to do that.  Basically, the situation was this:


	Dispatch Event A

	If Event A Fails, Dispatch Event B, then re-dispatch Event A.


This ...</description>
		<link>http://www.reynacho.com/2009/04/dynamically-instantiate-a-class/</link>
			</item>
</channel>
</rss>
