SimpleTest is a unit test framework for PHP. As its name, it is simple, easy to use. You can create many test cases with its help. Since I planned to develop a PHP library for Google Chart API. I decide to use SimpleTest to test my program. (more…)
Archive for the ‘Uncategorized’ Category
How to Use SimpleTest
Tuesday, September 23rd, 20083 WordPress Plugins for Highlighting Your Code
Tuesday, September 23rd, 2008Since I love programming, I hope I can publish my code in WordPress. Code is different from normal text. The most important for me is highlighting, and the second is that the characters ‘<’, ‘>’ can be transformed into ‘<’ and ‘>’ so that they won’t be treated as HTML tags. I searched the Internet and found some plugins to help me publish my code. Here is a list and the usage for each plugin. (more…)