<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Joey JavaScript</title>
	<atom:link href="http://joeyjavascript.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://joeyjavascript.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 02 Oct 2007 05:09:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='joeyjavascript.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Joey JavaScript</title>
		<link>http://joeyjavascript.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://joeyjavascript.wordpress.com/osd.xml" title="Joey JavaScript" />
	<atom:link rel='hub' href='http://joeyjavascript.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Difference Between an Argument and a Parameter</title>
		<link>http://joeyjavascript.wordpress.com/2007/10/01/difference-between-an-argument-and-a-parameter/</link>
		<comments>http://joeyjavascript.wordpress.com/2007/10/01/difference-between-an-argument-and-a-parameter/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 05:02:08 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[arguments]]></category>
		<category><![CDATA[parameters]]></category>

		<guid isPermaLink="false">http://joeyjavascript.com/2007/10/01/difference-between-an-argument-and-a-parameter/</guid>
		<description><![CDATA[It is very common in the programming world for the terms argument and parameter to be used to convey the same meaning. Technically, however, there is a distinct difference between the two. When a function is defined, the expected variables are listed in parentheses. These are parameters. For example: function GetSquarePerimeter(sideLength) { return 4*sideLength; } [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=153&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It is very common in the programming world for the terms argument and parameter to be used to convey the same meaning. Technically, however, there is a distinct difference between the two.</p>
<p>When a function is defined, the expected variables are listed in parentheses. These are <em>parameters.</em></p>
<p>For example:</p>
<p><strong>function GetSquarePerimeter(sideLength)<br />
{<br />
return 4*sideLength;<br />
}</strong></p>
<p>In the preceding example, sideLength is a <em>parameter</em> of the Square function.</p>
<p>When a function is called, there is a list of variables that are passed to the function. The evaluation of these variables results in values that are passed to the function. These are <em>arguments.<br />
</em><br />
For example:</p>
<p><strong>var intSideLength = 4;<br />
var intPerimeter = GetSquarePerimeter(intSideLength);</strong></p>
<p>At runtime, when the intSideLength variable is evaluated to 4, it is an <em>argument </em>to the GetSquarePerimeter function call.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joeyjavascript.wordpress.com/153/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joeyjavascript.wordpress.com/153/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavascript.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavascript.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavascript.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavascript.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavascript.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavascript.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavascript.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavascript.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavascript.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavascript.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavascript.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavascript.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavascript.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavascript.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=153&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavascript.wordpress.com/2007/10/01/difference-between-an-argument-and-a-parameter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScript this Keyword</title>
		<link>http://joeyjavascript.wordpress.com/2007/10/01/javascript-this-keyword/</link>
		<comments>http://joeyjavascript.wordpress.com/2007/10/01/javascript-this-keyword/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 04:52:34 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joeyjavascript.com/2007/10/01/javascript-this-keyword/</guid>
		<description><![CDATA[The &#8216;this&#8217; keyword is indispensable in JavaScript object-oriented programming. When used in a JavaScript constructor function, &#8216;this&#8217; refers to the object. Through the &#8216;this&#8217; keyword, properties and methods can be assigned object, also known as a class. For example: function Square(intSideLength) { this.sideLength = intSideLength; } In the preceding example the &#8216;this&#8217; keyword is used [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=152&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The &#8216;this&#8217; keyword is indispensable in JavaScript object-oriented programming. When used in a JavaScript constructor function, &#8216;this&#8217; refers to the object. Through the &#8216;this&#8217; keyword, properties and methods can be assigned object, also known as a class. For example:</p>
<p><strong>function Square(intSideLength)<br />
{<br />
this.sideLength = intSideLength;<br />
}</strong></p>
<p>In the preceding example the &#8216;this&#8217; keyword is used to assign the variable &#8216;sideLength&#8217; as a property of the Square class.</p>
<p>The &#8216;this&#8217; keyword is also frequently passed as a parameter on JavaScript events, such as when a checkbox is clicked. In such an instance, &#8216;this&#8217; refers to the current object, the checkbox.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joeyjavascript.wordpress.com/152/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joeyjavascript.wordpress.com/152/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavascript.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavascript.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavascript.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavascript.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavascript.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavascript.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavascript.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavascript.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavascript.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavascript.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavascript.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavascript.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavascript.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavascript.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=152&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavascript.wordpress.com/2007/10/01/javascript-this-keyword/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScript: Enumerating Properties of an Object with a For/In Loop</title>
		<link>http://joeyjavascript.wordpress.com/2007/09/29/javascript-enumerating-properties-of-an-object-with-a-forin-loop/</link>
		<comments>http://joeyjavascript.wordpress.com/2007/09/29/javascript-enumerating-properties-of-an-object-with-a-forin-loop/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 02:57:16 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joeyjavascript.com/2007/09/29/javascript-enumerating-properties-of-an-object-with-a-forin-loop/</guid>
		<description><![CDATA[JavaScript object properties can be enumerated by using a for/in loop, as demonstrated below: var objCar = new Object(); objCar.wheels = 4; objCar.tires = 4; objCar.engines = 1; for (var i in objCar) { document.write(i); document.write(&#39;&#60;br/&#62;&#39;); } The result of this code is: wheels tires engines<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=145&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>JavaScript object properties can be enumerated by using a for/in loop, as demonstrated below:</p>
<p><strong>var objCar = new Object();<br />
objCar.wheels = 4;<br />
objCar.tires = 4;<br />
objCar.engines = 1;</p>
<p>for (var i in objCar)<br />
{<br />
document.write(i);<br />
document.write(&#39;&lt;br/&gt;&#39;);<br />
}</strong></p>
<p>The result of this code is:</p>
<p>wheels<br />
tires<br />
engines</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joeyjavascript.wordpress.com/145/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joeyjavascript.wordpress.com/145/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavascript.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavascript.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavascript.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavascript.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavascript.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavascript.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavascript.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavascript.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavascript.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavascript.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavascript.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavascript.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavascript.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavascript.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=145&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavascript.wordpress.com/2007/09/29/javascript-enumerating-properties-of-an-object-with-a-forin-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Create an Object in JavaScript</title>
		<link>http://joeyjavascript.wordpress.com/2007/09/29/how-to-create-an-object-in-javascript/</link>
		<comments>http://joeyjavascript.wordpress.com/2007/09/29/how-to-create-an-object-in-javascript/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 02:46:40 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joeyjavascript.com/2007/09/29/how-to-create-an-object-in-javascript/</guid>
		<description><![CDATA[An object can easily be created in JavaScript by creating a new instance of the native JavaScript Object class. Following this, properties can be assigned to it, as follows: var objCar = new Object(); objCar.wheels = 4; document.write(objCar.wheels);<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=151&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>An object can easily be created in JavaScript by creating a new instance of the native JavaScript Object class. Following this, properties can be assigned to it, as follows:</p>
<p><strong>var objCar = new Object();<br />
objCar.wheels = 4;</p>
<p>document.write(objCar.wheels);</strong></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joeyjavascript.wordpress.com/151/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joeyjavascript.wordpress.com/151/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavascript.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavascript.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavascript.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavascript.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavascript.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavascript.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavascript.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavascript.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavascript.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavascript.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavascript.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavascript.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavascript.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavascript.wordpress.com/151/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=151&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavascript.wordpress.com/2007/09/29/how-to-create-an-object-in-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScript Instance Methods</title>
		<link>http://joeyjavascript.wordpress.com/2007/09/29/javascript-instance-methods/</link>
		<comments>http://joeyjavascript.wordpress.com/2007/09/29/javascript-instance-methods/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 02:15:16 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[object oriented]]></category>

		<guid isPermaLink="false">http://joeyjavascript.com/2007/09/29/javascript-instance-methods/</guid>
		<description><![CDATA[A constructor that is created in JavaScript can have methods defined for it. These are called &#8216;instance methods.&#8217; For example, suppose the following constructor was defined in JavaScript: function Square(intSideLength) { this.sideLength = intSideLength; } In this example, &#8216;sideLength&#8217; is an instance property and each instantiation of the Square class will have it&#8217;s own copy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=150&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A constructor that is created in JavaScript can have methods defined for it. These are called &#8216;instance methods.&#8217;</p>
<p>For example, suppose the following constructor was defined in JavaScript:</p>
<p><strong>function Square(intSideLength)<br />
{<br />
this.sideLength = intSideLength;<br />
}</strong></p>
<p>In this example, &#8216;sideLength&#8217; is an instance <em>property</em> and each instantiation of the Square class will have it&#8217;s own copy of the &#8216;sideLength&#8217; property. Instance methods work a little differently. They are defined through the prototype property of the constructor. For example:</p>
<p><strong>Square.prototype.perimeter = function() {return 4*this.sideLength;}</strong><br />
<strong> document.write(mySquare.perimeter());</strong></p>
<p>The perimeter method is thus an instance method of the Square class. Instance methods differ from instance properties in JavaScript in that each instantiation of the instance method is shared among instantiations of the class.</p>
<p>Related articles:<br />
<a href="/2007/09/06/object-oriented-javascript/">Object-Oriented JavaScript</a><br />
<a href="/2007/09/26/javascript-instance-properties/">JavaScript Instance Properties</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joeyjavascript.wordpress.com/150/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joeyjavascript.wordpress.com/150/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavascript.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavascript.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavascript.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavascript.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavascript.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavascript.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavascript.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavascript.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavascript.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavascript.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavascript.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavascript.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavascript.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavascript.wordpress.com/150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=150&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavascript.wordpress.com/2007/09/29/javascript-instance-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Enable and Disable JavaScript in Internet Explorer</title>
		<link>http://joeyjavascript.wordpress.com/2007/09/29/how-to-enable-and-disable-javascript-in-internet-explorer/</link>
		<comments>http://joeyjavascript.wordpress.com/2007/09/29/how-to-enable-and-disable-javascript-in-internet-explorer/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 22:23:58 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://joeyjavascript.com/2007/09/29/how-to-enable-and-disable-javascript-in-internet-explorer/</guid>
		<description><![CDATA[JavaScript can easily be enabled and disabled in Internet Explorer through a check box that is found at the following location in Internet Explorer: Click &#8216;Tools&#8217; on the menu bar&#8217; Select &#8216;Internet Options&#8217; Click the &#8216;Security&#8217; tab Click the &#8216;Custom Level&#8217; button Scroll to the &#8216;Scripting&#8217; section Select &#8216;Disable&#8217; to disable JavaScript Select &#8216;Enable&#8217; to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=149&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>JavaScript can easily be enabled and disabled in Internet Explorer through a check box that is found at the following location in Internet Explorer:</p>
<ul>
<li>Click &#8216;Tools&#8217; on the menu bar&#8217;</li>
<li>Select &#8216;Internet Options&#8217;</li>
<li>Click the &#8216;Security&#8217; tab</li>
<li>Click the &#8216;Custom Level&#8217; button</li>
<li>Scroll to the &#8216;Scripting&#8217; section
<ul>
<li>Select &#8216;Disable&#8217; to disable JavaScript</li>
<li>Select &#8216;Enable&#8217; to enable JavaScript</li>
<li>Select &#8216;Prompt&#8217; to be prompted whether to allow JavaScript to run on a page</li>
</ul>
</li>
</ul>
<p>Related Articles:<br />
<a href="/2007/09/26/how-to-enable-and-disable-javascript-in-mozilla-firefox/">How to Enable and Disable JavaScript in Mozilla Firefox</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joeyjavascript.wordpress.com/149/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joeyjavascript.wordpress.com/149/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavascript.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavascript.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavascript.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavascript.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavascript.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavascript.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavascript.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavascript.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavascript.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavascript.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavascript.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavascript.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavascript.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavascript.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=149&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavascript.wordpress.com/2007/09/29/how-to-enable-and-disable-javascript-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>
	</item>
		<item>
		<title>What is a Mashup?</title>
		<link>http://joeyjavascript.wordpress.com/2007/09/29/what-is-a-mashup/</link>
		<comments>http://joeyjavascript.wordpress.com/2007/09/29/what-is-a-mashup/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 19:36:47 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[mashups]]></category>

		<guid isPermaLink="false">http://joeyjavascript.com/2007/09/29/what-is-a-mashup/</guid>
		<description><![CDATA[A mashup is a web application hybrid. Mashups take information from more than one source and combine it into one application. The combination of these multiple applications makes the mashup more useful collectively than the individual applications are themselves. A common example of a mashup is a website that uses Google Maps within its site [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=148&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A mashup is a web application hybrid. Mashups take information from more than one source and combine it into one application. The combination of these multiple applications makes the mashup more useful collectively than the individual applications are themselves.</p>
<p>A common example of a mashup is a website that uses Google Maps within its site to show visually where an address exists.  So there is a web page with an address on it that becomes much more useful when another application, Google Maps, is combined with it to provide further information.</p>
<p>For example, see below an example from a real estate site that uses Google Maps to show the locations of local neighborhoods.</p>
<p><a href="http://www.flickr.com/photos/10858361@N04/1458924231/" title="Photo Sharing"><img src="http://farm2.static.flickr.com/1071/1458924231_2141b98dfc.jpg" alt="mashup" height="296" width="500" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joeyjavascript.wordpress.com/148/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joeyjavascript.wordpress.com/148/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavascript.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavascript.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavascript.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavascript.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavascript.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavascript.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavascript.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavascript.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavascript.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavascript.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavascript.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavascript.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavascript.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavascript.wordpress.com/148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=148&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavascript.wordpress.com/2007/09/29/what-is-a-mashup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>

		<media:content url="http://farm2.static.flickr.com/1071/1458924231_2141b98dfc.jpg" medium="image">
			<media:title type="html">mashup</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Enable and Disable JavaScript in Mozilla Firefox</title>
		<link>http://joeyjavascript.wordpress.com/2007/09/26/how-to-enable-and-disable-javascript-in-mozilla-firefox/</link>
		<comments>http://joeyjavascript.wordpress.com/2007/09/26/how-to-enable-and-disable-javascript-in-mozilla-firefox/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 06:19:33 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://joeyjavascript.com/2007/09/26/how-to-enable-and-disable-javascript-in-mozilla-firefox/</guid>
		<description><![CDATA[JavaScript can easily be enabled and disabled in Firefox through a check box that is found at the following location in Mozilla Firefox: Click &#8216;Tools&#8217; on the menu bar Click &#8216;Options&#8217; from the menu Click on the &#8216;Content&#8217; section in the pop up box Click the &#8216;Enable JavaScript&#8217; check box to enable JavaScript; remove the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=147&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>JavaScript can easily be enabled and disabled in Firefox through a check box that is found at the following location in Mozilla Firefox:</p>
<ul>
<li>Click &#8216;Tools&#8217; on the menu bar</li>
<li>Click &#8216;Options&#8217; from the menu</li>
<li>Click on the &#8216;Content&#8217; section in the pop up box</li>
<li>Click the &#8216;Enable JavaScript&#8217; check box to enable JavaScript; remove the check in the box to disable JavaScript</li>
</ul>
<p>Related articles:<br />
<a href="/2007/09/29/how-to-enable-and-disable-javascript-in-internet-explorer/">How to Enable and Disable JavaScript in Internet Explorer</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joeyjavascript.wordpress.com/147/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joeyjavascript.wordpress.com/147/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavascript.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavascript.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavascript.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavascript.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavascript.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavascript.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavascript.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavascript.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavascript.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavascript.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavascript.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavascript.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavascript.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavascript.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=147&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavascript.wordpress.com/2007/09/26/how-to-enable-and-disable-javascript-in-mozilla-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScript Instance Properties</title>
		<link>http://joeyjavascript.wordpress.com/2007/09/26/javascript-instance-properties/</link>
		<comments>http://joeyjavascript.wordpress.com/2007/09/26/javascript-instance-properties/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 05:53:37 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[object oriented]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://joeyjavascript.com/2007/09/26/javascript-instance-properties/</guid>
		<description><![CDATA[A constructor that is created in JavaScript can have properties defined for it. Each instantiation of the constructor has it&#8217;s own copy of the properties. These are called &#8216;instance properties.&#8217; For example, suppose the following constructor was defined: function Dog() { this.legs = 4; } From this constructor, two instances of the Dog class could [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=146&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A constructor that is created in JavaScript can have properties defined for it. Each instantiation of the constructor has it&#8217;s own copy of the properties. These are called &#8216;instance properties.&#8217;</p>
<p>For example, suppose the following constructor was defined:</p>
<p><strong>function Dog()<br />
{<br />
this.legs = 4;<br />
}</strong></p>
<p>From this constructor, two instances of the Dog class could be instantiated:</p>
<p><strong>var myDog = new Dog();<br />
var myDog2 = new Dog();</strong></p>
<p>Each of these instances has the same value for the &#8216;legs&#8217;  property but  they eahch have their own copy.</p>
<p><strong>document.write(myDog.legs);<br />
document.write(myDog2.legs);</strong></p>
<p>Related articles:<br />
<a href="/2007/09/06/object-oriented-javascript/">Object-oriented JavaScript</a><br />
<a href="/2007/09/29/javascript-instance-methods/">JavaScript Instance Methods</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joeyjavascript.wordpress.com/146/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joeyjavascript.wordpress.com/146/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavascript.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavascript.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavascript.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavascript.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavascript.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavascript.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavascript.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavascript.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavascript.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavascript.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavascript.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavascript.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavascript.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavascript.wordpress.com/146/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=146&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavascript.wordpress.com/2007/09/26/javascript-instance-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>
	</item>
		<item>
		<title>Ajax Polling</title>
		<link>http://joeyjavascript.wordpress.com/2007/09/25/ajax-polling-2/</link>
		<comments>http://joeyjavascript.wordpress.com/2007/09/25/ajax-polling-2/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 04:44:53 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[joey javascript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://joeyjavascript.com/2007/09/25/ajax-polling-2/</guid>
		<description><![CDATA[Ajax polling is when a browser makes an asynchronous request to a server at regular intervals to see if anything has changed on the server. When it is determined that a change has been made, the page can be updated accordingly. For example, a page showing product information which includes quantity available, could be polling [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=144&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ajax polling is when a browser makes an asynchronous request to a server at regular intervals to see if anything has changed on the server. When it is determined that a change has been made, the page can be updated accordingly.</p>
<p>For example, a page showing product information which includes quantity available, could be polling the server consistently to see if the quantity available has changed. If so, that can be immediately reflected on the page, without any interaction from the user. This simple technique has a multitude of uses &#8211; it&#8217;s simply up to designers and developers to use their imaginations and find the most appropriate places to use this tool.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joeyjavascript.wordpress.com/144/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joeyjavascript.wordpress.com/144/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavascript.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavascript.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavascript.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavascript.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavascript.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavascript.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavascript.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavascript.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavascript.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavascript.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavascript.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavascript.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavascript.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavascript.wordpress.com/144/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavascript.wordpress.com&amp;blog=934079&amp;post=144&amp;subd=joeyjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavascript.wordpress.com/2007/09/25/ajax-polling-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>
	</item>
	</channel>
</rss>
