Toggen

Selected posts

Encourage Comments on Your Blog

I'm fairly strict with what I allow as comments on this blog. But if someone has gone to the effort to post a well-thought-out comment I don't mind if they put a URL in the comment or the associated website field and therefore gain some SEO benefit from it. I have...

MySQL Backup to Email or Disk Script

If you run mysqldump --all-databases you get one monolithic file which can be a pain when trying to restore one database. So it's nice to call mysqldump dbname so you get individual database backup files. To call mysqldump for each database requires that you either...

WP-Highslide Plugin XHTML gotcha

I have the WP-Highslide plugin installed. When I attempt to validate my highslide enabled pages over at http://validator.w3.org/ I get: Line 231, Column 62: document type does not allow element "div" here; missing one of "button", "map", "object", "ins", "del",...