<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: JavaScript Basics for&#160;Prototyping</title>
	<atom:link href="http://particletree.com/features/javascript-basics-for-prototyping/feed/" rel="self" type="application/rss+xml" />
	<link>http://particletree.com/features/javascript-basics-for-prototyping/</link>
	<description>Everyone needs a hug.</description>
	<pubDate>Fri, 25 Jul 2008 13:00:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: ogÅ‚oszenia</title>
		<link>http://particletree.com/features/javascript-basics-for-prototyping/#comment-21898</link>
		<dc:creator>ogÅ‚oszenia</dc:creator>
		<pubDate>Fri, 20 Jul 2007 10:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=197#comment-21898</guid>
		<description>&lt;p&gt;Everyone needs a hug mee to :D&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Everyone needs a hug mee to :D</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 1 month and</title>
		<link>http://particletree.com/features/javascript-basics-for-prototyping/#comment-21582</link>
		<dc:creator>1 month and</dc:creator>
		<pubDate>Wed, 04 Jul 2007 08:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=197#comment-21582</guid>
		<description>&lt;p&gt;Everyone needs a car.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Everyone needs a car.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Parry</title>
		<link>http://particletree.com/features/javascript-basics-for-prototyping/#comment-20540</link>
		<dc:creator>Parry</dc:creator>
		<pubDate>Tue, 10 Apr 2007 07:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=197#comment-20540</guid>
		<description>&lt;p&gt;mlm lead  &lt;a href="http://mlm-leads.thesimplicitycycle.com" rel="nofollow"&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>mlm lead  <a href="http://mlm-leads.thesimplicitycycle.com" rel="nofollow"></a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: kl;</title>
		<link>http://particletree.com/features/javascript-basics-for-prototyping/#comment-12471</link>
		<dc:creator>kl;</dc:creator>
		<pubDate>Tue, 23 Jan 2007 15:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=197#comment-12471</guid>
		<description>&lt;p&gt;Everyone needs a hug.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Everyone needs a hug.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: just.xTc</title>
		<link>http://particletree.com/features/javascript-basics-for-prototyping/#comment-12208</link>
		<dc:creator>just.xTc</dc:creator>
		<pubDate>Sun, 21 Jan 2007 20:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=197#comment-12208</guid>
		<description>&lt;p&gt;What an excellent site. Unsurpassed style, witty posts, and the design looks great. It makes my website look like monkey semen. Gj to whoever the admin(s) is (are).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What an excellent site. Unsurpassed style, witty posts, and the design looks great. It makes my website look like monkey semen. Gj to whoever the admin(s) is (are).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: sal</title>
		<link>http://particletree.com/features/javascript-basics-for-prototyping/#comment-11098</link>
		<dc:creator>sal</dc:creator>
		<pubDate>Tue, 16 Jan 2007 13:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=197#comment-11098</guid>
		<description>&lt;p&gt;Thank you for your articles.
 they are beautiful (I'm a noob)&lt;/p&gt;

&lt;p&gt;!! Warning off topic !!
Particle Tree is Beautiful
your design is Simple, Colorful ... so perfect,
it makes me cry. You guys are my Heros.
and 'wufoo' rules man.
!!Back to normal!!
Thank you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for your articles.
 they are beautiful (I&#8217;m a noob)</p>

<p>!! Warning off topic&#160;!!
Particle Tree is Beautiful
your design is Simple, Colorful &#8230; so perfect,
it makes me cry. You guys are my Heros.
and &#8216;wufoo&#8217; rules man.
!!Back to normal!!
Thank you.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen</title>
		<link>http://particletree.com/features/javascript-basics-for-prototyping/#comment-6364</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Fri, 22 Dec 2006 22:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=197#comment-6364</guid>
		<description>&lt;p&gt;I've read some posts about manipulating the TYPENAME.prototype and that it is "verboden!" (not allowed).&lt;/p&gt;

&lt;p&gt;For exampel:
&lt;code&gt;Object.prototype.hello = "hi";&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;...actually will add this to every single time u loop any array anywhere.
Sorry dont remember the post where i read it and i couldnt find it either.&lt;/p&gt;

&lt;p&gt;Just a little warning.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve read some posts about manipulating the TYPENAME.prototype and that it is &#8220;verboden!&#8221; (not allowed).</p>

<p>For exampel:
<code>Object.prototype.hello = "hi";</code></p>

<p>&#8230;actually will add this to every single time u loop any array anywhere.
Sorry dont remember the post where i read it and i couldnt find it either.</p>

<p>Just a little warning.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://particletree.com/features/javascript-basics-for-prototyping/#comment-2130</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Fri, 11 Aug 2006 21:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=197#comment-2130</guid>
		<description>&lt;p&gt;Everyone needs a hug.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Everyone needs a hug.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Hari</title>
		<link>http://particletree.com/features/javascript-basics-for-prototyping/#comment-2129</link>
		<dc:creator>Hari</dc:creator>
		<pubDate>Tue, 08 Aug 2006 18:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=197#comment-2129</guid>
		<description>&lt;p&gt;Need help in optmizing below code----&lt;/p&gt;

&lt;p&gt;do{&lt;br /&gt;
                            orderKey =D1.OrderKeyList[forInd].value
                            sgnew = eval("D1."+orderKey+"")
                            sgnewtxt = eval("D1."+"text"+orderKey+"")&lt;br /&gt;
                            alnesval=D1.OrderKeyList[forInd].text;&lt;br /&gt;
                            alnesval=alnesval-1;&lt;br /&gt;
                            doInd = alnesval
                    do{&lt;br /&gt;
                                    var sgvalnew = sgnew[doInd].value;&lt;br /&gt;
                                         if(B[sgvalnew]==1){&lt;br /&gt;
                                                sgnewtxt.value=minQty;&lt;br /&gt;
                                         }//end if&lt;br /&gt;
                                doInd --
                    }while(doInd &#62;=0)&lt;br /&gt;
                forInd--
            }while(forInd&#62;=0)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Need help in optmizing below code&#8212;&#8212;</p>

<p>do{<br />
                            orderKey =D1.OrderKeyList[forInd].value
                            sgnew = eval(&#8220;D1.&#8221;+orderKey+&#8221;&#8220;)
                            sgnewtxt = eval(&#8220;D1.&#8221;+&#8221;text&#8221;+orderKey+&#8221;&#8220;)<br />
                            alnesval=D1.OrderKeyList[forInd].text;<br />
                            alnesval=alnesval-1;<br />
                            doInd = alnesval
                    do{<br />
                                    var sgvalnew = sgnew[doInd].value;<br />
                                         if(B[sgvalnew]==1){<br />
                                                sgnewtxt.value=minQty;<br />
                                         }//end if<br />
                                doInd &#8212;
                    }while(doInd &gt;=0)<br />
                forInd&#8212;
            }while(forInd&gt;=0)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: php-ajax</title>
		<link>http://particletree.com/features/javascript-basics-for-prototyping/#comment-2128</link>
		<dc:creator>php-ajax</dc:creator>
		<pubDate>Thu, 15 Jun 2006 23:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=197#comment-2128</guid>
		<description>&lt;p&gt;prototype.js is a great tool www.itconsultinglive.com&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>prototype.js is a great tool <a href="http://www.itconsultinglive.com" rel="nofollow">http://www.itconsultinglive.com</a></p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.388 seconds -->
