If after upgrading your MySql server or after upgrading your self-hosted WordPress install to a later version, your WP posts show gibberish characters (see image below), chances are the character set in your MySql install is ‘latin1′ which is causing incompatibility with the ‘utf8′ WordPress default charset.
According to MySql resources, you can convert your default server charset from ‘latin1′ to ‘utf8′ by modifying the server’s initialization file. This is fine if you have the time and technical skills, and of course access to your server’s root files.
The easiest workaround I found out, and without touching your server’s root files at that, on how get rid of those “funny characters” is to edit one of the lines in your wp-config.php file.
To do this, open the wp-config.php in a text editor after downloading the file via FTP to your local drive, or opening the wp-config.php using the file manager of your server’s control panel.
Once opened, look for that line (about line number 30) commented out with /** Database Charset to use in creating database tables. */
Next to that line is: define(‘DB_CHARSET’, ‘utf8′);
Simply change ‘utf8′ to ‘latin1′ and save the file, and then upload the file to your server if you edited the file in your local drive. Otherwise, just close the editing window of your Control Panel’s file manager.
That’s it.
Did you find this useful? Please leave me a message.
After seven weeks, I have written more than 20 articles including 

/
/



How to encourage readers to leave comments
In the past few months, we posted two articles on how to encourage audience response.
One article suggested a comment rating system to promote interaction with readers. The other article is about online polls to measure readers’ reaction.
But aside from these two, what else can a blogger do to encourage audience or readers response like leaving comments?
Let me share with you what others have written and which I have also found effective:
Other techniques to encourage response and repeat visits include adding an auto-notifier link which allows your readers to subscribe to your comment page. An auto-notifier will alert subscribed readers when there is a response to their comment. This means when you or another reader has replied to their comment, they would know right away.
So, which techniques have you found most effective in your blog? I am certain there are other ways that you know to encourage your readers to leave their comments? Why not share them with us. // Thanks.