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
Microformats are cool, little standards for representing data in HTML. They give you “formats” for creating:
Check out microformats if you need any of the above on you website. I surely do!