<?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>xtyler &#187; Design Code</title>
	<atom:link href="http://xtyler.com/codes/coding/design-code/feed" rel="self" type="application/rss+xml" />
	<link>http://xtyler.com</link>
	<description>a developer&#039;s blog.</description>
	<lastBuildDate>Wed, 20 Apr 2011 23:32:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Reflex at 360&#124;Flex</title>
		<link>http://xtyler.com/code/310</link>
		<comments>http://xtyler.com/code/310#comments</comments>
		<pubDate>Fri, 12 Mar 2010 16:41:05 +0000</pubDate>
		<dc:creator>xtyler</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[Design Code]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Industry]]></category>
		<category><![CDATA[MXML]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.xtyler.com/?p=310</guid>
		<description><![CDATA[Reflex was finally demoed for the first time at the recent 360&#124;Flex Conference. This new component framework is familiar to the Flex Framework in features and use though it is completely independent. Reflex extends the Flash Player through composition adding &#8230; <a href="http://xtyler.com/code/310">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://xtyler.com/code/310/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>AS3 Button Behavior Made Easy</title>
		<link>http://xtyler.com/code/112</link>
		<comments>http://xtyler.com/code/112#comments</comments>
		<pubDate>Fri, 30 Jan 2009 01:18:19 +0000</pubDate>
		<dc:creator>xtyler</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[Design Code]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.xtyler.com/?p=112</guid>
		<description><![CDATA[I posted a rant on &#8220;releaseOutside&#8221; earlier this month &#8211; finally, here is the example and the code for making anything a Button in ActionScript 3. I&#8217;ve also added some really nice features since then. I realized after venting about &#8230; <a href="http://xtyler.com/code/112">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://xtyler.com/code/112/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>My First Curve-To-Curve Intersection Tests.</title>
		<link>http://xtyler.com/code/104</link>
		<comments>http://xtyler.com/code/104#comments</comments>
		<pubDate>Mon, 26 Jan 2009 22:25:19 +0000</pubDate>
		<dc:creator>xtyler</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Design Code]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.xtyler.com/?p=104</guid>
		<description><![CDATA[Finding the intersection of two lines is a fairly straightforward algorithm. You find their slopes, factor the equation, simple. But finding the intersection between two quadratic bezier curves doesn&#8217;t seem to have a simple equation. From the sources I&#8217;ve read &#8230; <a href="http://xtyler.com/code/104">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://xtyler.com/code/104/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>&lt;XML&gt; Graphics</title>
		<link>http://xtyler.com/code/14</link>
		<comments>http://xtyler.com/code/14#comments</comments>
		<pubDate>Fri, 19 Dec 2008 00:26:43 +0000</pubDate>
		<dc:creator>xtyler</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Design Code]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Industry]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Degrafa]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[design tools]]></category>
		<category><![CDATA[FXG]]></category>
		<category><![CDATA[markup]]></category>

		<guid isPermaLink="false">http://www.xtyler.com/?p=14</guid>
		<description><![CDATA[I&#8217;ve been doing some heavy research lately in FXG and Degrafa, digging through source code and everything. FXG and Degrafa are both graphics formats in XML markup (like SVG), both opensource, both pretty cool. I wasn&#8217;t particularly in favor of &#8230; <a href="http://xtyler.com/code/14">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://xtyler.com/code/14/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSFL Slicing for Skin Resizing</title>
		<link>http://xtyler.com/code/8</link>
		<comments>http://xtyler.com/code/8#comments</comments>
		<pubDate>Thu, 18 May 2006 16:50:52 +0000</pubDate>
		<dc:creator>xtyler</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[Design Code]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.xtyler.com/code/8</guid>
		<description><![CDATA[Slice-9 has been a beautiful solution to resizing skins but sometimes you&#8217;re restricted to using a pre-8 FlashPlayer. Shortly before the beta of 8 I wrote a couple scripts in JSFL to solve the tedious task of manually slicing my &#8230; <a href="http://xtyler.com/code/8">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://xtyler.com/code/8/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

