Chris on January 30th, 2007

Title: World Domination with WordPress

  • What is WordPress
  • The joys of Plugins
    • antispam captcha
    • spell check
    • post rankings
    • Firestats
    • iCal
    • Database management
      • WP-phpMyAdmin
      • Database Backup
  • The joys of Themes
  • Database nitty-gritty
  • How WP can help with your meglamanical schemes
    • Websites:
      • http://www.ale.org
      • http://www.gwinnettgop.org
      • http://www.gopliberty.org
    • Blogs:
      • http://www.vitalpowers.com/blog
      • http://www.chrisfarris.com/geeklog
    • Advanced stuff:
      • http://www.georgialegislativewatch.com/
Chris on January 28th, 2007

They’ve invented the Caffeinated Doughnut

HT: GriftDrift

Tags:

Chris on January 27th, 2007

Wow, MythTV is a pain in the ass to build. Luckly I found a site that had OpenSuSE 10.2 rpms. That made it easier. I still had to copy over my config files from the old MythTV build.

http://packman.iu-bremen.de/suse/10.2

I had to manually alter the recording tables to copy the data from the old system to the new database.

The following query was used to compare settings from the old settings table and the new settings table:
select mythconverg.settings.value, mythconverg.settings.data, mythOLD.settings.data from mythconverg.settings, mythOLD.settings WHERE mythconverg.settings.value=mythOLD.settings.value AND mythconverg.settings.data != mythOLD.settings.data INTO OUTFILE '/tmp/setting.diff';

Chris on January 16th, 2007
SHOW ENGINE INNODB STATUS\G
Chris on January 7th, 2007

Here is a good captcha anti-comment-spam tool for wordpress

Make sure to note This comment which has the fix for WordPress 2.0. If you don’t then the captcha is there, but any value will still allow a post.

This looks to be an even better version