<?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>Amir Harel &#187; prototype</title>
	<atom:link href="http://www.amirharel.com/tag/prototype/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amirharel.com</link>
	<description>Tales of a JavaScript Ninja</description>
	<lastBuildDate>Mon, 19 Sep 2011 19:50:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Beware of the prototype properties</title>
		<link>http://www.amirharel.com/2010/12/14/beware-of-the-prototype-properties/</link>
		<comments>http://www.amirharel.com/2010/12/14/beware-of-the-prototype-properties/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 23:10:34 +0000</pubDate>
		<dc:creator>Amir Harel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[inheritance]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.amirharel.com/?p=246</guid>
		<description><![CDATA[First of all I&#8217;m sorry that I haven&#8217;t wrote for a long time, I&#8217;ve been busy, but since I realized that is never going to change (at least not before the kids will move out of the house) I better continue write post even when I don&#8217;t have time. So I guess the post will [...]]]></description>
		<wfw:commentRss>http://www.amirharel.com/2010/12/14/beware-of-the-prototype-properties/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript Inheritance</title>
		<link>http://www.amirharel.com/2010/03/22/javascript-inheritance/</link>
		<comments>http://www.amirharel.com/2010/03/22/javascript-inheritance/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 13:02:03 +0000</pubDate>
		<dc:creator>Amir Harel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[inheritance]]></category>
		<category><![CDATA[object oriented]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.amirharel.com/?p=218</guid>
		<description><![CDATA[In this post I will cover the following topics: Understanding how the prototype works Using the prototype for inheritance The Inherit Function Overriding methods In one of my previous post i talked about Object Oriented Javascript , where i mostly talked about class encapsulation. In this post i would like to advance to another important [...]]]></description>
		<wfw:commentRss>http://www.amirharel.com/2010/03/22/javascript-inheritance/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Object Oriented Javascript</title>
		<link>http://www.amirharel.com/2010/02/16/object-oriented-javascript/</link>
		<comments>http://www.amirharel.com/2010/02/16/object-oriented-javascript/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 08:16:12 +0000</pubDate>
		<dc:creator>Amir Harel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[object oriented]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.amirharel.com/?p=197</guid>
		<description><![CDATA[Problog This post will cover the following topics: Javascript is not a toy! How to define a class How to set Publich methods How to set Private variables How to set static methods JavaScript for Dummies? Programming languages are like football teams &#8211; it doesn&#8217;t matter which you like, you will support it and protect [...]]]></description>
		<wfw:commentRss>http://www.amirharel.com/2010/02/16/object-oriented-javascript/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

