Monthly Archives: November 2013

Javascript Prototype – Example and code

November 18th, 2013|

Prototype is a really efficient way of extending an object or class and I have found numerous uses of this over the years, getting to know the way prototype works will greatly improve your ability to develop javascript, you will eventualy create your own tools using prototype.

The code below is an extension of the array […]

Javascript Form Validation Object

November 12th, 2013|

Form validation is so important from a usability point of view, this is a form hoping to encapsulate all form elements and how we validate them on the front end to prevent an erroneous form submission, in other words getting all the information correct before sending it off. Try using the form below:

Name:

Age:

Email:

Favourite farm yard […]

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.

Golf Handicap Calculator

November 4th, 2013|

One of the only Free UK golf handicap calculators, this conforms to all the UK golf rules and regulations on calculating a handicap. This javascript rich page allows easy manually entering of scorecards to either calculate a handicap from new or caclulate an adjusted handicap based on a single round, it even has the ability […]

Golf Banter

November 4th, 2013|

Golf Banter is a social networking website for golfers, it is powered by wordpress and buddypress, this social platform gives the users the ability to post pictures, videos, comments on a host of content controlled by the website administrator. There are facebook style ‘like’ features, you can add friends and start groups, this is a […]