About us Services Portfolio Request-a-quote MyImagination News
Monthly Archives: January 2011
Ever write a PHP program and find that it would be really useful to be able to create variable or array names on the fly? It can be difficult to explain why its sometimes necessary, this really depends on the program and it’s goals, but none the less sometimes… … Continue
Arrays are a powerful way to group similar information together. Beginners often find arrays to be intimidating probably because grasping how to use them can be tricky and the functions that allow you to control them are a little confusing at times. Once you break down the pieces of … Continue
The concept of “beautiful code” is creating an application in such a way that code does not repeat itself, uses minimal computing resources and is scalable enough so upgrades can be made with ease in the future. These three parts of the beautiful code concept act as a governor to … Continue