<?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; skinning samples</title>
	<atom:link href="http://scalenine.com/blog/category/skinning-samples/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>Performance Issues Using the Flex Component Kit for Flash</title>
		<link>http://scalenine.com/blog/2009/03/05/performance-issues-using-the-flex-component-kit-for-flash/</link>
		<comments>http://scalenine.com/blog/2009/03/05/performance-issues-using-the-flex-component-kit-for-flash/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 21:07:55 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[skinning samples]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flex component kit]]></category>
		<category><![CDATA[skinning]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=310</guid>
		<description><![CDATA[On a recent project I was implementing some skins into an AIR application. Things were moving forward without any problems until recently when the lead developer on the project, Greg Owen, walked up to me and asked about potential performance issues with skinning. I asked what the issue was and he mentioned a major CPU [...]]]></description>
			<content:encoded><![CDATA[<p>On a recent project I was implementing some skins into an AIR application. Things were moving forward without any problems until recently when the lead developer on the project, Greg Owen, walked up to me and asked about potential performance issues with skinning. I asked what the issue was and he mentioned a major CPU hit was being taken as soon as the style sheet was loaded and it just continued to climb. He also mentioned the issue had gotten worse as more development and skinning progress had been made.</p>
<p>We stripped out Degrafa (we were using Degrafa for skinning). That wasn&#8217;t the issue. We changed around some embeds. That wasn&#8217;t the issue. Greg eventually narrowed it down to using the Flex Component Kit for skinning as the issue by reverting a sample skin back to the &#8220;stateless&#8221; way of creating skins. When that was done there was a substantial difference.</p>
<p>The thing is, this issue may not be very noticeable in smaller applications. It&#8217;s when you begin to add more controls that the issue becomes very apparent, which may explain why nothing really comes up when you do a Google search.</p>
<p>Patrick Hansen, the UX Designer who created the skins, has <a title="Patrick Hansen" href="http://patrickhansen.com/blog/index.php/2009/03/05/flex-stateful-skins-vs-stateless?blog=3" target="_blank">written about the issue from a designer perspective</a> and Greg Owen has <a title="Greg Owen" href="http://behindtheui.blogspot.com/2009/03/flex-component-kit-cpu-black-hole.html" target="_blank">written a post from a developer&#8217;s perspective</a>. They&#8217;ve also provided sample files so you can see the issue first hand.</p>
<p><a href="http://pc.de/pages/performance-issues-be">Belorussian</a> provided by <a href="http://pc.de/">Patricia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2009/03/05/performance-issues-using-the-flex-component-kit-for-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The New Look of Flex</title>
		<link>http://scalenine.com/blog/2008/10/30/the-new-look-of-flex/</link>
		<comments>http://scalenine.com/blog/2008/10/30/the-new-look-of-flex/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 01:51:41 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[flex 4]]></category>
		<category><![CDATA[skinning samples]]></category>
		<category><![CDATA[flex4]]></category>
		<category><![CDATA[gumbo]]></category>
		<category><![CDATA[skins]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=231</guid>
		<description><![CDATA[There have been a ton of new specs added for Flex 4 lately, so I thought I&#8217;d grab the most recent version of the Flex 4 SDK to see what&#8217;s changed since I last checked. I currently have the Flex 4 SDK set up to run in Flex Builder 3, so I just added some components [...]]]></description>
			<content:encoded><![CDATA[<p>There have been a ton of new specs added for Flex 4 lately, so I thought I&#8217;d grab the most recent version of the Flex 4 SDK to see what&#8217;s changed since I last checked. I currently have the Flex 4 SDK set up to run in Flex Builder 3, so I just added some components to start playing around with a few things. When I ran the application I noticed a whole new Flex theme that looks something like this:</p>
<p><a title="Gumbo Theme" href="http://share.scalenine.com/source/Flex4/GumboTheme/GumboTheme.html" target="_blank"><img class="aligncenter" title="Gumbo Theme" src="http://share.scalenine.com/images/flex4/gumbo-theme.jpg" alt="" width="466" height="227" /></a></p>
<p>It appears the Halo theme we&#8217;ve all have come to know is going to be replaced with a refreshed look (Any guesses on the name of this theme?). This theme is done all in FXG and includes a pretty good number of new &#8220;Gumbonents&#8221;. It&#8217;s great seeing the new method of skinning executed on an entire theme because you can really see some of the power behind what you&#8217;ll be able to do.</p>
<p>After I saw this default theme, I started looking around in other folder in the SDK download and there&#8217;s another theme that&#8217;s been added as well, called Wireframe. It looks like this:</p>
<p><a title="Wireframe Theme" href="http://share.scalenine.com/source/Flex4/WireframeTheme/GumboTheme.html" target="_blank"><img class="aligncenter" title="Wireframe Theme" src="http://share.scalenine.com/images/flex4/gumbo-wireframe.jpg" alt="" width="468" height="222" /></a></p>
<p>What I like about this theme is it feels very &#8220;blueprint-like&#8221;. It does indeed remind me of what you might see in a created set of wireframes. This theme also is a great way to manage client expectations and get them to focus on interactions versus the visual design. One of the issues I&#8217;ve seen with the Halo theme is that it can look great right out of the box, so people might feel fine leaving it as is. This theme does a great job of begging to be customized.</p>
<p>While looking at the source files of the skins, I wondered what it might take to make a graphical skin that works in Flex 3 with with the new &#8220;Gumbonents&#8221;. Turns out it&#8217;s pretty easy. If you&#8217;ve got a Flex 3 Button skin created with PNGs that you want to use in an FxButton, you can do something like this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
</pre></td><td class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;">&lt;?xml version=<span style="color: #ff0000;">&quot;1.0&quot;</span> encoding=<span style="color: #ff0000;">&quot;utf-8&quot;</span>?<span style="color: #7400FF;">&gt;</span></span>
<span style="color: #000000;">&lt;Skin xmlns=<span style="color: #ff0000;">&quot;http://ns.adobe.com/mxml/2009&quot;</span><span style="color: #7400FF;">&gt;</span></span>
&nbsp;
	<span style="color: #000000;">&lt;states<span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;">&lt;State name=<span style="color: #ff0000;">&quot;up&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
        <span style="color: #000000;">&lt;State name=<span style="color: #ff0000;">&quot;over&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
        <span style="color: #000000;">&lt;State name=<span style="color: #ff0000;">&quot;down&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
        <span style="color: #000000;">&lt;State name=<span style="color: #ff0000;">&quot;disabled&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
    <span style="color: #000000;">&lt;/states<span style="color: #7400FF;">&gt;</span></span>
&nbsp;
    <span style="color: #000000;"><span style="color: #808080; font-style: italic;">&lt;!-- Skin --&gt;</span></span>
    <span style="color: #000000;">&lt;Image left=<span style="color: #ff0000;">&quot;0&quot;</span> top=<span style="color: #ff0000;">&quot;0&quot;</span> right=<span style="color: #ff0000;">&quot;0&quot;</span> bottom=<span style="color: #ff0000;">&quot;0&quot;</span> maintainAspectRatio=<span style="color: #ff0000;">&quot;false&quot;</span></span>
<span style="color: #000000;">    	source.up=<span style="color: #ff0000;">&quot;@Embed(source='Button_upSkin.png',scaleGridTop='5',scaleGridLeft='5',scaleGridRight='59',scaleGridBottom='17')&quot;</span></span>
<span style="color: #000000;">    	source.over=<span style="color: #ff0000;">&quot;@Embed(source='Button_overSkin.png',scaleGridTop='5',scaleGridLeft='5',scaleGridRight='59',scaleGridBottom='17')&quot;</span></span>
<span style="color: #000000;">    	source.down=<span style="color: #ff0000;">&quot;@Embed(source='Button_downSkin.png',scaleGridTop='5',scaleGridLeft='5',scaleGridRight='59',scaleGridBottom='17')&quot;</span></span>
<span style="color: #000000;">    	source.disabled=<span style="color: #ff0000;">&quot;@Embed(source='Button_disabledSkin.png',scaleGridTop='5',scaleGridLeft='5',scaleGridRight='59',scaleGridBottom='17')&quot;</span></span>
<span style="color: #000000;">    <span style="color: #7400FF;">/&gt;</span></span>
&nbsp;
    <span style="color: #000000;"><span style="color: #808080; font-style: italic;">&lt;!-- Label --&gt;</span></span>
    <span style="color: #000000;">&lt;TextBox id=<span style="color: #ff0000;">&quot;labelField&quot;</span></span>
<span style="color: #000000;">             horizontalCenter=<span style="color: #ff0000;">&quot;0&quot;</span> verticalCenter=<span style="color: #ff0000;">&quot;1&quot;</span></span>
<span style="color: #000000;">             left=<span style="color: #ff0000;">&quot;10&quot;</span> right=<span style="color: #ff0000;">&quot;10&quot;</span> top=<span style="color: #ff0000;">&quot;2&quot;</span> bottom=<span style="color: #ff0000;">&quot;2&quot;</span></span>
<span style="color: #000000;">             textAlign=<span style="color: #ff0000;">&quot;center&quot;</span> verticalAlign=<span style="color: #ff0000;">&quot;middle&quot;</span></span>
<span style="color: #000000;">             color.over=<span style="color: #ff0000;">&quot;0x336699&quot;</span><span style="color: #7400FF;">&gt;</span></span>
    <span style="color: #000000;">&lt;/TextBox<span style="color: #7400FF;">&gt;</span></span>
&nbsp;
<span style="color: #000000;">&lt;/Skin<span style="color: #7400FF;">&gt;</span></span></pre></td></tr></table></div>

<p>And what about a skin created in Flash and outputted as a SWC? Well, for that you&#8217;d can drop the SWC into your libs folder and then use the local namespace to reference the skin classes. Using that skin class in a Gumbo skin looks something like this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
</pre></td><td class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;">&lt;?xml version=<span style="color: #ff0000;">&quot;1.0&quot;</span> encoding=<span style="color: #ff0000;">&quot;utf-8&quot;</span>?<span style="color: #7400FF;">&gt;</span></span>
<span style="color: #000000;">&lt;Skin xmlns=<span style="color: #ff0000;">&quot;http://ns.adobe.com/mxml/2009&quot;</span><span style="color: #7400FF;">&gt;</span></span>
&nbsp;
	<span style="color: #000000;">&lt;states<span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;">&lt;State name=<span style="color: #ff0000;">&quot;up&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
        <span style="color: #000000;">&lt;State name=<span style="color: #ff0000;">&quot;over&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
        <span style="color: #000000;">&lt;State name=<span style="color: #ff0000;">&quot;down&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
        <span style="color: #000000;">&lt;State name=<span style="color: #ff0000;">&quot;disabled&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
    <span style="color: #000000;">&lt;/states<span style="color: #7400FF;">&gt;</span></span>
&nbsp;
    <span style="color: #000000;"><span style="color: #808080; font-style: italic;">&lt;!-- Skin --&gt;</span></span>
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;local:Button</span>_skin left=<span style="color: #ff0000;">&quot;0&quot;</span> top=<span style="color: #ff0000;">&quot;0&quot;</span> right=<span style="color: #ff0000;">&quot;0&quot;</span> bottom=<span style="color: #ff0000;">&quot;0&quot;</span></span>
<span style="color: #000000;">    	currentState=<span style="color: #ff0000;">&quot;up&quot;</span></span>
<span style="color: #000000;">    	currentState.over=<span style="color: #ff0000;">&quot;over&quot;</span></span>
<span style="color: #000000;">    	currentState.down=<span style="color: #ff0000;">&quot;down&quot;</span></span>
<span style="color: #000000;">    	currentState.down=<span style="color: #ff0000;">&quot;disabled&quot;</span><span style="color: #7400FF;">/&gt;</span></span> 
&nbsp;
    <span style="color: #000000;"><span style="color: #808080; font-style: italic;">&lt;!-- Label --&gt;</span></span>
    <span style="color: #000000;">&lt;TextBox id=<span style="color: #ff0000;">&quot;labelField&quot;</span></span>
<span style="color: #000000;">             horizontalCenter=<span style="color: #ff0000;">&quot;0&quot;</span> verticalCenter=<span style="color: #ff0000;">&quot;1&quot;</span></span>
<span style="color: #000000;">             left=<span style="color: #ff0000;">&quot;10&quot;</span> right=<span style="color: #ff0000;">&quot;10&quot;</span> top=<span style="color: #ff0000;">&quot;2&quot;</span> bottom=<span style="color: #ff0000;">&quot;2&quot;</span></span>
<span style="color: #000000;">             textAlign=<span style="color: #ff0000;">&quot;center&quot;</span> verticalAlign=<span style="color: #ff0000;">&quot;middle&quot;</span><span style="color: #7400FF;">&gt;</span></span>
    <span style="color: #000000;">&lt;/TextBox<span style="color: #7400FF;">&gt;</span></span>
&nbsp;
<span style="color: #000000;">&lt;/Skin<span style="color: #7400FF;">&gt;</span></span></pre></td></tr></table></div>

<p>If you want to gain a good understanding of how the new method of skinning works in Flex 4, I recommend looking at these themes and playing around with them. You&#8217;ll be up to speed in no time.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2008/10/30/the-new-look-of-flex/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>And the winners are&#8230;</title>
		<link>http://scalenine.com/blog/2008/10/16/and-the-winners-are/</link>
		<comments>http://scalenine.com/blog/2008/10/16/and-the-winners-are/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 03:47:13 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[notices]]></category>
		<category><![CDATA[skinning samples]]></category>
		<category><![CDATA[challenge]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[skinning]]></category>
		<category><![CDATA[skins]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=199</guid>
		<description><![CDATA[Before we get into the winners, let me just say that the response to this contest exceeded the expectations of Adobe, EffectiveUI and myself. We got 27 total entries and enough to make it really hard to pick the final winners. That also means 27 more themes for people to access here on ScaleNine, so [...]]]></description>
			<content:encoded><![CDATA[<p>Before we get into the winners, let me just say that the response to this contest exceeded the expectations of <a title="Adobe" href="http://www.adobe.com" target="_blank">Adobe</a>, <a title="EffectiveUI" href="http://www.effectiveui.com" target="_blank">EffectiveUI</a> and myself. We got 27 total entries and enough to make it really hard to pick the final winners. That also means 27 more themes for people to access here on ScaleNine, so thanks to everyone who submitted.</p>
<p>Now, on to the winners. Oh, and if you don&#8217;t remember what each of the prizes were, you can refresh your memory <a title="Prizes" href="http://www.scalenine.com/contest/#prizes" target="_blank">here</a>. With one exception. Initially, some of the prizes included Adobe Creative Suite 3 software, however, since Creative Suite 4 was just released, Adobe isn&#8217;t going to send you on your way with old software. Winners will now be getting CS4 software instead of CS3!</p>
<p>Ok, really, on to the winners.</p>
<h3 style="margin-bottom:10px;">First Place &#8211; <a title="Undefined" href="http://www.scalenine.com/blog/source/challenge/Entry26/Entry26.html" target="_blank">Undefined</a> by <a title="Undefined" href="http://www.undefined.es/" target="_blank">Alberto Alcaraz</a></h3>
<p><a title="Undefined" href="http://www.scalenine.com/blog/source/challenge/Entry26/Entry26.html" target="_blank"><img class="aligncenter" title="Undefined" src="http://www.scalenine.com/blog/source/challenge/Entry26.jpg" alt="" width="400" height="247" /></a></p>
<p>Alberto did an awesome job of creating a really tight theme and paid attention to pixel by pixel details. As one judge put it:</p>
<blockquote><p>I must say, [ this ] is some tight skinning. And although I have never agreed with the half-rounded half-rectangular aesthetic, this guy makes it look acceptable. He brings a designer&#8217;s eye to the developer&#8217;s table, in terms of his implementation of pixel-level precision and design consistency.</p></blockquote>
<p>You can check out Alberto&#8217;s theme <a title="Undefined" href="http://www.scalenine.com/blog/source/challenge/Entry26/Entry26.html" target="_blank">here</a>. Congratulation&#8217;s Alberto!</p>
<h3 style="margin-bottom:10px;">Second Place &#8211; <a title="Brownie" href="http://www.scalenine.com/blog/source/challenge/Entry23/Entry23.html" target="_blank">Brownie</a> by <a title="ASFusion" href="http://www.asfusion.com" target="_blank">Nahuel Foronda</a></h3>
<p><a title="Brownie" href="http://www.scalenine.com/blog/source/challenge/Entry23/Entry23.html" target="_blank"><img class="aligncenter" title="Brownie" src="http://www.scalenine.com/blog/source/challenge/Entry23.jpg" alt="" width="400" height="278" /></a></p>
<p>I can tell you that it was a battle for first place between Nahuel&#8217;s entry and the winner. Judges found this entry both interesting and polished. Several were interested to see some of the technical detail that also went into the entry with some of the custom Flex code that came along with it.</p>
<p>You can check out Nahuel&#8217;s theme <a title="Brownie" href="http://www.scalenine.com/blog/source/challenge/Entry23/Entry23.html" target="_blank">here</a>. Congratulation&#8217;s Nahuel!</p>
<h3 style="margin-bottom:10px;">Third Place &#8211; <a title="iCandy" href="http://www.scalenine.com/blog/source/challenge/Entry9/Entry9.html" target="_blank">iCandy</a> by <a title="Philter Design" href="http://www.philterdesign.com/" target="_blank">Phil Chung</a></h3>
<p><a title="iCandy" href="http://www.scalenine.com/blog/source/challenge/Entry9/Entry9.html" target="_blank"><img class="aligncenter" title="iCandy" src="http://www.scalenine.com/blog/source/challenge/Entry9.jpg" alt="" width="400" height="256" /></a></p>
<p>Phil did a great job of mixing detail and color while throwing in some unique design touches into different components. Every component was represented in a consistent manner and he added in some extra programmatic bits as well.</p>
<p>You can check out Phil&#8217;s theme <a title="iCandy" href="http://www.scalenine.com/blog/source/challenge/Entry9/Entry9.html" target="_blank">here</a>. Congratulation&#8217;s Phil!</p>
<h4>Spot Prizes</h4>
<p>The idea for the Spot Prizes was to reward people because the judges found something interesting/inspiring/unusual about the entry. Judges decided to reward Spot Prizes to three entries:</p>
<h3 style="margin-bottom:10px;">Spot Prize &#8211; <a title="Aeon" href="http://www.scalenine.com/blog/source/challenge/Entry10/Entry10.html" target="_blank">Aeon Graphical</a> by <a title="UltraPower" href="www.ultrapower.com.cn" target="_blank">Xu Jiajun</a></h3>
<p><a title="Aeon" href="http://www.scalenine.com/blog/source/challenge/Entry10/Entry10.html" target="_blank"><img class="aligncenter" title="Aeon Graphical" src="http://www.scalenine.com/blog/source/challenge/Entry10.jpg" alt="" width="400" height="251" /></a></p>
<h3 style="margin-bottom:10px;">Spot Prize &#8211; <a title="Rock On" href="http://www.scalenine.com/blog/source/challenge/Entry6/Entry6.html" target="_blank">Rock On</a> by <a title="Bhavin Padhiyar" href="http://bkflex.wordpress.com/" target="_blank">Bhavin Padhiyar</a></h3>
<p><a title="Rock On" href="http://www.scalenine.com/blog/source/challenge/Entry6/Entry6.html" target="_blank"><img class="aligncenter" title="Rock On" src="http://www.scalenine.com/blog/source/challenge/Entry6.jpg" alt="" width="400" height="229" /></a></p>
<h3 style="margin-bottom:10px;">Spot Prize &#8211; <a title="Disco Type" href="http://www.scalenine.com/blog/source/challenge/Entry1/Entry1.html" target="_blank">Disco Type</a> by <a title="Heather Ford" href="http://www.ionagroup.com/" target="_blank">Heather Ford</a></h3>
<p><a title="Disco Type" href="http://www.scalenine.com/blog/source/challenge/Entry1/Entry1.html" target="_blank"><img class="aligncenter" title="Disco Type" src="http://www.scalenine.com/blog/source/challenge/Entry1.jpg" alt="" width="400" height="298" /></a></p>
<p>Thanks again to everyone who entered and congratulations to the winners. Winners will be receiving an email concerning their prizes shortly. Thanks to the sponsors: <a title="Adobe TV" href="http://www.adobe.com" target="_blank">Adobe</a> and <a title="EffectiveUI" href="http://www.effectiveui.com" target="_blank">EffectiveUI</a>.</p>
<p>I&#8217;m hoping to have all the themes available for everyone to download by next week. As a side note, if you&#8217;d like to host your own theme and have the link from ScaleNine go to your site, blog or whatever for downloading, just <a title="About" href="http://www.scalenine.com/about/" target="_self">let me know</a> or send me a link to where you&#8217;re hosting the theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2008/10/16/and-the-winners-are/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<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>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>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>Origins of a Theme</title>
		<link>http://scalenine.com/blog/2007/01/21/origins-of-a-theme/</link>
		<comments>http://scalenine.com/blog/2007/01/21/origins-of-a-theme/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 01:13:51 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[examples]]></category>
		<category><![CDATA[skinning samples]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=14</guid>
		<description><![CDATA[
Originally the Obsidian theme was used as part of a quick experiment I did using Flickr (before their latest API version) and Ely Greenfield&#8217;s Display Shelf Component. I wanted to see what I could do visually with other Flex 2 samples I found. It&#8217;s neat seeing what a little stylin&#8217; can do to dress up [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/7321637@N06/419537473/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/133/419537473_594b4f351d_o.jpg" alt="photoFindrSnapshot" height="324" width="500" /></a></p>
<p>Originally the <a href="http://scalenine.com/themes/obsidian/obsidian.html" title="ScaleNine Obsidian Theme">Obsidian theme</a> was used as part of a <a href="http://www.scalenine.com/samples/photoFindr/photoFindr.html" title="ScaleNine Photo Findr">quick experiment</a> I did using Flickr (before their latest API version) and <a href="http://www.quietlyscheming.com" title="quietlyscheming.com" target="_blank">Ely Greenfield&#8217;s</a> <a href="http://www.quietlyscheming.com/blog/components/tutorial-displayshelf-component/" title="Display Shelf Component" target="_blank">Display Shelf Component</a>. I wanted to see what I could do visually with other Flex 2 samples I found. It&#8217;s neat seeing what a little stylin&#8217; can do to dress up an app.</p>
<p>The app has a few bugs since  Flickr changed to their api, but I thought I&#8217;d <a href="http://www.scalenine.com/samples/photoFindr/photoFindr.html" title="ScaleNine Photo Findr">post it</a> just the same. Who knows, maybe someone will <a href="http://www.scalenine.com/samples/photoFindr/srcview/index.html" title="ScaleNine Photo Findr Source" target="_blank">download the source</a> and fix the bugs.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2007/01/21/origins-of-a-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theme Swapper</title>
		<link>http://scalenine.com/blog/2007/01/21/theme-swapper/</link>
		<comments>http://scalenine.com/blog/2007/01/21/theme-swapper/#comments</comments>
		<pubDate>Sun, 21 Jan 2007 23:05:22 +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/?p=13</guid>
		<description><![CDATA[
Based on Rich Tretola&#8217;s example mentioned in my last post, I created a Theme Swapper app using the Flex 2.0.1 runtime CSS feature. It swaps between three of the graphical themes I created (Obsidian, iTunes 7, and WMP 11 themes).
See it here: http://scalenine.com/samples/themeSwapper/themeSwap.html or view the source.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/7321637@N06/419537357/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/183/419537357_53b5689283_o.jpg" width="500" height="372" alt="theme swapper" /></a></p>
<p>Based on <a href="http://everythingflex.wordpress.com/2007/01/19/flex-201-style-swapping/" title="Style Switching Example" target="_blank">Rich Tretola&#8217;s example</a> mentioned in my <a href="http://scalenine.com/blog/?p=12" title="Previous Post" target="_blank">last post</a>, I created a <a href="http://www.scalenine.com/samples/themeSwapper/themeSwap.html" title="ScaleNine Theme Swapper" target="_blank">Theme Swapper app</a> using the Flex 2.0.1 runtime CSS feature. It swaps between three of the graphical themes I created (<a href="http://www.scalenine.com/themes/obsidian/obsidian.html" title="ScaleNine Obsidian Theme" target="_blank">Obsidian</a>, <a href="http://www.scalenine.com/themes/itunes7/jukebox.html" title="ScaleNine iTunes 7 Theme" target="_blank">iTunes 7</a>, and <a href="http://www.scalenine.com/themes/wmp11/wmp11.html" title="ScaleNine WMP 11 Theme" target="_blank">WMP 11</a> themes).</p>
<p>See it here: <a href="http://www.scalenine.com/samples/themeSwapper/themeSwap.html" title="ScaleNine Theme Swapper" target="_blank">http://scalenine.com/samples/themeSwapper/themeSwap.html</a> or <a href="http://www.scalenine.com/samples/themeSwapper/srcview/index.html" title="ScaleNine Theme Swapper source" target="_blank">view the source</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2007/01/21/theme-swapper/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

