
PHP

Craig explains how you can write your own random number generator in PHP - and why you'd want to do that given that PHP has its own random generation functions.Read More

If you’ve ever tried to read code written by someone other than yourself (who hasn’t?), you know it can be a daunting task. A jumble of “spaghetti code” mixed with numerous oddly named... Read More

MySQL events were added in MySQL 5.1.6 and offer an alternative to scheduled tasks and cron jobs. Events can be used to create backups, delete stale records, aggregate data for reports, and so on.... Read More

PHP 5.4 has a built-in web server which you can use for testing your applications. Craig looks at the new facility and the options available to developers.Read More

Craig's latest WordPress tutorial delves further into shortcode development and explains how you can nest one inside another.Read More

A significant advantage of computers is that they can perform repetitive tasks easily and efficiently. Instead of writing repetitive code you can write a set of statements that processes some data... Read More

Craig looks at the new features in WordPress 3.3 - the web's most widely-used Content Management System.Read More

When I first started programming the only type of code I wrote was procedural. You know the type, one thing leads to another with a thrown in function here and there and you have a working... Read More

Anyone who has a server using PHP has undoubtedly heard of php.ini – it’s the configuration file used to control and customize PHP’s run-time behavior. It provides a simple way to configure... Read More
You have your big players in the cloud like Amazon and Rackspace. Then, there’s Liquid Web with Storm On Demand . They are relatively new to the cloud computing scene but, they aren’t a new... Read More

The working world would be nice if we could only develop and maintain our own code. The reason being: we would inherently understand the concepts, work-flow, and logic within it. But like every... Read More

You’re probably already familiar with PHP’s if statement. It’s very similar to its counterparts in many other programming languages and represents one of the most fundamental concepts in... Read More

We know why you’re here… you want to write a script to send emails to your friends with funny return addresses. I’m here to tell you you’re better than that. There’s so much more you could... Read More





