<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Slides: Flex workshop at FlashForward Austin 2006</title>
	<atom:link href="http://aralbalkan.com/732/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/732</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Wed, 17 Mar 2010 21:40:03 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris B</title>
		<link>http://aralbalkan.com/732/comment-page-1#comment-4477</link>
		<dc:creator>Chris B</dc:creator>
		<pubDate>Mon, 25 Sep 2006 13:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/732#comment-4477</guid>
		<description>Nice work.. thanks for the Quicktime version.</description>
		<content:encoded><![CDATA[<p>Nice work.. thanks for the Quicktime version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conferences: necessary? at Aral Balkan</title>
		<link>http://aralbalkan.com/732/comment-page-1#comment-4433</link>
		<dc:creator>Conferences: necessary? at Aral Balkan</dc:creator>
		<pubDate>Sun, 24 Sep 2006 14:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/732#comment-4433</guid>
		<description>[...] Knowing what I like to get out of sessions, I try to give my audiences the same things when I present. Sometimes I succeed, sometimes I fail. Recently, I&#8217;ve been experimenting with the Lessig method of presentation in both non-technical and technical presentations. It&#8217;s definitely better suited to non-technical presentations but I believe I&#8217;m developing a bastardized version which should work for presentations that have some technical matter. Recently, I felt it worked really well at d.construct for my Mash my Flex Up talk and for the introduction of my Flex workshop at FlashForward but that it didn&#8217;t work as well for my Supercharging Flash 8 talk at FlashForward. [...]</description>
		<content:encoded><![CDATA[<p>[...] Knowing what I like to get out of sessions, I try to give my audiences the same things when I present. Sometimes I succeed, sometimes I fail. Recently, I&#8217;ve been experimenting with the Lessig method of presentation in both non-technical and technical presentations. It&#8217;s definitely better suited to non-technical presentations but I believe I&#8217;m developing a bastardized version which should work for presentations that have some technical matter. Recently, I felt it worked really well at d.construct for my Mash my Flex Up talk and for the introduction of my Flex workshop at FlashForward but that it didn&#8217;t work as well for my Supercharging Flash 8 talk at FlashForward. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Savvas</title>
		<link>http://aralbalkan.com/732/comment-page-1#comment-4324</link>
		<dc:creator>Savvas</dc:creator>
		<pubDate>Fri, 22 Sep 2006 14:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/732#comment-4324</guid>
		<description>Thanks Aral....</description>
		<content:encoded><![CDATA[<p>Thanks Aral&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Blog Archive &#187; Another perspective on FlashForward Austin (lengthy, techy)</title>
		<link>http://aralbalkan.com/732/comment-page-1#comment-4322</link>
		<dc:creator>&#187; Blog Archive &#187; Another perspective on FlashForward Austin (lengthy, techy)</dc:creator>
		<pubDate>Fri, 22 Sep 2006 13:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/732#comment-4322</guid>
		<description>[...] 1. Head Start: Flex 2 Workshop - Aral Balkan Oy! If you want to know about Flex, get your ass to one of Aral&#8217;s classes! He&#8217;s a great presenter and gave a really vivid high-level intro to Flex 2. He&#8217;s also written a lot of Flex 2 &#8220;Quick Starts&#8221; on the Adobe site, which are really worth checking out. He started out with a tour of the Flex Builder 2/Eclipse environment and gave a summary of the most useful keystrokes and customization tips. He ran through many of the new language features: regular expressions, E4X XML parser, the MXML framework, and the differences from AS2. Too much info to really cover in a post, I have so many notes from this session&#8230; Useful tips: a. Did you know that with FlexBuilder 2 you can publish your files so that the source is automatically available to a user via the right-mouse menu? Just like view source in an HTML browser! How cool is that? b. Aral talked about the -keep compiler option which allows you to see all the AS3 code that&#8217;s actually generated by your MXML and AS3 classes. c. He recommended using the RegExBuddy utility to tune your regular expressions in AS3. Maybe you&#8217;re a PERL geek and can do this stuff while trying not to sneeze, but my regular expressions always seem to need a few tries, so this will be really useful to me. d. If you&#8217;ve played with MXML you&#8217;ve seen that all examples are an ugly ASP-like soup of MXML tags with AS3 code contained within CDATA tags. But, you don&#8217;t have to live in that world. Brian Weisenthal discussed his approach to this issue at a meeting a few weeks back. Aral also introduced his remedy for the ugliness, using &#8220;code behind&#8221;: http://www.adobe.com/devnet/flex/quickstart/building_components_using_code_behind/. The world&#8217;s already so ugly, don&#8217;t mix your script with your MXML! e. Aral also strongly recommended another Quick Start lesson on best practices for validation, which I haven&#8217;t looked at yet but I&#8217;m sure is great: http://www.adobe.com/devnet/flex/quickstart/validating_data/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 1. Head Start: Flex 2 Workshop &#8211; Aral Balkan Oy! If you want to know about Flex, get your ass to one of Aral&#8217;s classes! He&#8217;s a great presenter and gave a really vivid high-level intro to Flex 2. He&#8217;s also written a lot of Flex 2 &#8220;Quick Starts&#8221; on the Adobe site, which are really worth checking out. He started out with a tour of the Flex Builder 2/Eclipse environment and gave a summary of the most useful keystrokes and customization tips. He ran through many of the new language features: regular expressions, E4X XML parser, the MXML framework, and the differences from AS2. Too much info to really cover in a post, I have so many notes from this session&#8230; Useful tips: a. Did you know that with FlexBuilder 2 you can publish your files so that the source is automatically available to a user via the right-mouse menu? Just like view source in an HTML browser! How cool is that? b. Aral talked about the -keep compiler option which allows you to see all the AS3 code that&#8217;s actually generated by your MXML and AS3 classes. c. He recommended using the RegExBuddy utility to tune your regular expressions in AS3. Maybe you&#8217;re a PERL geek and can do this stuff while trying not to sneeze, but my regular expressions always seem to need a few tries, so this will be really useful to me. d. If you&#8217;ve played with MXML you&#8217;ve seen that all examples are an ugly ASP-like soup of MXML tags with AS3 code contained within CDATA tags. But, you don&#8217;t have to live in that world. Brian Weisenthal discussed his approach to this issue at a meeting a few weeks back. Aral also introduced his remedy for the ugliness, using &#8220;code behind&#8221;: <a href="http://www.adobe.com/devnet/flex/quickstart/building_components_using_code_behind/" rel="nofollow">http://www.adobe.com/devnet/flex/quickstart/building_components_using_code_behind/</a>. The world&#8217;s already so ugly, don&#8217;t mix your script with your MXML! e. Aral also strongly recommended another Quick Start lesson on best practices for validation, which I haven&#8217;t looked at yet but I&#8217;m sure is great: <a href="http://www.adobe.com/devnet/flex/quickstart/validating_data/" rel="nofollow">http://www.adobe.com/devnet/flex/quickstart/validating_data/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Blog Archive &#187; FF Austin Session Note Links!</title>
		<link>http://aralbalkan.com/732/comment-page-1#comment-4242</link>
		<dc:creator>&#187; Blog Archive &#187; FF Austin Session Note Links!</dc:creator>
		<pubDate>Thu, 21 Sep 2006 02:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/732#comment-4242</guid>
		<description>[...] Flex Workshop &#8212; Aral Balkan http://aralbalkan.com/732 [...]</description>
		<content:encoded><![CDATA[<p>[...] Flex Workshop &#8212; Aral Balkan <a href="http://aralbalkan.com/732" rel="nofollow">http://aralbalkan.com/732</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
