Li's BLOG
Monday, December 3, 2007
Start multiple versions of Firefox at the same time in Windows
›
I have been long time Firefox user. I started using Firefox since it was 0.7 or so. Now Firefox 2.0 has been used for my most day-to-day wor...
Saturday, December 1, 2007
Implement resumable file download by PHP
›
I had a requirement to implement a file downloading service with Apache + PHP. The files are all uploaded by another tool. All uploaded file...
Wednesday, November 28, 2007
Get default folders in Windows
›
In order to get any system folder under Windows (I guess from 95 to Vista) by any programming language, you can call function: HRESULT SHGet...
Friday, November 23, 2007
Some tricks on ImageMagick
›
I had about 1000 images with all different resolutions. I needed to resize them to fit into 100x100 square. So I looked around and found a g...
Thursday, October 18, 2007
A Thread Safe Date Formatter/Parser
›
I have seen many different ways to use DateFormat classes(most ly SimpleDateFormat) from different people including myself, and unfortunatel...
11 comments:
‹
Home
View web version