<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DEAN LEE:/DEV/BLOG &#187; projects</title>
	<atom:link href="http://www.deanlee.cn/category/projects/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>
	<lastBuildDate>Tue, 27 Jul 2010 05:21:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<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 [...]


Related posts:<ol><li><a href='http://www.deanlee.cn/wordpress/yaapc/' rel='bookmark' title='Permanent Link: Yet another Ajax paged comments plugin for wordpress (YAAPC)'>Yet another Ajax paged comments plugin for wordpress (YAAPC)</a></li><li><a href='http://www.deanlee.cn/wordpress/boost-wordpress-performance-on-windows-iis/' rel='bookmark' title='Permanent Link: Boost your WordPress performance on Windows IIS 6 with FastCGI and eAccelerator in 5 minutes'>Boost your WordPress performance on Windows IIS 6 with FastCGI and eAccelerator in 5 minutes</a></li><li><a href='http://www.deanlee.cn/wordpress/url-rewriting-for-wordpress-under-iis/' rel='bookmark' title='Permanent Link: wp_url_rewriting:URL Rewriting for WordPress under IIS (V 2.1)'>wp_url_rewriting:URL Rewriting for WordPress under IIS (V 2.1)</a></li></ol>]]></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>
<img src="http://www.deanlee.cn/?ak_action=api_record_view&id=1115&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.deanlee.cn/wordpress/yaapc/' rel='bookmark' title='Permanent Link: Yet another Ajax paged comments plugin for wordpress (YAAPC)'>Yet another Ajax paged comments plugin for wordpress (YAAPC)</a></li><li><a href='http://www.deanlee.cn/wordpress/boost-wordpress-performance-on-windows-iis/' rel='bookmark' title='Permanent Link: Boost your WordPress performance on Windows IIS 6 with FastCGI and eAccelerator in 5 minutes'>Boost your WordPress performance on Windows IIS 6 with FastCGI and eAccelerator in 5 minutes</a></li><li><a href='http://www.deanlee.cn/wordpress/url-rewriting-for-wordpress-under-iis/' rel='bookmark' title='Permanent Link: wp_url_rewriting:URL Rewriting for WordPress under IIS (V 2.1)'>wp_url_rewriting:URL Rewriting for WordPress under IIS (V 2.1)</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/projects/wp-comments-notifiera-wordpress-comments-notifier/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>IIS Keywords Filter</title>
		<link>http://www.deanlee.cn/projects/iis-keywords-filter/</link>
		<comments>http://www.deanlee.cn/projects/iis-keywords-filter/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 16:07:49 +0000</pubDate>
		<dc:creator>Dean Lee</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[isapi]]></category>
		<category><![CDATA[keywords]]></category>

		<guid isPermaLink="false">http://www.deanlee.cn/projects/iis-keywords-filter/</guid>
		<description><![CDATA[IIS keywords filter is an open source ISAPI filter for both IIS 6 and IIS 7.this filter looks for certain keywords in web sites hosted on IIS,and automatically block access to pages that contain suck keywords: Download IIS Keywords Filter IIS Keywords Filter是一个开源的IIS关键字过滤插件，可以对windows IIS主机上运行的站点进行实时监控，一旦发现某些页面存在敏感关键字，即屏蔽用户对该页面的访问。 Related posts:wp_url_rewriting:URL Rewriting for WordPress under IIS (V 2.1)100 Open Source [...]


Related posts:<ol><li><a href='http://www.deanlee.cn/wordpress/url-rewriting-for-wordpress-under-iis/' rel='bookmark' title='Permanent Link: wp_url_rewriting:URL Rewriting for WordPress under IIS (V 2.1)'>wp_url_rewriting:URL Rewriting for WordPress under IIS (V 2.1)</a></li><li><a href='http://www.deanlee.cn/programming/100-open-source-web-design-tools-resources-and-template-repositories/' rel='bookmark' title='Permanent Link: 100 Open Source Web Design Tools, Resources, and Template Repositories'>100 Open Source Web Design Tools, Resources, and Template Repositories</a></li><li><a href='http://www.deanlee.cn/site-news/i-have-deleted-the-post-about-binaryfortesscom/' rel='bookmark' title='Permanent Link: I have deleted the post about binaryfortess.com'>I have deleted the post about binaryfortess.com</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/iis-keywords-filter/" target="_blank">IIS keywords filter</a> is an open source ISAPI filter for both IIS 6 and IIS 7.this filter looks for certain keywords in web sites hosted on IIS,and automatically block access to pages that contain suck keywords:<a href="http://www.deanlee.cn/wp-content/uploads/2010/01/image.png" rel="lightbox"><img style="display: inline" title="image" alt="image" src="http://www.deanlee.cn/wp-content/uploads/2010/01/image_thumb.png" width="496" height="283" /></a> </p>
<p> <span id="more-1109"></span>
<p class="download"><a href="http://iis-keywords-filter.googlecode.com/svn/trunk/%20iis-keywords-filter%20--username%20deanlee3/">Download IIS Keywords Filter</a></p>
<p>IIS Keywords Filter是一个开源的IIS关键字过滤插件，可以对windows IIS主机上运行的站点进行实时监控，一旦发现某些页面存在敏感关键字，即屏蔽用户对该页面的访问。</p>
<img src="http://www.deanlee.cn/?ak_action=api_record_view&id=1109&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.deanlee.cn/wordpress/url-rewriting-for-wordpress-under-iis/' rel='bookmark' title='Permanent Link: wp_url_rewriting:URL Rewriting for WordPress under IIS (V 2.1)'>wp_url_rewriting:URL Rewriting for WordPress under IIS (V 2.1)</a></li><li><a href='http://www.deanlee.cn/programming/100-open-source-web-design-tools-resources-and-template-repositories/' rel='bookmark' title='Permanent Link: 100 Open Source Web Design Tools, Resources, and Template Repositories'>100 Open Source Web Design Tools, Resources, and Template Repositories</a></li><li><a href='http://www.deanlee.cn/site-news/i-have-deleted-the-post-about-binaryfortesscom/' rel='bookmark' title='Permanent Link: I have deleted the post about binaryfortess.com'>I have deleted the post about binaryfortess.com</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/projects/iis-keywords-filter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>rOptiPng:an modification to OptiPNG to support recursive directory optimization</title>
		<link>http://www.deanlee.cn/programming/roptipng/</link>
		<comments>http://www.deanlee.cn/programming/roptipng/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 17:05:41 +0000</pubDate>
		<dc:creator>Dean Lee</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[lossless]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[optipng]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[roptipng]]></category>

		<guid isPermaLink="false">http://www.deanlee.cn/programming/roptipngmodify-optipng-to-support-optimization-of-an-entire-directory-with-subdirectory-recursion/</guid>
		<description><![CDATA[rOptiPng,hosted on google code, is an modification to OptiPNG to support the optimization of multiple directories with recursion,making it easier to use,especially when optimizing many image files in different directories,such as a website. Download roptipng To optimization of multiple directories recursively with rOptiPng,simply by using the ** wildcard in file path. for examples: roptipng **/*.png [...]


Related posts:<ol><li><a href='http://www.deanlee.cn/programming/openssl-for-windows/' rel='bookmark' title='Permanent Link: Download OpenSSL for windows'>Download OpenSSL for windows</a></li><li><a href='http://www.deanlee.cn/projects/wp-comments-notifiera-wordpress-comments-notifier/' rel='bookmark' title='Permanent Link: wp-comments-notifier:a wordpress comments notifier'>wp-comments-notifier:a wordpress comments notifier</a></li><li><a href='http://www.deanlee.cn/site-news/i-have-deleted-the-post-about-binaryfortesscom/' rel='bookmark' title='Permanent Link: I have deleted the post about binaryfortess.com'>I have deleted the post about binaryfortess.com</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/roptipng/" target="_blank">rOptiPng,hosted on google code</a>, is an modification to <a href="http://optipng.sourceforge.net/" target="_blank">OptiPNG</a> to support the optimization of multiple directories with recursion,making it easier to use,especially when optimizing many image files in different directories,such as a website.</p>
<p class="download"><a href="http://code.google.com/p/roptipng/downloads/list">Download roptipng</a></p>
<p>To optimization of multiple directories recursively with rOptiPng,simply by using the ** wildcard in file path.    <br />for examples:     <br />roptipng **/*.png     <br />roptipng c:\photos\**\*.png     <br />roptipng c:\photos\**\*.png d:\website\**\*.png     <br />roptipng c:\photos\**\image8.png</p>
<p><a href="http://www.deanlee.cn/wp-content/uploads/2009/07/image8.png" rel="lightbox"><img title="image" style="display: inline" height="237" alt="image" src="http://www.deanlee.cn/wp-content/uploads/2009/07/image_thumb4.png" width="473" /></a> </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>
<p>Enjoy:)</p>
<img src="http://www.deanlee.cn/?ak_action=api_record_view&id=902&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.deanlee.cn/programming/openssl-for-windows/' rel='bookmark' title='Permanent Link: Download OpenSSL for windows'>Download OpenSSL for windows</a></li><li><a href='http://www.deanlee.cn/projects/wp-comments-notifiera-wordpress-comments-notifier/' rel='bookmark' title='Permanent Link: wp-comments-notifier:a wordpress comments notifier'>wp-comments-notifier:a wordpress comments notifier</a></li><li><a href='http://www.deanlee.cn/site-news/i-have-deleted-the-post-about-binaryfortesscom/' rel='bookmark' title='Permanent Link: I have deleted the post about binaryfortess.com'>I have deleted the post about binaryfortess.com</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/programming/roptipng/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
