English Español

Latest Projects

Below are some of the projects I have been working on with a brief description of the techniques used and the final results. Some are large projects carried out over a series of months, whilst others are projects completed in an afternoon.

If you have a project in mind, I would love to hear from you to see if we can work together.

How can I do a detailed search of a list of hundreds of thousands of references?

How can I do a detailed search of a list of hundreds of thousands of references?

2018-03-22

I want to add a vehicle transfer tax calculator to my website. How to I filter through a list of 200,000 entries to find the correct price?

htmljavascriptmysqlphp

First I studied the list to see if there were any fields that can be used to filter, such as registration year, make, model power and fuel.

Then, I created a database and fill it with "sanitised" information from the tables provided.

Next, I programmed a user form that links to the database and progressively drills down the results until we get to the exact vehicle and its corresponding tax bracket.

Finally, I styled the form to match the website's colors and typography, etc.

close
}