<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Jake Churchill</title>
	<link>http://reynacho.com</link>
	<description>... on Flex, ColdFusion, FarCry, and much more ...</description>
	<lastBuildDate>Sat, 08 Nov 2008 04:30:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Flex Metadata - Default Property Values</title>
		<description>Until now I have never needed to do a lot with meta data except making items bindable or creating custom events.  Recently I wanted to create a limitation on a custom property.  Here's the code:


private var _iconPosition:String = "left";
[Bindable]
public function set iconPosition( value:String ):void
{
	_iconPosition = value;
}
public function get ...</description>
		<link>http://reynacho.com/2008/11/07/flex-metadata-default-property-values/</link>
			</item>
	<item>
		<title>VPN Network Routing Step-by-Step</title>
		<description>Here is a quick step-by-step tutorial on VPN routing.  The purpose is to give you access to the VPN network and the local network at the same time (by default it locks you out of your local network and you can only access the remote network).

Step 1:  Create ...</description>
		<link>http://reynacho.com/2008/11/03/vpn-network-routing-step-by-step/</link>
			</item>
	<item>
		<title>VPN Connection Route Fix (Windows Vista)</title>
		<description>I quickly found out that my script for creating a route does not work in Windows Vista (well it sort of did).  One additional piece of information is that when you are creating the connection click on the "Networking tab", select "Internet Protocol Version 4 (TCP/IPv4)" and click "Properties." ...</description>
		<link>http://reynacho.com/2008/11/03/vpn-connection-route-fix-windows-vista/</link>
			</item>
	<item>
		<title>VPN Connection Route Fix</title>
		<description>At my last job I had the option to work from home on occasion but I rarely did it because working over a VPN is a pain.  When you connect to a VPN network, by default it disables your local network connection.  End result, you can't check your ...</description>
		<link>http://reynacho.com/2008/10/15/vpn-connection-route-fix/</link>
			</item>
	<item>
		<title>SQLite Administrator Recommendation</title>
		<description>I've been doing a lot of work with SQLite and AIR lately and I recently came across a post from Eric Feminella which has helped me tremendously.

The SQLiteadmin program can be downloaded at the end of this page:  SQLite Administrator - International Milestone Beta

Instructions for installing on Windows:  ...</description>
		<link>http://reynacho.com/2008/09/16/sqlite-administrator-recommendation/</link>
			</item>
	<item>
		<title>Flex Graduated Slider</title>
		<description>I ran across this problem recently...  

I needed to create a slider that didn't change in a uniform way.  It was different for each third of the slider.  The first third changed evenly from 0 - 25,000.  The second third from 25,000 - 100,000.  The ...</description>
		<link>http://reynacho.com/2008/08/15/flex-graduated-slider/</link>
			</item>
	<item>
		<title>Flex Menu Expanding Over HTML content</title>
		<description>I've recently been tasked with figuring this out so I thought I'd share my results with everyone.  

The Problem:

Create a Flash/Flex horizontal menu that will overlap the content below it.  We don't know how big the menu might get or what kind of content might end up below ...</description>
		<link>http://reynacho.com/2008/08/12/flex-menu-expanding-over-html-content/</link>
			</item>
	<item>
		<title>Flex - Modify your default build template</title>
		<description>Modifying your default build template is quite simple.  There is a template file that is used when building your project.  It should reside in the html-template directory at the root of your project in Flex Builder.  In Flex Builder 3, the template is named "index.template.html".

Let's say you ...</description>
		<link>http://reynacho.com/2008/08/12/flex-modify-your-default-build-template/</link>
			</item>
	<item>
		<title>Flex calls to Javascript</title>
		<description>Flex is great!  Javascript can be great!  What if two great things got together?

This is a simple code hint which shows how to call javascript functions from Flex and pass data back and forth:

MXML Button:





Flex Function:


private function handleButtonClick(event:MouseEvent):void
{
	var functionName:String = "handleButtonClick";
        ...</description>
		<link>http://reynacho.com/2008/08/12/flex-calls-to-javascript/</link>
			</item>
	<item>
		<title>Custom Object Parsing Function</title>
		<description>I have been doing some work with AIR and SQLite recently and came across and issue that had to be solved.  The issue was that most everything is a VARCHAR in SQLite and I was not able to insert apostrophes (') into any string field because that is the ...</description>
		<link>http://reynacho.com/2008/08/08/custom-object-parsing-function/</link>
			</item>
</channel>
</rss>
