Design Practice

The Design Practice module in the MSc in HCI-E at UCL involved a group project to put established user-centred design methods into practice. Hence its name. The goal for each group was the same: design an interactive device to encourage healthy behaviours. This post describes the process I undertook as part of a team of seven students over nine weeks in 2010. More

Add items to a Word document using C#

I thought I had found the promised land. Then I tried adding more than one item to a blank Word document using C# and I realised it had been a mirage all along. I simply wanted to create a blank document, add a line of text, followed by another, followed by my table. I was flummoxed by the Word.Range object – and I’ll go into detail in a bit – but here’s the solution: More