<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webapper Blog &#187; Flex &amp; Flash</title>
	<atom:link href="http://www.webapper.com/blog/index.php/category/flex-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webapper.com/blog</link>
	<description>Web Application Engineers</description>
	<lastBuildDate>Wed, 04 Jan 2012 21:23:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Webapper at RIA Unleashed : Boston</title>
		<link>http://www.webapper.com/blog/index.php/2009/08/05/webapper-at-ria-unleashed-boston/</link>
		<comments>http://www.webapper.com/blog/index.php/2009/08/05/webapper-at-ria-unleashed-boston/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 16:52:47 +0000</pubDate>
		<dc:creator>Shannon Hicks</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Flex & Flash]]></category>

		<guid isPermaLink="false">http://www.webapper.com/blog/?p=1172</guid>
		<description><![CDATA[We are proud to announce that Webapper is sponsoring RIA Unleashed in Boston this year. Brian Rinaldi has been putting together some great Flex camps in years past, and we jumped at the chance to sponsor this expanded event. This year, it&#8217;s an all-day conference with three tracks: Flex/Air, ColdFusion, and Related Technologies. Steven Erat and [...]]]></description>
			<content:encoded><![CDATA[We are proud to announce that Webapper is sponsoring RIA Unleashed in Boston this year. Brian Rinaldi has been putting together some great Flex camps in years past, and we jumped at the chance to sponsor this expanded event. This year, it&#8217;s an all-day conference with three tracks: Flex/Air, ColdFusion, and Related Technologies. Steven Erat and [...]]]></content:encoded>
			<wfw:commentRss>http://www.webapper.com/blog/index.php/2009/08/05/webapper-at-ria-unleashed-boston/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steven Erat Joins Webapper!</title>
		<link>http://www.webapper.com/blog/index.php/2009/04/30/steven-erat-joins-webapper/</link>
		<comments>http://www.webapper.com/blog/index.php/2009/04/30/steven-erat-joins-webapper/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 17:42:14 +0000</pubDate>
		<dc:creator>Patrick Quinn</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Flex & Flash]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.webapper.com/blog/?p=1089</guid>
		<description><![CDATA[We&#8217;re happy to announce another big notch in our Web application engineering belt&#8211;Steven Erat joined Webapper last month! Steven has spent the past decade of his life as a senior member of the ColdFusion engineering and support divisions at Allaire/Macromedia/Adobe. Most recently at Adobe he was an engineer on the Flex SDK team. Unless you&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[We&#8217;re happy to announce another big notch in our Web application engineering belt&#8211;Steven Erat joined Webapper last month! Steven has spent the past decade of his life as a senior member of the ColdFusion engineering and support divisions at Allaire/Macromedia/Adobe. Most recently at Adobe he was an engineer on the Flex SDK team. Unless you&#8217;ve [...]]]></content:encoded>
			<wfw:commentRss>http://www.webapper.com/blog/index.php/2009/04/30/steven-erat-joins-webapper/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Shan&#8217;s Simple Examples: Extending an object in Actionscript</title>
		<link>http://www.webapper.com/blog/index.php/2009/04/09/shans-simple-examples-extending-an-object-in-actionscript/</link>
		<comments>http://www.webapper.com/blog/index.php/2009/04/09/shans-simple-examples-extending-an-object-in-actionscript/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 21:20:18 +0000</pubDate>
		<dc:creator>Shannon Hicks</dc:creator>
				<category><![CDATA[Flex & Flash]]></category>
		<category><![CDATA[Shan's Simple Examples]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://www.webapper.com/blog/?p=1044</guid>
		<description><![CDATA[The other day, someone asked me how they could re-use the code sample from Igor Costa&#8217;s post about getting the Rich Text Editor to output XHTML. Whenever you want to add functionality to an existing control, you just need to extend it. Here&#8217;s how:
Here&#8217;s the top bit of code from my XHtmlEditor.as file:
::CODECOLORER_BLOCK_1::
The actual code [...]]]></description>
			<content:encoded><![CDATA[The other day, someone asked me how they could re-use the code sample from Igor Costa&#8217;s post about getting the Rich Text Editor to output XHTML. Whenever you want to add functionality to an existing control, you just need to extend it. Here&#8217;s how:
Here&#8217;s the top bit of code from my XHtmlEditor.as file:
::CODECOLORER_BLOCK_3::
The actual code [...]]]></content:encoded>
			<wfw:commentRss>http://www.webapper.com/blog/index.php/2009/04/09/shans-simple-examples-extending-an-object-in-actionscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shan&#8217;s Simple Examples: File uploads with Flex and ColdFusion</title>
		<link>http://www.webapper.com/blog/index.php/2008/04/27/shans-simple-examples-file-uploads-with-flex-and-coldfusion/</link>
		<comments>http://www.webapper.com/blog/index.php/2008/04/27/shans-simple-examples-file-uploads-with-flex-and-coldfusion/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 19:18:00 +0000</pubDate>
		<dc:creator>Shannon Hicks</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Flex & Flash]]></category>
		<category><![CDATA[Shan's Simple Examples]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2008/6/30/Shans-Simple-Examples-File-uploads-with-Flex-and-ColdFusion</guid>
		<description><![CDATA[Someone in #flex was talking about how there were no good examples for doing uploads with Flex and ColdFusion. Sounded like an excellent topic to cover here. Now this example is a tiny bit more complex than previous examples, because I needed to cover two methods of functionality: single file uploads and multi-file uploads. Both [...]]]></description>
			<content:encoded><![CDATA[Someone in #flex was talking about how there were no good examples for doing uploads with Flex and ColdFusion. Sounded like an excellent topic to cover here. Now this example is a tiny bit more complex than previous examples, because I needed to cover two methods of functionality: single file uploads and multi-file uploads. Both [...]]]></content:encoded>
			<wfw:commentRss>http://www.webapper.com/blog/index.php/2008/04/27/shans-simple-examples-file-uploads-with-flex-and-coldfusion/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Shan&#8217;s Simple Examples: Using events (aka how to pass data from components)</title>
		<link>http://www.webapper.com/blog/index.php/2008/03/19/shans-simple-examples-using-events-aka-how-to-pass-data-from-components/</link>
		<comments>http://www.webapper.com/blog/index.php/2008/03/19/shans-simple-examples-using-events-aka-how-to-pass-data-from-components/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 12:35:00 +0000</pubDate>
		<dc:creator>Shannon Hicks</dc:creator>
				<category><![CDATA[Flex & Flash]]></category>
		<category><![CDATA[Shan's Simple Examples]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2008/6/30/Shans-Simple-Examples-Using-events-aka-how-to-pass-data-from-components</guid>
		<description><![CDATA[There was some confusion in #flex yesterday. The question came up on how a child component could access the parent component. Eventually, it came down to they wanted to pass some data from the child back to the parent.
Well, the &#8220;black box&#8221; method of component programming says that we should use custom events to send [...]]]></description>
			<content:encoded><![CDATA[There was some confusion in #flex yesterday. The question came up on how a child component could access the parent component. Eventually, it came down to they wanted to pass some data from the child back to the parent.
Well, the &#8220;black box&#8221; method of component programming says that we should use custom events to send [...]]]></content:encoded>
			<wfw:commentRss>http://www.webapper.com/blog/index.php/2008/03/19/shans-simple-examples-using-events-aka-how-to-pass-data-from-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shan&#8217;s Simple Examples: Keyboard shortcuts and TextInput</title>
		<link>http://www.webapper.com/blog/index.php/2008/03/06/shans-simple-examples-keyboard-shortcuts-and-textinput/</link>
		<comments>http://www.webapper.com/blog/index.php/2008/03/06/shans-simple-examples-keyboard-shortcuts-and-textinput/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 18:58:00 +0000</pubDate>
		<dc:creator>Shannon Hicks</dc:creator>
				<category><![CDATA[Flex & Flash]]></category>
		<category><![CDATA[Shan's Simple Examples]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2008/6/30/Shans-Simple-Examples-Keyboard-shortcuts-and-TextInput</guid>
		<description><![CDATA[Someone on #flex asked about preventing text from appearing in a TextInput or TextArea, when the user is using a keyboard shortcut. After a little discussion, I came up with a working example. I decided to use shift-space to simplify things.
The first assumption is that you&#8217;re listening for keyboard shortcuts at the application level:
::CODECOLORER_BLOCK_13::
Now, you&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[Someone on #flex asked about preventing text from appearing in a TextInput or TextArea, when the user is using a keyboard shortcut. After a little discussion, I came up with a working example. I decided to use shift-space to simplify things.
The first assumption is that you&#8217;re listening for keyboard shortcuts at the application level:
::CODECOLORER_BLOCK_16::
Now, you&#8217;ve [...]]]></content:encoded>
			<wfw:commentRss>http://www.webapper.com/blog/index.php/2008/03/06/shans-simple-examples-keyboard-shortcuts-and-textinput/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shan&#8217;s Simple Examples: Using an XML datasource with mx:ComboBox</title>
		<link>http://www.webapper.com/blog/index.php/2008/03/03/shans-simple-examples-using-an-xml-datasource-with-mxcombobox/</link>
		<comments>http://www.webapper.com/blog/index.php/2008/03/03/shans-simple-examples-using-an-xml-datasource-with-mxcombobox/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 18:44:00 +0000</pubDate>
		<dc:creator>Shannon Hicks</dc:creator>
				<category><![CDATA[Flex & Flash]]></category>
		<category><![CDATA[Shan's Simple Examples]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2008/6/30/Shans-Simple-Examples-Using-an-XML-datasource-with-mxComboBox</guid>
		<description><![CDATA[Over the weekend I was writing a simple little app, and came across something that should have been trivial, but turned out to throw me for a loop momentarily. I needed to drive some data from XML instead of my tried-and-true ColdFusion components, and I realized I&#8217;d never done it before. So, here&#8217;s the example:
First [...]]]></description>
			<content:encoded><![CDATA[Over the weekend I was writing a simple little app, and came across something that should have been trivial, but turned out to throw me for a loop momentarily. I needed to drive some data from XML instead of my tried-and-true ColdFusion components, and I realized I&#8217;d never done it before. So, here&#8217;s the example:
First [...]]]></content:encoded>
			<wfw:commentRss>http://www.webapper.com/blog/index.php/2008/03/03/shans-simple-examples-using-an-xml-datasource-with-mxcombobox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flex: Making Scrollbars Follow Focus</title>
		<link>http://www.webapper.com/blog/index.php/2008/02/01/flex-making-scrollbars-follow-focus/</link>
		<comments>http://www.webapper.com/blog/index.php/2008/02/01/flex-making-scrollbars-follow-focus/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 16:30:00 +0000</pubDate>
		<dc:creator>Daryl Banttari</dc:creator>
				<category><![CDATA[Flex & Flash]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2008/6/30/Flex-Making-Scrollbars-Follow-Focus</guid>
		<description><![CDATA[If you&#8217;ve ever created a form tall enough to require a vertical scroll bar in Flex, you may have not even have noticed that you have you scroll down manually when focus moves below the visible part of a window.  Users, however, notice, especially if they don&#8217;t have a scroll wheel on their mouse.
There [...]]]></description>
			<content:encoded><![CDATA[If you&#8217;ve ever created a form tall enough to require a vertical scroll bar in Flex, you may have not even have noticed that you have you scroll down manually when focus moves below the visible part of a window.  Users, however, notice, especially if they don&#8217;t have a scroll wheel on their mouse.
There [...]]]></content:encoded>
			<wfw:commentRss>http://www.webapper.com/blog/index.php/2008/02/01/flex-making-scrollbars-follow-focus/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Shan&#8217;s Simple Examples: Scale all children in Flex</title>
		<link>http://www.webapper.com/blog/index.php/2008/01/24/shans-simple-examples-scale-all-children-in-flex/</link>
		<comments>http://www.webapper.com/blog/index.php/2008/01/24/shans-simple-examples-scale-all-children-in-flex/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 12:23:00 +0000</pubDate>
		<dc:creator>Shannon Hicks</dc:creator>
				<category><![CDATA[Flex & Flash]]></category>
		<category><![CDATA[Shan's Simple Examples]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2008/6/30/Shans-Simple-Examples-Scale-all-children-in-Flex</guid>
		<description><![CDATA[I&#8217;ve decided since I attempt to help people in #flex (on EFNet) and #coldfusion / #cfflex (on DALNet) on a daily basis, that I&#8217;ll pick one simple question and try to whip up an example for everyone to see.
Today, someone asked how to scale all children of a container. The basic answer is to just [...]]]></description>
			<content:encoded><![CDATA[I&#8217;ve decided since I attempt to help people in #flex (on EFNet) and #coldfusion / #cfflex (on DALNet) on a daily basis, that I&#8217;ll pick one simple question and try to whip up an example for everyone to see.
Today, someone asked how to scale all children of a container. The basic answer is to just [...]]]></content:encoded>
			<wfw:commentRss>http://www.webapper.com/blog/index.php/2008/01/24/shans-simple-examples-scale-all-children-in-flex/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>List manipulation library for Actionscript 3</title>
		<link>http://www.webapper.com/blog/index.php/2008/01/23/list-manipulation-library-for-actionscript-3/</link>
		<comments>http://www.webapper.com/blog/index.php/2008/01/23/list-manipulation-library-for-actionscript-3/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 13:36:00 +0000</pubDate>
		<dc:creator>Shannon Hicks</dc:creator>
				<category><![CDATA[Flex & Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2008/6/30/List-manipulation-library-for-Actionscript-3</guid>
		<description><![CDATA[I forgot to mention here that I wrote up a nice Actionscript library for manipulating lists. It includes a majority of ColdFusion&#8217;s list functions, plus a few that we commonly use here at Webapper. Sometimes you just need a list instead of an array.
Get the library here.
]]></description>
			<content:encoded><![CDATA[I forgot to mention here that I wrote up a nice Actionscript library for manipulating lists. It includes a majority of ColdFusion&#8217;s list functions, plus a few that we commonly use here at Webapper. Sometimes you just need a list instead of an array.
Get the library here.
]]></content:encoded>
			<wfw:commentRss>http://www.webapper.com/blog/index.php/2008/01/23/list-manipulation-library-for-actionscript-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

