News Around the World - PowerPoint PPT Presentation

1 / 5
About This Presentation
Title:

News Around the World

Description:

News Around the World. Juweria Muqtadir. Website in action ... The elements from the RSS feeds are found and outputted. Diagram of web in action. Questions ... – PowerPoint PPT presentation

Number of Views:34
Avg rating:3.0/5.0
Slides: 6
Provided by: Moha8
Category:
Tags: around | feeds | news | rss | world

less

Transcript and Presenter's Notes

Title: News Around the World


1
News Around the World
  • Juweria Muqtadir

2
Website in action
  • http//people.emich.edu/jrehman/IS449mini/Iteratio
    n2/mainiteration2.html

3
Component of the Website
  • Html mainiteration2.html
  • An event is triggered when option from drop down
    box is selected
  • Then, function called showRSS() is executed.
  • A div "rssOutput holds the data returned from
    the showRSS() function.
  • JavaScript mainiteration2.js
  • The showRSS() Function is executed every time an
    option is selected in the input field.
  • Defines the url (filename) to send to the server
  • Adds a parameter (q) to the url with the selected
    option from the drop down box
  • Calls on the GetXmlHttpObject function to create
    an XMLHTTP object
  • Opens the XMLHTTP object with the given url.
  • Sends an HTTP request to the server
  • PHP mainiteration2.php
  • PHP finds out which RSS feed was selected
  • An XML DOM object is created for the selected RSS
    feed
  • The elements from the RSS feeds are found and
    outputted

4
Diagram of web in action
5
Questions
Write a Comment
User Comments (0)
About PowerShow.com