Category: Code

  • Fun With Programming Languages

    Tonight, a Facebook thread got a little out of control after I posted a status update that I was “mentally bankrupt.” It was a long day working on client work – a project that is just about done but past due. After some commentary by Facebook friends, we got to writing little scripts that would…

  • Exporting Textile2 Content with WordPress

    A friend of mine approached me recently to help him out. He had tons of archives in his WordPress blog that had been created using the Textile2 plugin. Textile is a form of markup that is wiki-like. In other words, it’s not straight HTML. The Textile2 plugin interprets the markup and renders HTML that browsers…

  • Maintaining WordPress on SVN: Adding Plugins

    Thank you for joining me again for this series on maintaing WordPress from subversion. We talked previously about creating an SVN repository and then about importing WordPress into the SVN repository. Today, we get into customizations. It does us no good to have an SVN repository with WordPress if we don’t change it to be…

  • Maintaining WordPress on SVN: Import WordPress into Your Repository

    Last time, I talked to you a bit about setting up a clean subversion repository for your WordPress build. Today, I want to take that a step farther and help you bring WordPress into working copy and commit it into your repo.

  • Maintaining WordPress on SVN: Create Your Repository

    A lot of people know that I’ve done a bit with maintenance of WordPress using subversion. Alot of those same people have asked me to show how it’s done. It’s not very difficult, really, but I encourage you to work with a host like Dreamhost that provides one click installs of svn. It’s the easiest…

  • Expression Engine WXR Export Class

    Earlier, I shared with you a new base class I’m releasing into the wild. While that was a conceptually nice piece of code, and potentially useful, it didn’t really translate in usefulness without some actual code. As mentioned, I just moved Shai to WordPress from Expression Engine and it required writing a custom export routine.…

  • WordPress WXR Class

    One of the most frustrating things to me in my years of working with WordPress and b5media has been migrating blogs into WordPress. Every blog platform does things differently and although WordPress has import support for a large number of blog platforms, it always seems like I get the job of migrating from platforms that…