WordPress 4.1 is bringing with it a couple of cool new additions for theme developers. They’re things that are currently a bit messy to implement in themes. For me they are things that I do the same way in all...
I did quite a lot of maths at school. I wasn’t amazing at it but because I knew I wanted to work in computers I thought it would be handy. Fast forward 16 years and I now realise that I’ve...
At work we use Git for versioning our code. We also use the suite of Atlassian products for managing tasks, code, and deployment. As such I use SourceTree a lot to manage my code. We’re also security conscious and so...
Back in 1998, enthusiastic about the launch of my first proper website, I spent a lot of time thinking about the content, the design and the marketing tools to use to make it the next big thing. Overwhelmed by the...
I’ve managed to move entirely away from using Adobe software but this recent video from Adobe looks incredibly enticing. It’s basically a great big bunch of ideas for things that could be possible in the future. They’ve focused on Microsoft...
In 2007 Darren and I started one of the first WordPress Premium theme stores – Pro Theme Design. In that time the WordPress ecosystem has changed considerably.Over the years Pro Theme Design has done well for us as a part...
A long time ago – when making our first premium WordPress theme, Darren and I made TimThumb. TimThumb has been amazing – but it’s also not been without it’s share of problems.In particular in 2010 there was a major security...
So a few people have been writing about my estimated reading time function recently. In particular – it got mentioned on WPTavern in a post all about adding an Estimated Reading Time to your theme.Then I got this tweet: Hey...
Anyone been in a situation where you needed to charge your smartphone but didn’t have the right cable to hand? I know I have. I travel a lot – and making sure I always have my iPhone cable with me...
Last week there was a second exploit found in TimThumb. Thankfully it was no-where near as bad as the first one – but it raised an interesting question of whether TimThumb is even needed anymore.TimThumb was made to be useful...
It’s been reported today that there is a new TimThumb exploit found. Unfortunately nobody told me about this before the exploit was announced – in fact I found out about the bug through wptavern.com so I haven’t been able to...
I work on a lot of projects – as do many creatives. I have the day job at Miniclip – and then in my spare time I am renovating my house, and making WordPress themes, playing video games, and even...
I seem to find myself working with Youtubes thumbnail images quite a lot (for instance on Miniclips videos section) – and I am always having to go searching for the parameters to use to generate those thumbnail images.The highest quality...
I was asked recently how to get into WordPress themeing and so I thought I would answer publicly. Perhaps my thoughts can help others.When I first started using WordPress things were much simpler. The default theme was an index.php and...
Last year WebDesign.Tutsplus published a short tutorial showing how to create a stack of paper using a single html element and some css. It was nice little tutorial but the end effect wasn’t fluid. It relied on hard coded widths...
I had a weird problem yesterday where I had applied a css transition to an element that was fading from opacity:0.1 to opacity:1 – and along the way it seemed to change in size or position.The reason for the change...
So – it’s now after the holidays and I’m back at the day job – and I’m pleased to say I was able to do some good work on Blobcat over the break and the game is coming together rather...
WordPress has a built in function, called human_time_diff, for creating messages that say how long ago a post was published – however I think it is confusing when you have posts from a long time ago that read “posted 15...
At WordCamp London last week I made my first contribution to WordPress – a bug fix for the Twenty Fourteen theme that’s being released with WordPress 3.8. Part of doing this involved created a patch.Now I know this is pretty...
I have a theme coming out soon that displays the ‘estimated reading time’ for each blog post on the homepage.The theme is inspired by the new blogging service Medium – but I first saw the idea mentioned on Brian Crays...
I’ve made quite a few WordPress themes in my time, and so I thought I would write a few blog posts sharing some of the code snippets that I find myself using repeatedly.First off is some numeric pagination using native...