Immersive Pomodoro

Some of my colleagues have been applying the Pomodoro technique to their pair programming of late, so I thought I’d give it a try. I’m trialling a combination of tools which now integrates my Pomodoros more with my daily working life and I’ll set them out in this post.

12 steps to using GitHub with XCode 4

The Git integration in XCode 4 is very welcome however it seems to be a bit flaky when it comes to dealing with remote repositories. In this post, I list the 12 steps I’ve attempted to work with GitHub with new XCode projects.

Are your contacts portable?

With an increasing amount of technology to help you communicate, the job of keeping your multiple contact lists up-to-date across these devices and services has mainly fallen to you. Contact information lurks in many places and is often locked to serve one purpose. Whether it’s contact details in your mobile phone; on the address book… Continue reading Are your contacts portable?

1&1 domain transfer status: ‘Domain Update Done’

In the process of moving a .co.uk domain over to 1&1 for someone this week, I encountered the undocumented status code of ‘Domain Update Done’. The domain had previously shown as ‘Ready’ in the control panel and I was able to set the server and mailserver for them using 1&1’s nameserver. The gotcha is that… Continue reading 1&1 domain transfer status: ‘Domain Update Done’

Fixing MSDTC between two machines on different domains

I’ve been chasing problems with MSDTC today. We were trying to get one machines on a different domain to use MSDTC through COM+ to talk to a remote SQL Server on a different domain. Select / Read operations seemed to work fine but when it attempted to use an UPDATE method in a transaction, it… Continue reading Fixing MSDTC between two machines on different domains