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
Tag Archives: PHP
PHP Page basic page caching
One of the most useful things you can do in terms of performance is to cache the page you’re currently serving so that no code gets executed again and again when it isn’t needed. I’ve provided a sample below of … Continue reading
PHP Object to Multidimensional Array
Below is a piece of code showing how to transform an Object into a Multidimensional Array, there are quite a few functions in PHP that return stdClass objects such as some MySQL, JSON or XML functions. If it is a … 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
PHP – Get page links (using the DOMDocument)
PHP has a very useful library – The DOM Document. Using this you’ll be able to get the source code of a page and go through each element of the HTML filtering out what you need and don’t need, If … Continue reading
