I love Fuelly's mobile web interface, which I use to record my fuel-ups from my smartphone. Here's an enhancement that I believe many users would appreciate: location-awareness (taking advantage of ubiquitous mobile GPS and cell network geolocation).
This would allow us to keep track of /where/ we fuel up, and might also allow Fuelly to generate some interesting statistics concerning fuel price distribution and geographical distribution of fuel efficiency.
In modern browsers it's remarkably easy to use the location-aware browsing API. Mozilla's website gives a nice brief introduction to how to write location-gathering JavaScript code:
http://hacks.mozilla.org/2009/06/geolocation/
Of course, some users might not want to give their location to Fuelly, so this future should be opt-in, and Firefox, Chrome, and the Android/iPhone mobile browsers are all pretty good about explicitly requiring user permission to share location.
It seems like it would be relatively easy to code Fuelly to start gathering location data, and maybe you could figure out more interesting things to do with that data down the road...
__________________