Archive for Tag ‘wp‘
Published on Monday, June 4 2012

WordCamp Boston 2012 is coming up quickly: July 13th-15th, at the Boston University George Sherman Union (same venue as 2011).
I’ll be speaking again, this time on the topic of “Why the #@*$!% isn’t WordPress a CMS?.” Why is it that WordPress doesn’t get the respect it deserves in discussions of Web Content Management platforms? How do we counter the age-old “WordPress is fine if all you need is a blog” back-handed insult?
On the other hand, are there things that WordPress could learn from the criticism? What could WordPress do as a project to make the WordPress-as-a-CMS conversation more productive and less repetitive? Where does WordPress’ blog-platform heritage show up as an architectural weakness when held up against other WCMS platforms?
Looking forward to yet another fabulous WordCamp on the Charles . . . Hope to see you there.
Published on Saturday, March 6 2010
A few weeks back I was part of a panel at North Shore Web Geeks which they titled The Great CMS Debate.

John Eckman, Jay Batson, Marc Amos, and Tom Herer. Photo (c) Trev Stair
Unfortunately Jake Goldman was ill and couldn’t make it, so Christine Greene agreed to step in and moderate in my place, while I represented WordPress in Jake’s. (See also Trev’s iPhone sketches of myself, Jay and Marc – he was unable to get Tom).
It was a fun night – I’m not sure I represented WordPress as well as I might have with a bit more prep. (On the security question in particular, see Brad Williams’ presentation from WordCamp Boston.)
Read more…
Tags:
Acquia,
Atom Group,
Boston Web Studio,
CMS,
Drupal,
EE,
expression engine,
Jay Batson,
John Eckman,
Kentico,
Marc Amos,
north shore web geeks,
NSWG,
Tom Herer,
WordPress,
wp
1 Comment
Published on Tuesday, October 27 2009
I’m very happy to note I will be attending, volunteering at, and speaking at WordCamp NYC, coming up in November 14th and 15th.

My talk is one of the Saturday Sessions in the Beginning Developer track. (Hopefully not a rating of my development skills as evidenced by the plugin’s code, but reflecting the intended audience).
Here’s a quick blurb:
You Got Your WordPress in My Facebook!: Developing WPBook. WPBook is a plugin that enables users to turn their self-hosted WordPress blog into a Facebook application. Full web posts are viewable within the Facebook context, including embedded multimedia. Users can comment using their Facebook identity, and comments (and comment threads) are shared between Facebook users and regular blog readers. WPBook uses a deceptively simple set of actions and filters, along with the Facebook API, to create a relatively high degree of integration. In this talk I’ll go over the basics of how WPBook works, the current challenges in terms of meeting user requests, and some of the solutions currently in development.
WordCamp NYC looks to be an amazing production: good location, large crowd, and a solid group of speakers, including a Sunday keynote from Matt Mullenweg himself. Tickets are still available but I would not be at all surprised to see this sell out, so register now.

I’m also leading the organization for the first-ever WordCamp Boston, on January 23rd, 2010. We’ll be hosted at Microsoft’s New England Research and Development center, which is a fantastic venue right in Kendall Square.
Tickets aren’t on sale yet, but there is an announcements google group if you want to be notified when they do go on sale, and an organizers google group if you want to help put the event together. There’s also a design contest for the logo (enter by November 11th please!). I expect to open a call for speakers shortly.
Given all the interest I’ve seen and heard around Boston from end-users, SEO and affiliate marketing folks, developers, and businesses small and large in WordPress as a platform (including .com and .org), I suspect WordCamp Boston will sell out as well – so sign up for the announcements list if you think you’d like to attend.
Published on Wednesday, August 13 2008
(As of 8/20 – updated again, to 0.7.5).
WPBook, the WordPress for Facebook plugin which Dave Lester and others at Scholarpress originally created and which I’ve contributed some to, has been updated again.
Version 0.7.4, which I just tagged in subversion (so it should be showing up in the WordPress plugins directory by the time I post this) includes the following:
- Works with WordPress installs in subdirectories, using ABSPATH to ensure the right includes get called
- Fixed for the “new Facebook” javascript but remains compatible with “old Facebook” javascript as well (as described here)
- Removed hard coded reference to MyAvatarsNew(); and downgraded to WordPress standard avatars
- Fixed the (previously hard coded) offset for permalinks to be dynamic based on blog’s home url
All in all, this should be a much more stable version for most folks.
Note: If you use the “upgrade automatically” feature in WordPress, you must remember to copy the wp-facebook folder from /wp-content/plugins/wpbook/ to /wp-content/themes/ – it must reside at /wp-content/themes/wp-facebook in order for the plugin to work correctly.
You can get the new version from my plugin page or from the WordPress plugin directory.
Published on Thursday, May 15 2008
(Update 5/17 – 0.7.1 is now available – bug fix release).
I’ve spent some time over the past few nights revising the wp-book plugin, which lets you bring your WordPress (self-hosted) blog into Facebook as an application, and I’ve published a new 0.7 version.
Read more…