What Google’s up to
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...
Website Development
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 utf8_general_ci;"}'