Friday 19 December 2008

New Toys

This week has seen me playing with lots of different things on Free Car Check:
  • Create an OpenSearch plugin to allow searches from within Mozilla Firefox and Internet Explorer
  • Statistics on the development site - see what manufacturers and colours people are finding
  • Start of the accounts system for advanced functionality I want to add
As a little treat heres the development site:

http://dev.freecarcheck.org/

A lot of the time this can get ugly and break - so don't get too worried if its fallen over. Use it at your own risk :-)

Wednesday 10 December 2008

Clocked? Or just can't enter more than 5 digits?

As a way of helping me improve the site I keep a record of searches which I sometimes review to help me check correct data is being returned. I've noticed a few odd things recently which lead me to wonder what on earth is going on with MOT results. I might see a few years of steady increases, only for clock not to turn around at the 100,000 mile mark and seemingly revert back to zero. At first I thought I was having a bad run of seeing clocked vehicles, but thought it would be odd for it not to raise suspicion at VOSA for anyone to have MOT mileage lower than their previous test. And now it appears its happening to pretty much every vehicle in the last few years (some are over 100,000 - but not recent tests). I'm now almost convinced that VOSA's system is only allowing test centres to enter 5 digits.

I'm now tempted to try and figure out a way of guessing if this has happened. If the mileage suddenly goes down I can add 100,000 back onto it to try and correct for the problem. It seems like a reasonable way as long as I display a warning to say the mileage might be off. In any case I really need to do something, since this is breaking the mileage estimates and graphs.

On a side note I need to set a minimum range for the estimates to work over - if your last two tests were in the order fail then pass its likely the range will only be over a day or so with no mileage and break the current mileage estimator. Should be a relatively easy fix. Oh - and the maps have gone live in beta on the main site. Have fun :-)

Tuesday 9 December 2008

In The Lab

You know, I keep on coming up with all sorts of wierd and wonderful stuff to add to Free Car Check. One thing I thought which could be interesting is knowing where around the country your car has been in its life. Free Car Check can already pull your MOT results so this is pretty easy...

... until you come to actually turning those results into locations. I've been playing with the Google Maps API and managed to get it working over the weekend. It's currently only available on the development site but it should make a reasonably cool addition.

I've also been playing around with VIN numbers. Theres a fair amount of data you can get from these if you know how to read them. Since I'm getting a large number of international visitors and it'd be another useful addition to have I've started on my own decoder. So far I've got continent and country nailed down, but really need a comprehensive list of WMI numbers (which represent manufacturers) to get myself off the ground. I've found a few sources so I'll have to see how it goes.