<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Thaylin... that's me!</title>
	<link>http://thaylin.info/blog</link>
	<description></description>
	<lastBuildDate>Fri, 11 Dec 2009 19:44:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Dynamic class property retrieval</title>
		<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>
		<link>http://thaylin.info/blog/2009/12/11/quick-note/</link>
			</item>
	<item>
		<title>Singleton Pattern introduction</title>
		<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>
		<link>http://thaylin.info/blog/2009/11/11/singleton-pattern-introduction/</link>
			</item>
	<item>
		<title>MVC (Model-View-Controller) introduction simplified</title>
		<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>
		<link>http://thaylin.info/blog/2009/11/04/mvc-model-view-controller-introduction-simplified/</link>
			</item>
	<item>
		<title>See the code Flex generates for you</title>
		<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>
		<link>http://thaylin.info/blog/2009/09/24/see-the-code-flex-generates-for-you/</link>
			</item>
	<item>
		<title>Spiraling through a matrix</title>
		<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>
		<link>http://thaylin.info/blog/2009/08/21/spiraling-through-a-matrix/</link>
			</item>
	<item>
		<title>Papervision 3D Audio Matrix</title>
		<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>
		<link>http://thaylin.info/blog/2009/08/21/papervision-3d-audio-matrix/</link>
			</item>
	<item>
		<title>FireBugLogger class update</title>
		<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>
		<link>http://thaylin.info/blog/2009/06/03/firebuglogger-class-update/</link>
			</item>
	<item>
		<title>crossdomain gateway or &#8220;How can I get that data!&#8221;</title>
		<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>
		<link>http://thaylin.info/blog/2009/05/29/crossdomain-gateway-or-how-can-i-get-that-data/</link>
			</item>
	<item>
		<title>the down lo on ExternalInterface and javascript injection via actionscript 3</title>
		<description><![CDATA[Yesterday I did a presentation on ExternalInterface and it&#8217;s uses along with how to inject javascript on the page and a few other tidbits at FlashCodersNY.
Here&#8217;s the zip file with the project we went over. Whether you were there or not you should still be able to easily follow along since there&#8217;s tons of comments [...]]]></description>
		<link>http://thaylin.info/blog/2009/05/21/the-down-lo-on-externalinterface-and-javascript-injection-via-actionscript-3/</link>
			</item>
	<item>
		<title>Javascript injection via as3 to embed external libraries</title>
		<description><![CDATA[On my quest to make the facebook actionscript connectivity as easy to work with as possible I needed to be able to reproduce the

?View Code ACTIONSCRIPT1
&#60;script src=&#34;myExternalLibrary.js&#34;&#62;

call in order for everything to work appropriately. 
After some searching I came across a clip of code that worked beautifully and once I implemented it with actionscript it [...]]]></description>
		<link>http://thaylin.info/blog/2009/05/01/javascript-injection-via-as3-to-embed-external-libraries/</link>
			</item>
</channel>
</rss>
