In the previous post, I told about sending the information gathered through SMS. Then the next part would be on the development of the web interface. The web interface I designed show the water levels on a map using the Google maps API (). This API is based on Java scripts, which means the things happen on the client side. Client side refers to the user who visits the website. When the user browses to the website the browser run the Java scripts and generate the maps. However, in order to show the water level details on the map we need Java scripts to access the data that are on the central server. Solution I used is XML, widely used technology with web development.
