I started using WordPress today, and I’m impressed!
To view old site, go to: http://radulski.net/museum/
Related Articles
Don't worry about people stealing an idea. If it's original, you will have to ram it down their throats. - Howard Aiken
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...
Microformats are cool, little standards for representing data in HTML. They give you "formats" for creating: contact-info (hCard) lists (XOXO) events (hCalendar) tags (rel-tag) Check out microformats if you need...