Network Tester
This afternoon, I was practicing Socket Programming in C#. That is the reason I wrote this program.
http://www.itblogs.info/download/NetworkTester.zip
This program can check whether the port of IP address is opened.
Note that, that is only a toy to practice C#.
How to open a url from winform LinkLabel.
That is easy!
In Click of LinkLabel:
System.Diagnostics.Process.Start("http://www.itblogs.info/");
Then .Net Runtime will call your default browser.
WordPress 2.6.1 Chinese Encoding Problems
I have installed a brand new WordPress, it is all fine.
But when I enter some chinese, it will become "?????".
The solution for this is simple.
Please comment out these two lines in wp-config.php:
//define('DB_CHARSET', 'utf8');
//define('DB_COLLATE', '');
WordPress 2.7 Beta 2
http://wordpress.org/development/2008/11/wordpress-27-beta-2/
WordPress 2.7 Beta 2 is released