Difference between revisions of "CSC220 Homework 6 2010"

From dftwiki3
Jump to: navigation, search
(Created page with '--~~~~ ---- <tanbox> This homework is due on 10/4 evening, at midnight. You can work in pairs on this assignment. </tanbox> <br /> <bluebox> This assignment is more open-ended …')
 
(Part 2)
Line 18: Line 18:
  
 
=Part 2=
 
=Part 2=
 +
 +
* Use phpmyadmin to explore the database 220a_hw6.  You should have access to it.  It contains 12 different KML files that were gathered during Fall break (by a friend and I riding bikes on campus).
 +
 +
* Your assignment is to
 +
# copy the table kmldata into your own database (this is mostly to allow you to modify it as you see fit).  Keep the name the same, so that I can test your program easily.
 +
# using the information from Fox's tutorial, create a php/mysql Web page that will pick one of the kml files from the database and generate a (static) Google map from it.
 +
 +
=Requirements=
 +
 
<br />
 
<br />
 
<br />
 
<br />

Revision as of 10:02, 28 October 2010

--D. Thiebaut 14:43, 28 October 2010 (UTC)


This homework is due on 10/4 evening, at midnight. You can work in pairs on this assignment.


This assignment is more open-ended than usual. It asks you to do some research on your own, adapt some code, and make something work. For this reason, this is a very good assignment to work on with a partner. Do not hesitate to associate with somebody else in the class to work on this, in pair programming mode, i.e. two people working on one computer at the same time (and it will give you an opportunity to analyze your partner's personality! ;-)
It is based on the very good tutorial Using PHP/MySQL with Google Maps by Google Geo Team member Pamela Fox.



Part 1

Part 2

  • Use phpmyadmin to explore the database 220a_hw6. You should have access to it. It contains 12 different KML files that were gathered during Fall break (by a friend and I riding bikes on campus).
  • Your assignment is to
  1. copy the table kmldata into your own database (this is mostly to allow you to modify it as you see fit). Keep the name the same, so that I can test your program easily.
  2. using the information from Fox's tutorial, create a php/mysql Web page that will pick one of the kml files from the database and generate a (static) Google map from it.

Requirements