<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.vandermore.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Virtual Thoughts from eRoom-D</title>
	
	<link>http://www.vandermore.com</link>
	<description>Thoughts on web development, Flash, Flex, and game design.</description>
	<lastBuildDate>Wed, 28 Jul 2010 15:51:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.6.3" -->
	<copyright>2006-2007 </copyright>
	<managingEditor>vandermore@yahoo.com (Virtual Thoughts from eRoom-D)</managingEditor>
	<webMaster>vandermore@yahoo.com (Virtual Thoughts from eRoom-D)</webMaster>
	<category>posts</category>
	<image>
		<url>http://www.vandermore.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Virtual Thoughts from eRoom-D</title>
		<link>http://www.vandermore.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle />
	<itunes:summary>Thoughts on web development, Flash, Flex, and game design.</itunes:summary>
	<itunes:keywords />
	<itunes:category text="Society &amp; Culture" />
	<itunes:author>Virtual Thoughts from eRoom-D</itunes:author>
	<itunes:owner>
		<itunes:name>Virtual Thoughts from eRoom-D</itunes:name>
		<itunes:email>vandermore@yahoo.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.vandermore.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.vandermore.com/vandermore" /><feedburner:info uri="vandermore" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Flex 4 Scroller Quirks</title>
		<link>http://feeds.vandermore.com/~r/vandermore/~3/OhYr8U0y5R0/</link>
		<comments>http://www.vandermore.com/2010/07/28/flex-4-scroller-quirks/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 15:51:39 +0000</pubDate>
		<dc:creator>vandermore</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.vandermore.com/?p=258</guid>
		<description><![CDATA[So in Flex 4, scrolling has moved out of the individual visual containers and now is a container itself that wraps around the containers that need to be scrolled. This is a good thing, but does have some issues that developers, like me, need to wrap their heads around. Right now, I am just going [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>So in Flex 4, scrolling has moved out of the individual visual containers and now is a container itself that wraps around the containers that need to be scrolled. This is a good thing, but does have some issues that developers, like me, need to wrap their heads around.</p>
<p>Right now, I am just going to talk about the sizing of the children inside the s:Scroller component. It&#8217;s something that I have run into a few times, and writing it out here will cement things in my head and hopefully be helpful to you, the reader.</p>
<p>When sizing children inside a scroller, make sure you aren&#8217;t using percent based sizing. Why? Because then the child will attempt to size itself to the size of the scroller. It seems obvious, but it&#8217;s one of those things that you don&#8217;t think about in the middle of coding since it isn&#8217;t something that you would think about in Flex 3.</p>
<p>When you use percentage based layout for the children, you end up getting children with their display elements cut off. The scroller thinks that the child is sized correctly based off of it&#8217;s percentage, and not it&#8217;s actual size. The way around this is to use constraint based layout. If you want a width=&#8221;100%&#8221; layout, then simply switching to left=0 right=0 will fix your problems. Also, if you don&#8217;t need to be fussy with your layout, then let the component size itself, and scroller will handle that properly as well.</p>
<p>In conclusion, avoid percentage based layouts when laying out inside a scroller component.</p>
<img src="http://www.vandermore.com/?ak_action=api_record_view&id=258&type=feed" alt="" />

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/vandermore/~4/OhYr8U0y5R0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandermore.com/2010/07/28/flex-4-scroller-quirks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vandermore.com/2010/07/28/flex-4-scroller-quirks/</feedburner:origLink></item>
		<item>
		<title>Flex Training for ColdFusion Developers</title>
		<link>http://feeds.vandermore.com/~r/vandermore/~3/E-hjhmtCxNc/</link>
		<comments>http://www.vandermore.com/2009/11/17/flex-training-for-coldfusion-developers/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 17:07:22 +0000</pubDate>
		<dc:creator>vandermore</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[CF9]]></category>
		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.vandermore.com/?p=253</guid>
		<description><![CDATA[This Thursday November 19th I will be assisting Jeff Tapper while he teaches the Flex Training for ColdFusion Developers class at the Hyatt Regency Chicago on the River Walk, 151 East Wacker Drive, Chicago, IL 60601. The project I have been working on lately has thrown me headlong into CF, and I find that I [...]


Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009'>Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009</a> <small>In the spirit of getting these out to you faster,...</small></li>
<li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
<li><a href='http://www.vandermore.com/2009/10/28/flexunit-4-starting-out/' rel='bookmark' title='Permanent Link: FlexUnit 4 &#8211; Starting out'>FlexUnit 4 &#8211; Starting out</a> <small>For any of you familiar with FlexUnit 1, Fluint, or...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This Thursday November 19th I will be assisting Jeff Tapper while he teaches the Flex Training for ColdFusion Developers class at the Hyatt Regency Chicago on the River Walk, 151 East Wacker Drive, Chicago, IL 60601.</p>
<p>The project I have been working on lately has thrown me headlong into CF, and I find that I like it. It&#8217;s been quite easy to pick up, and the changes from CF 8 to CF9 are interesting. Which is part of the class this Thursday. Also part of that class is Flex&#8217;s integration with CF9.</p>
<p>To sign up for the free class, head over to the registration site: <a href="http://www.ce1.com/adobe/2009/flextrainingforcfdevelopers/">http://www.ce1.com/adobe/2009/flextrainingforcfdevelopers/</a></p>
<p>I have no idea if it is full or not, but I know we had over 70 people signed up when I talked with Jeff about it last week. Should be a fun day!</p>
<img src="http://www.vandermore.com/?ak_action=api_record_view&id=253&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009'>Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009</a> <small>In the spirit of getting these out to you faster,...</small></li>
<li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
<li><a href='http://www.vandermore.com/2009/10/28/flexunit-4-starting-out/' rel='bookmark' title='Permanent Link: FlexUnit 4 &#8211; Starting out'>FlexUnit 4 &#8211; Starting out</a> <small>For any of you familiar with FlexUnit 1, Fluint, or...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/vandermore/~4/E-hjhmtCxNc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandermore.com/2009/11/17/flex-training-for-coldfusion-developers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.vandermore.com/2009/11/17/flex-training-for-coldfusion-developers/</feedburner:origLink></item>
		<item>
		<title>FlexUnit 4 – Starting out</title>
		<link>http://feeds.vandermore.com/~r/vandermore/~3/s14XQ5I_C-I/</link>
		<comments>http://www.vandermore.com/2009/10/28/flexunit-4-starting-out/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 18:19:00 +0000</pubDate>
		<dc:creator>vandermore</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[eRoom-D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[FlexUnit 4]]></category>

		<guid isPermaLink="false">http://www.vandermore.com/?p=248</guid>
		<description><![CDATA[For any of you familiar with FlexUnit 1, Fluint, or FlexUnit 4, move along. This is probably going to be so simple you will scoff at it. For those of you who haven&#8217;t started out with any unit testing, especially the new FlexUnit 4, then read on. First: FlexUnit 4 has NOTHING to do with [...]


Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009'>Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009</a> <small>In the spirit of getting these out to you faster,...</small></li>
<li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>For any of you familiar with FlexUnit 1, Fluint, or FlexUnit 4, move along. This is probably going to be so simple you will scoff at it. For those of you who haven&#8217;t started out with any unit testing, especially the new FlexUnit 4, then read on.</p>
<p><strong>First:</strong></p>
<p>FlexUnit 4 has NOTHING to do with Flash Builder 4 in terms of version number. It actually relates to JUnit 4 (which specific version, I don&#8217;t know, someone?). So for those of you wondering, yes, it can test Flex 3 SDK , not just Flex 4 SDK projects.</p>
<p><strong>Next: </strong>Getting started</p>
<p>Whether you have an already created project, or are starting a brand new one, there is a simple set of steps that you can perform in Flex Builder 4 to set up your project for unit testing.</p>
<p>I am writing this, because I thought it should be easy, and it is, I just went about it the wrong way and I want you out there to not have to make the same mistake.</p>
<p>Originally, I was right clicking on the Package Explorer and trying to use Execute FlexUnit Tests menu item. While this will eventually work, it won&#8217;t yet. Why? You haven&#8217;t set up your project to know that it has FlexUnit tests!</p>
<p>Steps: (This is the way I know how to do it, if you know another way, let me know!)</p>
<ol>
<li> Select Run &gt; Run &gt; FlexUnit Tests
<ol>
<li>This brings up a progress dialog that sets up all of the libraries into your project.</li>
<li>Then the Run FlexUnit Tests dialog comes up.</li>
<li>If you haven&#8217;t written any tests yet, then you can only Cancel from this.</li>
</ol>
</li>
<li>Write some tests!
<ol>
<li>Create a new package that will contain all of your tests. This way you can keep track of them more easily and separate them out of your production code.</li>
<li>A simple testing class will look like this:</li>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left2">Download <a href="http://www.vandermore.com/wp-content/plugins/wp-codebox/wp-codebox.php?p=248&amp;download=download.txt">download.txt</a></span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2485"><td class="code" id="p248code5"><pre class="actionscript" style="font-family:monospace;">package TestingPackage
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #0066CC;">import</span> flexunit.<span style="color: #006600;">framework</span>.<span style="color: #006600;">Assert</span>;
&nbsp;
	<span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">class</span> TestSampleLayout
	<span style="color: #66cc66;">&#123;</span>
		<span style="color: #66cc66;">&#91;</span>Test<span style="color: #66cc66;">&#93;</span>
		<span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> testAssertFalse<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span>
		<span style="color: #66cc66;">&#123;</span>
			Assert.<span style="color: #006600;">assertFalse</span><span style="color: #66cc66;">&#40;</span> <span style="color: #000000; font-weight: bold;">false</span> <span style="color: #66cc66;">&#41;</span>;
		<span style="color: #66cc66;">&#125;</span>
&nbsp;
		<span style="color: #66cc66;">&#91;</span>Test<span style="color: #66cc66;">&#93;</span>
		<span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> testSampleLayoutFunctionReturn<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span>
		<span style="color: #66cc66;">&#123;</span>
			<span style="color: #000000; font-weight: bold;">var</span> initialString : <span style="color: #0066CC;">String</span> = <span style="color: #ff0000;">&quot;Hello World.&quot;</span>;
			<span style="color: #000000; font-weight: bold;">var</span> finalString : <span style="color: #0066CC;">String</span>;
			finalString = <span style="color: #000000; font-weight: bold;">new</span> SampleLayout<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">sampleFunctionReturnTest</span><span style="color: #66cc66;">&#40;</span> initialString <span style="color: #66cc66;">&#41;</span>;
			Assert.<span style="color: #006600;">assertEquals</span><span style="color: #66cc66;">&#40;</span> initialString, finalString <span style="color: #66cc66;">&#41;</span>;
		<span style="color: #66cc66;">&#125;</span>
&nbsp;
		<span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> TestSampleLayout<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
		<span style="color: #66cc66;">&#123;</span>
		<span style="color: #66cc66;">&#125;</span>
	<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span></pre></td></tr></table></div>

<li>This class does two tests.
<ol>
<li>It asserts that False really is false. You normally wouldn&#8217;t do this, but it shows you something of what you can do.</li>
<li>It tests the method &#8220;sampleFunctionReturnTest&#8221; of the class SampleLayout. The method merely spits back whatever string it was entered.</li>
</ol>
</li>
<li>So when it gets run through AssertEquals, and they are equal, then the test passes. If they are not, then it would fail.</li>
</ol>
</li>
<li>Note that before each test method is [Test], this is what FlexUnit 4 uses to determine if a method is a test or not. So you need that before every test you want run.</li>
</ol>
<p>I am still working out all of the different types of testing that are available, but this should hopefully get you started until I post more, or more documentation becomes available.</p>
<img src="http://www.vandermore.com/?ak_action=api_record_view&id=248&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009'>Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009</a> <small>In the spirit of getting these out to you faster,...</small></li>
<li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/vandermore/~4/s14XQ5I_C-I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandermore.com/2009/10/28/flexunit-4-starting-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vandermore.com/2009/10/28/flexunit-4-starting-out/</feedburner:origLink></item>
		<item>
		<title>Flex and ColdFusion 101 – Jeff Tapper – Flex Camp Chicago 2009</title>
		<link>http://feeds.vandermore.com/~r/vandermore/~3/XRv4U6FHO_4/</link>
		<comments>http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 20:25:32 +0000</pubDate>
		<dc:creator>vandermore</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Camp Chicago]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex camp chicago 2009]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://www.vandermore.com/?p=239</guid>
		<description><![CDATA[In the spirit of getting these out to you faster, but still much slower than I want to, here is the fifth session of Flex Camp Chicago 2009. It is Flex and Cold Fusion 101 with Jeff Tapper. Related posts:Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009 This is [...]


Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>In the spirit of getting these out to you faster, but still much slower than I want to, here is the fifth session of <a href="http://www.flexcampchicago.com" target="_blank">Flex Camp Chicago 2009</a>. It is Flex and Cold Fusion 101 with <a href="http://blogs.digitalprimates.net/jefftapper" target="_blank">Jeff Tapper</a>.</p>
<img src="http://www.vandermore.com/?ak_action=api_record_view&id=239&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/vandermore/~4/XRv4U6FHO_4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			
		<itunes:duration>65:02</itunes:duration>
		<itunes:subtitle>In the spirit of getting these out to you faster, but still much slower than I want to, here is the fifth session of Flex ...</itunes:subtitle>
		<itunes:summary>In the spirit of getting these out to you faster, but still much slower than I want to, here is the fifth session of Flex Camp Chicago 2009. It is Flex and Cold Fusion 101 with Jeff Tapper.

Related posts:Integrating Flex with Java and PHP – Shashank Tiwari – Flex Camp Chicago 2009 This is the fourth session of Flex Camp Chicago 2009...

Related posts brought to you by Yet Another Related Posts Plugin.</itunes:summary>
		<itunes:keywords>Flex, Flex Camp Chicago, podcasts</itunes:keywords>
		<itunes:author>vandermore@yahoo.com</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	<feedburner:origLink>http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/</feedburner:origLink><enclosure url="http://feeds.vandermore.com/~r/vandermore/~5/HDopMgAUGQY/vandermoreFCC2009S5.mp3" length="46829841" type="audio/mpeg" /><feedburner:origEnclosureLink>http://www.vandermore.com/podpress_trac/feed/239/0/vandermoreFCC2009S5.mp3</feedburner:origEnclosureLink></item>
		<item>
		<title>Integrating Flex with Java and PHP – Shashank Tiwari – Flex Camp Chicago 2009</title>
		<link>http://feeds.vandermore.com/~r/vandermore/~3/TseoRV2B6jM/</link>
		<comments>http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 20:56:47 +0000</pubDate>
		<dc:creator>vandermore</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Camp Chicago]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex camp chicago 2009]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://www.vandermore.com/?p=243</guid>
		<description><![CDATA[This is the fourth session of Flex Camp Chicago 2009 with Shashank Tiwari on integrating Flex with Java and PHP. As with the other sessions, this one was well presented and informative. I learned from it and I hope you will as well. Enjoy! No related posts. Related posts brought to you by Yet Another [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This is the fourth session of <a href="http://flexcampchicago.com" target="_blank">Flex Camp Chicago 2009</a> with <a href="http://shanky.org/" target="_blank">Shashank Tiwari </a>on integrating Flex with Java and PHP.</p>
<p>As with the other sessions, this one was well presented and informative. I learned from it and I hope you will as well.</p>
<p>Enjoy!</p>
<img src="http://www.vandermore.com/?ak_action=api_record_view&id=243&type=feed" alt="" />

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/vandermore/~4/TseoRV2B6jM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			
		<itunes:duration>61:58</itunes:duration>
		<itunes:subtitle>This is the fourth session of Flex Camp Chicago 2009 with Shashank Tiwari on integrating Flex with Java and PHP.

As with the other sessions, this ...</itunes:subtitle>
		<itunes:summary>This is the fourth session of Flex Camp Chicago 2009 with Shashank Tiwari on integrating Flex with Java and PHP.

As with the other sessions, this one was well presented and informative. I learned from it and I hope you will as well.

Enjoy!

No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.</itunes:summary>
		<itunes:keywords>Flex, Flex Camp Chicago, podcasts</itunes:keywords>
		<itunes:author>vandermore@yahoo.com</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	<feedburner:origLink>http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/</feedburner:origLink><enclosure url="http://feeds.vandermore.com/~r/vandermore/~5/xdw2uYyVjZM/vandermoreFCC2009S4.mp3" length="44611866" type="audio/mpeg" /><feedburner:origEnclosureLink>http://www.vandermore.com/podpress_trac/feed/243/0/vandermoreFCC2009S4.mp3</feedburner:origEnclosureLink></item>
		<item>
		<title>Like my friend Chris Miller, I’m working, no really, I’m working.</title>
		<link>http://feeds.vandermore.com/~r/vandermore/~3/9TVu1WHiGgQ/</link>
		<comments>http://www.vandermore.com/2009/07/27/like-my-friend-chris-miller-im-working-no-really-im-working/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 02:51:47 +0000</pubDate>
		<dc:creator>vandermore</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Augmenter]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Things at home]]></category>
		<category><![CDATA[eRoom-D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.vandermore.com/?p=237</guid>
		<description><![CDATA[I&#8217;ve never been exceptionally good at keeping up with the blog here, even though this year started out fairly well. So in order to keep my momentum going, you know an object in motion tends to stay in motion, I am going to be writing these smaller updates in addition to when I get out [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve never been exceptionally good at keeping up with the blog here, even though this year started out fairly well. So in order to keep my momentum going, you know an object in motion tends to stay in motion, I am going to be writing these smaller updates in addition to when I get out my long tutorials and other long form posts.</p>
<p>I&#8217;m still working at Digital Primates and loving what I do there. I haven&#8217;t had much time while on the job to study up for the Flex Developer&#8217;s Certification, so I do that as much as I can from home. I need to take a practice test or two to see where I would score if I took the actual test, and where I need to focus my studies to make sure I pass.</p>
<p>Over the last several months I have worked more with the Flex Framework than I have ever before. I am so used to doing things in pure AS2 an AS3, that I had to retrain myself to look for things in the framework that were already waiting for me to just use them. Some of the people at DP also have been a great help in this. I&#8217;d thank them all here, but I&#8217;d really be thanking everyone at the company, so thanks guys.</p>
<p>Moving on into the late summer, I am still working on my augmented reality project. My friend and now co-worker (he&#8217;s an intern at Digital Primates), Joe, is helping me work through the FLARToolkit. Making things make sense, and finding out where we can speed things up. Optimization was the main topic last week. This week it was me solo, but I was able to get DAZ3D models into our app. Definitely need more optimizing there (15 Meg for a model! jeesh!).</p>
<p>Oh, and I am also now a contributor to the FLARToolkit&#8217;s repo. Haven&#8217;t submitted anything yet, but I should before the next post. So with Podiobooks.com, this is the second open source project that I am currently active in.</p>
<p>I may get out another post before Gen Con, so stay tuned.</p>
<img src="http://www.vandermore.com/?ak_action=api_record_view&id=237&type=feed" alt="" />

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/vandermore/~4/9TVu1WHiGgQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandermore.com/2009/07/27/like-my-friend-chris-miller-im-working-no-really-im-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vandermore.com/2009/07/27/like-my-friend-chris-miller-im-working-no-really-im-working/</feedburner:origLink></item>
		<item>
		<title>Pseudopod 149: Mira</title>
		<link>http://feeds.vandermore.com/~r/vandermore/~3/ztVhiIQTdGs/</link>
		<comments>http://www.vandermore.com/2009/07/09/pseudopod-149-mira/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 01:35:44 +0000</pubDate>
		<dc:creator>vandermore</dc:creator>
				<category><![CDATA[podcasts]]></category>
		<category><![CDATA[fiction]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[pseudopod]]></category>

		<guid isPermaLink="false">http://www.vandermore.com/?p=234</guid>
		<description><![CDATA[I recently read again for one of my favorite podcasts Pseudopod. I thought some of you might enjoy it too. By Michael James McFarland Read by David Moore I won’t go into the details surrounding my dismissal from a well-known East Coast brokerage firm. other than to say I inadvertently let slip some information of [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I recently read again for one of my favorite podcasts <a href="http://pseudopod.org" target="_blank">Pseudopod</a>. I thought some of you might enjoy it too.</p>
<p><strong>By Michael James McFarland</strong></p>
<p>Read by <a href="http://thegamemastershow.com/">David Moore</a></p>
<p><em>I won’t go into the details surrounding my dismissal from a well-known East Coast brokerage firm. other than to say I inadvertently let slip some information of a rather sensitive nature and, when it came down to drawing the line, the firm was more interested in maintaining their reputation than my livelihood.</em></p>
<p><em>Of course they were. But I didn’t exactly walk away empty-handed. They were all very civilized. There were no black marks on my resume; hell, they even found me another job. At a much smaller firm in Seattle.</em></p>
<p><em>And that’s where I met Mira, who this tale is really about.</em></p>
<p>Links mentioned: Closing music by <a href="http://www.hopefulmachines.net/">Hopeful Machines</a>, a side project of <a href="http://egolikeness.com/">Ego Likeness</a> Promo for <a href="http://crescent.net/">Crescent</a>, by Phil Rossi, rushing Amazon charts on July 9, 2009</p>
<img src="http://www.vandermore.com/?ak_action=api_record_view&id=234&type=feed" alt="" />

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/vandermore/~4/ztVhiIQTdGs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandermore.com/2009/07/09/pseudopod-149-mira/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			
		<itunes:duration>36:38</itunes:duration>
		<itunes:subtitle>I recently read again for one of my favorite podcasts Pseudopod. I thought some of you might enjoy it too.

By Michael James McFarland

Read by David ...</itunes:subtitle>
		<itunes:summary>I recently read again for one of my favorite podcasts Pseudopod. I thought some of you might enjoy it too.

By Michael James McFarland

Read by David Moore

I won’t go into the details surrounding my dismissal from a well-known East Coast brokerage firm. other than to say I inadvertently let slip some information of a rather sensitive nature and, when it came down to drawing the line, the firm was more interested in maintaining their reputation than my livelihood.

Of course they were. But I didn’t exactly walk away empty-handed. They were all very civilized. There were no black marks on my resume; hell, they even found me another job. At a much smaller firm in Seattle.

And that’s where I met Mira, who this tale is really about.

Links mentioned: Closing music by Hopeful Machines, a side project of Ego Likeness Promo for Crescent, by Phil Rossi, rushing Amazon charts on July 9, 2009

No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.</itunes:summary>
		<itunes:keywords>podcasts</itunes:keywords>
		<itunes:author>vandermore@yahoo.com</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	<feedburner:origLink>http://www.vandermore.com/2009/07/09/pseudopod-149-mira/</feedburner:origLink><enclosure url="http://feeds.vandermore.com/~r/vandermore/~5/M6SbmgjI990/Pseudo149_Mira.mp3" length="26481037" type="audio/mpeg" /><feedburner:origEnclosureLink>http://www.vandermore.com/podpress_trac/feed/234/0/Pseudo149_Mira.mp3</feedburner:origEnclosureLink></item>
		<item>
		<title>Kevin Schmidt – Uploading Files in Flex – Flex Camp Chicago 2009</title>
		<link>http://feeds.vandermore.com/~r/vandermore/~3/Eci074To9eA/</link>
		<comments>http://www.vandermore.com/2009/06/22/kevin-schmidt-uploading-files-in-flex-flex-camp-chicago-2009/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 01:54:57 +0000</pubDate>
		<dc:creator>vandermore</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Camp Chicago]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[flex camp chicago 2009]]></category>

		<guid isPermaLink="false">http://www.vandermore.com/?p=229</guid>
		<description><![CDATA[Getting these episodes out to you has been difficult lately, so I am going to be doing a little less production work on them to get them out faster. What that means is that I will be doing less intro and getting straight to the speaker, and also not doing quite as much with the [...]


Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
<li><a href='http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009'>Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009</a> <small>In the spirit of getting these out to you faster,...</small></li>
<li><a href='http://www.vandermore.com/2009/11/17/flex-training-for-coldfusion-developers/' rel='bookmark' title='Permanent Link: Flex Training for ColdFusion Developers'>Flex Training for ColdFusion Developers</a> <small>This Thursday November 19th I will be assisting Jeff Tapper...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Getting these episodes out to you has been difficult lately, so I am going to be doing a little less production work on them to get them out faster. What that means is that I will be doing less intro and getting straight to the speaker, and also not doing quite as much with the questions. If they aren&#8217;t listenable, I will cut them. Getting the speaker&#8217;s content out to you is my primary concern.</p>
<p>This third episode is from the session by Kevin Schmidt, and he gave a talk about uploading files in Flex. I&#8217;d say more, but really, his title says it all. It was an informative and detailed demonstration, and I recommend you take a listen.</p>
<img src="http://www.vandermore.com/?ak_action=api_record_view&id=229&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
<li><a href='http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009'>Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009</a> <small>In the spirit of getting these out to you faster,...</small></li>
<li><a href='http://www.vandermore.com/2009/11/17/flex-training-for-coldfusion-developers/' rel='bookmark' title='Permanent Link: Flex Training for ColdFusion Developers'>Flex Training for ColdFusion Developers</a> <small>This Thursday November 19th I will be assisting Jeff Tapper...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/vandermore/~4/Eci074To9eA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandermore.com/2009/06/22/kevin-schmidt-uploading-files-in-flex-flex-camp-chicago-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
			
		<itunes:duration>40:42</itunes:duration>
		<itunes:subtitle>Getting these episodes out to you has been difficult lately, so I am going to be doing a little less production work on them to ...</itunes:subtitle>
		<itunes:summary>Getting these episodes out to you has been difficult lately, so I am going to be doing a little less production work on them to get them out faster. What that means is that I will be doing less intro and getting straight to the speaker, and also not doing quite as much with the questions. If they aren't listenable, I will cut them. Getting the speaker's content out to you is my primary concern.

This third episode is from the session by Kevin Schmidt, and he gave a talk about uploading files in Flex. I'd say more, but really, his title says it all. It was an informative and detailed demonstration, and I recommend you take a listen.

Related posts:Integrating Flex with Java and PHP – Shashank Tiwari – Flex Camp Chicago 2009 This is the fourth session of Flex Camp Chicago 2009...
Flex and ColdFusion 101 – Jeff Tapper – Flex Camp Chicago 2009 In the spirit of getting these out to you faster,...
Flex Training for ColdFusion Developers This Thursday November 19th I will be assisting Jeff Tapper...

Related posts brought to you by Yet Another Related Posts Plugin.</itunes:summary>
		<itunes:keywords>Flex, Flex Camp Chicago, podcasts</itunes:keywords>
		<itunes:author>vandermore@yahoo.com</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	<feedburner:origLink>http://www.vandermore.com/2009/06/22/kevin-schmidt-uploading-files-in-flex-flex-camp-chicago-2009/</feedburner:origLink><enclosure url="http://feeds.vandermore.com/~r/vandermore/~5/vE9HZc2veqI/vandermoreFCC2009S3.mp3" length="29309871" type="audio/mpeg" /><feedburner:origEnclosureLink>http://www.vandermore.com/podpress_trac/feed/229/0/vandermoreFCC2009S3.mp3</feedburner:origEnclosureLink></item>
		<item>
		<title>My summer project – augmented reality and Flash</title>
		<link>http://feeds.vandermore.com/~r/vandermore/~3/VGHZZjjQA10/</link>
		<comments>http://www.vandermore.com/2009/05/28/my-summer-project-augmented-reality-and-flash/#comments</comments>
		<pubDate>Thu, 28 May 2009 13:41:25 +0000</pubDate>
		<dc:creator>vandermore</dc:creator>
				<category><![CDATA[Augmenter]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.vandermore.com/?p=224</guid>
		<description><![CDATA[I was inspired recently by a man who doesn&#8217;t even know I exist (probably). That man is Saqoosha, and he lives in Japan. Some of what he does is develop the FLARToolkit. If you haven&#8217;t seen or heard about augmented reality or the FLARToolkit, I suggest you head over to his site and take a [...]


Related posts:<ol><li><a href='http://www.vandermore.com/2009/10/28/flexunit-4-starting-out/' rel='bookmark' title='Permanent Link: FlexUnit 4 &#8211; Starting out'>FlexUnit 4 &#8211; Starting out</a> <small>For any of you familiar with FlexUnit 1, Fluint, or...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I was inspired recently by a man who doesn&#8217;t even know I exist (probably). That man is <a href="http://saqoosha.net" target="_blank">Saqoosha</a>, and he lives in Japan. Some of what he does is develop the <a href="http://saqoosha.net/category/flash/flartoolkit/" target="_blank">FLARToolkit</a>.</p>
<p>If you haven&#8217;t seen or heard about augmented reality or the FLARToolkit, I suggest you head over to his site and take a look, or Google about it. Go ahead, I&#8217;ll wait.</p>
<p>So about three weeks ago I started looking into this technology and it just grabbed me. It grabbed me so hard and was shoving thoughts into my brain that I had to do something about it, thus, the summer project.</p>
<p>I roped another developer, Joe Adkins, into working with me, and together we are digging into the toolkit, looking at other libraries that people are creating, and in general right now getting our hands dirty with code. Right now I have code under my fingernails, code in my hair, and I dream about the toolkit at night.</p>
<p>You might be wondering what it is that I am actually doing with my summer project. Well, I am not going to tell you, yet. It&#8217;s still too early. Though as the name implies, I expect to have the first version done by the end of summer.</p>
<p>Stay tuned though, since I intend on posting some work in project shots, and maybe even a few working demos.</p>
<img src="http://www.vandermore.com/?ak_action=api_record_view&id=224&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.vandermore.com/2009/10/28/flexunit-4-starting-out/' rel='bookmark' title='Permanent Link: FlexUnit 4 &#8211; Starting out'>FlexUnit 4 &#8211; Starting out</a> <small>For any of you familiar with FlexUnit 1, Fluint, or...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/vandermore/~4/VGHZZjjQA10" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandermore.com/2009/05/28/my-summer-project-augmented-reality-and-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vandermore.com/2009/05/28/my-summer-project-augmented-reality-and-flash/</feedburner:origLink></item>
		<item>
		<title>360|Flex – An amazing experience.</title>
		<link>http://feeds.vandermore.com/~r/vandermore/~3/_O0rTk8DN1Q/</link>
		<comments>http://www.vandermore.com/2009/05/22/360flex-an-amazing-experience/#comments</comments>
		<pubDate>Fri, 22 May 2009 14:08:28 +0000</pubDate>
		<dc:creator>vandermore</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[eRoom-D]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[360Flex]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://www.vandermore.com/?p=222</guid>
		<description><![CDATA[So I got back from 360&#124;Flex just the other day, and I am still excited about all of the people I met there, the things that I participated in, and the knowledge that I gained. The sessions were nearly all good, I gained both knowledge and varying ways of presenting from them. I did record [...]


Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
<li><a href='http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009'>Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009</a> <small>In the spirit of getting these out to you faster,...</small></li>
<li><a href='http://www.vandermore.com/2009/10/28/flexunit-4-starting-out/' rel='bookmark' title='Permanent Link: FlexUnit 4 &#8211; Starting out'>FlexUnit 4 &#8211; Starting out</a> <small>For any of you familiar with FlexUnit 1, Fluint, or...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>So I got back from <a href="http://www.360flex.com/" target="_blank">360|Flex </a>just the other day, and I am still excited about all of the people I met there, the things that I participated in, and the knowledge that I gained.</p>
<p>The sessions were nearly all good, I gained both knowledge and varying ways of presenting from them. I did record most of the sessions that I participated in, but since I am behind on getting Flex Camp Chicago recordings to you, and I didn&#8217;t get permission to post recordings, they won&#8217;t show up here. Don&#8217;t despair though, the Flex Show recorded all of the sessions and will be releasing them. When they do I will notify you here.</p>
<p>A note for all future presenters, if you use an internet connection for your presentation make sure you have a backup plan or can talk past it. I saw at least two presentations where the connection was too slow to be useful. One handled it smoothly, the other was derailed and was less engaging because of it.</p>
<p>I participated in the Charity Code Jam for the Leukemia &amp; Lymphoma Society (LLS). It was an app that would track runners in a marathon via RFID and display the runners on the map. It also allowed coaches to look up and change runner information, volunteers to check in runners, and had an interactive mode for spectators to look up individual runners. It was an amazing time, and I met a lot of great developers of all skill levels. We got the app to about 70% for the Wednesday keynote speech, and since I had been up for more than 24 hours straight at that point I ended my participation there. The code is open source, and will be released for further development and use in other marathons. So when I find out where the project is going to be hosted, I will post that here too.</p>
<p>The people I met at the Charity Code Jam and around the convention are people that I look forward to keeping up with. They are developers of varying stripes. People that do pure Flex, some PHP, Perl, ColdFusion, you name it and I probably could tell you someone who did it. Definitely more on those folks as I gather the business cards, twitter handles, and email addresses for them.</p>
<p>As I keep saying, more to come in later posts. <a href="http://www.360conferences.com/" target="_blank">360|Conferences </a>is starting to host more conferences, so if you aren&#8217;t a Flex developer they probably will have a development conference for you at some point. Right now they have an iPhone developer conference, an RIA and mobile conferences are scheduled. The blog site for 360|Conferences is very basic right now, but don&#8217;t let that put you off. This conference was excellent and if I have the time I will be going to more.</p>
<img src="http://www.vandermore.com/?ak_action=api_record_view&id=222&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
<li><a href='http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009'>Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009</a> <small>In the spirit of getting these out to you faster,...</small></li>
<li><a href='http://www.vandermore.com/2009/10/28/flexunit-4-starting-out/' rel='bookmark' title='Permanent Link: FlexUnit 4 &#8211; Starting out'>FlexUnit 4 &#8211; Starting out</a> <small>For any of you familiar with FlexUnit 1, Fluint, or...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/vandermore/~4/_O0rTk8DN1Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandermore.com/2009/05/22/360flex-an-amazing-experience/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.vandermore.com/2009/05/22/360flex-an-amazing-experience/</feedburner:origLink></item>
		<item>
		<title>The Flex Component Framework, a primer on creating your own custom UI components – part 1</title>
		<link>http://feeds.vandermore.com/~r/vandermore/~3/jLpCue9lVvs/</link>
		<comments>http://www.vandermore.com/2009/05/12/the-flex-component-framework-a-primer-on-creating-your-own-custom-ui-components-part-1/#comments</comments>
		<pubDate>Tue, 12 May 2009 15:50:17 +0000</pubDate>
		<dc:creator>vandermore</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flex camp chicago 2009]]></category>

		<guid isPermaLink="false">http://www.vandermore.com/?p=214</guid>
		<description><![CDATA[With all of the Flex developers that I have worked with, I have seen some confusion about creating custom components. They get creating a simple MXML component with some ActionScript, sometimes using a code behind to perform more complex ActionScript magic. The confusion I see happening though is they are usually unaware of how the [...]


Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009'>Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009</a> <small>In the spirit of getting these out to you faster,...</small></li>
<li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>With all of the Flex developers that I have worked with, I have seen some confusion about creating custom components. They get creating a simple MXML component with some ActionScript, sometimes using a code behind to perform more complex ActionScript magic. The confusion I see happening though is they are usually unaware of how the Flex Framework works with components and that there is already a flow in which Flex creates, displays, and updates components. My own mea culpa here is I was one of those developers. I don&#8217;t want people going through the same frustration I experienced. So I am putting together this series of articles to help developers understand the Flex Component lifecycle, and how to use that lifecycle to make your development easier, more efficient, and less frustrating. (You know, when things aren&#8217;t drawn on screen when you want them to, or appearing in places that you didn&#8217;t expect.)</p>
<p>This article is for Flex 3, since Flex 4 will be changing this lifecycle in a fairly significant manner. When I know more about that, I will post a new set of articles relating to Flex 4 and it&#8217;s way of doing things. If you can&#8217;t wait for me to finish the rest of the articles, you can read more on the <a href="http://livedocs.adobe.com/flex/3/html/help.html?content=ascomponents_advanced_1.html " target="_blank">Adobe documentation</a> on advanced component development.</p>
<p>&#8212;&#8211;</p>
<p>All Flex components, from UIComponent on up, implement several key methods that enable them to be used by the Flex framework to create themselves and their children, measure themselves, position their children, and a whole host of other things. Most custom UI components will be created by extending existing Flex UI components. Here I will give you the basics for those methods, and some things that you can do with them, and several things your shouldn&#8217;t do with them. In later articles I will unpack these concepts to give you more detail and code samples.</p>
<p>There are several key methods in custom UI components that you as a developer should at least be aware of, and will be using in most of your custom component development.</p>
<ul>
<li>createChildren</li>
<li>measure</li>
<li>updateDisplayList</li>
<li>commitProperties</li>
<li>layoutChrome (I haven&#8217;t ever used this one, so any feedback on it would be appreciated)</li>
</ul>
<p>The one common thread with these methods here is they should never be called manually. They are all called automatically by the Flex Framework at specific times, either at component instantiation, or when certain conditions are true. (Such as when size, properties, or display list is marked invalid.) All of these methods are also overridden methods from the Flex UI components you are extending.</p>
<p>There are also several methods that will be called automatically, and also called when certain actions need to be performed. These things signal the component framework to do it&#8217;s magic.</p>
<ul>
<li>invalidateProperties()</li>
<li>invalidateSize()</li>
<li>invalidateDisplayList()</li>
</ul>
<p><strong>createChildren</strong><br />
createChildren is called shortly after the component is instantiated, and is used to create the initial children of the component, and adding them to the display list. This isn&#8217;t to say more children won&#8217;t be created later. It is used to create the initial children of the component, and should be used for only that. <em>You should never need to, and never should</em>, call createChildren yourself. It is only called the once by the framework when the component is instantiated, and to count on that functionality, don&#8217;t call it yourself.</p>
<p><strong>measure</strong><br />
measure is called by the Flex framework when invalidateSize() is called on the component. If the size of the component is set explicitly, however, then measure will never be called. measure is used to set the component&#8217;s preferred minimum size based on the size and layout of it&#8217;s children. The properties set by measure include: measuredWidth, measuredHeight, measuredMinWidth, measuredMinHeight, these values are then used by the component&#8217;s parent to calculate how big it should be, and then on up the chain. Once all of these are calculated, the cycle starts its way down and starts to set the sizes that components should be. The parent sets the component&#8217;s actual size, despite what it&#8217;s preferred size may be. There is no guarantee the parent will use those measurements to size the component. Generally, if the component needs to be smaller, the parent will adhere to the measuredMinWidth and measuredMinHeight, but use scrollbars to give it enough space.</p>
<p><strong>updateDisplayList</strong><br />
updateDisplayList is called often. It is called when your component&#8217;s child invalidates its size, it is called by your component&#8217;s parent when it needs to resize. It is called whenever your parent needs to resize you, and it is called when your children need to resize. It is called automatically, and even more so than createChildren, <em>never, never call it manually</em>. Call invalidateProperties(), invalidateSize(), or invalidateDisplayList() instead. That way the Flex framework will automatically call updateDisplayList, and you won&#8217;t run into race conditions by calling it out of order, or start off an unnecessary cascade of intense updating of all the components on the screen. updateDisplayList sizes and positions your component&#8217;s children, and that is all. If you need to change any other properties of your children, they should be done in other methods.</p>
<p>I will cover invalidateProperties(), invalidateSize(), and invalidateDisplayList() in a later article. They are called for specific reasons, and do specific things in the framework. For those reasons they deserve their own writeup.</p>
<p><strong>commitProperties</strong><br />
The commitProperties method is called as part of the component life cycle after invalidateProperties(); is invoked. This is where you will assign the values that were changed by your setters being called. Your setter methods will have calls to invalidateProperties() to mark the component as needing to call commitProperties in its next lifecycle pass. Setters may also call invalidateDisplayList() as well, if the property being set will change the size of the component or one of it&#8217;s children, or would add a child to the UI component.</p>
<p><strong>layoutChrome</strong><br />
I would talk about this one, but I haven&#8217;t ever used it. So check out the <a href="http://livedocs.adobe.com/flex/3/html/help.html?content=ascomponents_advanced_3.html" target="_blank">Adobe docs</a> on this one.</p>
<p>&#8212;&#8211;</p>
<p>So that is the basics. Next time I will unpack custom component creation in more detail, and give you code examples for the things I discussed here.</p>
<p>I need to thank several people and sources for teaching me about custom components and the component life cycle before I sign off here.</p>
<ul>
<li><a href="http://blogs.digitalprimates.net/codeSlinger/" target="_blank">Michael Labriola</a> &#8211; especially his Facts of (Component) Life presentation that I saw at <a href="http://flexcampchicago.com" target="_blank">Flex Camp Chicago 2009</a></li>
<li><a href="http://livedocs.adobe.com/flex/3/html/help.html?content=ascomponents_advanced_1.html" target="_blank">Adobe&#8217;s documentation</a> &#8211; it&#8217;s a fairly decent starting place, but I would listen to Mike&#8217;s presentation first since he breaks it down better.</li>
<li>Thomas Fowler &#8211; for going over my initial posting and suggesting some good edits.</li>
<li><a href="http://blogs.digitalprimates.net/jefftapper/" target="_blank">Jeff Tapper</a> &#8211; for finding a huge error in where I placed a paragraph.</li>
<li> There are more, but I don&#8217;t have the links right now. I will post them in later articles.</li>
</ul>
<p>Edit: In the previous version of this article, I misplaced a paragraph during editing. invalidateProperties(), invalidateSize(), and invalidateDisplayList() can all be called manually. None of them should be overriden. As you can see now, the paragraph should have gone under the other methods (createChildren, measure, updateDisplayList, etc.). Thanks Jeff for that catch.</p>
<img src="http://www.vandermore.com/?ak_action=api_record_view&id=214&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009'>Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009</a> <small>In the spirit of getting these out to you faster,...</small></li>
<li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/vandermore/~4/jLpCue9lVvs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandermore.com/2009/05/12/the-flex-component-framework-a-primer-on-creating-your-own-custom-ui-components-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vandermore.com/2009/05/12/the-flex-component-framework-a-primer-on-creating-your-own-custom-ui-components-part-1/</feedburner:origLink></item>
		<item>
		<title>Flash Platform in 2009 by Kevin Hoyt – Flex Camp Chicago 2009</title>
		<link>http://feeds.vandermore.com/~r/vandermore/~3/4iTifwsghTM/</link>
		<comments>http://www.vandermore.com/2009/04/24/flash-platform-in-2009-by-kevin-hoyt-flex-camp-chicago-2009/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 14:00:48 +0000</pubDate>
		<dc:creator>vandermore</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Camp Chicago]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex camp chicago 2009]]></category>

		<guid isPermaLink="false">http://www.vandermore.com/?p=203</guid>
		<description><![CDATA[This second episode is from the session by Kevin Hoyt, he is an evangelist with Adobe, and gives the keynote for the first day of Flex Camp Chicago. He talks about the Flash platform, what is upcoming for Flex and tools for designers to create user interfaces that work with Flex so that the developers [...]


Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009'>Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009</a> <small>In the spirit of getting these out to you faster,...</small></li>
<li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This second episode is from the session by Kevin Hoyt, he is an evangelist with Adobe, and gives the keynote for the first day of Flex Camp Chicago. He talks about the Flash platform, what is upcoming for Flex and tools for designers to create user interfaces that work with Flex so that the developers don&#8217;t need to figure out how to do them as non-designers. For those of you who are designers and developers it looks like a great workflow improvement.</p>
<p>I did try and capture the questions this time, so you will hear some differences in the background noise levels as I normalize the audio to get the questions to be audible. They are still hard to hear some times, but most of them should be understandable without killing your ears.</p>
<p>If you have any questions or comments about the podcast recordings, feel free to contact me at http://vandermore.com. If you have questions for the presenters, most of their contact information can be found on the Flex Camp Chicago website, http://flexcampchicago.com.</p>
<p>I hope you enjoy the sessions, now on with the show.</p>
<img src="http://www.vandermore.com/?ak_action=api_record_view&id=203&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009'>Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009</a> <small>In the spirit of getting these out to you faster,...</small></li>
<li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/vandermore/~4/4iTifwsghTM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandermore.com/2009/04/24/flash-platform-in-2009-by-kevin-hoyt-flex-camp-chicago-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			
		<itunes:duration>75:58</itunes:duration>
		<itunes:subtitle>This second episode is from the session by Kevin Hoyt, he is an evangelist with Adobe, and gives the keynote for the first day of ...</itunes:subtitle>
		<itunes:summary>This second episode is from the session by Kevin Hoyt, he is an evangelist with Adobe, and gives the keynote for the first day of Flex Camp Chicago. He talks about the Flash platform, what is upcoming for Flex and tools for designers to create user interfaces that work with Flex so that the developers don't need to figure out how to do them as non-designers. For those of you who are designers and developers it looks like a great workflow improvement.

I did try and capture the questions this time, so you will hear some differences in the background noise levels as I normalize the audio to get the questions to be audible. They are still hard to hear some times, but most of them should be understandable without killing your ears.

If you have any questions or comments about the podcast recordings, feel free to contact me at http://vandermore.com. If you have questions for the presenters, most of their contact information can be found on the Flex Camp Chicago website, http://flexcampchicago.com.

I hope you enjoy the sessions, now on with the show.

Related posts:Flex and ColdFusion 101 – Jeff Tapper – Flex Camp Chicago 2009 In the spirit of getting these out to you faster,...
Integrating Flex with Java and PHP – Shashank Tiwari – Flex Camp Chicago 2009 This is the fourth session of Flex Camp Chicago 2009...

Related posts brought to you by Yet Another Related Posts Plugin.</itunes:summary>
		<itunes:keywords>Flex, Flex Camp Chicago, podcasts</itunes:keywords>
		<itunes:author>vandermore@yahoo.com</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	<feedburner:origLink>http://www.vandermore.com/2009/04/24/flash-platform-in-2009-by-kevin-hoyt-flex-camp-chicago-2009/</feedburner:origLink><enclosure url="http://feeds.vandermore.com/~r/vandermore/~5/jaXT6pzJWQ0/vandermoreFCC2009S2.mp3" length="54701101" type="audio/mpeg" /><feedburner:origEnclosureLink>http://www.vandermore.com/podpress_trac/feed/203/0/vandermoreFCC2009S2.mp3</feedburner:origEnclosureLink></item>
		<item>
		<title>Overview of Flex and the Flash Platform for Newcomers and the Non-Technical by Michael Epstein – Flex Camp Chicago 2009</title>
		<link>http://feeds.vandermore.com/~r/vandermore/~3/7h5ByE9MuPk/</link>
		<comments>http://www.vandermore.com/2009/04/20/overview-of-flex-and-the-flash-platform-for-newcomers-and-the-non-technical-by-michael-epstein-flex-camp-chicago-2009/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 00:46:28 +0000</pubDate>
		<dc:creator>vandermore</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Camp Chicago]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[flex camp chicago 2009]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://www.vandermore.com/?p=199</guid>
		<description><![CDATA[This first episode is from the very first session, Overview of Flex and the Flash Platform for Newcomers and the Non-Technical, presented by Michael Epstein. Michael gives an overview of what Flex is, some of it&#8217;s roots, and also some of it&#8217;s competitors. I recorded all of these from a portable recorder, and the quality [...]


Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
<li><a href='http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009'>Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009</a> <small>In the spirit of getting these out to you faster,...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This first episode is from the very first session, Overview of Flex and the Flash Platform for Newcomers and the Non-Technical, presented by Michael Epstein. Michael gives an overview of what Flex is, some of it&#8217;s roots, and also some of it&#8217;s competitors.</p>
<p>I recorded all of these from a portable recorder, and the quality is fairly good, but the mics are facing towards the front of the room, so while I was able to capture Michael very well, the last questions from the audience were too soft to capture so I had to cut them.</p>
<p>If you have any questions or comments about the podcast recordings, feel free to contact me at http://vandermore.com. If you have questions for the presenters, most of their contact information can be found on the Flex Camp Chicago website, http://flexcampchicago.com.</p>
<p>I hope you enjoy the sessions.</p>
<img src="http://www.vandermore.com/?ak_action=api_record_view&id=199&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
<li><a href='http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009'>Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009</a> <small>In the spirit of getting these out to you faster,...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/vandermore/~4/7h5ByE9MuPk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandermore.com/2009/04/20/overview-of-flex-and-the-flash-platform-for-newcomers-and-the-non-technical-by-michael-epstein-flex-camp-chicago-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			
		<itunes:duration>22:29</itunes:duration>
		<itunes:subtitle>This first episode is from the very first session, Overview of Flex and the Flash Platform for Newcomers and the Non-Technical, presented by Michael Epstein. ...</itunes:subtitle>
		<itunes:summary>This first episode is from the very first session, Overview of Flex and the Flash Platform for Newcomers and the Non-Technical, presented by Michael Epstein. Michael gives an overview of what Flex is, some of it's roots, and also some of it's competitors.

I recorded all of these from a portable recorder, and the quality is fairly good, but the mics are facing towards the front of the room, so while I was able to capture Michael very well, the last questions from the audience were too soft to capture so I had to cut them.

If you have any questions or comments about the podcast recordings, feel free to contact me at http://vandermore.com. If you have questions for the presenters, most of their contact information can be found on the Flex Camp Chicago website, http://flexcampchicago.com.

I hope you enjoy the sessions.

Related posts:Integrating Flex with Java and PHP – Shashank Tiwari – Flex Camp Chicago 2009 This is the fourth session of Flex Camp Chicago 2009...
Flex and ColdFusion 101 – Jeff Tapper – Flex Camp Chicago 2009 In the spirit of getting these out to you faster,...

Related posts brought to you by Yet Another Related Posts Plugin.</itunes:summary>
		<itunes:keywords>Flex, Flex Camp Chicago, podcasts</itunes:keywords>
		<itunes:author>vandermore@yahoo.com</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	<feedburner:origLink>http://www.vandermore.com/2009/04/20/overview-of-flex-and-the-flash-platform-for-newcomers-and-the-non-technical-by-michael-epstein-flex-camp-chicago-2009/</feedburner:origLink><enclosure url="http://feeds.vandermore.com/~r/vandermore/~5/D9AY8AaPB_I/vandermoreFCC2009S1.mp3" length="16194835" type="audio/mpeg" /><feedburner:origEnclosureLink>http://www.vandermore.com/podpress_trac/feed/199/0/vandermoreFCC2009S1.mp3</feedburner:origEnclosureLink></item>
		<item>
		<title>Job search, concluded. Verdict, success!</title>
		<link>http://feeds.vandermore.com/~r/vandermore/~3/myYZm7XjFGY/</link>
		<comments>http://www.vandermore.com/2009/04/06/job-search-concluded-verdict-success/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 02:36:45 +0000</pubDate>
		<dc:creator>vandermore</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[eRoom-D]]></category>

		<guid isPermaLink="false">http://www.vandermore.com/2009/04/06/job-search-concluded-verdict-success/</guid>
		<description><![CDATA[As some of you know, but some others might not, I am now employed full time again. It&#8217;s with an excellent company, Digital Primates. The company has some excellent people working there, and it has several Flex luminaries at it&#8217;s head. I&#8217;ll give you a moment to go over there and look, go ahead, I [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>As some of you know, but some others might not, I am now employed full time again. It&#8217;s with an excellent company, <a target="_blank" href="http://digitalprimates.net">Digital Primates</a>. The company has some excellent people working there, and it has several Flex luminaries at it&#8217;s head. I&#8217;ll give you a moment to go over there and look, go ahead, I don&#8217;t mind.</p>
<p>&#8230;</p>
<p>Before I was hired, I thought I knew a fair amount about Flex, having been working with Flash AS2 for many years, and then moving over to Flex and AS3, it seemed more or less like a change in syntax, plus some nice things with the Flex framework that were definite improvements over the Flash IDE for developers.</p>
<p>I was wrong.</p>
<p>I thought I knew, but there is so much more that I didn&#8217;t know that I am humbled by the amount that I know is still there and the huge leap in knowledge that I have gained since working there for the few short weeks that I have been training there. Yep, you heard right, training. It&#8217;s been a while since I have worked at a job that cared enough about it&#8217;s employees, and it&#8217;s reputation enough to train new employees enough so that they can do the job right the first time.</p>
<p>&#8230;</p>
<p>I&#8217;ve had this blog post mostly written for at least a month now. So I am posting it here so you can get an update on what I have been doing. The rest of the post I will write up later. It will be about the Flex component framework. From what I understand, as soon as Flex 4 comes out later this year, that post may become out of date. I&#8217;ll be doing it anyway so I know it better, and there are probably more than a few people who will be using Flex 3 for a while after Flex 4 comes out. It&#8217;s just the nature of business to not upgrade right away.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=096e1c22-30a3-83f5-86ea-31d69196baf2" /></div>
<img src="http://www.vandermore.com/?ak_action=api_record_view&id=197&type=feed" alt="" />

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/vandermore/~4/myYZm7XjFGY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandermore.com/2009/04/06/job-search-concluded-verdict-success/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.vandermore.com/2009/04/06/job-search-concluded-verdict-success/</feedburner:origLink></item>
		<item>
		<title>Flex Camp Chicago 2009</title>
		<link>http://feeds.vandermore.com/~r/vandermore/~3/ITvMcjL0Q2w/</link>
		<comments>http://www.vandermore.com/2009/01/23/flex-camp-chicago-2009/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 14:42:38 +0000</pubDate>
		<dc:creator>vandermore</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[eRoom-D]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.vandermore.com/?p=192</guid>
		<description><![CDATA[Today is day two of Flex Camp Chicago (#flexcampchi), yesterday was really informative even though I have been working in Flex for about nine months now. I got a chance to see a great deal of things that I haven&#8217;t needed to use yet in the platform, like video, 3D, and bringing up web pages [...]


Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
<li><a href='http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009'>Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009</a> <small>In the spirit of getting these out to you faster,...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Today is day two of <a href="http://www.flexcampchicago.com/" target="_blank">Flex Camp Chicago</a> (#flexcampchi), yesterday was really informative even though I have been working in Flex for about nine months now. I got a chance to see a great deal of things that I haven&#8217;t needed to use yet in the platform, like video, 3D, and bringing up web pages in Flex and AIR apps. Since working at ShopLocal, we didn&#8217;t have a call for those things in our projects. Seeing them opens up a whole creative realm of things that I could do with them.</p>
<p>There was also an all to brief introduction to AMF and it&#8217;s capabilities. I would love to be able to use BlazeDS, but I am fairly sure that my current ISP won&#8217;t support it. I may have to set up a box at home just to play around with it. It has a lot of capabilities that I would like to use both for The Stone Table (more on that in a later post), and PodioBooks.com.</p>
<p>It&#8217;s about 20 minutes until start time here, and today looks to be even better than yesterday. Today is supposed to be the expert session, while yesterday was the beginner session. I consider myself fairly well versed in Flex and ActionScript 3, but I can see that there is a whole lot more that I could dig into, and that excites me to no end.</p>
<p>&#8211;</p>
<p>Edit: I forgot to mention, I am also Twittering during the sessions, and recording them. Follow me on Twitter today (vandermore), or search for #flexcampchi.</p>
<p>A podcast of the sessions, hopefully with the demonstrations, should be coming as soon as I can edit things and get the files.</p>
<img src="http://www.vandermore.com/?ak_action=api_record_view&id=192&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.vandermore.com/2009/09/20/integrating-flex-with-java-and-php-shashank-tiwari-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009'>Integrating Flex with Java and PHP &#8211; Shashank Tiwari &#8211; Flex Camp Chicago 2009</a> <small>This is the fourth session of Flex Camp Chicago 2009...</small></li>
<li><a href='http://www.vandermore.com/2009/09/27/flex-and-coldfusion-101-jeff-tapper-flex-camp-chicago-2009/' rel='bookmark' title='Permanent Link: Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009'>Flex and ColdFusion 101 &#8211; Jeff Tapper &#8211; Flex Camp Chicago 2009</a> <small>In the spirit of getting these out to you faster,...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/vandermore/~4/ITvMcjL0Q2w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandermore.com/2009/01/23/flex-camp-chicago-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vandermore.com/2009/01/23/flex-camp-chicago-2009/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 5.050 seconds -->
