<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for AjaxApp.com, ajax app and cool web app!</title>
	<link>http://www.ajaxapp.com</link>
	<description>about ajax, javascript, DHTML, CSS, web app, MySQL, PHP, JSP, Java, Oracle</description>
	<pubDate>Mon, 12 May 2008 22:16:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>Comment on Beware of remote code injection exploit in PHP! by admin</title>
		<link>http://www.ajaxapp.com/2007/11/29/beware-of-remote-code-injection-exploit-in-php/#comment-49</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 05 Feb 2008 12:19:48 +0000</pubDate>
		<guid>http://www.ajaxapp.com/2007/11/29/beware-of-remote-code-injection-exploit-in-php/#comment-49</guid>
		<description>Mistake has been corrected :)</description>
		<content:encoded><![CDATA[<p>Mistake has been corrected <img src='http://www.ajaxapp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beware of remote code injection exploit in PHP! by admin</title>
		<link>http://www.ajaxapp.com/2007/11/29/beware-of-remote-code-injection-exploit-in-php/#comment-48</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 05 Feb 2008 12:17:22 +0000</pubDate>
		<guid>http://www.ajaxapp.com/2007/11/29/beware-of-remote-code-injection-exploit-in-php/#comment-48</guid>
		<description>Yeah, Bart, you're right it was a mistake :)</description>
		<content:encoded><![CDATA[<p>Yeah, Bart, you&#8217;re right it was a mistake <img src='http://www.ajaxapp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beware of remote code injection exploit in PHP! by Bart Seghers</title>
		<link>http://www.ajaxapp.com/2007/11/29/beware-of-remote-code-injection-exploit-in-php/#comment-27</link>
		<dc:creator>Bart Seghers</dc:creator>
		<pubDate>Fri, 25 Jan 2008 08:54:59 +0000</pubDate>
		<guid>http://www.ajaxapp.com/2007/11/29/beware-of-remote-code-injection-exploit-in-php/#comment-27</guid>
		<description>Could it be that in your "solution 3", the following line:

$page=”mypagesFolder/”.$_REQUEST[’p'].”.inc.php”;

should read:

$page=”mypagesFolder/”.$page.”.inc.php”;

This because $page has the invalid characters replaced, while $_REQUEST[’p'] hasn't.

Regards,
Bart.</description>
		<content:encoded><![CDATA[<p>Could it be that in your &#8220;solution 3&#8243;, the following line:</p>
<p>$page=”mypagesFolder/”.$_REQUEST[’p&#8217;].”.inc.php”;</p>
<p>should read:</p>
<p>$page=”mypagesFolder/”.$page.”.inc.php”;</p>
<p>This because $page has the invalid characters replaced, while $_REQUEST[’p&#8217;] hasn&#8217;t.</p>
<p>Regards,<br />
Bart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How well do you know Prototype? You should fully utilize it! by gringo</title>
		<link>http://www.ajaxapp.com/2007/11/16/how-well-do-you-know-prototype-you-should-fully-utilize-it/#comment-14</link>
		<dc:creator>gringo</dc:creator>
		<pubDate>Tue, 11 Dec 2007 00:44:19 +0000</pubDate>
		<guid>http://www.ajaxapp.com/2007/11/16/how-well-do-you-know-prototype-you-should-fully-utilize-it/#comment-14</guid>
		<description>nice collection.

I always used something like $(’cWidget’).innerHTML = ’some content’; instead of $(’cWidget’).update(...); and some of the other errors you listed. Cause I was too lazy to read the docs :)

thanks for the list</description>
		<content:encoded><![CDATA[<p>nice collection.</p>
<p>I always used something like $(’cWidget’).innerHTML = ’some content’; instead of $(’cWidget’).update(&#8230;); and some of the other errors you listed. Cause I was too lazy to read the docs <img src='http://www.ajaxapp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
thanks for the list</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype - a fantastic JavaScript Framework, simplifies Ajax coding by How well do you know Prototype? You should fully utilize it! at AjaxApp.com, ajax and cool web app!</title>
		<link>http://www.ajaxapp.com/2007/11/10/prototype-a-fantastic-javascript-framework-simplifies-ajax-coding/#comment-9</link>
		<dc:creator>How well do you know Prototype? You should fully utilize it! at AjaxApp.com, ajax and cool web app!</dc:creator>
		<pubDate>Fri, 16 Nov 2007 12:32:42 +0000</pubDate>
		<guid>http://www.ajaxapp.com/2007/11/10/prototype-a-fantastic-javascript-framework-simplifies-ajax-coding/#comment-9</guid>
		<description>[...] Zaytsev, someone who has used Prototype for almost a year for building dynamic web apps, has experienced many stupid questions raised on [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Zaytsev, someone who has used Prototype for almost a year for building dynamic web apps, has experienced many stupid questions raised on [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype - a fantastic JavaScript Framework, simplifies Ajax coding by admin</title>
		<link>http://www.ajaxapp.com/2007/11/10/prototype-a-fantastic-javascript-framework-simplifies-ajax-coding/#comment-6</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 14 Nov 2007 01:39:56 +0000</pubDate>
		<guid>http://www.ajaxapp.com/2007/11/10/prototype-a-fantastic-javascript-framework-simplifies-ajax-coding/#comment-6</guid>
		<description>If you guys're really so keen to add my article to the few popular bookmarking websites, anyway, I've added the simple link for delicious, digg, reddit, facebook and stumbleupon as shown above :) Good luck!</description>
		<content:encoded><![CDATA[<p>If you guys&#8217;re really so keen to add my article to the few popular bookmarking websites, anyway, I&#8217;ve added the simple link for delicious, digg, reddit, facebook and stumbleupon as shown above <img src='http://www.ajaxapp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype - a fantastic JavaScript Framework, simplifies Ajax coding by levitra</title>
		<link>http://www.ajaxapp.com/2007/11/10/prototype-a-fantastic-javascript-framework-simplifies-ajax-coding/#comment-3</link>
		<dc:creator>levitra</dc:creator>
		<pubDate>Mon, 12 Nov 2007 20:26:56 +0000</pubDate>
		<guid>http://www.ajaxapp.com/2007/11/10/prototype-a-fantastic-javascript-framework-simplifies-ajax-coding/#comment-3</guid>
		<description>How add your site to reddit?</description>
		<content:encoded><![CDATA[<p>How add your site to reddit?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
