I started using WordPress today, and I’m impressed!
To view old site, go to: http://radulski.net/museum/
Related Articles
There's got to be a 1000 hacks to add round corners to a website block. The most popular and flexible one is to have 4 elements: <div class="block"> <h3>Header</h3> <div...
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...