<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>THE AMCOM TECHNOLOGY BLOG - Flex</title>
			<link>http://www.amcomtech.net/client/index.cfm</link>
			<description>Tech Tips from the Trenches</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 16:06:05 -0700</pubDate>
			<lastBuildDate>Mon, 22 Feb 2010 23:29:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>admin@amcomtech.net</managingEditor>
			<webMaster>admin@amcomtech.net</webMaster>
			
			
			
			
			
			<item>
				<title>TJ Downes on Flex RSLs</title>
				<link>http://www.amcomtech.net/client/index.cfm/2010/2/22/TJ-Downes-on-Flex-RSLs</link>
				<description>
				
				Amcom Technology&apos;s TJ Downes posted an in-depth article on RSLs, what they are, and tips to troubleshooting problems.
&lt;P&gt;
&lt;i&gt;
In this post we are going to examine the ins and outs of Runtime Shared Libraries. Runtime Shared Libraries (RSLs) are compiled libraries of code that allow you to cache functionality into the browser or Flash Player. One of the most common uses of RSLs are the Framework RSLs included in the Flex Framework, used to cache the Flex Framework. This can potentially speed load times. These Framework RSLs are the topic of today&apos;s post.
&lt;/i&gt;
&lt;P&gt;
&lt;a href=&quot;http://www.tjdownes.com/post.cfm/rsls-what-are-they-how-do-i-use-them-and-why-isn-t-mine-working&quot;&gt;Read the full article...&lt;/a&gt;
				
				</description>
						
				
				<category>Flex</category>				
				
				<pubDate>Mon, 22 Feb 2010 23:29:00 -0700</pubDate>
				<guid>http://www.amcomtech.net/client/index.cfm/2010/2/22/TJ-Downes-on-Flex-RSLs</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flex 3 to Flex 4 migration tidbit: Enhanced Constraints</title>
				<link>http://www.amcomtech.net/client/index.cfm/2009/6/19/Flex-3-to-Flex-4-migration-tidbit-Enhanced-Constraints</link>
				<description>
				
				Flex 4 of course introduces the new line of Spark components that replace the Flex 3 based Halo ones - although you can use Halo and Spark containers/components together.
&lt;P&gt;
One interesting tidbit is that both Halo and Spark support the notion of constraints, which is an option you can use for visual layout, by being able to anchor visual components from the edges or center of containers. E.g.
&lt;P&gt;
&lt;code&gt;
&lt;s:Button label=&quot;Hello!&quot; bottom=&quot;5&quot; right=&quot;5&quot;/&gt;            
&lt;/code&gt;
&lt;P&gt;
That above example would anchor the button to the bottom right, regardless if the user resizes the browser.
&lt;P&gt;
However, as far as I know there&apos;s no Spark container that supports enhanced constraints. You would still use the mx:Canvas Halo container. E.g.:
&lt;P&gt;
&lt;code&gt;
  &lt;mx:Canvas width=&quot;100%&quot; height=&quot;100%&quot;&gt;
    &lt;mx:constraintColumns&gt;
      &lt;mx:ConstraintColumn id=&quot;col1&quot; width=&quot;200&quot;/&gt;
      &lt;mx:ConstraintColumn id=&quot;col2&quot; width=&quot;50&quot; /&gt;
    &lt;/mx:constraintColumns&gt;
    &lt;s:Button label=&quot;Button 1&quot; left=&quot;col1:0&quot;/&gt;
    &lt;s:Button label=&quot;Button 2&quot; left=&quot;col2:0&quot;/&gt;
  &lt;/mx:Canvas&gt;
&lt;/code&gt;
				
				</description>
						
				
				<category>Flex</category>				
				
				<pubDate>Fri, 19 Jun 2009 01:44:00 -0700</pubDate>
				<guid>http://www.amcomtech.net/client/index.cfm/2009/6/19/Flex-3-to-Flex-4-migration-tidbit-Enhanced-Constraints</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Hello Swiz...</title>
				<link>http://www.amcomtech.net/client/index.cfm/2008/9/18/Hello-Swiz</link>
				<description>
				
				Well apparently I&apos;m one of the only people around that really doesn&apos;t mind &lt;a href=&quot;http://opensource.adobe.com/wiki/display/cairngorm/Cairngorm&quot;&gt;Cairngorm&lt;/a&gt;. In fact I&apos;d say I quite like it. It has served me well for the last couple years, and when you add first class IOC like &lt;a href=&quot;http://www.pranaframework.org/&quot;&gt;Prana&lt;/a&gt; you have a well documented, flexible,  lightweight  and battle tested MVC.
&lt;br /&gt;
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Flex</category>				
				
				<pubDate>Thu, 18 Sep 2008 01:16:00 -0700</pubDate>
				<guid>http://www.amcomtech.net/client/index.cfm/2008/9/18/Hello-Swiz</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Amcom&apos;s Tariq Ahmed begins work on Flex 3 In Action</title>
				<link>http://www.amcomtech.net/client/index.cfm/2008/1/17/Amcoms-Tariq-Ahmed-begins-work-on-Flex-3-In-Action</link>
				<description>
				
				SAN RAMON, January 14th -- Amcom Technology&apos;s Manager of Product Development is set to write &lt;a href=&quot;http://www.amazon.com/Flex-3-Action-Tariq-Ahmed/dp/1933988746/?tag=insidemark-20&quot;&gt;Flex 3 In Action&lt;/a&gt;, a beginners guide for those who are serious about Flex and need to get ramped up to a proficient level in a short period of time.
&lt;a href=&quot;http://www.amazon.com/Flex-3-Action-Tariq-Ahmed/dp/1933988746/?tag=insidemark-20&quot;&gt;&lt;img src=&quot;http://www.cflex.net/books/FiA.jpg&quot; align=&quot;right&quot; style=&quot;padding-left:5px&quot; alt=&quot;Adobe Flex In Action&quot;&gt;&lt;/a&gt;

&lt;P&gt;
Flex 3 In Action (FiA) is a book for programmers who come from traditional web technologies, and progressively takes them on a journey of understanding. Flex can easily be frustrating to newcomers who are used to the ease of their current language, so FiA takes an approach of leveraging your existing skills by using examples that you can relate to in your current tech vs how it&apos;s done in Flex. It gradually introduces topics on an as needed basis so that you only need to worry about learning one thing at a time. Plus various ways of doing the same thing are explained in depth so that you understand your options... and lastly, FiA makes learning Flex fun.

&lt;P&gt;
Amcom Technology is a member of the Amcom companies located in the San Francisco Bay Area (San Ramon). The company provides premium end-to-end technology services from Web 2.0/RIA software development, to network infrastructure and business intelligence.
				
				</description>
						
				
				<category>Company News</category>				
				
				<category>Flex</category>				
				
				<pubDate>Thu, 17 Jan 2008 18:34:00 -0700</pubDate>
				<guid>http://www.amcomtech.net/client/index.cfm/2008/1/17/Amcoms-Tariq-Ahmed-begins-work-on-Flex-3-In-Action</guid>
				
			</item>
			
		 	
			</channel></rss>