Author Archives: jmz

Last chance for bindrr invites

If you read this blog now and again you might have noticed me write about a new app I’ve been working on called bindrr (you might also have seen it was featured on betali.st!). Basically, it’s an app that will help you store and manage all of your recipes in one easy to use (and [...]

Posted in General | Comments closed

Software to manage code snippets

If you’re a professional developer or even if programming is a hobby for you, having some software to manage the bits of code you use regularly can be very time saving. I’d hate to know how much time I’ve wasted through having to find a code snippet I’ve used before that I know is on [...]

Posted in Development | Comments closed

Review: Javascript the definitive guide 6th Edition

This is the first of a new type of post I’ll be adding to my blog. I’ll be reviewing books and possibly some other items that have been of great help to me and that I think other developers will find useful. I won’t just be reviewing things for the sake of it and I’ll [...]

Posted in Book Reviews | Comments closed

Adding your latest tweets to your WordPress blog

A very simple way of keeping the content on your website fresh is to grab your latest tweets from Twitter and display them on your WordPress site. At first it might seem like it could be quite a lot of work to do this. Luckily WordPress has a fantastic community of plugin developers and an [...]

Posted in Wordpress | Comments closed

Adding widgets to your WordPress theme

In WordPress, widgets allow you to add content to special areas of your theme without having to modify any code. If your theme is ‘widgetized’ you can use the built in drag and drop functionality built into WordPress to add new content and move content around on your site. Widgets make it really easy to [...]

Posted in Wordpress | Comments closed