<?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>ScaleNine Blog &#187; examples</title>
	<atom:link href="http://scalenine.com/blog/category/examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://scalenine.com/blog</link>
	<description>The latest about ScaleNine</description>
	<lastBuildDate>Sun, 18 Jul 2010 16:37:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gumbo (Flex 4) Skin with Transitions</title>
		<link>http://scalenine.com/blog/2008/07/20/gumbo-flex-4-skin-with-transitions/</link>
		<comments>http://scalenine.com/blog/2008/07/20/gumbo-flex-4-skin-with-transitions/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 06:26:47 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[examples]]></category>
		<category><![CDATA[flex 4]]></category>
		<category><![CDATA[skinning samples]]></category>
		<category><![CDATA[flex4]]></category>
		<category><![CDATA[gumbo]]></category>
		<category><![CDATA[skinning]]></category>
		<category><![CDATA[transitions]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=138</guid>
		<description><![CDATA[In my last post I created a skin example based on the new skinning approach coming with Flex 4. It was a simple button skin that had two states, multiple icons, filters and used FXG for some of the graphics. I thought I&#8217;d expand on that example to include transitions.
Over the weekend I noticed a [...]]]></description>
			<content:encoded><![CDATA[<p>In my <a title="ScaleNine Blog" href="http://scalenine.com/blog/2008/07/17/jumping-into-skinning-with-flex-4/" target="_blank">last post</a> I created a skin example based on the new skinning approach coming with Flex 4. It was a simple button skin that had two states, multiple icons, filters and used FXG for some of the graphics. I thought I&#8217;d expand on that example to include transitions.</p>
<p>Over the weekend I noticed <a title="Flex 4" href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4" target="_blank">a new build of the Flex SDK</a> popped up with some new samples, like a CircularScrollBar, and some Gumbo Effects (amongst other things). I decided to make a Button skin with transitions that included a Resize and Fade Effect. Here&#8217;s what the 2 states look like:</p>
<p><img class="aligncenter" src="http://share.scalenine.com/images/flex4/Flex4TransitionSkin.jpg" alt="Flex 4 Transition Skin" /></p>
<p>The transition between the up and over states resizes the skin vertically then fades in the Sun/Cloud icon and the static temperature text. When you roll off the Button the transition plays in reverse. The transitions are pretty easy to implement if you&#8217;re familiar with working with Transitions and Effects currently in Flex. However, it will be nice to have Thermo to see exactly what your transitions are doing in real-time, especially for making more advanced composite effects.</p>
<p>During the process of putting this example together I experimented with using the <code>includeIn</code> property to only show content in certain states. Eventually I took it out, but that&#8217;s another option for showing/hiding content rather just messing with the alpha and scale. Plus, you&#8217;ll be sure that content will only show up in a designated state and not mess with the layout.</p>
<p>If you&#8217;re interested in what I did to get this sample to work you can <a title="Flex 4 Transition Skin" href="http://share.scalenine.com/source/Flex4/Flex4TransitionSkin/Flex4TransitionSkin.zip" target="_blank">download the source here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2008/07/20/gumbo-flex-4-skin-with-transitions/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Jumping Into Skinning with Flex 4</title>
		<link>http://scalenine.com/blog/2008/07/17/jumping-into-skinning-with-flex-4/</link>
		<comments>http://scalenine.com/blog/2008/07/17/jumping-into-skinning-with-flex-4/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 08:17:51 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[examples]]></category>
		<category><![CDATA[flex 4]]></category>
		<category><![CDATA[skinning samples]]></category>
		<category><![CDATA[flex4]]></category>
		<category><![CDATA[gumbo]]></category>
		<category><![CDATA[skinning]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=137</guid>
		<description><![CDATA[Last week a lot of new information came out for Flex 4 (Gumbo). One of the major changes we&#8217;ll be seeing in the next version of Flex is how you skin components. After doing some reading on the Adobe Open Source site, watching Ely Greenfield&#8217;s video on Adobe TV and reading some blog posts I [...]]]></description>
			<content:encoded><![CDATA[<p>Last week a lot of <a title="Deepa Subramaniam" href="http://iamdeepa.com/blog/?p=25">new information</a> came out for Flex 4 (Gumbo). One of the major changes we&#8217;ll be seeing in the next version of Flex is how you skin components. After doing some reading on the <a title="Adobe Open Source" href="http://opensource.adobe.com/wiki/display/flexsdk/Gumbo">Adobe Open Source</a> site, watching Ely Greenfield&#8217;s <a title="Adobe TV" href="http://tv.adobe.com/#v=http%3A//adobe.edgeboss.net/flash/adobe/adobetvprod/adc_presents/64_adc_018.flv%3Frss_feedid%3D1216%26xmlvers%3D2" target="_blank">video on Adobe TV</a> and reading some <a title="Smart Logic" href="http://blog.smartlogicsolutions.com/2008/07/16/skinning-button-flex-4-fxg/" target="_blank">blog posts</a> I thought I&#8217;d jump right into learning how to skin components in Flex 4.</p>
<p>Skinning in Flex 4 is drastically different than what we do today. Instead of having to work with a single graphic to represent the skin of a component, skins can be composed of multiple elements, like text, images, FXG graphics, transitions, filters, transforms, states, etc. You create your skin in a separate file and compose the skin elements together using MXML markup. This makes skinning so much more versatile so you can do things like layer graphics on top of labels, add multiple icons, create unique transitions and more.</p>
<p>Just to get started, I thought I&#8217;d just create a Button skin that began to illustrate some of the benefits of this new way of skinning. Here&#8217;s an image of the skin I ended up creating:</p>
<p><img class="aligncenter" src="http://share.scalenine.com/images/flex4/flex4button.jpg" alt="Flex 4 Button Skin" /></p>
<p>It&#8217;s a relatively simple skin (or is it?). If you look closer you&#8217;ll notice some things that aren&#8217;t possible to do in Flex 3 without making a custom component or using <a title="Open Flux" href="http://code.google.com/p/openflux/" target="_blank">OpenFlux</a>. Here&#8217;s why:</p>
<ul>
<li>- There&#8217;s two icons. One is the cloud, the other is an arrow.</li>
<li>- Notice the Glow Filter on the text. How many times has a designer or yourself wanted to throw that in a Flex application only to have to scrap it &#8217;cause it would take too long to implement.</li>
<li>- It may be hard to see, but the highlight on the Button is actually an FXG graphic layered on TOP of the Label and the 2 icons.</li>
</ul>
<p>Those reasons are just the beginning of why I&#8217;m looking forward to skinning in Flex 4. You have so much more control and it&#8217;s easy to do. However, that may have been the case for me because I use <a title="Degrafa" href="http://www.degrafa.com" target="_blank">Degrafa</a> so much.</p>
<p>This was just a &#8220;getting started&#8221; exercise for me and I plan to get into more dynamic things like transitions, working with transforms, maybe adding some 3D, experimenting with Pixel Bender filters and working with skins for other components, like Lists. Definitely fun stuff.</p>
<p>In case anyone&#8217;s interested, you can <a title="Flex4ButtonSkin" href="http://share.scalenine.com/source/Flex4/Flex4ButtonSkin/Flex4ButtonSkin.zip" target="_blank">download the source here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2008/07/17/jumping-into-skinning-with-flex-4/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>skinClass or ClassReference for Flash Skins</title>
		<link>http://scalenine.com/blog/2008/07/08/skinclass-or-classreference-for-flash-skins/</link>
		<comments>http://scalenine.com/blog/2008/07/08/skinclass-or-classreference-for-flash-skins/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 04:46:03 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[skinning samples]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[workflow]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[skins]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=134</guid>
		<description><![CDATA[Today I came across something interesting while trouble-shooting an issue with Patrick Hansen, a designer/developer at EffectiveUI. Patrick was creating skins for a Flex application using Flash. One Button skin had some very intricate and rich animated artwork that extended beyond the &#8220;actual&#8221; bounds of the skin. That is, the animation had artwork that was [...]]]></description>
			<content:encoded><![CDATA[<p>Today I came across something interesting while trouble-shooting an issue with <a title="Patrick Hansen" href="http://www.patrickhansen.com/blog/" target="_blank">Patrick Hansen</a>, a designer/developer at <a title="EffectiveUI" href="http://www.effectiveui.com" target="_blank">EffectiveUI</a>. Patrick was creating skins for a Flex application using Flash. One Button skin had some very intricate and rich animated artwork that extended beyond the &#8220;actual&#8221; bounds of the skin. That is, the animation had artwork that was masked so it would only appear within the viewable area of the Button skin. Below is a simple example I made to illustrate what I mean.</p>
<p><img class="aligncenter" src="http://share.scalenine.com/images/button-skin-mask.jpg" alt="Button Skin with Mask" /></p>
<p style="text-align: center;"><em>Button skin artwork that extends beyond the bounds. Unmasked and masked.</em></p>
<p>The animation appeared fine in Flash, but when it was applied as a skin to a Button the skin shrank in size (see image below). This was because the Button took into account the artwork that was masked in Flash. This made total sense. To fix it I thought, &#8220;Well, we could just use the bounding box technique that has been outlined in several <a title="Tom Ortega" href="http://lordbron.wordpress.com/2007/05/01/flex-component-kit-step-by-step/" target="_blank">Flex Component Kit Tutorials</a>.&#8221; Easy enough.</p>
<p><img class="aligncenter" src="http://share.scalenine.com/images/button-skin-wo-boundbox.jpg" alt="Button Skin without bounding box" /></p>
<p style="text-align: center;"><em>Button skin without a bounding box. The red is the &#8220;actual&#8221; bounds of the Button component.</em></p>
<p>If you&#8217;re not familiar with using a bounding box in Flash to define the bounds you&#8217;d like your Flash artwork to adhere too, the concept is simple. Basically, you create a box, make it a MovieClip (called &#8220;BoundingBox&#8221; or something), give it an instance name of &#8220;boundingBox&#8221; when it&#8217;s on the Stage and then use it to define bounds of the Flash content. Kinda like this:</p>
<p><img class="aligncenter" src="http://share.scalenine.com/images/button-skin-w-boundbox.jpg" alt="Button Skin with bounding box" /></p>
<p style="text-align: center;"><em>Button skin with bounding box (red) applied.</em></p>
<p>We did all that without any issues. However, we hit a snag when we tried to apply the Button skin that had this bounding box to an actual Flex Button component. We were trying to apply the skin by embedding a skinClass through CSS like this:</p>
<p><code><br />
Button<br />
{<br />
skin: Embed(skinClass="Button_skin");<br />
}<br />
</code></p>
<p>The Flex application would just hang. The trick to getting it to work was to just use a ClassReference like this:</p>
<p><code><br />
Button<br />
{<br />
skin: ClassReference("Button_skin");<br />
}<br />
</code></p>
<p>Everything compiled fine when using ClassReference. The skin looked exactly as it did in Flash and used the bounding box correctly. Cool!</p>
<p>The scary thing is that &#8220;Skin Import Wizard&#8221; in Flex automatically uses skinClass and most designers who use Flash are probably used to working with masks and artwork that extends &#8220;beyond the bounds&#8221;. The thing is that to a designer or developer it could appear that the skin is the issue, but in fact it was just a matter of switching the Skin Import Wizard default of skinClass to use ClassReference.</p>
<p>Just to make sure it wasn&#8217;t a fluke I made a <a title="Flash Skin Test" href="http://share.scalenine.com/source/Flex/FlashSkinTest/FlashSkinTest.html" target="_blank">quick test</a> (view source enabled). If you wanna make the app break, just switch ClassReference to skinClass as shown above. Am I just doing something wrong?</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2008/07/08/skinclass-or-classreference-for-flash-skins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>â€œStatefulâ€ Flex Skins with Transitions Using Flash</title>
		<link>http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/</link>
		<comments>http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 04:42:05 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[examples]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/</guid>
		<description><![CDATA[At MAX Peter Flynn of Adobe demoed how to make skins with transitions using Flash CS3 and some pre-created templates. For those who didn&#8217;t get to see the walk-through, or even for those who have, I thought I&#8217;d put together a little walk-through of my own.
What you need to get going is Flash CS3 and [...]]]></description>
			<content:encoded><![CDATA[<p>At MAX Peter Flynn of Adobe demoed how to make skins with transitions using <a href="http://www.adobe.com/products/flash/" title="Flash CS3" target="_blank">Flash CS3</a> and some <a href="http://labs.adobe.com/downloads/flex_sdext.html" title="Adobe Labs" target="_blank">pre-created templates</a>. For those who didn&#8217;t get to see the walk-through, or even for those who have, I thought I&#8217;d put together a little walk-through of my own.</p>
<p>What you need to get going is <a href="http://www.adobe.com/products/flash/" title="Flash CS3" target="_blank">Flash CS3</a> and the <a href="http://labs.adobe.com/downloads/flex_sdext.html" title="Adobe Labs" target="_blank">Flex Skin Design Extension for Flash</a>, which includes the templates. Download the <a href="http://labs.adobe.com/downloads/flex_sdext.html" title="Adobe Labs" target="_blank">Flex Skin Design Extension for Flash</a> and install it. Once installed, fire up Flash CS3. You should see a &#8220;Flex Skins&#8221; option under the &#8220;Create from Template&#8221; column in the Getting Started window.</p>
<p><a href="http://www.flickr.com/photos/7321637@N06/1528154357/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2046/1528154357_9d2910f4c0.jpg" alt="Flash Getting Started" height="401" width="500" /></a></p>
<p>When you click on the &#8220;Flex Skins&#8221; option you&#8217;ll get a window with a list of available Flex Component skins. For this example I&#8217;ll select the Button skin.</p>
<p><a href="http://www.flickr.com/photos/7321637@N06/1529022710/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2324/1529022710_271e036bf0.jpg" alt="Flash Flex Skins" height="313" width="500" /></a></p>
<p>When you first open the file you&#8217;ll see 4 layers: information, symbols, labels, background. Double-click on the Button symbol to reveal the timeline within.</p>
<p>If you scrub through the timeline you&#8217;ll notice the artwork changes to reflect the different states. This coincides with the frame labels: up, over, down, disabled. These frame labels match the state names for this Button component. Each of the other component skins may have different frame labels.</p>
<p><a href="http://www.flickr.com/photos/7321637@N06/1529022852/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2197/1529022852_213fc58fd1.jpg" alt="Flash Timeline" height="73" width="500" /></a></p>
<p>You may also notice the other frames with labels that are right next to each other. These are the transition starting and ending frames. The reason they are right next to each other is to prevent a time delay between the states. So, the first thing you want to do is spread those frames apart. For this example I&#8217;ll be working with the up-over transition.</p>
<p><a href="http://www.flickr.com/photos/7321637@N06/1529023010/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2222/1529023010_04372c8f20_o.jpg" alt="Flash Timeline" height="90" width="596" /></a></p>
<p>If you look at the frame labels for that particular transition you&#8217;ll notice they&#8217;re named up-over:start and up-over:end. This is necessary for the transition to work properly in Flex.</p>
<p>With the frames spread apart I&#8217;ll create an under-glow transition where the Button will appear to be lit from the bottom as the user rolls over. Here&#8217;s a snapshot of the work area after I&#8217;ve created my transition:</p>
<p><a href="http://www.flickr.com/photos/7321637@N06/1528153809/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2245/1528153809_31cb7ace7f.jpg" alt="Flash Flex Skins" height="415" width="500" /></a></p>
<p>I&#8217;ve got my skin all set up, so now I&#8217;ll export it for use in Flex. For this example I&#8217;ll just publish the SWF/SWC to my Desktop.</p>
<p><a href="http://www.flickr.com/photos/7321637@N06/1529021346/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2341/1529021346_5d311ea187.jpg" alt="SWC SWF Icons" height="109" width="314" /></a></p>
<p>Once those are published I switch over to Flex Builder 3. In Flex Builder I&#8217;ll create a new Flex Project called &#8220;ButtonTransitionSkin&#8221;. Now it&#8217;s time to bring in my Button skin.</p>
<p>To bring in the Button skin got up to the File &gt; Import &gt; Skin Artwork menu item in Flex Builder. When you select &#8220;Skin Artwork&#8221; there are a few options. At the top select the &#8220;SWC or SWF file&#8221; radio button and then browse for the SWC that was published. I had put mine on my Desktop. Make sure you select the SWC and not the SWF.</p>
<p>I&#8217;ll change the default CSS entry for &#8220;Create skin style rules in:&#8221; to style.css and just leave the default selection for the &#8220;Attach style sheet to application:&#8221; option. Usually I&#8217;ll put my skin assets into a subfolder called something like &#8220;style&#8221; or &#8220;skins&#8221;, but in this case I&#8217;m not. After doing that the window looks like this:</p>
<p><a href="http://www.flickr.com/photos/7321637@N06/1528155581/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2275/1528155581_15d73291f3.jpg" alt="Flex Skin Import Dialog" height="381" width="500" /></a></p>
<p>When I hit the &#8220;Next&#8221; button I get a list of check box items to select the skins I want to include in my style sheet. I&#8217;ll leave &#8220;Button_skin&#8221; checked and click &#8220;Finish&#8221;. When I do that the style.css file is created and the skin is assigned to that component.</p>
<p><a href="http://www.flickr.com/photos/7321637@N06/1528156193/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2059/1528156193_a28af361bf.jpg" alt="Flex Skin Import Dialog" height="419" width="500" /></a></p>
<p>Now all that&#8217;s left is to add a Button to my Application layout and I get something like this:</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_ButtonTransitionSkin_1579372987"
			class="flashmovie"
			width="450"
			height="160">
	<param name="movie" value="http://share.scalenine.com/source/Flex/ButtonTransitionSkin/ButtonTransitionSkin.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://share.scalenine.com/source/Flex/ButtonTransitionSkin/ButtonTransitionSkin.swf"
			name="fm_ButtonTransitionSkin_1579372987"
			width="450"
			height="160">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p><a href="http://share.scalenine.com/source/Flex/ButtonTransitionSkin/ButtonTransitionSkin.html" title="Sample" target="_blank">Click here</a> to view in new window (View Source enabled). Or download the project (including FLA) <a href="http://share.scalenine.com/source/Flex/ButtonTransitionSkin/srcview/ButtonTransitionSkin.zip" title="Sample ZIP">here</a>.</p>
<p>If you&#8217;re looking for another method of creating &#8220;stateful&#8221; skins without using Flash, <a href="http://www.asfusion.com/blog/entry/stateful-skins-in-flex-3e-color-transitions-in-buttons-now-possible" title="AsFusion" target="_blank">check out a post</a> Nahuel of AsFusion wrote.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Using the AnimateProperty Effect</title>
		<link>http://scalenine.com/blog/2007/08/31/using-the-animateproperty-effect/</link>
		<comments>http://scalenine.com/blog/2007/08/31/using-the-animateproperty-effect/#comments</comments>
		<pubDate>Sat, 01 Sep 2007 05:32:47 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[examples]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/2007/08/31/using-the-animateproperty-effect/</guid>
		<description><![CDATA[I&#8217;ve been using the AnimateProperty effect a lot lately for creating single or compound effects in Flex, so I thought I&#8217;d share a few simple examples. The AnimateProperty effect not only allows you to animate a property like width, height, etc., but it also allows you to animate a style property as well, so you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using the AnimateProperty effect a lot lately for creating single or compound effects in Flex, so I thought I&#8217;d share a few simple examples. The AnimateProperty effect not only allows you to animate a property like width, height, etc., but it also allows you to animate a style property as well, so you can really get into the details of how you want a component to animate. Here&#8217;s some quick examples:</p>
<p>You can recreate the Resize, Fade, and Move effects by using the AnimateProperty effect and animating size, position and alpha:</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_AP_Properties_493576160"
			class="flashmovie"
			width="450"
			height="310">
	<param name="movie" value="http://www.scalenine.com/blog/source/Animate-Property-Samples/AP_Properties.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.scalenine.com/blog/source/Animate-Property-Samples/AP_Properties.swf"
			name="fm_AP_Properties_493576160"
			width="450"
			height="310">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p><a href="http://www.scalenine.com/blog/source/Animate-Property-Samples/srcview/index.html" target="_blank" title="AnimateProperty">Click here to view source</a></p>
<p>With the AnimateProperty effect you can also animate certain styles by setting isStyle=&#8221;true&#8221; in the effect properties. This allows you to do things like animate the cornerRadius and fontSize of a Button:</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_AP_Styles_1838750408"
			class="flashmovie"
			width="450"
			height="160">
	<param name="movie" value="http://www.scalenine.com/blog/source/Animate-Property-Samples/AP_Styles.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.scalenine.com/blog/source/Animate-Property-Samples/AP_Styles.swf"
			name="fm_AP_Styles_1838750408"
			width="450"
			height="160">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p><a href="http://www.scalenine.com/blog/source/Animate-Property-Samples/srcview/index.html" target="_blank" title="AnimateProperty">Click here to view source</a></p>
<p>Like I said, these are simple examples, but with a little experimentation you can add another level of detail to any effect you might be trying to create and it some cases have a bit more control.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2007/08/31/using-the-animateproperty-effect/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>FillColors Brings More Flex Skins</title>
		<link>http://scalenine.com/blog/2007/08/30/fillcolors-brings-more-flex-skins/</link>
		<comments>http://scalenine.com/blog/2007/08/30/fillcolors-brings-more-flex-skins/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 04:56:33 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[examples]]></category>
		<category><![CDATA[skinning samples]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/2007/08/30/fillcolors-brings-more-flex-skins/</guid>
		<description><![CDATA[
Nahuel Foronda and Laura Arguello of ASFusion have put together a great Flex skins resource site inspired by CSS Zen Garden. It&#8217;s called FillColors and it provides more examples of what&#8217;s possible with skinning a Flex application. Not only that, but they&#8217;re having a contest to celebrate the launch, so show &#8216;em what you can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/7321637@N06/1281803311/" title="Photo Sharing"><img src="http://farm2.static.flickr.com/1236/1281803311_fa7154df99.jpg" alt="FillColors" height="317" width="500" /></a></p>
<p><a href="http://www.asfusion.com/about/" title="ASFusion About">Nahuel Foronda</a> and <a href="http://www.asfusion.com/about/" title="ASFusion About">Laura Arguello</a> of <a href="http://www.asfusion.com/" title="ASFusion" target="_blank">ASFusion</a> have put together a great Flex skins resource site inspired by <a href="http://www.csszengarden.com/" title="CSS Zen Garden" target="_blank">CSS Zen Garden</a>. It&#8217;s called <a href="http://www.fillcolors.com/" title="FillColors" target="_blank">FillColors</a> and it provides more examples of what&#8217;s possible with skinning a Flex application. Not only that, but they&#8217;re having a <a href="http://www.fillcolors.com/contest" title="FillColors Contest" target="_blank">contest</a> to celebrate the launch, so show &#8216;em what you can do  before September 28th and win yourself a FlexBuilder 2 license.</p>
<p>If I can find the time I&#8217;m going to try to support them and put together a theme. Maybe based on the application sample that <a href="http://andymcintosh.com/" title="Andy McIntosh" target="_blank">Andy McIntosh</a> and I presented at <a href="http://andymcintosh.com/360Flex/" title="360Flex Presentation" target="_blank">360Flex</a>. Or, maybe I&#8217;ll just expand upon my <a href="http://www.flickr.com/photos/7321637@N06/1120689612/" title="Flex Bar Application" target="_blank">Flex Bar App</a> that never got finished.</p>
<p>FillColors makes it easy to find, preview or download any of the Flex styles on the site, and if you see something you like, you can let the author of the theme know with comments or a rating. <strike>When I was there I couldn&#8217;t figure out how to download a style to try. The download buttons were greyed out, but I&#8217;m sure those will become active very soon </strike></p>
<p>I&#8217;ve heard several people mention new Flex skinning resource sites on the horizon and it&#8217;s great to see them starting to bubble to the surface.</p>
<p><a href="http://www.fillcolors.com/" title="FillColors" target="_blank">Check out FillColors </a></p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2007/08/30/fillcolors-brings-more-flex-skins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Back From Presenting at the LA Flex User Group</title>
		<link>http://scalenine.com/blog/2007/07/10/back-from-presenting-at-the-la-flex-user-group/</link>
		<comments>http://scalenine.com/blog/2007/07/10/back-from-presenting-at-the-la-flex-user-group/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 07:04:54 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[examples]]></category>
		<category><![CDATA[presentations]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/2007/07/10/back-from-presenting-at-the-la-flex-user-group/</guid>
		<description><![CDATA[I just got back from doing a presentation at the Los Angeles Flex User Group organized by Tom Bray and Robert Cadena of Search Coders. It was great to finally meet those guys and have conversations with fellow &#8220;Flexers&#8221; along with shaking the dust off some of my presentation skills.
The presentation, titled &#8220;Creating a Visual [...]]]></description>
			<content:encoded><![CDATA[<p>I just got back from doing a presentation at the <a href="http://laflex.org/" title="LAFlex.org" target="_blank">Los Angeles Flex User Group </a>organized by <a href="http://www.tombray.com/" title="Tom Bray" target="_blank">Tom Bray</a> and <a href="http://www.machine501.com/" title="Robert Cadena" target="_blank">Robert Cadena</a> of <a href="http://www.searchcoders.com/" title="Search Coders" target="_blank">Search Coders</a>. It was great to finally meet those guys and have conversations with fellow &#8220;Flexers&#8221; along with shaking the dust off some of my presentation skills.</p>
<p>The presentation, titled &#8220;<a href="http://scalenine.com/pres/LAFlexVisualExperience.pdf" title="Presentation" target="_blank">Creating a Visual Experience in Flex 2</a>,&#8221; was a test run of some of the topics <a href="http://blogs.andymcintosh.com/" title="Andy McIntosh" target="_blank">Andy McIntosh</a> and I will be presenting at the <a href="http://www.360conferences.com/360flex/" title="360Flex Conference" target="_blank">360Flex Conference</a> in August. Overall things went great and I got a lot of feedback. Some of the feedback I got was to be expected like, &#8220;You need more visuals.&#8221; I got into a time crunch and didn&#8217;t get to implement all the visuals I wanted to, I mean come on, I&#8217;m talking about something visual and I have no visuals. Completely understandable and I&#8217;ll make sure to get more in there.</p>
<p>There was a bit of redundancy in parts of the presentation that I breezed through to get to showing some actual live examples of what I was talking about. Everybody really responded to those, so I&#8217;m going to try to work live examples in the presentation even if I do have to break between the slides and FlexBuilder. I&#8217;ve got a bit of work to do.</p>
<p>Also, I mentioned to those who attended that I&#8217;d be making the presentation slides available so you can access a PDF of the slides below. The redundant parts were stripped out and the majority of the slides have general concepts that I went into detail while speaking.</p>
<p><a href="http://scalenine.com/pres/LAFlexVisualExperience.pdf" title="Presentation" target="_blank">Download Presentation &#8220;Creating a Visual Experience in Flex 2&#8243;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2007/07/10/back-from-presenting-at-the-la-flex-user-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Overlapping Tabs in Flex (Graphically)</title>
		<link>http://scalenine.com/blog/2007/04/19/creating-overlapping-tabs-in-flex-graphically/</link>
		<comments>http://scalenine.com/blog/2007/04/19/creating-overlapping-tabs-in-flex-graphically/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 05:39:28 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[examples]]></category>
		<category><![CDATA[skinning samples]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/2007/04/19/creating-overlapping-tabs-in-flex-graphically/</guid>
		<description><![CDATA[Recently I was presented with the challenge of creating overlapping Tabs and when clicked, the selected Tab should come to the foreground. No problem I thought. I&#8217;ll just set the horizontalGap of the TabBar to a negative value to get the overlap and, um, wait a second. How do I get the selected Tab to [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I was presented with the challenge of creating overlapping Tabs and when clicked, the selected Tab should come to the foreground. No problem I thought. I&#8217;ll just set the horizontalGap of the TabBar to a negative value to get the overlap and, um, wait a second. How do I get the selected Tab to come to the foreground when it&#8217;s clicked? It doesn&#8217;t do that by default. A selected Tab stays at it&#8217;s itnitially rendered depth.</p>
<p>I tackled this challenge graphically by modifying my Tab skins by slicing them up like and putting the &#8220;overlapped&#8221; portion of the Tab with part of the Tab skin next to it. This is pretty similar tactics to creating overlapping tabs fot HTML sites using CSS. This is how my skin graphics looked:</p>
<p><img src="http://www.scalenine.com/samples/overlapTabs/tabSkin.jpg" title="Tabs Skin Image" alt="Tabs Skin Image" height="117" width="500" /></p>
<p>Which gave me a TabBar with Tabs that looked like this:</p>
<p><img src="http://www.scalenine.com/samples/overlapTabs/tabSample1.jpg" title="Tab Sample 1" alt="Tab Sample 1" /></p>
<p>I then ended up adding some gradients to smooth out the juncture of where one Tab skin met the next to prevent any hard edges. Subtle stuff, but it makes a difference. Adding those gradients gave me a TabBar with Tabs that looked like this:</p>
<p><img src="http://www.scalenine.com/samples/overlapTabs/tabSample2.jpg" title="Tab Sample 2" alt="Tab Sample 2" /></p>
<p>The final step was pointing to my CSS file for the styling of the TabBar and Tabs. With the styling in place, this technique creates the illusion of overlapping Tabs in a TabBar.</p>
<p><a href="http://www.scalenine.com/samples/overlapTabs/OverlapTabs.html" title="Overlapping Tabs Sample" target="_blank">View Sample and with Source</a> (FLA file included)</p>
<p>Of course there are downsides to this technique. The most flexible solution would be tweaking the TabBar to bring the selected child/tab to the foreground. Doing so would mean there&#8217;d be no need to mess with slicing up images and all you&#8217;d have to do is set the horizontalGap on a TabBar to a negative value like I initially tried to do. Hopefully there wasn&#8217;t an allowTabOverlap property, or something, I missed.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2007/04/19/creating-overlapping-tabs-in-flex-graphically/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>10 Ways to Skin an App</title>
		<link>http://scalenine.com/blog/2007/02/17/10-ways-to-skin-an-app/</link>
		<comments>http://scalenine.com/blog/2007/02/17/10-ways-to-skin-an-app/#comments</comments>
		<pubDate>Sun, 18 Feb 2007 01:31:39 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/2007/02/17/10-ways-to-skin-an-app/</guid>
		<description><![CDATA[
1. Style it with CSS
This is one of the quickest and easiest ways to start making your Flex 2 Application look a bit more &#8220;custom&#8221;. CSS styling can be applied using an external style sheet or directly inline of your MXML. A great tool for creating and understanding CSS styling is Peter Baird&#8217;s Flex 2 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/7321637@N06/419537690/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/153/419537690_0a4dc11f06.jpg" width="500" height="336" alt="flex theming" /></a></p>
<h3><font color="#7dac4b">1. Style it with CSS</font></h3>
<p>This is one of the quickest and easiest ways to start making your Flex 2 Application look a bit more &#8220;custom&#8221;. <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000293.html" title="Flex 2 Inline CSS" target="_blank">CSS styling</a> can be applied using an <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000767.html" title="Flex 2 External CSS" target="_blank">external style sheet</a> or <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000445.html" title="Flex 2 Inline CSS" target="_blank">directly</a> <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000293.html" title="Flex 2 Inline CSS" target="_blank">inline</a> of your MXML. A great tool for creating and understanding CSS styling is <a href="http://weblogs.macromedia.com/mc/" title="Adobe Consulting" target="_blank">Peter Baird&#8217;s</a> <a href="http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html" title="Style Explorer" target="_blank">Flex 2 Style Explorer</a>. This tool also gives you the ability to export your CSS to use in your Flex app. Whether inline or as an external stylesheet.</p>
<p><font color="#7dac4b">Examples:</font> <a href="http://www.scalenine.com/themes/moxy/moxy.html" title="Moxy CSS Theme" target="_blank">Moxy Theme</a> , <a href="http://weblogs.macromedia.com/mc/archives/OSXcss.html" title="Mac OS X Theme" target="_blank">Mac OS X Theme</a> by <a href="http://weblogs.macromedia.com/mc/" title="Adobe Consulting" target="_blank">Adobe Consulting</a></p>
<h3><font color="#7dac4b">2. Go Graphical</font></h3>
<p>Another method is <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000802.html" title="Flex 2 Graphical Skinning" target="_blank">Graphical Skinning</a>, which can be a bit more time consuming, but allows for more control over the look of the UI. Most &#8220;unique&#8221; looking Flex applications use this method in combination with CSS styling to get a more custom look.Graphics can be created a few different ways using Photoshop, Fireworks, or Flash. <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000976.html" title="Scale 9 Tactics" target="_blank">Scale-9</a> or <a href="http://www.waldosmeets.com/2006/02/03/604/" title="9-Slice Tactics" target="_blank">9-slice tactics</a> can be used to allow your graphics to scale uniformly with the component it&#8217;s applied to. Also, like styling, this method can be <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000802.html" title="Flex 2 Inline Skinning" target="_blank">used inline</a> or with definitions in an <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000802.html" title="Flex 2 External Skinning" target="_blank">external CSS</a> file.</p>
<p>Check out Narcisso Jaramillo&#8217;s <a href="http://www.adobe.com/devnet/flex/articles/flex_skins.html" title="Skinning Tutorial" target="_blank">great tutorial</a> on how to do all this. If you&#8217;re using Photoshop there&#8217;s <a href="http://www.jessewarden.com/archives/2006/12/getting_a_photo.html" title="Photoshop Design into Flex" target="_blank">this video tutorial</a> from <a href="http://www.jessewarden.com/archives/2006/12/getting_a_photo.html" title="Jesse Warden" target="_blank">Jesse Warden</a> about getting a Photoshop design into Flex 2.</p>
<p><font color="#7dac4b">Examples:</font> <a href="http://www.scalenine.com/themes/messenger/messenger.html" title="ScaleNine Messenger Theme" target="_blank">Messenger Theme</a> , <a href="http://www.picnik.com/" title="Picnik Photo Editor" target="_blank">Picnik</a> , <a href="http://www.flip.com/flipbooks" title="Flip Flip Books" target="_blank">Flip Flip Books</a></p>
<p><font color="#7dac4b">Resources: </font><a href="http://www.jessewarden.com/archives/2006/08/flash_9_button.html" title="Flash 9 Button" target="_blank">Flash 9 Button in Flex 2</a>, <a href="http://www.jessewarden.com/archives/2006/12/integrating_a_f.html" title="Flash Interface in Flex 2" target="_blank">Integrating a Flash interface into Flex 2</a></p>
<h3><font color="#7dac4b">3. Make it Programmatic</font></h3>
<p>If you want the most control over the way you Flex 2 application looks, then <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000807.html" title="Flex 2 Programmatic Skinning" target="_blank">programmatic skinning</a> is the way to go. It is a more advanced <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000807.html" title="Programmatic Skins Recipe" target="_blank">method</a> of <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000807.html" title="Applying Programmatic Skins" target="_blank">skinning</a> and requires programming knowledge. <a href="http://onreflexion.blogspot.com/index.html" title="On Reflexion" target="_blank">Eylon Stroh</a> of Adobe put together a really great <a href="http://onreflexion.blogspot.com/2007/01/napkin-skins-in-flex_24.html" title="On Reflexion" target="_blank">step-by-step walkthrough</a>, including implementation of <a href="http://onreflexion.blogspot.com/2007/01/napkin-skins-stage-two-programmatic.html" title="Programmatic Skinning" target="_blank">programmatic skinning</a>.</p>
<p><font color="#7dac4b">Examples:</font> <a href="http://www.thebetterside.com/scrawl/ScrawlExample4.html" title="Napkin Skin" target="_blank">Napkin Skin</a> by Eylon Stroh</p>
<p><font color="#7dac4b">Other Styling and Skinning Resources:</font> <a href="http://weblogs.macromedia.com/khoyt/archives/2006/02/programmatic_sk.cfm" title="Programmatic Skinning" target="_blank">Programmatic Skinning with Flex 2</a> , <a href="http://cfdj.sys-con.com/read/256198.htm" title="Interface Customization in Flex 2" target="_blank">Interface Customization in Flex</a> , <a href="http://cfdj.sys-con.com/read/256198.htm" title="Interface Customization in Flex 2" target="_blank"></a><a href="http://www.scalenine.com/resources.html" title="ScaleNine Resources" target="_blank">ScaleNine Resources</a></p>
<h3><font color="#7dac4b">4. Customize the App Preloader</font></h3>
<p>One of the ways you can usually tell an application was built using Flex is it loads in with the default preloader. I&#8217;ve run across several people in various forums asking about how to skin the preloader. The Adobe Live Docs provide a <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000647.html" title="Custom Preloader" target="_blank">method and explanation</a> on how to do this. <a href="http://www.onflex.org/ted/" title="Ted On Flex" target="_blank">Ted Patrick</a> also provides <a href="http://www.onflex.org/ted/2006/07/flex-2-preloaders-swf-png-gif-examples.php" title="Custom Preloader" target="_blank">some insight</a> on how to do this.</p>
<p><font color="#7dac4b">Examples:</font> <a href="http://www.picnik.com/" title="Picnik Photo Editor" target="_blank">Picnik</a> , <a href="http://www.flip.com/flipbooks" title="Flip Flip Books" target="_blank">Flip Flip Books</a> , <a href="http://www.onflex.org/flexapps/applications/Flipper/" title="Flipper FlexApps Viewer" target="_blank">Flipper FlexApps Viewer</a></p>
<h3><font color="#7dac4b">5. Establish a Color Scheme</font></h3>
<p>Another way to get a great looking Flex app is to establish a appealing and consistent color scheme. It seems like something small, but it can make a big difference when executed correctly. I know not everyone is a designer and picking colors can be scary, but it&#8217;s worth it. There&#8217;s a lot of great online tools to help with this. Of course, there&#8217;s Adobe&#8217;s <a href="http://kuler.adobe.com/" title="Kuler" target="_blank">Kuler</a>, which is easy to browse and find a color scheme you like. Write or copy the values and use them to give you Flex app a new color scheme. There&#8217;s also <a href="http://beta.dailycolorscheme.com/" title="Daily Color Scheme" target="_blank">Daily Color Scheme</a>, this <a href="http://www.steeldolphin.com/color_scheme.html" title="Color Scheme Tool" target="_blank">Color Scheme Tool</a>, and I&#8217;m sure many others.</p>
<p>Keep in mind that color does play a big role in your application and depending on it&#8217;s functionality or purpose you may want to go with more neutral colors like greys, subtle color shandes or white.</p>
<h3><font color="#7dac4b">6. Fonts</font></h3>
<p>The way text looks in your app can set it appart from others. In Flex you can <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000784.html" title="Fonts in Flex 2" target="_blank">embed other fonts</a> (<a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000784.html" title="Embedding Fonts" target="_blank">inline or via external CSS file</a>) to use for any purpose, whether for your application as a whole or in select locations to bring attention. At the moment Flex 2 only supports the embedding of TrueType fonts.</p>
<p>Choosing a font, like choosing a color sheme, can be tricky. Again, it depends on what you wnat to accomplish with it and insuring legibility and usability when implemented. Keep in mind that fonts range in price from free to fairly expensive.</p>
<p><font color="#7dac4b">Here&#8217;s a few resources for finding fonts:</font> <a href="http://www.fontfreak.com/index3.htm" title="Font Freak" target="_blank">Font Freak</a>, <a href="http://www.fontsforflash.com/" title="Fonts For Flash" target="_blank">Fonts For Flash</a>, <a href="http://www.orgdot.com/aliasfonts/" title="Orgdot" target="_blank">Orgdot</a>, <a href="http://www.free-fonts.com/" title="Free-Fonts" target="_blank">Free-Fonts</a>, <a href="http://www.dafont.com/" title="Dafont" target="_blank">Dafont</a>, <a href="http://www.veer.com/products/type/" title="Veer Type" target="_blank">Veer</a>, <a href="http://www.adobe.com/type/index.html" title="Adobe Type" target="_blank">Adobe Type</a></p>
<h3><font color="#7dac4b">7. Icons</font></h3>
<p>Usuability and an intuitive user interface can make or break an application. The use of visual cues can ease a users perception of an application and increase the pace at which they learn the app. Icons are an easy way to give users &#8220;directions&#8221; in what they need to do and can compliment or reenforce the text the icon may be next to. Like the saying goes, &#8220;A picture is worth a thousand words.&#8221; In some cases an icon can say more than text.</p>
<p><font color="#7dac4b">Here&#8217;s a few resources for icons:</font> <a href="http://www.famfamfam.com/" title="Fam Fam Fam Icons" target="_blank">Fam Fam Fam</a>, <a href="http://stockicons.com/" title="Stock Icons" target="_blank">Stock Icons</a>, <a href="http://www.glyphlab.com/" title="Glyph Lab Icons" target="_blank">Glyph Lab</a>, <a href="http://www.iconbuffet.com/" title="Icon Buffet" target="_blank">Icon Buffet</a>, <a href="http://www.fasticon.com/" title="Fast Icon" target="_blank">Fast Icon</a>, <a href="http://www.iconshock.com/" title="Icon Shock" target="_blank">Icon Shock</a>, <a href="http://www.iconbase.com/" title="Icon Base" target="_blank">Icon Base</a>, <a href="http://www.iconbase.com/" title="Icon Base" target="_blank"></a><a href="http://www.iconfish.com/" title="Icon Fish" target="_blank">Icon Fish</a></p>
<h3><font color="#7dac4b">8. Add Some Effects<br />
</font></h3>
<p>Selectively adding <a href="http://www.adobe.com/devnet/flex/quickstart/adding_effects/" title="Flex 2 Effects" target="_blank">static and animated effects</a> like drop shadows, glows, etc. can help add a polished look to your Flex 2 app. You can use <a href="http://livedocs.adobe.com/flex/1/flex_builder_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Using_Flex_Builder&amp;file=brady519.htm" title="Flex Effects" target="_blank">Flex&#8217;s effects</a>, <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000737.html" title="Composite Flex 2 Effects" target="_blank">create composite effects</a>, or take advantage of <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000776.html" title="Import Flash Filters" target="_blank">importing Flash Filters</a> for images and text. To get a better idea of what&#8217;s possible by using effects check out the <a href="http://examples.adobe.com/flex2/inproduct/sdk/explorer/explorer.html" title="Flex Component Explorer" target="_blank">Flex Component Explorer</a>.</p>
<p>In addition, <a href="http://blog.keutgens.de/" title="David Keutgens' Blog" target="_blank">David Keutgens</a> put together a <a href="http://blog.keutgens.de/index.php/flex-effect-explorer-01alpha/" title="Flex Effects Explorer" target="_blank">Flex Effects Explorer</a>, which makes it easy to see what these effects can do to various components in your app. And a more in depth display of <a href="http://weblogs.macromedia.com/auhlmann/archives/effects/index.cfm" title="Alex Uhlmann's Distortion Effects" target="_blank">Distortion Effects</a> was created by <a href="http://weblogs.macromedia.com/auhlmann/" title="Alex Uhlmann's Blog" target="_blank">Alex Uhlmann</a>.</p>
<p><font color="#7dac4b">Other Effects Resources</font><font color="#7dac4b">:</font> <a href="http://www.darronschall.com/weblog/archives/000251.cfm" title="Animated Flex 2 Color Transitions" target="_blank">Animated Color Transitions</a> by <a href="http://www.darronschall.com/weblog/" title="Darron Schall's Blog" target="_blank">Darron Schall</a></p>
<p><font color="#7dac4b">Examples</font><font color="#7dac4b">:</font> <a href="http://www.onflex.org/flexapps/applications/Flipper/" title="Flipper FlexApps Viewer" target="_blank">Flipper FlexApps Viewer</a>, <a href="http://jamjar.adobe.com/" title="JamJar by Adobe" target="_blank">JamJar</a></p>
<h3><font color="#7dac4b">9. State Transitions<br />
</font></h3>
<p>Smooth out your app&#8217;s state changes by <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000318.html" title="State Transitions" target="_blank">creating transitions</a>. With a little code components can grow, reveal, collapse, flip, etc. for any number of purposes. Defining <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000941.html" title="Multiple Transitions" target="_blank">multiple transitions</a> can create an even more fluid user experience.</p>
<p><font color="#7dac4b">Other Effects Resources</font><font color="#7dac4b">:</font> <a href="http://www.darronschall.com/weblog/archives/000251.cfm" title="Animated Flex 2 Color Transitions" target="_blank">Animated Color Transitions</a> by <a href="http://www.darronschall.com/weblog/" title="Darron Schall's Blog" target="_blank">Darron Schall</a></p>
<p><font color="#7dac4b">Examples</font><font color="#7dac4b">:</font> <a href="http://examples.adobe.com/flex2/inproduct/sdk/flexstore/flexstore.html" title="Flex Store" target="_blank">FlexStore</a></p>
<h3><font color="#7dac4b">10. Get Feedback<br />
</font></h3>
<p>Successful applications are rarely built without the influence of other people and I know not everyone has access to advanced user group testing and polling. However, during the process of creating a UI it&#8217;s always a good idea to get feedback from people who are familiar with what you&#8217;re doing and, maybe more importantly, by those who are not. There&#8217;s a lot to learn from a fresh and unfamiliar perspective. In most cases, these perspectives can help shape a final product.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2007/02/17/10-ways-to-skin-an-app/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Flipper Flickr Flex Apps Viewer</title>
		<link>http://scalenine.com/blog/2007/02/15/flipper-flickr-flex-apps-viewer/</link>
		<comments>http://scalenine.com/blog/2007/02/15/flipper-flickr-flex-apps-viewer/#comments</comments>
		<pubDate>Thu, 15 Feb 2007 18:00:18 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[examples]]></category>
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/2007/02/15/flipper-flickr-flex-apps-viewer/</guid>
		<description><![CDATA[
Say that 5 times fast. If you get a chance, check out this FlexApps Flickr collection viewer by Kellen Styler of Cynergy Systems. Talk about a nice Flex app to look at other nice Flex apps. It&#8217;s a nice way to view Ted Patrick&#8217;s FlexApps image collection and I&#8217;m sure as more images get added [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/7321637@N06/419537650/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/176/419537650_6a3f74ceca_o.jpg" width="500" height="360" alt="FlipperFlexApps" /></a></p>
<p>Say that 5 times fast. If you get a chance, check out this <a href="http://www.onflex.org/flexapps/applications/Flipper/" title="FlexApps Viewer">FlexApps Flickr collection viewer</a> by Kellen Styler of <a href="http://www.cynergysystems.com/" title="Cynergy Systems">Cynergy Systems</a>. Talk about a nice Flex app to look at other nice Flex apps. It&#8217;s a nice way to view <a href="http://www.onflex.org/ted/" title="Ted On Flex">Ted Patrick&#8217;s</a> <a href="http://www.flickr.com/photos/flexapps" title="FlexApps Image Collection">FlexApps image collection</a> and I&#8217;m sure as more images get added there will be less panning.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2007/02/15/flipper-flickr-flex-apps-viewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

