May 2007


BarCamp Toronto Tech Week: May 26th

BarCamp Toronto Tech Week is happening right now. Yeah, I’m not the earliest out of the gate with the news, but I’m here, and you should too. There’s still time to think of a session.

Last year’s BarCamp San Francisco was a bit of a transformative experience for me. I had a great time, schmoozed with great people, and became more confident about some ideas I had tossed around in my head for a long time. One of them has since borne fruit, and I’ll be talking about in an hour or two. My work on Quaintance has slowed to the occasional coding binge on plane trips, and I find that getting discussing my projects in a group spurs me to work on it more frequently.

It never occurred to me that I’d help to organize a BarCamp a year after my first one, but I did, and I’m astonished at the number of people who showed up and how smoothly it seems to be going. We (Will Pate, Bryce Johnson, Ryan Coleman, Mark Kuznicki and myself) threw this together in like three weeks, but in BarCamp terms, that’s plenty of time to do what needs to get done, apparently.

Technorati Tags: , , ,

May 26 2007 01:06 pm | Internet and Software | trackback | No Comments »

DrupalCamp notes: CRM API

Before it falls through the cracks, I’m posting my slides from the CRM API session I led at DrupalCampToronto: pdf ppt keynote.

The session was an introduction to the CRM API that some of the folks at Trellon have been working on. It’s basically an interface layer that allows module writers to add CRM functionality to their work without having to know the ins and outs of the various CRMs that are compatible with Drupal. For instance, a web contact form module may want to insert mailing events into a CRM, so that it can keep track of who’s used the form. There shouldn’t need to be a separate version of the module for SalesForce and one for CiviCRM. That’s what the API is for.

My demo served mainly to tell folks that this was happening, and to get feedback. There isn’t much to show at this juncture, because we’ve just started and we’re looking for community involvement. Here are some other resources:

Technorati Tags: , , , ,

May 24 2007 02:25 pm | Uncategorized | trackback | No Comments »

DrupalCamp notes: Drupal Debugging Swap Meet

DrupalCampToronto finished up Saturday night, and if I’m not mistaken, it was a whopping success. It certainly went well in terms of raw numbers: 150+ registrations and 22 sessions (plus who-knows-how-many random chat sessions in unused rooms). And judging by the straw polls I took at my sessions, there was a lot of learning going on. I need to record notes on the two sessions I led, and lessons learned for next time, because there will be a next time. Also, hopefully, notes from the sessions that I attended, though there weren’t many because I put in a bunch of time at the registration desk.

First up is the Debugging Techniques Swap Meet (slides: pdf ppt keynote). I wanted a session on debugging because there are precious few resources for debugging Drupal problems. Part of this is due to the structure of the Drupal documentation, but it’s also due to the many layers of technology involved in Drupal projects. I’m much more familiar with debugging techniques for HTML, CSS and Javascript than for the server side of things. Since I’m not a debugging guru, and it was a BarCamp, I decided to frame the session as a discussion rather than a listen-to-me-talk session.

May 14 2007 08:23 pm | Software | trackback | No Comments »