Recent Posts

Clearly frame success

less than 1 minute read

“When you delegate work to a member of the team, your job is to clearly frame success and describe the objectives.”

PHP Flow Control

6 minute read

One of the main reasons for using scripting languages such as PHP is to build logic and intelligence into the creation and deployment of web based data. In o...

PHP, Filesystems and File I/O

4 minute read

One of the benefits of PHP being a server side scripting environment is that it gives the web developer easy access to the filesystem of the server on which ...

PHP and Object Oriented Programming

4 minute read

An object is a self-contained piece of functionality that can be easily used, and re-used as the building blocks for a software application.

PHP and Cookies

4 minute read

Web servers are typically stateless entities. That is to say they serve up web pages without regard to who requested the page and with no knowledge of whethe...