<?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; programming</title>
	<atom:link href="http://www.thaylin.com/blog/category/programming/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>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>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>the down lo on ExternalInterface and javascript injection via actionscript 3</title>
		<link>http://www.thaylin.com/blog/2009/05/21/the-down-lo-on-externalinterface-and-javascript-injection-via-actionscript-3/</link>
		<comments>http://www.thaylin.com/blog/2009/05/21/the-down-lo-on-externalinterface-and-javascript-injection-via-actionscript-3/#comments</comments>
		<pubDate>Thu, 21 May 2009 18:38:33 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=211</guid>
		<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>
		<wfw:commentRss>http://www.thaylin.com/blog/2009/05/21/the-down-lo-on-externalinterface-and-javascript-injection-via-actionscript-3/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Flex 3 Professional free for the unemployed!</title>
		<link>http://www.thaylin.com/blog/2009/04/09/flex-3-professional-free-for-the-unemployed/</link>
		<comments>http://www.thaylin.com/blog/2009/04/09/flex-3-professional-free-for-the-unemployed/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 16:33:05 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=179</guid>
		<description><![CDATA[Currently Adobe is offering flex free for anybody who is unemployed! It&#8217;s only to be used with non commercial projects as a means to learn with but that&#8217;s just awesome.
For anyone interested, you can pick it up here:
https://freeriatools.adobe.com/learnflex/?PID=1225267
]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2009/04/09/flex-3-professional-free-for-the-unemployed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What the Heck are Runtime Shared Libraries?</title>
		<link>http://www.thaylin.com/blog/2008/07/10/what-the-heck-are-runtime-shared-libraries/</link>
		<comments>http://www.thaylin.com/blog/2008/07/10/what-the-heck-are-runtime-shared-libraries/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 13:47:00 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=36</guid>
		<description><![CDATA[So keeping in the topic from my previous post of low overhead flash apps, I decided to talk a little bit about runtime shared libraries.
So what are Runtime Shared Libraries?
These are libraries that are used just like you normally use your libraries in Flex 3 but instead of storing them within the swf, during runtime [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2008/07/10/what-the-heck-are-runtime-shared-libraries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XMLSyndication</title>
		<link>http://www.thaylin.com/blog/2008/07/10/xmlsyndication/</link>
		<comments>http://www.thaylin.com/blog/2008/07/10/xmlsyndication/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 13:14:00 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=35</guid>
		<description><![CDATA[So Last week I did a presentation on the adobe xmlsyndication package and the use of css within an as3 environment sans mxml at the flashcodersny meeting. I think all in all it turned out pretty good but there were a few issues I noticed.
The first being the dependancy on the adobe corelib package and [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2008/07/10/xmlsyndication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A quick note.</title>
		<link>http://www.thaylin.com/blog/2008/06/27/a-quick-note/</link>
		<comments>http://www.thaylin.com/blog/2008/06/27/a-quick-note/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 15:11:00 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=34</guid>
		<description><![CDATA[I was trying to determine a way to sort an array without all the for loops and that sort of business when I ran across this post
Granted it&#8217;s a little specific to what you want to sort but I&#8217;m sure with a little change you could sort based on the function call maybe. I implemented [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2008/06/27/a-quick-note/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash to PDF</title>
		<link>http://www.thaylin.com/blog/2008/06/15/flash-to-pdf/</link>
		<comments>http://www.thaylin.com/blog/2008/06/15/flash-to-pdf/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 06:36:00 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[adobe]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=31</guid>
		<description><![CDATA[I was reading back to some of my blogs and noticed I forgot to look into embedding swf files into pdf documents.
Here is a link to a tutorial for it.
http://www.adobe.com/designcenter/tutorials/flashpdf/
Check it out.
]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2008/06/15/flash-to-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>an update on my FirebugLogger class</title>
		<link>http://www.thaylin.com/blog/2008/06/06/an-update-on-my-firebuglogger-class/</link>
		<comments>http://www.thaylin.com/blog/2008/06/06/an-update-on-my-firebuglogger-class/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 19:38:00 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=29</guid>
		<description><![CDATA[I decided to tweak the class a bit more so I figured I&#8217;d throw it up here.
 


?View Code ACTIONSCRIPT1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
import flash.external.ExternalInterface;
&#160;
&#160;
public class FireBugLogger
&#123;
private static var _enabled:Boolean = false;
&#160;
public function FireBugLogger&#40;singleton:SingletonEnforcer&#41;&#123;&#125;
&#160;
public static function set enabled&#40;t:Boolean&#41;:void&#123; _enabled = t; &#125;
public static function get enabled&#40;&#41;:Boolean&#123; return _enabled &#125;
public static function log&#40;s:String&#41;:void &#123; if&#40;enabled&#41;call&#40;'log', s&#41;; &#125;
public static function debug&#40;s:String&#41;:void &#123; [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2008/06/06/an-update-on-my-firebuglogger-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
