Navigation
Tag Cloud
ajax Android backup chrome chromium cloud Code css3 Database Design dev Directory Iterator dns dropbox Essential Tools Facebook Time google google-chrome google-gears Image Rollover Java javascript jquery linux memcached MVC mysql new website OS Photoshop Brushes PHP Preloader Recursion Relative Time teamspeak Templating TinyMVC tutorial Twitter Twitter Time Validation Wordpress Wordpress 2011 Wordpress Plugins xhtmlRecent Posts
Developer Links
Search
Author Archives: Steve
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
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
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
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
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
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.
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
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
