CoffeePowered

Archive for the ‘Development’ Category

Twig.gr – How I learned to stop worrying and ship my side projects

I love to mess about with side projects, although I have a very bad habit which I think may be common amongst us in that I have so little free time to spend on the projects that it takes me so long to design and develop them, that I usually end up abandoning them at [...]

read more

OAuth Consumer in CakePHP 2.0.5

Getting the CakePHP OAuth Consumer to work in CakePHP 2.0.5

read more

1

Smarter images in Jadu CMS

An exploration into low impact development within a CMS, building lightweight functionality to improve how we use imagery within web pages that can be replaced as and when the platform evolves.

read more

Building a ‘killer coursefinder’

The video from the presentation I delivered at the CISG and Online Information conferences covering the University of Leeds’ Course Finder, how and why it was developed, and ultimately, what I think we should be doing to make it truly a ‘killer’ service.

read more

Working to a structured development process

You might work on small projects or large scale developments, you might be the only person involved or you might work with many others, regardless of your situation, having a structured development process is essential.
I work for the University of Leeds as a generalist designer/developer, a recent project of mine has been upgrading our institutional [...]

read more

Using PHP’s alternate syntaxes

If you’ve ever worked with PHP you’ll be more than familiar with the use of if/elseif/else conditional statements, these statements often become large and unweildy, especially when HTML is mixed in with PHP, causing a problems with code readability. There are a couple of alternate ways to write these statements which can improve your code.
if..endif [...]

read more

3