Object Orientated

Rental Yield Calculator

November 11th, 2013|

This web tool was installed in a older code base (not our legacy code), the task was to create a calculator that worked out rental yield, the calculations were straight forward enough but creating a library javascript file that encompassed not only the calculation task but also have a validation object that could be easily […]

Javascript Calculator

November 7th, 2013|

This basic javascript calculator is a handy tool for most websites, I have kept it basic due to time restrictions but now the framework is in place it could easily be extended to add in a few extra functions or a more scientific view.