<?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>Critter's Code &#187; Samples</title>
	<atom:link href="http://critterscode.com/category/samples/feed/" rel="self" type="application/rss+xml" />
	<link>http://critterscode.com</link>
	<description>This is a picture of a bridge and a city. I like bridges and cities. They make me smile.</description>
	<lastBuildDate>Mon, 07 Jun 2010 03:33:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Case sensitive keys in ColdFusion structures</title>
		<link>http://critterscode.com/2009/12/16/case-sensitive-keys-in-coldfusion-structures/</link>
		<comments>http://critterscode.com/2009/12/16/case-sensitive-keys-in-coldfusion-structures/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 14:47:04 +0000</pubDate>
		<dc:creator>Critter</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Samples]]></category>

		<guid isPermaLink="false">http://critterscode.com/?p=120</guid>
		<description><![CDATA[I know this is old news, but this one bit me last night. I needed to loop over a structure and return the keys and values in a case-sensitive xml format. Creating my structure like this: 12345&#60;cfscript&#62; qHolder = structNew(); qHolder.userName = &#34;Critter&#34;; qHolder.firstName = &#34;Critter&#34;; &#60;/cfscript&#62; was returning the keys in all caps. (USERNAME, [...]]]></description>
		<wfw:commentRss>http://critterscode.com/2009/12/16/case-sensitive-keys-in-coldfusion-structures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing button icons at runtime using Actionscript</title>
		<link>http://critterscode.com/2008/01/17/changing-button-icons-at-runtime-using-actionscript/</link>
		<comments>http://critterscode.com/2008/01/17/changing-button-icons-at-runtime-using-actionscript/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 16:38:55 +0000</pubDate>
		<dc:creator>Critter</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Samples]]></category>

		<guid isPermaLink="false">http://critterscode.com/2008/01/17/changing-button-icons-at-runtime-using-actionscript/</guid>
		<description><![CDATA[I had to do quite a bit of searching around this morning to figure out how to change the icons on my video player at runtime. &#160;&#160; I thought I could easily modify the [button].icon property, but I could not access that at runtime. You can, however, do the following: // embed your icons [Embed(source='com/images/play.png')] [...]]]></description>
		<wfw:commentRss>http://critterscode.com/2008/01/17/changing-button-icons-at-runtime-using-actionscript/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Using ColdFusion.navigate() from within a cfgrid.</title>
		<link>http://critterscode.com/2008/01/06/using-coldfusionnavigate-from-within-a-cfgrid/</link>
		<comments>http://critterscode.com/2008/01/06/using-coldfusionnavigate-from-within-a-cfgrid/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 02:00:40 +0000</pubDate>
		<dc:creator>Critter</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Samples]]></category>

		<guid isPermaLink="false">http://critterscode.com/2008/01/06/using-coldfusionnavigate-from-within-a-cfgrid/</guid>
		<description><![CDATA[I had what seemed like a simple task. Load a query into an html cfgid. Users could then click on a row (record) and be taken to an edit/update page. Piece of cake. I have done this many times before. Unfortunately, this was my first time attempting it with ColdFusion 8 and all it&#8217;s ajaxy [...]]]></description>
		<wfw:commentRss>http://critterscode.com/2008/01/06/using-coldfusionnavigate-from-within-a-cfgrid/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
