Mentioning RSS feeds in my class

  • Thread starter Thread starter Math Is Hard
  • Start date Start date
  • Tags Tags
    Class
Click For Summary

Discussion Overview

The discussion revolves around the concept of RSS feeds, particularly in the context of a class learning XML. Participants explore what RSS feeds are, their utility, and the practical aspects of creating an RSS document as part of an assignment.

Discussion Character

  • Exploratory
  • Technical explanation
  • Homework-related

Main Points Raised

  • One participant seeks clarification on what RSS feeds are and their significance in the context of XML learning.
  • Another participant explains that RSS stands for Really Simple Syndication and describes its function of allowing users to subscribe to feeds that update automatically.
  • A different participant notes that RSS makes site content available in XML format, which can be utilized by third-party applications, contrasting it with the challenges of parsing HTML directly.
  • A participant expresses confusion regarding an assignment to create an RSS document, indicating a discrepancy between expectations of dynamic content and the static coding instructions provided.

Areas of Agreement / Disagreement

The discussion reflects a mix of exploratory questions and technical explanations, with no clear consensus on the expectations for the assignment or the nature of RSS feeds as understood by the participants.

Contextual Notes

Participants express uncertainty about the relationship between RSS feeds and dynamic content, as well as the technical details of implementing RSS in their assignments.

Who May Find This Useful

This discussion may be useful for students learning about XML and RSS feeds, educators teaching related topics, or anyone interested in understanding the practical applications of RSS in web development.

Math Is Hard
Staff Emeritus
Science Advisor
Gold Member
Messages
4,663
Reaction score
36
They keep mentioning RSS feeds in my class (we've just started learning XML) but have never really explained what they are and why they are useful/interesting/cool/whatever. Could someone tell me a little bit about them and suggest where I might go to look at one? Thanks.
 
Computer science news on Phys.org
RSS stands for Really Simple Syndication. I don't know the all the technical details behind it, but in simple terms, it let's you subscribe to feeds. If you're using Firefox, Opera or IE 7, you can see an orange icon at the right end of the address bar when a particular site offers RSS feeds. All you need to do is to click and add the link to your bookmarks. Whenever the content of the site is updated, your bookmarks are also updated. PF offers RSS feeds, and so do numerous other sites, including blogs.Take NYT's site for example. Whenever a news article is uplodaded, your bookmark will be updated with that article in a few minutes. You can either use a standalone/Firefox extension reader or simply use use Firefox's built-in feature to subscribe to RSS feeds. A standalone reader may have the abillity to alert the user when a the feed is updated. Hope that helped.
 
Last edited:
With RSS you make site content available in XML format, so it's easily used by third party apps or sites.

For example, maybe you have a site that has the latest Physics News whose headlines i'd like to put in my site. With RSS i can capture that information in a standard way, which doesn't change (too much) so my site is always pulling the Headlines in a correct way.

Without RSS i would have to parse the HTML directly, which is volatile and changes everytime you redo your site, not to mention is harder to parse and includes undesired formatting tags.
 
Last edited:
Thanks. My first assignment is to create an RSS document. I'm confused because I thought I was going to create something to hold dynamically updated content, but from the directions, it looks like I am just doing static coding.
http://www.math.ucla.edu/~jspencer/40a.1.07s/40a.1.07s_hw1.html
Maybe this is just to get us started?
 
Last edited by a moderator:

Similar threads

Replies
2
Views
3K
  • · Replies 40 ·
2
Replies
40
Views
7K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
6
Views
689
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 20 ·
Replies
20
Views
2K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 7 ·
Replies
7
Views
6K
  • · Replies 7 ·
Replies
7
Views
4K