• Mardi In Her Pool

    Mardi, still a puppy, plays in her kiddie pool. Sorry bout the slight profanity while I was trying to keep the camera dry and rolling.

  • New Tools for Clogged Intertubes

    New Tools for Clogged Intertubes

    Caidy brings me the right tool for the job from San Diego. Say goodbye to latency! This plunger was actually a $10 off coupon from a California plumber that was given to Caidy’s mom last year.

  • My Reply to E-mail with Text File AppleScript

    At work I deal with a large volume of e-mail. There just aren’t enough people to handle all the e-mail requests or questions. When I have people to help handle e-mail, I still answer some of the same questions over and over and over. You just don’t want to know the volume or scope of…

  • My Ugly WordPress, HyperDB, & BuddyPress Deployment Shell Script

    This is the source of some of the website deployment scripts I have. This is one is fairly complex and it is my pocket tool of choice for development of big nasty WordPress sites. Probably only interesting to folks who deal with unix shells and do mildly heavy WordPress work. It’s designed to update from…

  • Tommy’s diggall.sh revised

    Think you know the linux digg command? Ever try to do some simple network discovery with it? This script by Tommy Johnson does some nice condensed discovery. Just pass a domain for the argument. That is all!

  • WordPress 3.0 Ajax Notes

    Collecting up some WordPress 3.0 and Ajax notes. Nice round look at current state of Ajax and WordPress: http://www.wphardcore.com/2010/5-tips-for-using-ajax-in-wordpress/ Here’s the WordPress Trac discussion for implementation in WordPress 3.0: http://core.trac.wordpress.org/ticket/12400

  • MySQL Tuner has moved

    Okay, I suppose this will be the currently updated location for the MySQL Tuner Perl script: https://launchpad.net/mysqltuner

  • WP Super Edit & Some WordPress TinyMCE Notes

    Discussion on wp-hackers centering around a simpler api for creating simple buttons. Otto: There’s an example to add a quick button to TinyMCE at: http://tinymce.moxiecode.com/examples/example_20.php To do this in a WP plugin, you’d hook to mce_buttons_2 (or 3, or 4) to add your button to the list. Then you’d hook up a filter on tiny_mce_before_init…