<?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>justjs.org</title>
	<atom:link href="http://justjs.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://justjs.org</link>
	<description>Object Oriented Javascript : OOP in javascript, Polymorphisim, Inheritance, Delegation, ... that looks like Java</description>
	<lastBuildDate>Thu, 12 Aug 2010 12:48:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Object Oriented Programming (OOP) Primer</title>
		<link>http://justjs.org/js-oop/object-oriented-programming-oop-primer/</link>
		<comments>http://justjs.org/js-oop/object-oriented-programming-oop-primer/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 03:23:27 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[JS OOP]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[oop]]></category>

		<guid isPermaLink="false">http://justjs.org/?p=66</guid>
		<description><![CDATA[What is Object Oriented Programming?  Why use Object Oriented Programming?  How does Object Oriented Programming apply to JavaScript?  Those are the questions I am going to try and answer for you. What is Object Oriented Programming? Object Oriented ProgrammingW (OOP) in the simplest of forms is grouping all of the data and functions that operate [...]]]></description>
		<wfw:commentRss>http://justjs.org/js-oop/object-oriented-programming-oop-primer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Static Methods in Javascript</title>
		<link>http://justjs.org/js-oop/static-methods-in-javascript/</link>
		<comments>http://justjs.org/js-oop/static-methods-in-javascript/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 00:47:21 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[JS OOP]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://justjs.org/?p=49</guid>
		<description><![CDATA[Object Oriented Javascript (OOP) Part 2 I would like to build on the Object Oriented Javascript page I talked about in an earlier post.  I explained how to use inheritance and polymorphism but sometimes a static function ( that is there is only one copy of the function no matter how many objects you create) can be [...]]]></description>
		<wfw:commentRss>http://justjs.org/js-oop/static-methods-in-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OnDemand Javascript Loading</title>
		<link>http://justjs.org/google-ajax-libraries/ondemand-javascript-loading/</link>
		<comments>http://justjs.org/google-ajax-libraries/ondemand-javascript-loading/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 02:56:55 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[ondemand]]></category>

		<guid isPermaLink="false">http://justjs.org/?p=33</guid>
		<description><![CDATA[Do you know what contributes to slow page loading?  First of all it is the total size of all your scripts, css, and wireframe (html).  After that the number or connections that you make to the server to load the data.  There is 1 connection for each script, 1 for each css file, 1 for [...]]]></description>
		<wfw:commentRss>http://justjs.org/google-ajax-libraries/ondemand-javascript-loading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drag and Drop (dnd) Javascript</title>
		<link>http://justjs.org/javascript-effects-including-animation-drag-n-drop/drag-n-drop-javascript/</link>
		<comments>http://justjs.org/javascript-effects-including-animation-drag-n-drop/drag-n-drop-javascript/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 03:41:52 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Scriptaculous]]></category>
		<category><![CDATA[dnd]]></category>
		<category><![CDATA[drag-n-drop]]></category>

		<guid isPermaLink="false">http://justjs.org/?p=25</guid>
		<description><![CDATA[Do you think that adding Drag-n-Drop capabilites to your website is a huge amount of work?  What if I told you it was a piece of cake?  Check out this example showing how easy it realy is. Dnd Drag-n-Drop Javascript simplified.]]></description>
		<wfw:commentRss>http://justjs.org/javascript-effects-including-animation-drag-n-drop/drag-n-drop-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google is now hosting some javascript libraries</title>
		<link>http://justjs.org/google-ajax-libraries/google-is-now-hosting-some-javascript-libraries/</link>
		<comments>http://justjs.org/google-ajax-libraries/google-is-now-hosting-some-javascript-libraries/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 01:07:59 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Scriptaculous]]></category>

		<guid isPermaLink="false">http://justjs.org/?p=17</guid>
		<description><![CDATA[Google is now hosting the following javascript libraries with more to come. jQuery jQuery UI prototype script_aculo_us MooTools dojo]]></description>
		<wfw:commentRss>http://justjs.org/google-ajax-libraries/google-is-now-hosting-some-javascript-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Oriented Javascript</title>
		<link>http://justjs.org/js-oop/object-oriented-javascript/</link>
		<comments>http://justjs.org/js-oop/object-oriented-javascript/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 21:57:02 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[JS OOP]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[object oriented]]></category>

		<guid isPermaLink="false">http://justjs.org/?p=12</guid>
		<description><![CDATA[Have you ever wondered if there was a way to write javascript  that looks almost like Java?  Well, there is thanks to the guys that wrote prototype.  I wrote up an example to help get you started &#8220;Object Oriented Javascript&#8221;.]]></description>
		<wfw:commentRss>http://justjs.org/js-oop/object-oriented-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JustJS makes its debut</title>
		<link>http://justjs.org/prototype/justjs-makes-its-debut/</link>
		<comments>http://justjs.org/prototype/justjs-makes-its-debut/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 22:37:27 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Prototype]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://justjs.org/?p=5</guid>
		<description><![CDATA[Here at JustJs.org we aim to provide you wealth of javascript widgets, scripts, and snippets.]]></description>
		<wfw:commentRss>http://justjs.org/prototype/justjs-makes-its-debut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

