<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>DEAN LEE:/DEV/BLOG &#187; comments</title>
	<atom:link href="http://www.deanlee.cn/tag/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deanlee.cn</link>
	<description>mount /dev/brain &#124;&#124; tail -f /var/log/thoughts &#62;&#62; /pub/www</description>
	<pubDate>Fri, 30 Dec 2011 13:27:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>wp-comments-notifier:a wordpress comments notifier</title>
		<link>http://www.deanlee.cn/projects/wp-comments-notifiera-wordpress-comments-notifier/</link>
		<comments>http://www.deanlee.cn/projects/wp-comments-notifiera-wordpress-comments-notifier/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 03:46:01 +0000</pubDate>
		<dc:creator>Dean Lee</dc:creator>
		
		<category><![CDATA[projects]]></category>

		<category><![CDATA[comments]]></category>

		<category><![CDATA[manage]]></category>

		<category><![CDATA[notifier]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.deanlee.cn/technology/wp-comments-notifiera-wordpress-comments-notifier/</guid>
		<description><![CDATA[wp-comments-notifier is an open source application written in QT/C++ that alerts you when new comments are posted on your WordPress blog (works well with WordPress MU too), It displays an icon in your system tray to let you know if you have new comments,It also includes features that allow you to manage/reply/edit your comments directly [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/wp-comments-notifier/" target="_blank">wp-comments-notifier</a> is an open source application written in QT/C++ that alerts you when new comments are posted on your WordPress blog (works well with WordPress MU too), It displays an icon in your system tray to let you know if you have new comments,It also includes features that allow you to manage/reply/edit your comments directly from your desktop.<a href="http://www.deanlee.cn/wp-content/uploads/2010/01/screenshort.png" rel="lightbox"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="screenshort" border="0" alt="screenshort" src="http://www.deanlee.cn/wp-content/uploads/2010/01/screenshort_thumb.png" width="549" height="488" /></a></p>
</p>
<p> <span id="more-1115"></span>
</p>
<p><strong>Download win32 binary here </strong></p>
<p class="download"><a href="http://code.google.com/p/wp-comments-notifier/downloads/list">Download wp-comments-notifier</a></p>
<p><strong>Build wp-comments-notifier on Unix      <br /></strong>From the toplevel source dir, run the following commands:     <br />make     <br />make install</p>
<p>You need Qt 4.2 or higher to build wp-comments-notifier,If a packaged version of Qt is not available for your OS (or if you want debug symbols in your Qt libraries), you will need to build and install Qt 4.2 yourself. See the Qt instructions to find out how to do this.</p>
<p><strong>How to enable comment notifier for other blog platform      </p>
<p></strong>wp-wordpress-notifier use <a href="http://codex.wordpress.org/XML-RPC_wp" target="_blank">WordPress XMLRPC API</a> to communicate with the blog server.if you want to use this application with other blog platform,you can simply modify the code,or implement the following XMLRPC API on your blog system:</p>
<p>wp.deleteComment    <br />wp.editComment     <br />wp.newComment     <br />wp.getComments     <br />wp.getComment     <br />wp.getCommentCount</p>
<p>if you find it useful, a time saver,or even just mildly interesting,then my effort was worth it.    <br />if you have any suggestions on how to improve it, I’d love to hear it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/projects/wp-comments-notifiera-wordpress-comments-notifier/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Yet another Ajax paged comments plugin for wordpress (YAAPC)</title>
		<link>http://www.deanlee.cn/wordpress/yaapc/</link>
		<comments>http://www.deanlee.cn/wordpress/yaapc/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 20:14:17 +0000</pubDate>
		<dc:creator>Dean Lee</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[ajax]]></category>

		<category><![CDATA[comments]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[posting]]></category>

		<category><![CDATA[yaapc]]></category>

		<guid isPermaLink="false">http://www.deanlee.cn/wordpress/yet-another-ajax-paged-comments-plugin-for-wordpressyaapc</guid>
		<description><![CDATA[This Plugin provides Ajax enabled comments system with paging,posting and form validation to your WordPress blog.

Features:

Ajax page navigation
When the user navigate through the comments via page selector,only the comments area will be send back to the client and refreshed,not the full page.This actually save your server load and bandwidth thus making your blog faster and [...]]]></description>
			<content:encoded><![CDATA[<p>This Plugin provides Ajax enabled comments system with paging,posting and form validation to your WordPress blog.</p>
<p><a href="http://www.deanlee.cn/wp-content/uploads/2008/09/image5.png" rel="lightbox"><img height="70" alt="image" src="http://www.deanlee.cn/wp-content/uploads/2008/09/image-thumb2.png" width="387" /></a></p>
<p><strong>Features:</strong></p>
<ul>
<li><strong>Ajax page navigation</strong>
<p>When the user navigate through the comments via page selector,only the comments area will be send back to the client and refreshed,not the full page.This actually save your server load and bandwidth thus making your blog faster and more responsive. The paging system works even if JavaScript is disabled.</p>
</li>
<li><strong>SEO friendly</strong>
<p>Pagination can cause a <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=66359" target="_blank">duplicate content issue</a> with search engines.YAAPC can automatically generate “noindex,follow” meta tag in your paged comments page to avoid duplicate content in search engines that may hurt your rankings.(many thanks for <a href="http://schraegschrift.de/" target="_blank">Hank</a>’s great comment and advice)</p>
</li>
<li><strong>Ajax comment posting</strong>
<p>Posting comments via Ajax,without page refreshing.</p>
</li>
<li><strong>Comment form validation</strong>
<p>validate the user input in comment form before sending to server.&#160; </p>
</li>
</ul>
<p> <span id="more-570"></span>
<p class="download"><a title="Download YAAPC" href="http://wordpress.org/extend/plugins/yaapc/" target="_blank">Download Yet another AJAX paged comments plugin for wordpress(YAAPC)</a></p>
<p><strong>Demo and Testing</strong></p>
<p><a href="http://www.deanlee.cn/yaapc-testing-page/" target="_blank"><strong>Click here for demo and testing</strong></a>.</p>
<p>please don&#8217;t comment to this post for testing purposes.</p>
<p class="download"><strong>Installation</strong></p>
<ol>
<li>Upload YAAPC to the `/wp-content/plugins/` directory. </li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress. </li>
<li>(<font color="#ff0000">Optional,but recommended</font>) Modify your comments template(comments.php),add a div with id=&quot;yaapc-comments&quot; to wrap the comment list area. Place &lt;?php yaapc_pages()?&gt; in where you want the page selector to show.take a look at the example bellow for details. </li>
<li>Modify the style.css in YAAPC directory to custimize how YAAPC looks . </li>
</ol>
<p>An example of a modified comments.php:</p>
<pre>... ...
&lt;!-- You can start editing here. --&gt;
<font color="#ff0000"><strong>&lt;div id=&quot;yaapc-comments&quot;&gt;</strong></font>
&lt;?php if ($comments) : ?&gt;
	&lt;h3 id=&quot;comments&quot;&gt;&lt;?php the_title();&lt;/h3&gt;
	<font color="#ff0000"><strong>&lt;?php yaapc_pages()?&gt;</strong></font>
	&lt;ol   class=&quot;commentlist&quot;&gt;
	&lt;?php foreach ($comments as $comment) : ?&gt;
	... ...
	&lt;?php endforeach; /* end for each comment */ ?&gt;
	&lt;/ol&gt;
	<font color="#ff0000"><strong>&lt;?php yaapc_pages()?&gt;</strong></font>
 &lt;?php else : // this is displayed if there are no comments so far ?&gt;
	&lt;?php if ('open' == $post-&gt;comment_status) : ?&gt;
		&lt;!-- If comments are open, but there are no comments. --&gt;
	 &lt;?php else : // comments are closed ?&gt;
		&lt;!-- If comments are closed. --&gt;
		&lt;p class=&quot;nocomments&quot;&gt;Comments are closed.&lt;/p&gt;
	&lt;?php endif; ?&gt;
&lt;?php endif; ?&gt;
<font color="#ff0000"><strong>&lt;/div&gt;</strong></font>
... ...</pre>
<p><strong>Administration UI</strong></p>
<p>click for full image:</p>
<p><a href="http://www.deanlee.cn/wp-content/uploads/2008/10/image10.png" rel="lightbox"><img title="image" style="display: inline" height="234" alt="image" src="http://www.deanlee.cn/wp-content/uploads/2008/10/image-thumb10.png" width="471" /></a></p>
<p><strong>Q&amp;A</strong></p>
<ul>
<li>How to display the comment number?
<p>Add &lt;?php echo $comment-&gt;yaapc_number;?&gt; to your comment template(inside loop).</p>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/wordpress/yaapc/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

