<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Pi.js: Simple JavaScript Library</title>
	<atom:link href="http://ajaxian.com/archives/pi/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/pi</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: TNO</title>
		<link>http://ajaxian.com/archives/pi/comment-page-1#comment-267657</link>
		<dc:creator>TNO</dc:creator>
		<pubDate>Thu, 25 Sep 2008 21:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4594#comment-267657</guid>
		<description>Ajaxian fail...corrected result from above code:

to create:
 &lt;form class=&quot;MyForm&quot;&gt;
     &lt;label&gt;Username:&lt;/label&gt;
     &lt;input type=&quot;text&quot;&gt;
     &lt;button&gt;Submit&lt;/button&gt;
 &lt;/form&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Ajaxian fail&#8230;corrected result from above code:</p>
<p>to create:<br />
 &lt;form class=&#8221;MyForm&#8221;&gt;<br />
     &lt;label&gt;Username:&lt;/label&gt;<br />
     &lt;input type=&#8221;text&#8221;&gt;<br />
     &lt;button&gt;Submit&lt;/button&gt;<br />
 &lt;/form&gt;<br />
&lt;/code&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TNO</title>
		<link>http://ajaxian.com/archives/pi/comment-page-1#comment-267656</link>
		<dc:creator>TNO</dc:creator>
		<pubDate>Thu, 25 Sep 2008 21:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4594#comment-267656</guid>
		<description>Holy crip it&#039;s a crapple:
.
&lt;code&gt;
var MyForm = new pi.element(&quot;form&quot;).attribute.addClass(&quot;MyForm&quot;).child.add(  
     new pi.element(&quot;label&quot;).update(&quot;Username:&quot;),  
     new pi.element(&quot;input&quot;).attribute.set(&quot;type&quot;,&quot;text&quot;),  
     new pi.element(&quot;button&quot;).event.addListener(&quot;click&quot;,function(){   
         alert(&quot;Hello World!&quot;);   
     }).update(&quot;Submit&quot;)  
).insert(document.body);  
&lt;/code&gt;
.
.
to create:
&lt;code&gt;
   
     Username:  
       
     Submit  
   
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Holy crip it&#8217;s a crapple:<br />
.<br />
<code><br />
var MyForm = new pi.element("form").attribute.addClass("MyForm").child.add(<br />
     new pi.element("label").update("Username:"),<br />
     new pi.element("input").attribute.set("type","text"),<br />
     new pi.element("button").event.addListener("click",function(){<br />
         alert("Hello World!");<br />
     }).update("Submit")<br />
).insert(document.body);<br />
</code><br />
.<br />
.<br />
to create:<br />
<code></p>
<p>     Username:  </p>
<p>     Submit  </p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eyelidlessness</title>
		<link>http://ajaxian.com/archives/pi/comment-page-1#comment-267652</link>
		<dc:creator>eyelidlessness</dc:creator>
		<pubDate>Thu, 25 Sep 2008 18:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4594#comment-267652</guid>
		<description>pi.env = {
	ie: /MSIE/i.test(navigator.userAgent),
	ie6: /MSIE 6/i.test(navigator.userAgent),
	ie7: /MSIE 7/i.test(navigator.userAgent),
	ie8: /MSIE 8/i.test(navigator.userAgent),
	firefox: /Firefox/i.test(navigator.userAgent),
	opera: /Opera/i.test(navigator.userAgent),
	webkit: /Webkit/i.test(navigator.userAgent)
};

Oh, boy!</description>
		<content:encoded><![CDATA[<p>pi.env = {<br />
	ie: /MSIE/i.test(navigator.userAgent),<br />
	ie6: /MSIE 6/i.test(navigator.userAgent),<br />
	ie7: /MSIE 7/i.test(navigator.userAgent),<br />
	ie8: /MSIE 8/i.test(navigator.userAgent),<br />
	firefox: /Firefox/i.test(navigator.userAgent),<br />
	opera: /Opera/i.test(navigator.userAgent),<br />
	webkit: /Webkit/i.test(navigator.userAgent)<br />
};</p>
<p>Oh, boy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aimos</title>
		<link>http://ajaxian.com/archives/pi/comment-page-1#comment-267651</link>
		<dc:creator>Aimos</dc:creator>
		<pubDate>Thu, 25 Sep 2008 18:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4594#comment-267651</guid>
		<description>How about a slickspeed competition?</description>
		<content:encoded><![CDATA[<p>How about a slickspeed competition?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ragjunk</title>
		<link>http://ajaxian.com/archives/pi/comment-page-1#comment-267650</link>
		<dc:creator>ragjunk</dc:creator>
		<pubDate>Thu, 25 Sep 2008 17:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4594#comment-267650</guid>
		<description>Who would use this framework?

I took a quick look at the documentation and I didn&#039;t find anything interesting/different/cool. Apologies if I missed something obvious.</description>
		<content:encoded><![CDATA[<p>Who would use this framework?</p>
<p>I took a quick look at the documentation and I didn&#8217;t find anything interesting/different/cool. Apologies if I missed something obvious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Montago</title>
		<link>http://ajaxian.com/archives/pi/comment-page-1#comment-267645</link>
		<dc:creator>Montago</dc:creator>
		<pubDate>Thu, 25 Sep 2008 14:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4594#comment-267645</guid>
		<description>whats the fuzz ?</description>
		<content:encoded><![CDATA[<p>whats the fuzz ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

