<?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: New Comment Photo Hack (Blogger)</title>
	<atom:link href="http://singpolyma.net/2007/05/new-comment-photo-hack-blogger/feed/" rel="self" type="application/rss+xml" />
	<link>http://singpolyma.net/2007/05/new-comment-photo-hack-blogger/</link>
	<description></description>
	<pubDate>Wed, 15 Oct 2008 23:17:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: syafira</title>
		<link>http://singpolyma.net/2007/05/new-comment-photo-hack-blogger/#comment-110782</link>
		<dc:creator>syafira</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://singpolyma.net/2007/05/new-comment-photo-hack-blogger/#comment-110782</guid>
		<description>hello ;).. the codes work for me thankQ..but after apply thats codes my comments will display at the bottom of the page :(...how to resolve it? thankQ

this my blog url http://syafira85.blogspot.com</description>
		<content:encoded><![CDATA[<p>hello ;).. the codes work for me thankQ..but after apply thats codes my comments will display at the bottom of the page :(&#8230;how to resolve it? thankQ</p>
<p>this my blog url <a href="http://syafira85.blogspot.com" rel="nofollow">http://syafira85.blogspot.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: René Fischer</title>
		<link>http://singpolyma.net/2007/05/new-comment-photo-hack-blogger/#comment-95855</link>
		<dc:creator>René Fischer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://singpolyma.net/2007/05/new-comment-photo-hack-blogger/#comment-95855</guid>
		<description>Stephen, did you receive my mail with the template file?</description>
		<content:encoded><![CDATA[<p>Stephen, did you receive my mail with the template file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: René Fischer</title>
		<link>http://singpolyma.net/2007/05/new-comment-photo-hack-blogger/#comment-93300</link>
		<dc:creator>René Fischer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://singpolyma.net/2007/05/new-comment-photo-hack-blogger/#comment-93300</guid>
		<description>It doesn't work for me. I always got the "The element type "div" must be terminated by the matching end-tag" error. I'm going to send you my template and realy hope you find the error.</description>
		<content:encoded><![CDATA[<p>It doesn&#039;t work for me. I always got the &#034;The element type &#034;div&#034; must be terminated by the matching end-tag&#034; error. I&#039;m going to send you my template and realy hope you find the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tsung-Kai Chen</title>
		<link>http://singpolyma.net/2007/05/new-comment-photo-hack-blogger/#comment-78931</link>
		<dc:creator>Tsung-Kai Chen</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://singpolyma.net/2007/05/new-comment-photo-hack-blogger/#comment-78931</guid>
		<description>I met the same problem with jenming, but I still not figure out why my commentPhotoIds array will grow up to a value larger than the total comments, so I got document.getElementById("undefined").innerHTML balabala… too, therefore I forced the for loop to stop when it grows up to the total count, and the revision shows below

&#60;script type='text/javascript'&#62;
//&#60;![CDATA[
function commentPhotoDo() {
var tag;
for(var i in commentPhotoIds) {
tag = document.createElement('script');
tag.type = 'text/javascript';
tag.src = 'http://scrape.singpolyma.net/avatar.php?maxwidth=70&#38;url='+encodeURIComponent(commentPhotoIds[i].url)+'&#38;id='+encodeURIComponent(commentPhotoIds[i].id)+'&#38;defaultimage='+encodeURIComponent('http://img139.imageshack.us/img139/1011/defaultavatarad7.png');

document.body.appendChild(tag);
&lt;b&gt;if(i &#62;= commentPhotoIds.length-1) break;&lt;/b&gt;
}//end for var i in commentPhotoIds
}//end function commentPhotoDo
commentPhotoDo();
//]]&#62;
&#60;/script&#62;</description>
		<content:encoded><![CDATA[<p>I met the same problem with jenming, but I still not figure out why my commentPhotoIds array will grow up to a value larger than the total comments, so I got document.getElementById(&#034;undefined&#034;).innerHTML balabala… too, therefore I forced the for loop to stop when it grows up to the total count, and the revision shows below</p>
<p>&lt;script type=&#039;text/javascript&#039;&gt;<br />
//&lt;![CDATA[<br />
function commentPhotoDo() {<br />
var tag;<br />
for(var i in commentPhotoIds) {<br />
tag = document.createElement('script');<br />
tag.type = 'text/javascript';<br />
tag.src = 'http://scrape.singpolyma.net/avatar.php?maxwidth=70&amp;url='+encodeURIComponent(commentPhotoIds[i].url)+&#039;&amp;id=&#039;+encodeURIComponent(commentPhotoIds[i].id)+&#039;&amp;defaultimage=&#039;+encodeURIComponent(&#039;http://img139.imageshack.us/img139/1011/defaultavatarad7.png&#039;);</p>
<p>document.body.appendChild(tag);<br />
<b>if(i &gt;= commentPhotoIds.length-1) break;</b><br />
}//end for var i in commentPhotoIds<br />
}//end function commentPhotoDo<br />
commentPhotoDo();<br />
//]]&gt;<br />
&lt;/script&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Paul Weber</title>
		<link>http://singpolyma.net/2007/05/new-comment-photo-hack-blogger/#comment-77594</link>
		<dc:creator>Stephen Paul Weber</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://singpolyma.net/2007/05/new-comment-photo-hack-blogger/#comment-77594</guid>
		<description>@jenming Looks like you did not accomplish step 2 properly</description>
		<content:encoded><![CDATA[<p>@jenming Looks like you did not accomplish step 2 properly</p>
]]></content:encoded>
	</item>
</channel>
</rss>
