Author Archives: Steve

About Steve

Web Developer, IT enthusiast & PC Gamer.

PHP Arrays with the CachingIterator (peeking ahead)

One of the most useful things you may need when iterating through an array is to know whether or not there is another element after the current and in some cases you’ll want to know what the next element is. … Continue reading

Posted in PHP | Tagged , , | Leave a comment

PHP Configurable CD-KEY Format Validation

I’ve need this a few times, where I have to take input of a CD-KEY in a specific format and it needs to be checked to see if it’s in valid or not before proceeding. Normally – I would just … Continue reading

Posted in PHP | Tagged , , , | Leave a comment

WordPress 3.3 Beta 1 released

Straight in from the WordPress.org website… “WordPress 3.3 is ready for beta testers. As always, this is software still in development and we don’t recommend that you run it on a production site — set up a test site just … Continue reading

Posted in Wordpress | Tagged , , | Leave a comment

Turn PHP classes in to a RESTful API with Restler

The Restler packer is a RESTful API server framework that is written in PHP that aids your mobile / web / desktop applications. A framework, but with a difference – Restler is all here to bend and mend to your … Continue reading

Posted in PHP, PHP frameworks, web developement | Tagged , , , | Leave a comment

5 Useful WordPress template hacks

Ever since I started using WordPress I’ve been learning some quick-neat tricks to get the functionality I want. Some useful WordPress ‘template hacks’ are below that I have used in the past, ranging from custom fields to printing posts from … Continue reading

Posted in PHP, web developement, Wordpress | Tagged , , | Leave a comment

Apache htaccess Examples & Snippets

Below is a collection of examples and snippets you can use inside Apaches htaccess files to modify behaviour of your website. Everything from altering the URL structure to disabling directory listing on your domain and blocking certain IP addresses.

Posted in Apache | Tagged , | 1 Comment

WPTweeter WordPress Plugin BETA

WPTweeter is a WordPress plugin that I have developed to automatically update my Twitter feed when new content is posted or updated on my website. It’s a very basic plugin, with only a small amount of features (the ones I … Continue reading

Posted in PHP, Wordpress | Tagged , , | Leave a comment

Useful jQuery Snippets

Below is a collection of must-have jQuery Javascript snippets, from detecting browsers to auto-switching stylesheets. I’ve put together a collection of the most useful and interesting jQuery snippets, most of the code requires knowledge of Javascript to get started, as … Continue reading

Posted in Javascript | Tagged , , | Leave a comment