Dented Reality

All posts tagged 'wordpress'

WordCamp Philippines in 2 weeks

The weekend following WordCamp Los Angeles, I will also be speaking at WordCamp Philippines! This event is a one-day one, being held in Manila on September 19. I’ve never been to Manila so I’m really looking forward to it (although I’m definitely not looking forward to the long flight and jetlag).

I’ll be giving my talk called “Meet the Family”, which is an introduction to some of the other WordPress-related projects going on which you may not have heard about. I will have just given it (for the first time) the weekend before at WordCamp LA, so hopefully I’ll be able to improve it based on feedback from that event!

WordCamp Los Angeles is in 2.5 weeks


wordcampla-2009_125x125
On September 12, WordCamp LA will bring you all kinds of WordPress-y goodness in the Los Angeles area. The day-long event is being held at Loyola Marymount University (right near LAX which is handy for anyone flying in), and will give you a day jam-packed with all sorts of juicy tips, tricks, tools and general information relating to your favorite state-of-the-art publishing platform: WordPress.

Read the rest of this post…

dntd.cc URL Shortener Active

Last night I set up my new domain http://dntd.cc (it’s not very exciting if you visit it) to handle all my own URL redirections from now on. I’d been meaning to do this and in light of Tr.im’s imminent demise I thought it was prudent to go ahead and do it now. This is not (and will not become) a public service, it’s purely for my own use.

Read the rest of this post…

Simple Activity Streaming with SimplePie

A few different people have asked me recently how I created the activity stream/life stream you see in the sidebar of Dented Reality. It’s actually really simple, and all it does is load up the feeds from a few different locations, combine them in date order and then output them on my page using an HTML “UL” (unordered list). Based on the source of each feed, it also adds a CSS class to each list element (LI) so that I can add an appropriate icon. Here’s the complete code that I use, and then I’ll explain some parts of it, and some of what makes it tick: Read the rest of this post…

Idea: “LiveJournalish” WordPress Plugin

I’ve been doing a lot of work with LiveJournal/WordPress lately, and have been seeing that there are some passionate LJ users who are loyal to the platform largely for a few specific reasons/features. It seems like those features would mostly be pretty easy to replicate on WP though, given its flexible plugin system.

The main features that LJ supports that WP is (or was) “missing” seem to be:

  • Robust permissions (create a group of people, grant them access to view a post, but no one else, etc)
  • Support for integrated “metadata” on posts such as Current Music, Current Mood, etc
  • Reply to comments directly via the notification emails you get
  • Threaded comments
  • Userpics

Read the rest of this post…

Updated to WordPress 2.8

I’ve just updated this site to WordPress 2.8, using my favorite method for handling a WordPress install, Subversion. Here’s what I typed at the command line to upgrade:

svn switch http://svn.automattic.com/wordpress/tags/2.8/

Once that was complete, I logged into my admin panel and completed the DB upgrade, then I had to check some plugins. I had these problems/changes:

  • TinyMCE Advanced had an update available, so I did that,
  • One Click Plugin Updater seems to clash with the new Plugins page, and I don’t really need it now anyway since its functionality is in core, so I deactivated it and then deleted it
  • IntenseDebate seems to clash with some of the JavaScript now used in the admin, but I work with those guys now, so I’m working on a new version of the plugin to address those issues! My comments are a bit ugly while I deal with this, but I figure that’s a good motivation to get it done ASAP.

Have you upgraded yet?

Fully Automattic

Today is a very exciting day for me, because I start as a full-time employee with Automattic, Inc.

Here’s a little bit about how that happened and what it means to me:

Read the rest of this post…

On Social Customer Support

Through my work with Automattic, I’ve had the privilege of working with the guys over at Intense Debate. I’ve been helping them improve their WordPress plugin and get it ready for some new features. Along the way I made the blunder of releasing a version that had a pretty serious bug in it, and that triggered a lot of customer support issues/cases.

In the “old days” (or in a lot of big corporates today), those support cases would have been handled behind a corporate “veil of secrecy”, tucked in a back end system somewhere, responded to by anonymous “Customer Service Representatives” via a generic email account like “support@intensedebate.com”. While we’re also making use of a generic email address, the similarities between our approach and that of big corporates ends there. End to end, the differences are pretty stark.

Keep Reading about Social Customer Support

WordCamp San Francisco 2009

WordCamp San FranciscoIt’s almost time for another WordCamp event, and I can’t wait. This is the big one – the fourth annual San Francisco WordCamp! This will also be the fourth WordCamp that I’ve attended. Yes, I believe that makes me somewhat of a groupie.

There’s a new website online as of yesterday and it’s looking pretty spiffy. I’m looking forward to seeing Tim Ferriss and Tara Hunt speak in particular.

Oh, and I’m going to be helping out on the “Genius Bar” for a bit as well, so drop by and get some questions answered!

This will probably be a bit of a different experience for me than previous years because I’ve been doing some consulting work with Automattic, so I’ve met a lot of the crew now, and it’ll be good to see a lot of them again here.

Idea: Comment Aggregation via WordPress

There are lots of “conversation platforms” out there, and more arriving daily. FriendFeed, Twitter, Facebook, Google Reader (now that it has commenting functionality); you name it. These systems are all great for getting your content out there and exposing more people to it, but the problem (in my opinion) is that it becomes really hard to follow the conversations on all of these different platforms. They all generally act as either a kind of content aggregation platform (e.g. FriendFeed/Google Reader), or as a unique content creation/delivery system, which is heavily used to redistribute existing content (e.g. Twitter). With all this aggregating going on, why not do the same thing in reverse? Mashable has just started doing something along these lines and that prompted me to finally publish this draft post.

Read the rest of this post…