<?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>Kalen Gibbons &#187; workshop</title>
	<atom:link href="http://www.kalengibbons.com/blog/index.php/tag/workshop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalengibbons.com/blog</link>
	<description>The Dead Tree Blog</description>
	<lastBuildDate>Mon, 24 Oct 2011 20:43:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>My Flex workshop for the IECFUG</title>
		<link>http://www.kalengibbons.com/blog/index.php/2008/11/my-flex-workshop-for-the-iecfug/</link>
		<comments>http://www.kalengibbons.com/blog/index.php/2008/11/my-flex-workshop-for-the-iecfug/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 04:34:09 +0000</pubDate>
		<dc:creator>Kalen Gibbons</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[IECFUG]]></category>
		<category><![CDATA[tracker]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://www.kalengibbons.com/blog2/?p=58</guid>
		<description><![CDATA[I recently presented a short beginner&#8217;s workshop for the The Inland Empire ColdFusion User Group. In the workshop we created a simple application that displayed hypothetical tracking data. Through this application we covered many basic Flex topics and techniques, and I thought I would provide the files for anyone who wants them. Download them here. [...]]]></description>
			<content:encoded><![CDATA[<p>I recently presented a short beginner&#8217;s workshop for the <a title="Inland Empire ColdFusion User Group" href="http://www.iecfug.com/" target="_blank">The Inland Empire ColdFusion User Group</a>.  In the workshop we created a simple application that displayed hypothetical tracking data.  Through this application we covered many basic Flex topics and techniques, and I thought I would provide the files for anyone who wants them.  <a title="Download tracker.zip" href="http://www.kalengibbons.com/assets/files/tracker.zip">Download them here</a>.</p>
<p style="text-align:center"><a title="Tracker Application" href="http://www.kalengibbons.com/assets/pages/tracker_styles.html" target="_self"><img src="/assets/images/iecfug-tracker.gif" alt="Tracker Styles Application" width="600" height="393" /></a></p>
<p>Here is a list of files you&#8217;ll find the in ZIP folder, and a brief summary for each:</p>
<ol>
<li class="accentBold">tracker_start.mxml &#8211; <a title="Tracker Start" href="http://www.kalengibbons.com/assets/pages/tracker_start.html" target="_blank">view</a>
<ul>
<li>This is where to get started.  With only 2 lines of mxml code, we create an application that displays all our data to the user. Pretty cool!  The sample XML data has been provided for you in the data folder.</li>
</ul>
</li>
<li class="accentBold">tracker_filters.mxml &#8211; <a title="Tracker Filters" href="http://www.kalengibbons.com/assets/pages/tracker_filters.html" target="_blank">view</a>
<ul>
<li>This is the second file in the workshop.  Now that we are displaying the data to the user, we need to make it more usable. We want to make it easy for users to find the information they are looking for.  So, in this step we use the ArrayCollection&#8217;s built in filterFunction capabilities to allow the user to easily and efficiently filter through the data. </li>
</ul>
</li>
<li class="accentBold">tracker_charts.mxml
<ul>
<li>This is a charting component that will be used in the next step, the tracker_states application.  It charts the popularity of all the processes in our data.</li>
</ul>
</li>
<li class="accentBold">tracker_states.mxml &#8211; <a title="Tracker States" href="http://kalengibbons.com/assets/pages/tracker_states.html" target="_blank">view</a>
<ul>
<li>The third application in the workshop, in which we create a second state.  In this new state we add the tracker_charts component, giving users an alternative representation of the data.</li>
</ul>
</li>
<li class="accentBold">tracker_styles.mxml &#8211; <a title="Tracker Styles" href="http://www.kalengibbons.com/assets/pages/tracker_styles.html" target="_blank">view<br />
</a></p>
<ul>
<li>The final step, in which we turn our bland, boring application into something more presentable.  All we do in this step is add a wonderful theme from <a title="ScaleNine: Skins and Themes for Flex and AIR" href="http://www.scalenine.com/" target="_blank">ScaleNine</a>. </li>
</ul>
</li>
<li class="accentBold">tracker_remoting.mxml
<ul>
<li>This file does not<br />
actually create a viewable application, it is just a reference file.<br />
It is an example of how Flex can connect to ColdFusion; an alternative to using the Model data that we used in the preceding applications.</li>
</ul>
</li>
<li class="accentBold">data folder
<ul>
<li>Contains the XML data used in all applications.</li>
</ul>
</li>
<li class="accentBold">assets folder
<ul>
<li>Includes the theme that was used in the tracker_styles application.</li>
</ul>
</li>
</ol>
<p>Copy the files into the src folder of your project and give it a crack.  I hope you find them useful.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalengibbons.com/blog/index.php/2008/11/my-flex-workshop-for-the-iecfug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

