Steve Parks (of Pilot Internet) on my presentation at DrupalVolCon

Today I noticed that Steve Parks of Pilot Internet had blogged my live demo of moving from Drupal to Pressflow at DrupalVolCon 2010 at Google London

Here it is http://pilotinternet.com/node/114

In the presentation I got Drupal/ Pressflow serving 2905 requests a second happily running in a Linux VM running on a standard MacBook Pro

Lullabot drupal voices (Me edition)

I was reminded today of a Lullabot podcast where I was interviewed last year in Paris at Drupalcon.

Stew Robinson on continuous integration and deployment on Economist.com

Xdebug on Mac OS X Snow Leopard for use with MacGDBp

If like me you use MacGDBp to debug your Drupal code then since upgrading to Snow Leopard your variable inspector window will basically show unitialized for all variables.

This is fixed in a beta for xdebug Xdebug 2.1.0beta3. I've compiled it as I couldn't find a compiled version on the net and it is here for you to download. xdebug.so (2.1.0beta3)

Spotify search engine

I just had a play around and built a trivial Spotify album search engine.

A Spotify album search engine

I built it because I said yesterday I would build a site in one day. This was pretty easy. Although it is a bit pants that it only searches albums. I should do more. I can do more. I might do more.

Edit: The spotify API changed slightly since I did this and I've noticed a few Notices coming through. I should clean this up a little more soon. Too busy with Full Fat Things and GeoSay right now

Economist.com module list

At Economist.com we are building a decent sized Drupal site. I thought I'd do a dump of the modules we have so far using drush.

stew@stewbuntu:/var/www/sprint/drupal$ ../../drush/drush statusmodules
Name Enabled/Disabled Description
Acquia agent (acquia_agent) Enabled Allows Drupal to securely communicate with the Acquia Ne ...

In support of adding hook_page_not_found() to Drupal 7

I want to try and get a hook_page_not_found() to Drupal 7.

I've taken this snippet from http://drupal.org/node/444756

I have only just started this but I wanted to post for opinion. In IRC I was pushed towards using hook_page_alter() instead of defining a new hook. However hook_page_alter() runs after the 404 header has been sent. I don't expect the code as is to get in. Largely I am posting this as a start because I work on large sites (Economist.com) and I don't want to have to use nfs to share the files directory as it adds another single point of failure in the stack.

Easy drupal core hacking

I have found myself attempting to contribute to Drupal core more and more lately. So I wrote a shell script that gets me a fresh copy of head and applies a patch to it.

Essentially I will be looking through a Drupal issue, such as http://drupal.org/node/229778 and I'll want to add to a patch on there. I simply grab the URL of the patch file and run my gethead.sh

./gethead.sh http://drupal.org/files/issues/229778-log-changes-to-offline-mode.patch

Two mini Drupal projects

I am working on two mini Drupal projects.  One allows you to comment on drupal articles (nodes) via XMPP (Gtalk), the main problem here is presenting an interface through IM that will reliably allow the user to know which article they are commenting on. 

Digg, Mixx e.t.c.

It strikes me that Digg, Mixx e.t.c.  all work out popularity by having people on other sites push the popularity up.  This is based, I guess,  on someone having read the page and then posted to digg e.t.c.  Would there be value in counting the click throughs from digg to produce an alternative or modified top x page based on user actions on digg once the articles have got there?

I'm learning

I've been slowly but surely copying my old blog posts from stewsnooze on demon but Drupal doesn't really have any good tools for importing from Blogger.  There are some basic tools which can move stuff but they seem crazy.

Syndicate content