<?xml version="1.0" encoding="UTF-8"?><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>
	<!-- generator="WordPress/3.0.5" -->

	<item>
		<title>FCKEditor Firefox 3.6 Bug (Year 2010 Bug)</title>
		<description><![CDATA[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 most recent version (3.6) which was released on [...]]]></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><![CDATA[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 the webroot (i.e. /images/imagefile.jpg). This worked great for [...]]]></description>
		<link>http://www.reynacho.com/2010/02/coldfusion-using-java-for-regex-replace/</link>
			</item>
	<item>
		<title>ColdFusion VirtualMerchant CFC</title>
		<description><![CDATA[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 or control. If you want to have a [...]]]></description>
		<link>http://www.reynacho.com/2010/02/coldfusion-virtual-merchant-cfc/</link>
			</item>
	<item>
		<title>Farcry Navigation Move Permissions</title>
		<description><![CDATA[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 primarily with the approval process and webtop [...]]]></description>
		<link>http://www.reynacho.com/2009/09/farcry-navigation-move-permissions/</link>
			</item>
	<item>
		<title>Delete Mail via POP Script</title>
		<description><![CDATA[I&#8217;ve had an issue come up several times in the last month where I&#8217;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 of them (most of them just [...]]]></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><![CDATA[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 was from Flex 3 and introduced [...]]]></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><![CDATA[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 in Flex 2 which is not open [...]]]></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><![CDATA[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&#8217;s a setting for &#8220;fontFamily&#8221; which is both the key [...]]]></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><![CDATA[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 give you the option to reboot so I [...]]]></description>
		<link>http://www.reynacho.com/2009/05/reboot-xp-pc-over-remote-desktop/</link>
			</item>
	<item>
		<title>Dynamically instantiate a class</title>
		<description><![CDATA[I ran into a problem today where the most elegant solution was to dynamically instantiate a class. However, I couldn&#8217;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 dealt with a SQLite [...]]]></description>
		<link>http://www.reynacho.com/2009/04/dynamically-instantiate-a-class/</link>
			</item>
</channel>
</rss>

