<?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: PQuery &#8211; PHP and jQuery</title>
	<atom:link href="http://ajaxian.com/archives/pquery-php-and-jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/pquery-php-and-jquery</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: aksival</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-265474</link>
		<dc:creator>aksival</dc:creator>
		<pubDate>Fri, 27 Jun 2008 14:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-265474</guid>
		<description>I&#039;ll agree that it&#039;s sloppy to use JavaScript code inline with HTML...this is something that we all did at one point in time and [most of us] eventually got out of the habit.  I suppose it has its uses in some applications, but I prefer not to whenever possible.  External JS files are the way to go for clarity, cleanliness, and code recycling.

I also agree that generating JavaScript code with PHP is not the best idea.  In many case I found that it was easier to send a variable from PHP to JS that way, but with a little more effort you can to do it the &quot;right&quot; way, so there really isn&#039;t any point in ever doing this, in my opinion.

I think a more useful solution for a helper would be an app that generates your HTML, JavaScript, and PHP in separate, readable files.  This way you could create simple, yet functional foundations using the automated tools and build on them as needed.  Seems to me it would be the best solution that would satisfy both the amateur and expert developers, and still be easily maintainable.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll agree that it&#8217;s sloppy to use JavaScript code inline with HTML&#8230;this is something that we all did at one point in time and [most of us] eventually got out of the habit.  I suppose it has its uses in some applications, but I prefer not to whenever possible.  External JS files are the way to go for clarity, cleanliness, and code recycling.</p>
<p>I also agree that generating JavaScript code with PHP is not the best idea.  In many case I found that it was easier to send a variable from PHP to JS that way, but with a little more effort you can to do it the &#8220;right&#8221; way, so there really isn&#8217;t any point in ever doing this, in my opinion.</p>
<p>I think a more useful solution for a helper would be an app that generates your HTML, JavaScript, and PHP in separate, readable files.  This way you could create simple, yet functional foundations using the automated tools and build on them as needed.  Seems to me it would be the best solution that would satisfy both the amateur and expert developers, and still be easily maintainable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: armandopadilla</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-265287</link>
		<dc:creator>armandopadilla</dc:creator>
		<pubDate>Fri, 20 Jun 2008 18:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-265287</guid>
		<description>for all the negative comment authors on this thread. Have you guys/gals ever played around with JSF&#039;s IceFaces or RichFaces? Seems like the java community has something to offer the PHP community when it comes to integrating js with code.  This project looks good and reminds me a bit of that.

Dont knock this idea just because its a new idea or threatens your 3lit3 js status.  It has great potential and to be honest Javascript is a mess to deal with in a large scale environment even when you follow the guide lines.

My 2 cents and looking forward to another release.</description>
		<content:encoded><![CDATA[<p>for all the negative comment authors on this thread. Have you guys/gals ever played around with JSF&#8217;s IceFaces or RichFaces? Seems like the java community has something to offer the PHP community when it comes to integrating js with code.  This project looks good and reminds me a bit of that.</p>
<p>Dont knock this idea just because its a new idea or threatens your 3lit3 js status.  It has great potential and to be honest Javascript is a mess to deal with in a large scale environment even when you follow the guide lines.</p>
<p>My 2 cents and looking forward to another release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach Leatherman</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-261693</link>
		<dc:creator>Zach Leatherman</dc:creator>
		<pubDate>Thu, 28 Feb 2008 17:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-261693</guid>
		<description>I came to this page hoping to see a utility that let me parse an HTML document using CSS selectors server side in PHP.

What do you think about that idea instead?

It would make for nice screen scraping and maybe even for manipulating DOM on the server (to return a new HTML result to the client).</description>
		<content:encoded><![CDATA[<p>I came to this page hoping to see a utility that let me parse an HTML document using CSS selectors server side in PHP.</p>
<p>What do you think about that idea instead?</p>
<p>It would make for nice screen scraping and maybe even for manipulating DOM on the server (to return a new HTML result to the client).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: portraits</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-260290</link>
		<dc:creator>portraits</dc:creator>
		<pubDate>Thu, 27 Dec 2007 04:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-260290</guid>
		<description>Do you have any handbook or reference guide for this?  I admit I donâ€™t have much knowledge on jQuery but I heard that it will be part of my daily tasks soon.  Hope you can help me.</description>
		<content:encoded><![CDATA[<p>Do you have any handbook or reference guide for this?  I admit I donâ€™t have much knowledge on jQuery but I heard that it will be part of my daily tasks soon.  Hope you can help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-253650</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Wed, 08 Aug 2007 15:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-253650</guid>
		<description>Quote: &quot;you wouldnt use PHP for formatting HTML and using loops to build tables.&quot;

That is correct, I would not use PHP for formatting HTML.  I would use an interface language such as Javascript or CSS. I do not generate HTML using PHP, I generate variables and make substitutions into HTML templates using PHP.  I pass back XML or JSON data from AJAX calls and use Javascript and CSS to re-apply the data to an HTML page. 

When your application gets larger, try to find all of your embedded HTML within your PHP code when you need to make an interface change. Sounds counter-intuitive to me.  Why should you modify PHP to change  your interface??  What if you want the same code to now produce XML instead of HTML??  Or even, just generate pre-formatted text. 

This solution works well for a &quot;one-man-shop&quot; but not for a multi-developer environment with each developer at a different skill level. Use it as you  feel necessary but understand the long-term implications before doing so. To each their own but I for sure do not support this idea.</description>
		<content:encoded><![CDATA[<p>Quote: &#8220;you wouldnt use PHP for formatting HTML and using loops to build tables.&#8221;</p>
<p>That is correct, I would not use PHP for formatting HTML.  I would use an interface language such as Javascript or CSS. I do not generate HTML using PHP, I generate variables and make substitutions into HTML templates using PHP.  I pass back XML or JSON data from AJAX calls and use Javascript and CSS to re-apply the data to an HTML page. </p>
<p>When your application gets larger, try to find all of your embedded HTML within your PHP code when you need to make an interface change. Sounds counter-intuitive to me.  Why should you modify PHP to change  your interface??  What if you want the same code to now produce XML instead of HTML??  Or even, just generate pre-formatted text. </p>
<p>This solution works well for a &#8220;one-man-shop&#8221; but not for a multi-developer environment with each developer at a different skill level. Use it as you  feel necessary but understand the long-term implications before doing so. To each their own but I for sure do not support this idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-253208</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Fri, 27 Jul 2007 00:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-253208</guid>
		<description>Part of developing applications for the web is learning how to separate your interface from your functionality.  This implementation clearly tries to combine the two which is completely against this fundamental law.  

Another note, jQuery is an implementation layer based on Javascript, not a replacement for writing HTML code.  Ditch this concept and learn to write Javascript separately, it can only help you in the long run.</description>
		<content:encoded><![CDATA[<p>Part of developing applications for the web is learning how to separate your interface from your functionality.  This implementation clearly tries to combine the two which is completely against this fundamental law.  </p>
<p>Another note, jQuery is an implementation layer based on Javascript, not a replacement for writing HTML code.  Ditch this concept and learn to write Javascript separately, it can only help you in the long run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fragrances</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-252863</link>
		<dc:creator>fragrances</dc:creator>
		<pubDate>Thu, 19 Jul 2007 13:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-252863</guid>
		<description>In general, I would tend to agree with those calling for civility.  Of course, Iâ€™m the sort of person who always thinks civility is better than the alternatives.  But with Ajax, I think the importance is even greater, since the whole point of this exercise is to promote cooperation and sharing.  Harsh criticism only stunts the process, not to mention demonstrating to some developers that taking the risk of putting your work out there simply isnâ€™t worth it.  That doesnâ€™t really help anyone.  That being said, I do think there is a sizeable portion of the dev community who feel that these sorts of â€œhelpersâ€ do significant harm (though I do wonder if perhaps some of this is just driven by bravado).  I think itâ€™s always useful to know what the â€œpoliticalâ€ perspective towards certain kinds of programs is, and those who have posted have certainly provided that.  I simply think they might have done so more diplomatically.  But in todayâ€™s political climate, maybe this is as â€œdiplomaticâ€ as it gets.</description>
		<content:encoded><![CDATA[<p>In general, I would tend to agree with those calling for civility.  Of course, Iâ€™m the sort of person who always thinks civility is better than the alternatives.  But with Ajax, I think the importance is even greater, since the whole point of this exercise is to promote cooperation and sharing.  Harsh criticism only stunts the process, not to mention demonstrating to some developers that taking the risk of putting your work out there simply isnâ€™t worth it.  That doesnâ€™t really help anyone.  That being said, I do think there is a sizeable portion of the dev community who feel that these sorts of â€œhelpersâ€ do significant harm (though I do wonder if perhaps some of this is just driven by bravado).  I think itâ€™s always useful to know what the â€œpoliticalâ€ perspective towards certain kinds of programs is, and those who have posted have certainly provided that.  I simply think they might have done so more diplomatically.  But in todayâ€™s political climate, maybe this is as â€œdiplomaticâ€ as it gets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soldier</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-247618</link>
		<dc:creator>soldier</dc:creator>
		<pubDate>Wed, 28 Feb 2007 14:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-247618</guid>
		<description>While I may not find this all too useful, I don&#039;t think it&#039;s necessary to degrade this coder. Why spit on his work? It doesn&#039;t help him. A previous response stated to try to make more constructive criticism. Here&#039;s mine:

Take in the positive parts of the previous posters. They have some insite on what they&#039;re talking about. They may come off as stupid with the manner they present themselves but just ignore that and be the better person.</description>
		<content:encoded><![CDATA[<p>While I may not find this all too useful, I don&#8217;t think it&#8217;s necessary to degrade this coder. Why spit on his work? It doesn&#8217;t help him. A previous response stated to try to make more constructive criticism. Here&#8217;s mine:</p>
<p>Take in the positive parts of the previous posters. They have some insite on what they&#8217;re talking about. They may come off as stupid with the manner they present themselves but just ignore that and be the better person.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: splatch</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-247520</link>
		<dc:creator>splatch</dc:creator>
		<pubDate>Fri, 23 Feb 2007 17:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-247520</guid>
		<description>Using PHP to generate Javascirp code? What for? Is that clear and nice?
In my opinion not! What wheen user doesn&#039;t accept javascript? The page are broken.
Ajax yes, but not from PHP code. That&#039;s toad going to nothing. The dynamic elements should be added by browser from behaviour.</description>
		<content:encoded><![CDATA[<p>Using PHP to generate Javascirp code? What for? Is that clear and nice?<br />
In my opinion not! What wheen user doesn&#8217;t accept javascript? The page are broken.<br />
Ajax yes, but not from PHP code. That&#8217;s toad going to nothing. The dynamic elements should be added by browser from behaviour.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wluigi</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-247515</link>
		<dc:creator>wluigi</dc:creator>
		<pubDate>Fri, 23 Feb 2007 15:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-247515</guid>
		<description>you should propose it to cakephp !</description>
		<content:encoded><![CDATA[<p>you should propose it to cakephp !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikas</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-247509</link>
		<dc:creator>Vikas</dc:creator>
		<pubDate>Fri, 23 Feb 2007 09:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-247509</guid>
		<description>Some pretty harsh replies in here , looks like some people don&#039;t like the whole concept of helpers, PQuery and &quot;Global Warming&quot; man what comparisons. Well for all those who feel that this shouldn&#039;t be done , there is a  group who is thankful and will use it  (including me). 

I never intended to mess things up,my intentions were to get things done faster,easier and in a language im good at ( PHP in case of web dev ) and a JS library which i liked. I could have wrote each and every event handler,effect,Ajax request in a separate file but i work with custom CMS&#039;s and frameworks most of the GUI/HTML is auto generated from Databases and XML, so i like everything in one place. I have other reasons too ... but i think they&#039;ll spark more debates so ill refrain.

Im not forcing you to use them ,so rather than criticizing it and wasting your time, do something constructive.</description>
		<content:encoded><![CDATA[<p>Some pretty harsh replies in here , looks like some people don&#8217;t like the whole concept of helpers, PQuery and &#8220;Global Warming&#8221; man what comparisons. Well for all those who feel that this shouldn&#8217;t be done , there is a  group who is thankful and will use it  (including me). </p>
<p>I never intended to mess things up,my intentions were to get things done faster,easier and in a language im good at ( PHP in case of web dev ) and a JS library which i liked. I could have wrote each and every event handler,effect,Ajax request in a separate file but i work with custom CMS&#8217;s and frameworks most of the GUI/HTML is auto generated from Databases and XML, so i like everything in one place. I have other reasons too &#8230; but i think they&#8217;ll spark more debates so ill refrain.</p>
<p>Im not forcing you to use them ,so rather than criticizing it and wasting your time, do something constructive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhasker V Kode</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-247489</link>
		<dc:creator>Bhasker V Kode</dc:creator>
		<pubDate>Thu, 22 Feb 2007 20:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-247489</guid>
		<description>Here&#039;s the link http://bosky101.blogspot.com/2007/02/introducing-tvhtmlhelper-and-tagcreator.html</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the link <a href="http://bosky101.blogspot.com/2007/02/introducing-tvhtmlhelper-and-tagcreator.html" rel="nofollow">http://bosky101.blogspot.com/2007/02/introducing-tvhtmlhelper-and-tagcreator.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhasker V Kode</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-247488</link>
		<dc:creator>Bhasker V Kode</dc:creator>
		<pubDate>Thu, 22 Feb 2007 20:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-247488</guid>
		<description>Hey ,
i just checked this out today,and i think i have a more scalable version of this ,which i call tvHTMLHelper .check it out here . Ive even commented on a few pitfalls in pQuery which ive taken care of .

Even hacked up a small Tag Creator using my library ,after seeing this post .

Keep Clicking,
Bhasker V Kode</description>
		<content:encoded><![CDATA[<p>Hey ,<br />
i just checked this out today,and i think i have a more scalable version of this ,which i call tvHTMLHelper .check it out here . Ive even commented on a few pitfalls in pQuery which ive taken care of .</p>
<p>Even hacked up a small Tag Creator using my library ,after seeing this post .</p>
<p>Keep Clicking,<br />
Bhasker V Kode</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rey Bango</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-247476</link>
		<dc:creator>Rey Bango</dc:creator>
		<pubDate>Thu, 22 Feb 2007 18:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-247476</guid>
		<description>@David: I respect your opinion my man. How about explaining why helpers are a problem? It would to quantify your statement so that it sounds reasonable. From the subsequent replies, its seems that some actually like helpers and you might be able to help them understand some sticking points.</description>
		<content:encoded><![CDATA[<p>@David: I respect your opinion my man. How about explaining why helpers are a problem? It would to quantify your statement so that it sounds reasonable. From the subsequent replies, its seems that some actually like helpers and you might be able to help them understand some sticking points.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rey Bango</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-247475</link>
		<dc:creator>Rey Bango</dc:creator>
		<pubDate>Thu, 22 Feb 2007 18:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-247475</guid>
		<description>@jd: Thx man! :o)</description>
		<content:encoded><![CDATA[<p>@jd: Thx man! :o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Thomas</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-247474</link>
		<dc:creator>Richard Thomas</dc:creator>
		<pubDate>Thu, 22 Feb 2007 18:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-247474</guid>
		<description>Theres nothing wrong with helpers but you need to not draw the line between helping use jquery and auto mangling html. I don&#039;t want a php library trying to force me to use its generated form tags and such.

My page should be able to be a simple non-dynamic html page if I want that calls php through jquery.

My demo of something to this sort
http://www.cyberlot.net/demos/phpjquery/

Its not pretty it is a old proof of concept pre jquery 1.1.1</description>
		<content:encoded><![CDATA[<p>Theres nothing wrong with helpers but you need to not draw the line between helping use jquery and auto mangling html. I don&#8217;t want a php library trying to force me to use its generated form tags and such.</p>
<p>My page should be able to be a simple non-dynamic html page if I want that calls php through jquery.</p>
<p>My demo of something to this sort<br />
<a href="http://www.cyberlot.net/demos/phpjquery/" rel="nofollow">http://www.cyberlot.net/demos/phpjquery/</a></p>
<p>Its not pretty it is a old proof of concept pre jquery 1.1.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip Jacobs</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-247473</link>
		<dc:creator>Phillip Jacobs</dc:creator>
		<pubDate>Thu, 22 Feb 2007 17:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-247473</guid>
		<description>This isn&#039;t the end all be all of helpers. Although it&#039;s a great start (0.1 release COME ON!!). Don&#039;t bash helpers if you don&#039;t need them, just understand why they exist. If I&#039;m a developer that mainly writes business logic, and work for a company that from one day to the next expects web2.0 javascript doodles without any man power incr, or anything, a helper library in the language I&#039;m used to. In the enviornment I&#039;m comfortable with, is a great help.</description>
		<content:encoded><![CDATA[<p>This isn&#8217;t the end all be all of helpers. Although it&#8217;s a great start (0.1 release COME ON!!). Don&#8217;t bash helpers if you don&#8217;t need them, just understand why they exist. If I&#8217;m a developer that mainly writes business logic, and work for a company that from one day to the next expects web2.0 javascript doodles without any man power incr, or anything, a helper library in the language I&#8217;m used to. In the enviornment I&#8217;m comfortable with, is a great help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre Plennevaux</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-247471</link>
		<dc:creator>Alexandre Plennevaux</dc:creator>
		<pubDate>Thu, 22 Feb 2007 17:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-247471</guid>
		<description>helpers are good for those of us that are more familiar to php than javascript. but it should have a logic of storing all generated javascript on an external file. which would create quite an unmaintainable mess. Personally i prefer to keep things a little bit less automated and have an understandable file organisation. I&#039;m not saying it is impossible with helpers, i just haven&#039;t seen it done yet.</description>
		<content:encoded><![CDATA[<p>helpers are good for those of us that are more familiar to php than javascript. but it should have a logic of storing all generated javascript on an external file. which would create quite an unmaintainable mess. Personally i prefer to keep things a little bit less automated and have an understandable file organisation. I&#8217;m not saying it is impossible with helpers, i just haven&#8217;t seen it done yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jd</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-247468</link>
		<dc:creator>jd</dc:creator>
		<pubDate>Thu, 22 Feb 2007 17:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-247468</guid>
		<description>I second Rey Bango.</description>
		<content:encoded><![CDATA[<p>I second Rey Bango.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://ajaxian.com/archives/pquery-php-and-jquery/comment-page-1#comment-247467</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 22 Feb 2007 16:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2144#comment-247467</guid>
		<description>Constructive criticism: flush it down the toilet. These &quot;helpers&quot; are the worst plague the web has ever seen and I dare to say they are just as much of a danger to this planet as global warming. This stuff is wrong and useless and harmful by any stretch of the imagination.</description>
		<content:encoded><![CDATA[<p>Constructive criticism: flush it down the toilet. These &#8220;helpers&#8221; are the worst plague the web has ever seen and I dare to say they are just as much of a danger to this planet as global warming. This stuff is wrong and useless and harmful by any stretch of the imagination.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

