Category Archives: Programming

Attending the Open Humanities Hack

I’ve just come back from a couple of excellent days of Humanities Hacking, organised by the King’s College, London Digital Humanities department and the Open Knowledge Foundation. To be fair, it went slightly differently than I thought it would. After an interesting start trying to find the room we were in, a few of us […]

Thoughts on the Drupal Ladder, the Oxford day and communities

I went to a Drupal Ladder event organised by Torchbox just north of Oxford. I had a lot of fun and learned a fair amount.  The ladder itself is a community initiative which is aimed at getting more contributors pushing patches back to the Drupal core, especially Drupal 8. It also serves as a way […]

Communities, hackers and curators – some thoughts on parts of the openGLAM meeting

I was fortunate enough to get invited to the OpenGLAM expert meeting (at which I felt a slight fraud – but you get over these things quickly) on Building the Cultural Commons as part of the OKFestival. James Harriman-Smith and I had attempted to do something similar with Panton Principles for Humanities and Literature a […]

Looking at mentions and users in a Twitter message

I was preparing for the recent OK Festival and discovered that the Weird Council was taking place; a conference on the awesome China Miéville. As you may guess, I am a bit of a fan. Unfortunately I was not aware that it had taken place so I watched it on Twitter. Whilst on my travels, […]

Aping Google Spreadsheets with Drupal Entity Forms and Droogle

One recent small project which I worked on was the integration of Entity Forms with Google Spreadsheets. In porting the corporate site, we had the challenge of having to provide some existing Google forms on to the new Drupal platform. Since Entity Forms are used, a nice integration was fairly assured with the Rules module. […]

A quick overview of Entity Forms on Drupal

I’ve dived into Drupal’s entity forms project recently to build a series of forms, some of which re-use the same fields. In the past, I’ve used Webforms which allows you to build a form quickly but not reuse the actual fields. I found that it also has issues with the integration in that it appears […]

Altering the SugarCRM UI to highlight areas

Recently I have been looking at ways of highlighting certain feelings of information in SugarCRM. I use the community edition at work and have been working on a few modifications. A recent task has been looking at highlighting some fields to a user if a certain field is activated, or showing a message to the […]

Reading in remote data sources into Drupal 7 part one – the custom code way

I’ve been looking at integrating a variety of different data sources in a Drupal project for various reasons but generally from the perspective of pulling data from existing sources. These do not necessarily go into the same system and equally, only parts may be required for by differing systems. In a way, I am trying […]

Musing on the idea of a UK Drupal Association

Steven Jones from Computerminds came to the Drupalcamp session at Cambridge Drupalcamp where we were learning how to run a camp, where we also discussed the potential need / use of a UK Drupal Association. We did discuss this on various forae (drupal.org.uk has the latest set of posts) but I am afraid I lost […]

Testing, testing – beginning test driving development with PHPUnit

I have been working on a project which has gone slightly wrong for a variety of reasons. Most of which I am not going to go into here. However one of them was a lack of testing. Not full system testing but the less glamorous and more (let’s be honest) tedious unit testing. I have […]