<?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>Christopher Huyler's Flex Blog &#187; Christopher</title>
	<atom:link href="http://www.huyler.net/flexblog/author/chuyler1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.huyler.net/flexblog</link>
	<description>&#60;mx:Flex Development Examples /&#62;</description>
	<lastBuildDate>Wed, 08 Jun 2011 18:12:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Resource Allocation and Shipping Advisor</title>
		<link>http://www.huyler.net/flexblog/2010/11/01/179/</link>
		<comments>http://www.huyler.net/flexblog/2010/11/01/179/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 16:11:17 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.huyler.net/flexblog/?p=179</guid>
		<description><![CDATA[The goal of this project was to provide a way for regional and district sales managers to optimize allocation of their budgets and organize shipping destinations for product samples and vouchers.  The Flex AdvancedDataGrid was used as a starting point and custom item and header renderers were used to duplicate the look and feel of [...]]]></description>
		<wfw:commentRss>http://www.huyler.net/flexblog/2010/11/01/179/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Timeline Bubble Chart</title>
		<link>http://www.huyler.net/flexblog/2010/04/15/timeline-bubble-chart/</link>
		<comments>http://www.huyler.net/flexblog/2010/04/15/timeline-bubble-chart/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 20:24:16 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.huyler.net/flexblog/?p=131</guid>
		<description><![CDATA[For this project, I utilized LeapFrogRx&#8217;s existing charting API to retrieve time-based CSV data.  I created a configuration panel that allowed the user to choose what data was used for the x-axis, y-axis, bubble size, and bubble color.  Once configured, the user can click &#8220;play&#8221; to animate the data points over a given timeline.]]></description>
		<wfw:commentRss>http://www.huyler.net/flexblog/2010/04/15/timeline-bubble-chart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cropping white space from images using Flex Bitmap classes</title>
		<link>http://www.huyler.net/flexblog/2010/03/02/cropping-white-space-from-images-using-flex-bitmap-classes/</link>
		<comments>http://www.huyler.net/flexblog/2010/03/02/cropping-white-space-from-images-using-flex-bitmap-classes/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 20:04:16 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.huyler.net/flexblog/?p=103</guid>
		<description><![CDATA[This blog entry covers a quick introduction to the Flex bitmap classes, BitmapData and Bitmap. Loading an Image Typically you would load an image in Flex using the Image tag &#60;mx:Image id="imageContainer" src="myImage.png"/&#62; In order to modify the image before displaying it, it is better to use a Loader. Remove the src attribute above and [...]]]></description>
		<wfw:commentRss>http://www.huyler.net/flexblog/2010/03/02/cropping-white-space-from-images-using-flex-bitmap-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iconic Map</title>
		<link>http://www.huyler.net/flexblog/2010/01/01/iconic-map/</link>
		<comments>http://www.huyler.net/flexblog/2010/01/01/iconic-map/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 20:03:52 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.huyler.net/flexblog/?p=125</guid>
		<description><![CDATA[For this project I was tasked with displaying up to 1,000,000 physicians on a map.  I chose to use the Google Maps API.  To combat performance issues, we clustered results and created a server API that allowed us to filter data based on a latitude/longitude view port.  The map project also utilized a custom JavaScript [...]]]></description>
		<wfw:commentRss>http://www.huyler.net/flexblog/2010/01/01/iconic-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with ESRI SHP Files in ActionScript</title>
		<link>http://www.huyler.net/flexblog/2009/09/04/working-with-esri-shp-files-in-actionscript/</link>
		<comments>http://www.huyler.net/flexblog/2009/09/04/working-with-esri-shp-files-in-actionscript/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 14:51:14 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.huyler.net/flexblog/?p=75</guid>
		<description><![CDATA[There are lots of heavy weight solutions to drawing maps in Flex and Flash but for a recent project I needed something lightweight to display on a web portal. By lightweight, I mean something that will load quickly over a modem connection or, in our client&#8217;s situation, an air card. We already had sales alignment [...]]]></description>
		<wfw:commentRss>http://www.huyler.net/flexblog/2009/09/04/working-with-esri-shp-files-in-actionscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chart Viewer</title>
		<link>http://www.huyler.net/flexblog/2009/09/01/chart-viewer/</link>
		<comments>http://www.huyler.net/flexblog/2009/09/01/chart-viewer/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 19:30:48 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.huyler.net/flexblog/?p=119</guid>
		<description><![CDATA[This project was originally out-sourced to a consulting form prior to my employment at LeapFrogRx.  I joined after most of the architectural decisions had been made and the project was already 6 months behind schedule.  As a result, the application is a mixture of pure ActionScript and Flex due to the consulting firm&#8217;s relative inexperience [...]]]></description>
		<wfw:commentRss>http://www.huyler.net/flexblog/2009/09/01/chart-viewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Influence Map</title>
		<link>http://www.huyler.net/flexblog/2009/07/01/influence-map/</link>
		<comments>http://www.huyler.net/flexblog/2009/07/01/influence-map/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 18:32:50 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.huyler.net/flexblog/?p=111</guid>
		<description><![CDATA[This project involved utilizing the Adobe Flex and the ILOG Elixir API to display survey results on a map of the United States.  Physicians filled out a survey listing other physicians they contact for consultations.  The survey results were compiled so we could display influences on the map by drawing lines between physicians who nominated [...]]]></description>
		<wfw:commentRss>http://www.huyler.net/flexblog/2009/07/01/influence-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying the AIR application version</title>
		<link>http://www.huyler.net/flexblog/2009/04/04/displaying-the-air-application-version/</link>
		<comments>http://www.huyler.net/flexblog/2009/04/04/displaying-the-air-application-version/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 14:16:38 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.huyler.net/flexblog/?p=67</guid>
		<description><![CDATA[There are numerous reasons why you&#8217;d want to get access to the AIR application version.  You may want to display it in an &#8220;about&#8221; dialog or perhaps you want to automatically check your website for updates. First make sure you have defined an appropriate version number in your Application-app.xml file. &#60;version&#62;v0.15 beta&#60;/version&#62; Then from your [...]]]></description>
		<wfw:commentRss>http://www.huyler.net/flexblog/2009/04/04/displaying-the-air-application-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Horizontal Scaled Canvas</title>
		<link>http://www.huyler.net/flexblog/2009/03/31/horizontal-scaled-canvas/</link>
		<comments>http://www.huyler.net/flexblog/2009/03/31/horizontal-scaled-canvas/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 22:10:29 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.huyler.net/flexblog/?p=56</guid>
		<description><![CDATA[Let&#8217;s say you have a Canvas containing several UI components.  Depending on the screen size, some may be too large to display inside the canvas causing scroll bars to appear.  Instead of having the user see scroll bars or a cropped version of your UI components, you can scale them so they fit perfectly.  Here&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.huyler.net/flexblog/2009/03/31/horizontal-scaled-canvas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drawing curved lines and arrows in Flex</title>
		<link>http://www.huyler.net/flexblog/2009/02/18/drawing-curved-lines-and-arrows-in-flex/</link>
		<comments>http://www.huyler.net/flexblog/2009/02/18/drawing-curved-lines-and-arrows-in-flex/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 23:50:57 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.huyler.net/flexblog/2009/02/18/drawing-curved-lines-and-arrows-in-flex/</guid>
		<description><![CDATA[While working on one of my mapping projects, I needed to draw some arrows between different points on the map.  After searching the web I found something close to what I was looking for, but I wanted curved arrows for a slick look. If you haven&#8217;t already, you should read up on the features provided [...]]]></description>
		<wfw:commentRss>http://www.huyler.net/flexblog/2009/02/18/drawing-curved-lines-and-arrows-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

