Fonts for the web
How do you choose fonts for you website? How can ensure consistent experience across browsers and OS? Which fonts are safe? Unit Verse offers an answer to our every day...
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;"}'