<?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>Sat, 12 Jun 2010 14:02:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 issue [...]]]></description>
		<wfw:commentRss>http://www.amirharel.com/2010/03/22/javascript-inheritance/feed/</wfw:commentRss>
		<slash:comments>4</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 its interest no matter what. Back in the [...]]]></description>
		<wfw:commentRss>http://www.amirharel.com/2010/02/16/object-oriented-javascript/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
