This is a logo completed for the Phergie project. Phergie is an IRC bot written in PHP. It is software that can be used to handle automation and other communication tasks within the Internet Relay Chat network. This project was completed pro bono and as an exercise in logo design. This was completed part time…
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.
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.
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…
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…
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!
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
Okay, I suppose this will be the currently updated location for the MySQL Tuner Perl script: https://launchpad.net/mysqltuner
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…