- RSS feeds from www.weather.com were parsed. These feeds were previously generated from a php scripts.
- The xml file is accessed through Asynchonous requests (hence Ajax) such as http_request
- XML processing using Javascript functions retrieves the specific strings
- The string is further parsed to extract only the valuable data (i.e. date, weather)
- The string is displayed a an element added to the calendar
1. Improve display of data
2. Design stylesheets for pop-ups
No comments:
Post a Comment