個人檔案DEAN LEE:/DEV/BLOG部落格清單 工具 說明

DEAN LEE:/DEV/BLOG

This space is synchronized with www.deanlee.cn automatically.
26 October

upgraded:FCKEditor for wordpress version 3.2


FCKEditor for wordpress has been upgraded to version 3.2 with support for wordpress’s “Read more” feature:
image

18 October

FCKEditor for wordpress has been upgraded to version 3.1


FCKEditor for wordpress has been upgraded to version 3.1 to  work with the lastest  version of FCKEditor : CKEditor 3.0.1.you can try the demo of CKEditor here: http://ckeditor.com/demo


26 September

35EQ 2.0 Officially launched today


35EQ 2.0 inherits the quality and features you were used to find in version 1.x,it’s a  fresher,and much more modern product with significantly improved performance,added by dozens of new benefits, such as new group chat features,compressing files before sending ,new skin system and many more.

11 September

35EQ:upgraded to version 1.20


zjm
After several weeks of hard work, 35EQ  has finally upgraded to version 1.20,with some great new features and a new interface for group chat:

image

Happy talking!

8 September

Compile with /MP flag on my system


The most interesting feature I like in VC 2008 is the parallel build capability.

QT/VC2008:Project is rebuilt every time even though I didn't make any modifications


I have encountered problem when attempting to compile VC projects created by QT 4.5.2,VC always rebuilds the whole project when I start to run or build the project, even though I didn’t make any modifications to the code.the project is always “out of date”.

2 September

LogMicroscope:boost performance for logging system by 43%


Recently,I have rewritten the logging engine for LogMicroscope,using circular-buffer in log writing threads,and WriteFileGather in file writing thread to gathers up the data from these discrete buffers in memory and transfers them "in place" as a single operation.

24 July

Moved OpenSSL for windows to google code


Due to the bandwidth limitation and the lack of issue tracking system,I have moved OpenSSL for windows to google code: http://code.google.com/p/openssl-for-windows/

if you have any questions/issues,please submit an issue at http://code.google.com/p/openssl-for-windows/issues/list

21 July

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.

20 July

Online JavaScript Compressor


I have written an online JavaScript compressor using JsMin,It typically reduces filesize by half, resulting in faster downloads.

image

Feel free to use this tool and give me feedback if you have any.