Archive for the 'projects' Category


wp-comments-notifier:a wordpress comments notifier

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 from your desktop.screenshort

Continue Reading...

January 22nd, 2010 in projects | 58 comments


IIS Keywords Filter

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:image

Continue Reading...

January 4th, 2010 in projects | 3 comments


rOptiPng:an modification to OptiPNG to support recursive directory optimization

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
roptipng c:\photos\**\*.png
roptipng c:\photos\**\*.png d:\website\**\*.png
roptipng c:\photos\**\image8.png

image

if you find it useful, a time saver,or even just mildly interesting,then my effort was worth it.
if you have any suggestions on how to improve it, I’d love to hear it.

Enjoy:)

July 21st, 2009 in Programming,projects | 6 comments