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!
microformats.org
Related Articles
I'm reading The Art of War, edited by John Minford. I found there an interested passage. It is a quote from Records of the Grand Historian, which was written by...
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...
One monumental principle of computer engineering is that software should be maintenance. It means that it shouldn't be hard to read, write, and edit existing software. This is easier to say than...