Lab 04: RSS & Atom Feeds
This lab creates valid RSS 2.0 and Atom 1.0 XML feeds that inform users about my ITWS labs.
Feeds
Items included
- Lab 01: PDFs (VM / tools setup)
- Lab 02: HTML Resume
- Lab 03: Personal Website
- Lab 04: RSS & Atom Feeds
- Lab 05: JS Forms
- Lab 06: jQuery
- Lab 07: Team Project
- Lab 08: JSON & AJAX
Lab 08 integration
As part of Lab 08, the feed links above no longer point to static XML files. Clicking them loads a small
HTML page that fetches projects.json, calls buildRSS() or buildAtom() from lab08.js, and
redirects the browser to the generated XML. Adding a new lab to projects.json updates both feeds automatically.