<?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>JacksonDunstan.com &#187; sorting</title>
	<atom:link href="http://jacksondunstan.com/articles/tag/sorting/feed" rel="self" type="application/rss+xml" />
	<link>http://jacksondunstan.com</link>
	<description>Mastering AS3</description>
	<lastBuildDate>Mon, 21 May 2012 09:00:26 +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>Using Alpha Textures With Stage3D</title>
		<link>http://jacksondunstan.com/articles/1854</link>
		<comments>http://jacksondunstan.com/articles/1854#comments</comments>
		<pubDate>Mon, 14 May 2012 09:00:13 +0000</pubDate>
		<dc:creator>jackson</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[sorting]]></category>
		<category><![CDATA[stage3d]]></category>
		<category><![CDATA[texture]]></category>
		<category><![CDATA[transparent]]></category>

		<guid isPermaLink="false">http://jacksondunstan.com/?p=1854</guid>
		<description><![CDATA[Stage3D makes a lot of common tasks more complicated. One such task is using a texture/image that has alpha on it. With classic 2D Flash, this is done automatically for us. With Stage3D, we must resort to some obscure tricks. Today I&#8217;ll show you those tricks so you can use alpha textures in your Stage3D-accelerated [...]]]></description>
		<wfw:commentRss>http://jacksondunstan.com/articles/1854/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sorting Vectors</title>
		<link>http://jacksondunstan.com/articles/270</link>
		<comments>http://jacksondunstan.com/articles/270#comments</comments>
		<pubDate>Wed, 02 Sep 2009 09:00:45 +0000</pubDate>
		<dc:creator>jackson</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[sorting]]></category>
		<category><![CDATA[vectors]]></category>

		<guid isPermaLink="false">http://jacksondunstan.com/?p=270</guid>
		<description><![CDATA[The Array class has a great function: sortOn(). It does a fast sort based on a property of each element of the array. Unfortunately, there is no equivalent in the Vector class. Below are some attempts to get around that limitation and preserve as much of the speed of sortOn() as possible. First things first, [...]]]></description>
		<wfw:commentRss>http://jacksondunstan.com/articles/270/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

