Convert MySQL database to UTF8
First, run the following script. Second, execute provided commands. mysql --database=db_name -u db_username -p -B -N -e "SHOW TABLES" | awk '{print "ALTER TABLE", $1, "CONVERT TO CHARACTER SET utf8 COLLATE...
Website Development
Check out this photo on Google Picasa: Africa Safari. I love it for its expressiveness. It beautifully shows us how much character those animals possess. The focus is just perfect too. If I went to Africa and all I could bring back is this one photo, I would be quite happy.
What else interested me were the comments bellow. Some of them are in foreign languages, but the are translated to English. When I visited the same site on Polish Google (link), I saw all comments translated to Polish. Google must be doing on-the-fly translation of comments to Your language. How cool is that.