Category: geek of technology

  • What I’m working on: building a plugin for book reviews

    What I’m working on: building a plugin for book reviews

    Last year, I met with some of the peeps from the Open Classroom‘s School Library (and Library Committee) to come up with ideas for how the Open Classroom website could better serve them. This was part of an existing process I was going through for planning the update to the website that I launched a…

  • Update Shaming

    I wrote a plugin, inspired by my wife, which is designed to give you dirty looks for pages you haven’t updated recently. It’s actually functional, because it gives you a rundown of your oldest content by last modified date. And it does stuff like this: Check it out.

  • Twenty Fourteen

    Twenty Fourteen

    This year, I’ve made it a goal to get more involved in WordPress. Not just peripheral, documentation projects, not just committing plugins and themes to the repository, but also contributing (in whatever form it takes) to core. And, okay, there’s an ulterior motive at work — 3.8 is the release that Matt is leading. So I…

  • WordPress, Genericons, Jetpack and you

    Here’s something I learned the hard way today. If you are using Genericons in your WordPress theme, and you’re enqueueing it like this: wp_register_style(‘genericons’,get_template_directory_uri().’/genericons/genericons.css’,false,$theme[‘Version’]); wp_enqueue_style( ‘genericons’ ); …you’re going to run into problems if Jetpack is enabled, because Jetpack uses the same method. Normally this wouldn’t be that much of an issue, but their version of…

  • WordCamp San Francisco 2013

    This year I went to WordCamp San Francisco. I didn’t take any pictures, but here’s one found on the WP Armchair stream where you can sort of make out my bald head. You can tell it’s me ’cause the water bottle. This isn’t going to be an exhaustive post. I’m glad I went but (and…

  • Cat Signal update

    I released an update to the Cat Signal plugin that fixes some issues that were introduced in the last update. If you’re using it, make sure you update before the campaign tomorrow. Internet Defense League Cat Signal

  • Introduction to WordPress Plugin Development

    I’ve got a new course up on Pluralsight that went live today. New course: Introduction to WordPress Plugin Development | the pluralsight blog.

  • Private Internet Access, because the Internet is dirty

    Private Internet Access, because the Internet is dirty

    I was going to title this post “Private Internet Access: It’s like a condom for the internet” but the resulting image was a bit too graphic even for me. I must be getting old. A few months ago, I started using BTGuard. It’s a proxy server that can be used for BitTorrent to route your…

  • Time lapse photography with a Canon Powershot G2 on Linux

    Time lapse photography with a Canon Powershot G2 on Linux

    This is something that’s sort of been bugging me for a while. Not that I really want to do a lot of time lapse photography, per se, but that I want to be able to tell my camera to take a bunch of pictures, say one every 15 seconds for a certain amount of time…

  • New Pluralsight course: Introduction to WordPress

    New Pluralsight course: Introduction to WordPress

    My second course for Pluralsight goes live today. If you don’t already know, Pluralsight offers developer training videos and my first course, Introduction to WordPress Theme Development, was published in January. This course — Introduction to WordPress is a more general overview of WordPress and WordPress settings. I tried to pack it full with every…