See this link to pictures of the new house
This is the beta of my geocoder. There is an example shape file, with the correct formatting in the archive. Please use this file or one structured like it until I can generalize this a bit better. Also, there is a version that utilizes the Soundex algorithm for the street names, and one that uses exact names. You can build either by using the make file included.
Download geocoder.tar.gz
This is a simple database driven web application. The data is normalized to Boyce-Codd
specs, and all of it, even the pull down menus, are driven by a database. I built it for
a class project using databases, in about an afternoon. It isn't the prettiest website I have
worked on, but I like the elegance of building as much of the business logic into the database
as possible.
Try these fake SSNs to test it out:
119922999
888338800
999999900
118322800
I have also created some great websites for customers ( In conjunction with the
talented Puneet Kishor) using
Mapserver, in my opinion, the best tool for displaying GIS data in web development. Email me if
you want any details on this package.
Also, if you want to see the JSP site that I have built
with Team FUN, please email me. It would take a significant amount of work to get it through
a firewall, but it is doable, and might show you some interesting work in the field of an
online municipal complaint tracking system done in JSP and mysql.