<?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; coding</title>
	<atom:link href="http://www.thaylin.com/blog/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thaylin.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 07 Dec 2011 23:37:48 +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>code reviewing and tons of debugging info!</title>
		<link>http://www.thaylin.com/blog/2011/05/20/code-reviewing-and-tons-of-debugging-info/</link>
		<comments>http://www.thaylin.com/blog/2011/05/20/code-reviewing-and-tons-of-debugging-info/#comments</comments>
		<pubDate>Fri, 20 May 2011 16:34:15 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[debugging]]></category>

		<guid isPermaLink="false">http://www.thaylin.com/blog/?p=352</guid>
		<description><![CDATA[In the last month or so I&#8217;ve been tasked with reviewing a project for performance profiling and just code cleanup in general. It&#8217;s been quite a task as I wasn&#8217;t familiar with a single part of the code so finding tools to aid in this is uber helpful.
With that in mind, here are a few [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2011/05/20/code-reviewing-and-tons-of-debugging-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>setting properties at runtime from xml or css</title>
		<link>http://www.thaylin.com/blog/2011/03/09/setting-properties-at-runtime-from-xml-or-css/</link>
		<comments>http://www.thaylin.com/blog/2011/03/09/setting-properties-at-runtime-from-xml-or-css/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 18:46:08 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://www.thaylin.com/blog/?p=340</guid>
		<description><![CDATA[Mainly this is just a post to remind myself in later times about this code snippet but basically this will work with any class with accessible variables.
Take an xml node such as

?View Code XML1
&#60;class id=&#34;myClass&#34; color=&#34;#FF0000&#34; isActive=&#34;false&#34;/&#62;

You can use this snippet to parse through those attributes to set all of your variables for you assuming [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2011/03/09/setting-properties-at-runtime-from-xml-or-css/feed/</wfw:commentRss>
		<slash:comments>0</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>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>
		<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>Javascript injection via as3 to embed external libraries</title>
		<link>http://www.thaylin.com/blog/2009/05/01/javascript-injection-via-as3-to-embed-external-libraries/</link>
		<comments>http://www.thaylin.com/blog/2009/05/01/javascript-injection-via-as3-to-embed-external-libraries/#comments</comments>
		<pubDate>Fri, 01 May 2009 21:21:14 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=197</guid>
		<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>
		<wfw:commentRss>http://www.thaylin.com/blog/2009/05/01/javascript-injection-via-as3-to-embed-external-libraries/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Facebook chat update</title>
		<link>http://www.thaylin.com/blog/2009/04/23/facebook-chat-update/</link>
		<comments>http://www.thaylin.com/blog/2009/04/23/facebook-chat-update/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 18:58:58 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=192</guid>
		<description><![CDATA[[Quick Update]
I discovered there&#8217;s actually a class in the actionscript api called SendLiveMessage. Not sure yet if I can utilize this to listen for updates from facebook but it&#8217;s a start. 
]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2009/04/23/facebook-chat-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not so recursive method annoyance fix</title>
		<link>http://www.thaylin.com/blog/2009/02/11/not-so-recursive-method-annoyance-fix/</link>
		<comments>http://www.thaylin.com/blog/2009/02/11/not-so-recursive-method-annoyance-fix/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 18:42:05 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=128</guid>
		<description><![CDATA[Ok just first of all, I would like to point out that the method in my previous post was in all actuality not a recursive method. It loops through objects in that class but not the same object consecutive times.. my bad.
On that note. Thanks to Hudson Ansley on the flashcodersny blog for pointing out [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2009/02/11/not-so-recursive-method-annoyance-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recursive method annoyance</title>
		<link>http://www.thaylin.com/blog/2009/02/10/recursive-method-annoyance/</link>
		<comments>http://www.thaylin.com/blog/2009/02/10/recursive-method-annoyance/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 17:19:45 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=120</guid>
		<description><![CDATA[So I&#8217;ve been working on incarnations of a mapping application over the last year or so and am rather happy with how it&#8217;s been growing so far but one thing has come to my attention. 
The map pulls in hotel properties and displays them as markers on the map depending on the x and y values [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2009/02/10/recursive-method-annoyance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pulling in mp3 library folder</title>
		<link>http://www.thaylin.com/blog/2008/10/27/pulling-in-mp3-library-folder/</link>
		<comments>http://www.thaylin.com/blog/2008/10/27/pulling-in-mp3-library-folder/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 17:44:00 +0000</pubDate>
		<dc:creator>Thaylin</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://thaylin.info/blog/?p=43</guid>
		<description><![CDATA[So I have a client who wanted to have mp3&#8217;s that the user could listen to and also download. Since I&#8217;m very against having to constantly manage a clients content I wanted him to be able to have no problem adding and removing mp3 files. Normally, one might have an xml file that the user [...]]]></description>
		<wfw:commentRss>http://www.thaylin.com/blog/2008/10/27/pulling-in-mp3-library-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

