<?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>Unemployed Developer &#187; OOP</title>
	<atom:link href="http://www.unemployeddeveloper.com/category/oop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unemployeddeveloper.com</link>
	<description></description>
	<lastBuildDate>Thu, 21 Jan 2010 22:26:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lesser known PHP functions – call_user_func_array</title>
		<link>http://www.unemployeddeveloper.com/239_lesser-known-php-functions-call_user_func_array/</link>
		<comments>http://www.unemployeddeveloper.com/239_lesser-known-php-functions-call_user_func_array/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 08:15:22 +0000</pubDate>
		<dc:creator>Shawn</dc:creator>
				<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.unemployeddeveloper.com/?p=239</guid>
		<description><![CDATA[I wanted to start a series on lesser known PHP functions and call_user_func_array came to me as a good starter topic. In my experience most programmers who use this PHP function are building or working with frameworks. Also, don&#8217;t get me wrong, this function may be used more often in your working environment than most, [...]]]></description>
		<wfw:commentRss>http://www.unemployeddeveloper.com/239_lesser-known-php-functions-call_user_func_array/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Object-Oriented JavaScript – Part II (encapsulation)</title>
		<link>http://www.unemployeddeveloper.com/109_object-oriented-javascript-%e2%80%93-part-ii-encapsulation/</link>
		<comments>http://www.unemployeddeveloper.com/109_object-oriented-javascript-%e2%80%93-part-ii-encapsulation/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 17:22:23 +0000</pubDate>
		<dc:creator>Shawn</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://www.unemployeddeveloper.com/?p=109</guid>
		<description><![CDATA[To carry on our tutorial on object oriented JavaScript, as our next step will be on encapsulation. 
What is encapsulation? Gary Booch defined encapsulation as &#8220;the process of compartmentalizing the elements of an abstraction that constitute its structure and behavior; encapsulation serves to separate the contractual interface of an abstraction and its implementation.&#8221; Sounds smart [...]]]></description>
		<wfw:commentRss>http://www.unemployeddeveloper.com/109_object-oriented-javascript-%e2%80%93-part-ii-encapsulation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Object-Oriented JavaScript &#8211; Part I (Objects)</title>
		<link>http://www.unemployeddeveloper.com/101_object-oriented-javascript-part-i-objects/</link>
		<comments>http://www.unemployeddeveloper.com/101_object-oriented-javascript-part-i-objects/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 09:01:42 +0000</pubDate>
		<dc:creator>Shawn</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Objects]]></category>

		<guid isPermaLink="false">http://www.unemployeddeveloper.com/?p=101</guid>
		<description><![CDATA[OOP is a style of programming that allows you to define or manipulate your data as objects with attributes and methods applied to those objects. These objects can include features such as polymorphism, inheritance, encapsulation, modularity and more. If you&#8217;ve never used object-oriented-programming(oop), this post does assume some knowledge of OOP methodologies, hopefully you can [...]]]></description>
		<wfw:commentRss>http://www.unemployeddeveloper.com/101_object-oriented-javascript-part-i-objects/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
