Speaking at WordCamp Philly

Note: This article was published while I was in my early 20s. I was much younger and dumber. Please don't hold it against me. One of the perils of having a 20+ year old website!

I'm Speaking - WordCamp PhillyJust a quick note that I’ll be speaking tomorrow (Oct 20th) at WordCamp Philly! My talk is called Building a Simple WordPress Framework. Here is the description:

This is a talk modeled after my 4-part series on WPTuts+, DIY WordPress Theme Framework. I’ll cover some basic rules of software reuse and defining your needs, what’s out there, why I made my own, and then some code: The important elements of WP themes and what should be included in the framework, how to use that framework as a child theme, and how to use it as a starting point for a parent theme.

I’m part of the Designer Track and will be speaking at 1:15pm (full schedule here). Come on by! If you can’t make it, I’ll be around both days so feel free to stop me and say hello.

Similar Posts

  • |

    A Year of Responsive Design with WordPress

    A little over a year ago, my second book (and the first one to actually be in book stores) came out. It’s called Responsive Design with WordPress and it’s all about how to leverage WordPress to create responsive themes. It’s been an incredible year and I wanted to talk about two things: what has happened since the book’s release,…

  • My WordCamp Philly Talk is Online

    Back in October I gave a talk at WordCamp Philly about Building a Simple WordPress Theme Framework. I’m very excited to announce that a video of the talk is up over at WordPress.tv. Head on over there to look at the video, or watch it after the jump!

  • Lots of Stuff at Manifest Development

    Note: This article was published while I was in my early 20s. I was much younger and dumber. Please don’t hold it against me. One of the perils of having a 20+ year old website!This week I made several announcements over at Manifest Development: The Manifest Development Referral Program: I’m offering a 10% referral fee…

  • Offering WordPress Workshops

    An idea I had a while ago, around the time I moved back to Scranton, was to offer a WordPress workshop that would show people how to use the platform and possibly how to develop on it. Recently I was approached by some people who were interested in something similar. Now, how to use and…

  • Quick Tip: Check to See if a Slug Exists in WordPress

    Recently I was doing some work where I was importing RSS entries into a Custom Post Type in WordPress. Since there were no common IDs between the feed and WordPress, to prevent duplicate entries I tried comparing titles. This also proved to be an issue as titles aren’t always unique, and they weren’t in this…