|
Staff
Syllabus (pdf) |
Project 8: Adding Google MapsAssigned: Thursday, December 3, 2009 The goal of this assignment is to enhance the website with Google Maps. Setting UpHere are the steps to get started:
DescriptionRecall the scenario: You are in charge of designing a website for Dan's Disco Discs. As the name implies, they specialize in selling disco CDs. The company wants a home page, an inventory page, a disco information page, and a contact page. The company wants a map displayed on the contact page that shows the store's location and lets users calculate driving directions to the store. The store's location should be displayed in a map using the Google Maps API version 3. The store's location should be marked with a disco ball image instead of the default Google Maps marker. When the user clicks the marker, the store's hours should be displayed in an info window. You can choose a real address of your own or use: Dan's Disco Discs
900 Disco Drive
St. Louis, MO 63135
(312) 555-1212
You should also include a place where the user can enter a starting address and a button that when clicked will display driving directions to the store. In addition, since this is the final project, you may make any enhancements you'd like to the webpage, including changing the layout, CSS stylings, etc. Remember that any changes you make must still pass both XHTML and CSS validation. Requirements
Contact Page JavaScript
Contact Page HTML
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> (moved from JavaScript section -MCW 12/3)
ExampleHere's an example showing the disco ball icon marker and part of the driving directions: SubmissionGo to the Project 8 Submission page, and enter your name and the URL of your webpage.
|