Individual Miniproject - PowerPoint PPT Presentation

1 / 6
About This Presentation
Title:

Individual Miniproject

Description:

... News. Purpose. To inform people with what is going on in Ann Arbor, ... People interested in what's going on in Ann Arbor, MI. M-Live News. Link to iteration 2 ... – PowerPoint PPT presentation

Number of Views:41
Avg rating:3.0/5.0
Slides: 7
Provided by: deana90
Category:

less

Transcript and Presenter's Notes

Title: Individual Miniproject


1
Individual Mini-project 3
  • Jonathan Kronberg
  • April 12, 2007

2
M-Live News
  • Web service to access News in Ann Arbor,MI
  • Up to date News about Ann Arbor, MI

3
M-Live News
  • Purpose
  • To inform people with what is going on in Ann
    Arbor,MI
  • Target Audience
  • People interested in whats going on in Ann
    Arbor, MI

4
M-Live News
  • Link to iteration 2
  • http//people.emich.edu/jkronber/Miniproject202/M
    ini2.html
  • Link to iteration 3
  • http//people.emich.edu/jkronber/Miniproject202/M
    ini3.html

5
M-Live
  • DOM methods
  • function getDOMstuff(xml)
  • var xmlresults xml.getElementsByTagName("entry")
  • var divresults document.getElementById("result")
  • for (var i0 i lt xmlresults.length i)
  • var vTitle xmlresultsi.getElementsByTagName("t
    itle")
  • var vSummary xmlresultsi.getElementsByTagName(
    "summary")
  • var newsheading document.createElement("h3")
  • newsheading.appendChild(document.createTextNode(
    vTitle0.firstChild.nodeValue))
  • divresults.appendChild(newsheading)
    divresults.appendChild(document.createEleme
    nt("br"))
  • divresults.appendChild(document.createTextNode
    (vSummary0.firstChild.nodeValue))

6
M-Live
  • Questions?
  • Comments?
Write a Comment
User Comments (0)
About PowerShow.com