Website Specification How to Guide: Project Requirements

Creating a website specification is the most important task of a project. Get this wrong and the whole project can tank, including making an unhappy customer and an unprofitable project. Get the website specification right and you can meet the project deadline and bring in profit. The importance of this is often under estimated. Implementing these techniques to create the website requirements and the project timeline will make your life easier and your clients happy. Continue reading

Sample PHP Code: PHP Recursive Functions

Use PHP Recursive Functions to create PHP code that dynamically grows with your data. This will save you time and confusion, and understanding PHP recursive functions will make your PHP code much more scalable. At first, it may be a confusing concept to grasp (especially for PHP beginners).

Learn how to create recursive functions by taking a look at this sample PHP code. Continue reading