Web App / Widgets

If you need a web app or widget built for our website please let us know, have a look below at some previous work we have done to give you some ideas of how to improve your website.

Google Maps & Geolocation Detection

December 11th, 2013|

Detecting a users location can be very useful and incorporated into functionality, your imagination is your only limit with this technology, when this page first loaded you would have hopefully have been asked to give permission to the website to allow it to know your location.

When developing a function using geolocation it’s important to remember […]

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 […]

Cookie Law Solution

October 14th, 2012|

Amersham Websites have delivered a very slick solution for clients to adhere to the new cookie regulations. As many of you are aware the cookie regulations mean you have to alert the user to the fact that the website they are on is using cookies, the solution awl uses is to simply display an overlay/dropdown […]