Category Archives: Blog Tips

Add Source Highlighting to WordPress Editor

If you are a technical geek, you may want to write some blog articles attaching some sources for discussion. And if you are using WordPress, you may find a lot of difficulties in struggling with WordPress’ messy TinyMCE editor in … Continue reading

Posted in Blog Tips, Java2Script, Wordpress | Leave a comment

Upgrade to WordPress 2.2

My blog is based on WordPress. Today I saw that there was a new version of 2.2, and decided to upgrade. As there are chances to upgrade frequently, I wrote a shell for myself: #!/bin/sh cd $1 $2 cp wp-config.php … Continue reading

Posted in Blog Tips | Leave a comment