<?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"
	>

<channel>
	<title>FlashPlaya</title>
	<atom:link href="http://ileavebehind.com/news/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://ileavebehind.com/news</link>
	<description>My Bitches</description>
	<pubDate>Sat, 02 Jan 2010 20:34:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Command Pattern</title>
		<link>http://ileavebehind.com/news/?p=277</link>
		<comments>http://ileavebehind.com/news/?p=277#comments</comments>
		<pubDate>Sat, 02 Jan 2010 20:34:05 +0000</pubDate>
		<dc:creator>iBen</dc:creator>
		
		<category><![CDATA[Design Patterns]]></category>

		<category><![CDATA[OOP]]></category>

		<category><![CDATA[Command Pattern]]></category>

		<guid isPermaLink="false">http://ileavebehind.com/news/?p=277</guid>
		<description><![CDATA[The Command Pattern, is a very useful pattern when wanting a client to call a method of an object but keep all information of that particular object not only hidden but interchangeable with other objects.
The way the command pattern hides the information regarding the target is by delegating to the wrapped object within.
a Command Abstract [...]]]></description>
		<wfw:commentRss>http://ileavebehind.com/news/?feed=rss2&amp;p=277</wfw:commentRss>
		</item>
		<item>
		<title>Factory Method</title>
		<link>http://ileavebehind.com/news/?p=274</link>
		<comments>http://ileavebehind.com/news/?p=274#comments</comments>
		<pubDate>Fri, 25 Dec 2009 02:19:42 +0000</pubDate>
		<dc:creator>iBen</dc:creator>
		
		<category><![CDATA[Design Patterns]]></category>

		<category><![CDATA[OOP]]></category>

		<category><![CDATA[Factory Method]]></category>

		<guid isPermaLink="false">http://ileavebehind.com/news/?p=274</guid>
		<description><![CDATA[The factory method is a simple concept to grasp, but not as easy a task to understand why to use it.
The factory method Pattern, is dubbed such that a subclass will override the method of its superclass.
This means the super class is in charge of crafting the signature of the method that the subclasses must [...]]]></description>
		<wfw:commentRss>http://ileavebehind.com/news/?feed=rss2&amp;p=274</wfw:commentRss>
		</item>
		<item>
		<title>Quick Returns</title>
		<link>http://ileavebehind.com/news/?p=272</link>
		<comments>http://ileavebehind.com/news/?p=272#comments</comments>
		<pubDate>Mon, 14 Dec 2009 00:12:40 +0000</pubDate>
		<dc:creator>iBen</dc:creator>
		
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://ileavebehind.com/news/?p=272</guid>
		<description><![CDATA[Regular Expression
   1. RegExp.text(string) returns a Boolean
   2. RegExp.exec(string) returns an Object
   3. String.search(pattern) returns an int
   4. String.match(pattern) returns an Array
   5. String.replace(pattern, replace) returns a String
]]></description>
		<wfw:commentRss>http://ileavebehind.com/news/?feed=rss2&amp;p=272</wfw:commentRss>
		</item>
		<item>
		<title>Abstraction</title>
		<link>http://ileavebehind.com/news/?p=230</link>
		<comments>http://ileavebehind.com/news/?p=230#comments</comments>
		<pubDate>Sun, 25 Oct 2009 21:18:47 +0000</pubDate>
		<dc:creator>iBen</dc:creator>
		
		<category><![CDATA[OOP]]></category>

		<category><![CDATA[Abstraction]]></category>

		<guid isPermaLink="false">http://ileavebehind.com/news/?p=230</guid>
		<description><![CDATA[Abstraction by definition in a nutshell means vague.  Consider an abstract class to have just enough to get a point across yet absent of specifics and details giving the abstraction a much larger group to make up of similar items and represent a common thing.
Lets use the example: the Guitar.
If we abstract a guitar [...]]]></description>
		<wfw:commentRss>http://ileavebehind.com/news/?feed=rss2&amp;p=230</wfw:commentRss>
		</item>
		<item>
		<title>Create an XMLList using multiple expressions</title>
		<link>http://ileavebehind.com/news/?p=194</link>
		<comments>http://ileavebehind.com/news/?p=194#comments</comments>
		<pubDate>Wed, 27 May 2009 00:42:36 +0000</pubDate>
		<dc:creator>iBen</dc:creator>
		
		<category><![CDATA[AS 3]]></category>

		<category><![CDATA[XML]]></category>

		<category><![CDATA[XMLList]]></category>

		<guid isPermaLink="false">http://ileavebehind.com/news/?p=194</guid>
		<description><![CDATA[It is actually possible to create an XMLList that meets more than one condition.  The way to do this is a bit linear but will works.  Each time you compare an XML element with a condition, you are able to follow up the expression with a request.  In most cases you would [...]]]></description>
		<wfw:commentRss>http://ileavebehind.com/news/?feed=rss2&amp;p=194</wfw:commentRss>
		</item>
		<item>
		<title>ApplicationDomain</title>
		<link>http://ileavebehind.com/news/?p=192</link>
		<comments>http://ileavebehind.com/news/?p=192#comments</comments>
		<pubDate>Thu, 21 May 2009 13:11:18 +0000</pubDate>
		<dc:creator>iBen</dc:creator>
		
		<category><![CDATA[AS 3]]></category>

		<guid isPermaLink="false">http://ileavebehind.com/news/?p=192</guid>
		<description><![CDATA[Well this is a very nice addition to the AS family.
An application domain in summation is the area, &#8216;domain&#8217; in which you have loaded your swf, &#8216;application&#8217;
To ensure that class definitions of the loaded swf are not overwritten, their definitions are locked away in this application domain.  Each swf much like referencing root, will [...]]]></description>
		<wfw:commentRss>http://ileavebehind.com/news/?feed=rss2&amp;p=192</wfw:commentRss>
		</item>
		<item>
		<title>ADDED VS ADDED_TO_STAGE.. oh yeah REMOVED as well</title>
		<link>http://ileavebehind.com/news/?p=190</link>
		<comments>http://ileavebehind.com/news/?p=190#comments</comments>
		<pubDate>Thu, 21 May 2009 12:56:46 +0000</pubDate>
		<dc:creator>iBen</dc:creator>
		
		<category><![CDATA[AS 3]]></category>

		<category><![CDATA[ADDED_TO_STAGE]]></category>

		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://ileavebehind.com/news/?p=190</guid>
		<description><![CDATA[I was curious at first the possibility of these two events, but that was mainly because I didn&#8217;t rely on many events using AS.  I would rely with a passed param, or using _resolve to trigger a method on a function etc, there were many ways around using Events if you were not using [...]]]></description>
		<wfw:commentRss>http://ileavebehind.com/news/?feed=rss2&amp;p=190</wfw:commentRss>
		</item>
		<item>
		<title>for, for in, for each in</title>
		<link>http://ileavebehind.com/news/?p=186</link>
		<comments>http://ileavebehind.com/news/?p=186#comments</comments>
		<pubDate>Tue, 24 Mar 2009 21:42:31 +0000</pubDate>
		<dc:creator>iBen</dc:creator>
		
		<category><![CDATA[AS 3]]></category>

		<category><![CDATA[for each in]]></category>

		<category><![CDATA[for in]]></category>

		<category><![CDATA[Loop]]></category>

		<guid isPermaLink="false">http://ileavebehind.com/news/?p=186</guid>
		<description><![CDATA[What is the difference between the loops in actionscript 3]]></description>
		<wfw:commentRss>http://ileavebehind.com/news/?feed=rss2&amp;p=186</wfw:commentRss>
		</item>
		<item>
		<title>Prompt a user</title>
		<link>http://ileavebehind.com/news/?p=179</link>
		<comments>http://ileavebehind.com/news/?p=179#comments</comments>
		<pubDate>Wed, 28 Jan 2009 22:36:57 +0000</pubDate>
		<dc:creator>iBen</dc:creator>
		
		<category><![CDATA[AS 3]]></category>

		<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://ileavebehind.com/news/?p=179</guid>
		<description><![CDATA[combobox.prompt is a nice feature that has been added to the AS3 arsenal. 
Prompt allows you to add a line of text that prompts the user to interact with the combo.
By default when you add items to the combobox, the selection is set to an index of 0 which forces the textfield to display the [...]]]></description>
		<wfw:commentRss>http://ileavebehind.com/news/?feed=rss2&amp;p=179</wfw:commentRss>
		</item>
		<item>
		<title>XML index</title>
		<link>http://ileavebehind.com/news/?p=167</link>
		<comments>http://ileavebehind.com/news/?p=167#comments</comments>
		<pubDate>Tue, 27 Jan 2009 22:46:21 +0000</pubDate>
		<dc:creator>iBen</dc:creator>
		
		<category><![CDATA[AS 3]]></category>

		<category><![CDATA[AS3]]></category>

		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://ileavebehind.com/news/?p=167</guid>
		<description><![CDATA[Recently I worked on a project in which i needed to match XML nodes with current values that were dynamic.
I reviewed the Adobe docs for this, but at a quick glance I missed what I was looking for and had to write my own method.
A few days after the project was complete a quick test [...]]]></description>
		<wfw:commentRss>http://ileavebehind.com/news/?feed=rss2&amp;p=167</wfw:commentRss>
		</item>
	</channel>
</rss>

