<?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 for Kalkran.COM</title>
	<atom:link href="http://kalkran.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kalkran.com</link>
	<description>Design&#38;Coding</description>
	<pubDate>Thu, 20 Nov 2008 00:17:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on Recursion by Victor Campos</title>
		<link>http://kalkran.com/misc/recursion/#comment-118</link>
		<dc:creator>Victor Campos</dc:creator>
		<pubDate>Thu, 13 Nov 2008 01:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://kalkran.com/?p=135#comment-118</guid>
		<description>1ocrqhab6uhxuyij</description>
		<content:encoded><![CDATA[<p>1ocrqhab6uhxuyij</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Injection by Shaun Clemons</title>
		<link>http://kalkran.com/tutorials/mysql-injection/#comment-117</link>
		<dc:creator>Shaun Clemons</dc:creator>
		<pubDate>Wed, 12 Nov 2008 21:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalkran.com/tutorials/kalkran/mysql-injection/#comment-117</guid>
		<description>otf0uoyui6dphbq2</description>
		<content:encoded><![CDATA[<p>otf0uoyui6dphbq2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Faking an AJAX upload script by Kalkran</title>
		<link>http://kalkran.com/tutorials/faking-an-ajax-upload-script/#comment-112</link>
		<dc:creator>Kalkran</dc:creator>
		<pubDate>Sun, 07 Sep 2008 18:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://kalkran.com/?p=104#comment-112</guid>
		<description>Actually Ilias, &#60;?= is deprecated.</description>
		<content:encoded><![CDATA[<p>Actually Ilias, &lt;?= is deprecated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Who am I? by Remco</title>
		<link>http://kalkran.com/who-am-i/#comment-111</link>
		<dc:creator>Remco</dc:creator>
		<pubDate>Tue, 02 Sep 2008 13:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalkran.com/who-am-i/#comment-111</guid>
		<description>Hoi Ted, Ik kan niet meer op mijn NAS komen. Wil je er even naar kijken, of heb ik het verkeerde adres?? Zie boven.
Groet,
Remco.</description>
		<content:encoded><![CDATA[<p>Hoi Ted, Ik kan niet meer op mijn NAS komen. Wil je er even naar kijken, of heb ik het verkeerde adres?? Zie boven.<br />
Groet,<br />
Remco.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Faking an AJAX upload script by Bookmarks about Upload</title>
		<link>http://kalkran.com/tutorials/faking-an-ajax-upload-script/#comment-110</link>
		<dc:creator>Bookmarks about Upload</dc:creator>
		<pubDate>Thu, 28 Aug 2008 02:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://kalkran.com/?p=104#comment-110</guid>
		<description>[...] - bookmarked by 6 members originally found by buzzart on 2008-08-09  Faking an AJAX upload script  http://kalkran.com/tutorials/faking-an-ajax-upload-script/ - bookmarked by 3 members originally [...]</description>
		<content:encoded><![CDATA[<p>[...] - bookmarked by 6 members originally found by buzzart on 2008-08-09  Faking an AJAX upload script  <a href="http://kalkran.com/tutorials/faking-an-ajax-upload-script/" rel="nofollow">http://kalkran.com/tutorials/faking-an-ajax-upload-script/</a> - bookmarked by 3 members originally [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Faking an AJAX upload script by Ilias</title>
		<link>http://kalkran.com/tutorials/faking-an-ajax-upload-script/#comment-109</link>
		<dc:creator>Ilias</dc:creator>
		<pubDate>Sun, 17 Aug 2008 19:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://kalkran.com/?p=104#comment-109</guid>
		<description>Goddamnit, last "?gt" should read "?&#62;"</description>
		<content:encoded><![CDATA[<p>Goddamnit, last &#8220;?gt&#8221; should read &#8220;?&gt;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Faking an AJAX upload script by Ilias</title>
		<link>http://kalkran.com/tutorials/faking-an-ajax-upload-script/#comment-108</link>
		<dc:creator>Ilias</dc:creator>
		<pubDate>Sun, 17 Aug 2008 19:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://kalkran.com/?p=104#comment-108</guid>
		<description>Ok, let's try this one more time.. 
*breathes out slowly*

First of all, it says "&#38;lt;" (which is the html-entity for) "&#60;"
so
&lt;code&gt;window.top.window.stopUpload(&#38;lt;?php echo $result; ?&#62;);&lt;/code&gt;
should be
&lt;code&gt;window.top.window.stopUpload(&#60;?php echo $result; ?&#62;);&#60;/code

Secondly; not a mistake, but something that might be useful to know, is that there is a shorthand for writing 
&lt;code&gt;&#60;? echo $boe; ?&#62;&lt;/code&gt;
it goes like this:
&lt;code&gt;&#60;?= $boe; ?gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Ok, let&#8217;s try this one more time..<br />
*breathes out slowly*</p>
<p>First of all, it says &#8220;&amp;lt;&#8221; (which is the html-entity for) &#8220;&lt;&#8221;<br />
so<br />
<code>window.top.window.stopUpload(&amp;lt;?php echo $result; ?&gt;);</code><br />
should be<br />
<code>window.top.window.stopUpload(&lt;?php echo $result; ?&gt;);&lt;/code</p>
<p>Secondly; not a mistake, but something that might be useful to know, is that there is a shorthand for writing<br />
</code><code>&lt;? echo $boe; ?&gt;</code><br />
it goes like this:<br />
<code>&lt;?= $boe; ?gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Faking an AJAX upload script by Ilias</title>
		<link>http://kalkran.com/tutorials/faking-an-ajax-upload-script/#comment-107</link>
		<dc:creator>Ilias</dc:creator>
		<pubDate>Fri, 15 Aug 2008 14:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://kalkran.com/?p=104#comment-107</guid>
		<description>Oh, you fucking scripts are screwing this up :p

let's try again:

it says "&#38;lt;" instead of "&#60;"

furthermore you can use "&#60;?=" instead of "&#60;?php echo".</description>
		<content:encoded><![CDATA[<p>Oh, you fucking scripts are screwing this up :p</p>
<p>let&#8217;s try again:</p>
<p>it says &#8220;&amp;lt;&#8221; instead of &#8220;&lt;&#8221;</p>
<p>furthermore you can use &#8220;&lt;?=&#8221; instead of &#8220;&lt;?php echo&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
