« "Integrating Google Maps into Your Web Applications" for Dummies ;) | Main | You need to create your own XML file? + Mini-Project Progress »

@Bud: For "F1 Newbies" & Next Steps For My Mini-Project

@Bud:

"The Melbourne Grand Prix Circuit is a street-based circuit around Albert Park Lake, only a couple of kilometres south of central Melbourne. It is best-known for holding one race of the Formula One season, the Australian Grand Prix."

To give Formula One "Newbies" some background information, I plan to integrate wikipedia links to each track. Here the Melbourne example that will later appear in the "info cloud" on the Google Map.



After the quick success yesterday, I thought about my next steps for my Mini-Project:

  • I will create a xml file with all necessary information about all 17 race tracks.
  • I will create the layout (my favorite div boxes with CSS... I' love it) for the page.
  • Build the HTML/CSS/Layout for the Google Map "cloud" with the race track information that should be displayed.
  • I will read chapter 4 and 4.5 (DOM) and maybe chapter 6 (XML requests and responses)
  • Requesting the race track xml file via JavaScript and get the xml into the request object (into the xml response property)
  • Build a JavaScript loop, that creates for each race track a pin using the xml data in the request object / xml property.
  • Build a JavaScript loop, that creates for each race track an entry in the race track list on the HTML page using the xml data in the request object / xml property. (Using insertion functions of the DOM ? ... lets see, how this will work)
  • Integrating the RSS feed box (right now: I have no clue about that ;) ... lets see)


Ideas for Iteration 3:

  • Maybe building a JavaScript, that highlights the next race track in the list (based on the race date) and focus the google map to this race track.
  • Adding weather information for this race track
  • Adding a count down until the next race.

So far ... thats the strategy ;)
Let's start with point one ...
-Joern

TrackBack

Listed below are links to weblogs that reference @Bud: For "F1 Newbies" & Next Steps For My Mini-Project:

» You need to create your own XML file? + Mini-Project Progress from Joern's Blog
How yesterday in my mini-project strategy mentioned, I first needed to create a XML-File with all the Formula One Race Tracks. And I was thinking about an easy way to create this file ... I was thinking about ... repeating... [Read More]

» Mini-Project: Formula One Tracks & News --> Display a Weather.com XML Data Feed from Joern's Blog
I was just thinking about my mini-project; And I planned for iteration 3 eventually to integrate weather information per track. Now, I found an amazing tutorial how to "Display a Weather.com XML Data Feed" in your website. Check this out,... [Read More]

» Recover the Mini Project! Status Update for "Formula One Tracks & News" from Joern's Blog
Well, after a whole while of working only for our MapYouBuddies Team Project, I started yesterday to "recover" my Mini Project (Project Description and Iteration 1 Announcement) and started to build the layout of my site. After I finished the... [Read More]