<?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>Thaylin... that&#039;s me! &#187; Thaylin</title>
	<atom:link href="http://www.thaylin.com/blog/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thaylin.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 13 May 2010 15:16:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nice conditional coding tip</title>
		<link>http://www.thaylin.com/blog/2010/05/13/nice-tip/</link>
		<comments>http://www.thaylin.com/blog/2010/05/13/nice-tip/#comments</comments>
		<pubDate>Thu, 13 May 2010 15:16:01 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thaylin.com/blog/?p=321</guid>
		<description><![CDATA[Tyler from FCNY turned me on to a nice tip on conditional coding.
Let&#8217;s take for example we have a variable that we need to associate with another variable. For instance, we pull in some flashvars and need to check if these exist and if not give them a default value. Let&#8217;s look at a couple [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2010/05/13/nice-tip/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Handy code snippets plugin for Flex/Eclipse</title>
		<link>http://www.thaylin.com/blog/2010/04/07/handy-code-snippets-plugin-for-flexeclipse/</link>
		<comments>http://www.thaylin.com/blog/2010/04/07/handy-code-snippets-plugin-for-flexeclipse/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 16:36:03 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thaylin.com/blog/?p=314</guid>
		<description><![CDATA[For all of those unaware of snippets, these are code shortcuts to increase coding productivity and are damn handy. For an extended idea of what you can do with these visit this blog post I ran across:
On a side note, the poster doesn&#8217;t tell you how to install CFEclipse so I&#8217;ll just touch on that [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2010/04/07/handy-code-snippets-plugin-for-flexeclipse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dynamic class property retrieval</title>
		<link>http://www.thaylin.com/blog/2009/12/11/quick-note/</link>
		<comments>http://www.thaylin.com/blog/2009/12/11/quick-note/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 19:42:27 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=302</guid>
		<description><![CDATA[I&#8217;m taking a break from the pattern tutorials for the moment to write the as3 facebook connect integration library I&#8217;ve been meaning to write. With that said, here&#8217;s a little method I didn&#8217;t realize was around to pull properties from classes. Normally the for..in method you can pull properties available within an object, but this [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2009/12/11/quick-note/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Singleton Pattern introduction</title>
		<link>http://www.thaylin.com/blog/2009/11/11/singleton-pattern-introduction/</link>
		<comments>http://www.thaylin.com/blog/2009/11/11/singleton-pattern-introduction/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 14:32:23 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Singleton Pattern]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=293</guid>
		<description><![CDATA[Staying on the course of my tutorial kick I&#8217;m now moving to the Singleton pattern. Understanding this pattern will help later in understanding patterns such as the Factory Pattern which I will be discussing later.
Another pattern, or rather anti-pattern according to some, is called the Singleton Pattern.
The Singleton pattern, as the name implies, allows for [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2009/11/11/singleton-pattern-introduction/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>MVC (Model-View-Controller) introduction simplified</title>
		<link>http://www.thaylin.com/blog/2009/11/04/mvc-model-view-controller-introduction-simplified/</link>
		<comments>http://www.thaylin.com/blog/2009/11/04/mvc-model-view-controller-introduction-simplified/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 17:59:42 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=270</guid>
		<description><![CDATA[It recently came to my attention that while working alone I have lost a bit of the ability to explain programming patterns. It&#8217;s not that I&#8217;ve forgotten about them, as I use variations of them in everyday work, but I&#8217;ve just lost touch with the ability to easily explain the workings of them.
So what better [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2009/11/04/mvc-model-view-controller-introduction-simplified/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>See the code Flex generates for you</title>
		<link>http://www.thaylin.com/blog/2009/09/24/see-the-code-flex-generates-for-you/</link>
		<comments>http://www.thaylin.com/blog/2009/09/24/see-the-code-flex-generates-for-you/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 11:57:36 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[mxml]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=258</guid>
		<description><![CDATA[A fascinating way of seeing all the code that the mxmlc compiler generates from your flex apps is to set a compiler flag for your project.
-keep
This takes all the generated code from your mxml files and places it in a &#8220;generated&#8221; folder in your src folder. This is great because it gives you the option [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2009/09/24/see-the-code-flex-generates-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spiraling through a matrix</title>
		<link>http://www.thaylin.com/blog/2009/08/21/spiraling-through-a-matrix/</link>
		<comments>http://www.thaylin.com/blog/2009/08/21/spiraling-through-a-matrix/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 19:37:40 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[adobe]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=239</guid>
		<description><![CDATA[As I was saying in my previous post, I ran into a little trickiness with circling through the squares in my matrix of squares. Now there may be a better way to do this, and by all means if there is let me know, but here is the best way I figured out how to [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2009/08/21/spiraling-through-a-matrix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Papervision 3D Audio Matrix</title>
		<link>http://www.thaylin.com/blog/2009/08/21/papervision-3d-audio-matrix/</link>
		<comments>http://www.thaylin.com/blog/2009/08/21/papervision-3d-audio-matrix/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 16:58:53 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[adobe]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=226</guid>
		<description><![CDATA[I&#8217;m in the process of getting to know Papervision 3D more finally. With that I decided to play around with it and music. I created a group of squares and each squares Z axis is controlled by a byteArray set with SoundMixer.computeSpectrum. I run through the byteArray, assigning each square it&#8217;s own Z pos based [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2009/08/21/papervision-3d-audio-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FireBugLogger class update</title>
		<link>http://www.thaylin.com/blog/2009/06/03/firebuglogger-class-update/</link>
		<comments>http://www.thaylin.com/blog/2009/06/03/firebuglogger-class-update/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 16:01:13 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=221</guid>
		<description><![CDATA[So a while ago I wrote a class that I called FireBugLogger that uses the console.debug as well as the rest of the FireBug method calls. 
Today I came across a great way to help the other developers that may be implementing your flash on the html side. Though you&#8217;ll have to call the debug [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2009/06/03/firebuglogger-class-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>crossdomain gateway or &#8220;How can I get that data!&#8221;</title>
		<link>http://www.thaylin.com/blog/2009/05/29/crossdomain-gateway-or-how-can-i-get-that-data/</link>
		<comments>http://www.thaylin.com/blog/2009/05/29/crossdomain-gateway-or-how-can-i-get-that-data/#comments</comments>
		<pubDate>Fri, 29 May 2009 18:12:16 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=218</guid>
		<description><![CDATA[A lot of sites today are very open with their APIs allowing users from other sites to retrieve their data, but sometimes you&#8217;ll come across websites that may not have that same open access. When their sites limit the access that other sites can retrieve data from via the crossdomain file it&#8217;s frustrating to say [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2009/05/29/crossdomain-gateway-or-how-can-i-get-that-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
