Yearly Archives: 2012


Why I am a UX developer

So recently there was a debate about the title UX Development, following on from a blog post by Leisa Reichelt and a response by Andy Budd. A lot of good points raised on both posts as well as in subsequent comments and tweets. I can see validity on both sides of the argument so I [...]

I love animated gifs – boom

Especially now I know you can create them via the command line and ffmpeg. ffmpeg -i file.mov -pix_fmt rgb24 -s qcif -loop_output 0 animated_gif_ftw.gif