Simon Baynes: Web Development

I am a Technologist & Architect

I specialise in providing consultancy to SME businesses in the ecommerce space and building high performance, scalable, robust applications with high levels of test coverage.

Interested in finding out more about me?

Feel free to contact me


Copying Structures

Once you start using structures you need to understand pointers. This essentially is that if you set a variable equal to a structure you do

Var(ing) Variables

A real bug bear of mine is people not var(ing) variables in their functions. Many people think this is just an inconvenience but trust

Some CSS Tips

Now I don't profess to be a legend of CSS, but I get by. Two things that really used to bug me when

Using Constructors in CFCs

When creating objects with ColdFusion I prefer to use a constructor method to set my object&'s properties. So say I have a component