<?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 for Hacking so Existing</title>
	<atom:link href="http://dev.zhourenjian.com/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://dev.zhourenjian.com/blog</link>
	<description>Zhou Renjian's Development Blog</description>
	<lastBuildDate>Sun, 14 Mar 2010 08:30:17 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Export Eclipse Plugin, Assert Errors by Aldo Winograd</title>
		<link>http://dev.zhourenjian.com/blog/2008/07/23/export-eclipse-plugin-assert-errors.html/comment-page-1#comment-4827</link>
		<dc:creator>Aldo Winograd</dc:creator>
		<pubDate>Sun, 14 Mar 2010 08:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://dev.zhourenjian.com/blog/?p=56#comment-4827</guid>
		<description>It&#039;s fantastic to see fresh, creative ideas that have never been done before</description>
		<content:encoded><![CDATA[<p>It&#8217;s fantastic to see fresh, creative ideas that have never been done before</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connect Yahoo IMAP Server by JavaMail by Zhou Renjian</title>
		<link>http://dev.zhourenjian.com/blog/2009/11/29/connect-yahoo-imap-server-by-javamail.html/comment-page-1#comment-4779</link>
		<dc:creator>Zhou Renjian</dc:creator>
		<pubDate>Thu, 14 Jan 2010 08:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://dev.zhourenjian.com/blog/2009/11/29/connect-yahoo-imap-server-by-javamail.html#comment-4779</guid>
		<description>@Paulo
Thanks for point out the mistake!
And the imap server is updated to &quot;imap.mail.yahoo.com&quot; with IMAP port 143. 
It seems that Yahoo! stopped supporting &quot;imap.next.yahoo.com&quot; some days ago.</description>
		<content:encoded><![CDATA[<p>@Paulo<br />
Thanks for point out the mistake!<br />
And the imap server is updated to &#8220;imap.mail.yahoo.com&#8221; with IMAP port 143.<br />
It seems that Yahoo! stopped supporting &#8220;imap.next.yahoo.com&#8221; some days ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connect Yahoo IMAP Server by JavaMail by Paulo</title>
		<link>http://dev.zhourenjian.com/blog/2009/11/29/connect-yahoo-imap-server-by-javamail.html/comment-page-1#comment-4762</link>
		<dc:creator>Paulo</dc:creator>
		<pubDate>Sun, 27 Dec 2009 21:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://dev.zhourenjian.com/blog/2009/11/29/connect-yahoo-imap-server-by-javamail.html#comment-4762</guid>
		<description>Hi. great post, helped me a lot.

I connect with no problems using &quot;imap&quot; but with &quot;imaps&quot; i get:
A2 BAD Unknown command

Any idea why this might be happening?
Thanks.

BTW, i believe you made a mistake:
YahooIMAPStore should extend IMAPStore and
YahooIMAPSSLStore should extend IMAPSSLStore and not otherwise, right?

cheers.</description>
		<content:encoded><![CDATA[<p>Hi. great post, helped me a lot.</p>
<p>I connect with no problems using &#8220;imap&#8221; but with &#8220;imaps&#8221; i get:<br />
A2 BAD Unknown command</p>
<p>Any idea why this might be happening?<br />
Thanks.</p>
<p>BTW, i believe you made a mistake:<br />
YahooIMAPStore should extend IMAPStore and<br />
YahooIMAPSSLStore should extend IMAPSSLStore and not otherwise, right?</p>
<p>cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing Gmail-alike Web Mail Client by Java2Script by Java2Script Pacemaker &#187; Blog Archive &#187; Gmail-alike Web Mail Client &#8220;WeMail&#8221;</title>
		<link>http://dev.zhourenjian.com/blog/2009/12/03/implementing-gmail-alike-web-mail-client-by-java2script.html/comment-page-1#comment-4679</link>
		<dc:creator>Java2Script Pacemaker &#187; Blog Archive &#187; Gmail-alike Web Mail Client &#8220;WeMail&#8221;</dc:creator>
		<pubDate>Fri, 04 Dec 2009 09:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://dev.zhourenjian.com/blog/?p=65#comment-4679</guid>
		<description>[...] can also visit WeMail development blog for more [...]</description>
		<content:encoded><![CDATA[<p>[...] can also visit WeMail development blog for more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling GDB Debugger in Windows by Zhou Renjian</title>
		<link>http://dev.zhourenjian.com/blog/2009/03/11/compiling-gdb-debugger-in-windows.html/comment-page-1#comment-4675</link>
		<dc:creator>Zhou Renjian</dc:creator>
		<pubDate>Thu, 03 Dec 2009 10:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://dev.zhourenjian.com/blog/?p=57#comment-4675</guid>
		<description>@ferdna
At the time of writing this post, GDB 7.0 is not released yet. The patch is for GDB 6.8.

For libexpat, I suggest you to change PATH environment pointing to *.dll location or copy *.dll into System32 folder.

Sorry I could not help you more, because I am not going to compile GDB 7.0 myself these days.</description>
		<content:encoded><![CDATA[<p>@ferdna<br />
At the time of writing this post, GDB 7.0 is not released yet. The patch is for GDB 6.8.</p>
<p>For libexpat, I suggest you to change PATH environment pointing to *.dll location or copy *.dll into System32 folder.</p>
<p>Sorry I could not help you more, because I am not going to compile GDB 7.0 myself these days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling GDB Debugger in Windows by ferdna</title>
		<link>http://dev.zhourenjian.com/blog/2009/03/11/compiling-gdb-debugger-in-windows.html/comment-page-1#comment-4672</link>
		<dc:creator>ferdna</dc:creator>
		<pubDate>Wed, 02 Dec 2009 05:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://dev.zhourenjian.com/blog/?p=57#comment-4672</guid>
		<description>I still get : &quot;Can not parse XML library list; XML support was disabled at compile time&quot;

i tried &quot;./configure –with-libexpat-prefix=/local/lib&quot; &amp; make and it doesn&#039;t take expat... i do not know what i am doing wrong... please advice!

pd. i am using Qt 4.6, MSYS and GDB 7.0... all of this in windows vista... i don&#039;t think the patch you have here applies to this version...</description>
		<content:encoded><![CDATA[<p>I still get : &#8220;Can not parse XML library list; XML support was disabled at compile time&#8221;</p>
<p>i tried &#8220;./configure –with-libexpat-prefix=/local/lib&#8221; &amp; make and it doesn&#8217;t take expat&#8230; i do not know what i am doing wrong&#8230; please advice!</p>
<p>pd. i am using Qt 4.6, MSYS and GDB 7.0&#8230; all of this in windows vista&#8230; i don&#8217;t think the patch you have here applies to this version&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Code like you won&#8217;t be there tomorrow&#8221; by Zhou Renjian</title>
		<link>http://dev.zhourenjian.com/blog/2009/03/12/code-like-you-wont-be-there-tomorrow.html/comment-page-1#comment-4670</link>
		<dc:creator>Zhou Renjian</dc:creator>
		<pubDate>Mon, 09 Nov 2009 07:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://dev.zhourenjian.com/blog/?p=58#comment-4670</guid>
		<description>:D
writing comments or docs along with codes is a good habit.</description>
		<content:encoded><![CDATA[<p> <img src='http://dev.zhourenjian.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
writing comments or docs along with codes is a good habit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Code like you won&#8217;t be there tomorrow&#8221; by addicted0010</title>
		<link>http://dev.zhourenjian.com/blog/2009/03/12/code-like-you-wont-be-there-tomorrow.html/comment-page-1#comment-4669</link>
		<dc:creator>addicted0010</dc:creator>
		<pubDate>Sun, 08 Nov 2009 10:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://dev.zhourenjian.com/blog/?p=58#comment-4669</guid>
		<description>i&#039;m not trained enough to code like that, so i write docs</description>
		<content:encoded><![CDATA[<p>i&#8217;m not trained enough to code like that, so i write docs</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse Freezing on Start by Saad</title>
		<link>http://dev.zhourenjian.com/blog/2007/11/07/eclipse-freezing-on-start.html/comment-page-1#comment-4668</link>
		<dc:creator>Saad</dc:creator>
		<pubDate>Wed, 04 Nov 2009 16:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://dev.zhourenjian.com/blog/2007/11/07/eclipse-freezing-on-start.html#comment-4668</guid>
		<description>Worked for me. Great! Thanks</description>
		<content:encoded><![CDATA[<p>Worked for me. Great! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Port Mapping on Linux by KC</title>
		<link>http://dev.zhourenjian.com/blog/2007/10/31/port-mapping-on-linux.html/comment-page-1#comment-4667</link>
		<dc:creator>KC</dc:creator>
		<pubDate>Wed, 04 Nov 2009 01:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://dev.zhourenjian.com/blog/2007/10/31/port-mapping-on-linux.html#comment-4667</guid>
		<description>The dport and to-port parameters require two dashes on the command line:

e.g.

--dport 80 ..... --to-port 8080</description>
		<content:encoded><![CDATA[<p>The dport and to-port parameters require two dashes on the command line:</p>
<p>e.g.</p>
<p>&#8211;dport 80 &#8230;.. &#8211;to-port 8080</p>
]]></content:encoded>
	</item>
</channel>
</rss>
