<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/6544669?origin\x3dhttp://rssblog.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Getting Started with RSS: The Fifteen-Minute Tutorial

Using An "Aggregator" To Capture RSS Feeds: A Technology For Keeping Up-To-Date

By Steven Bell, Director of Gutman Library, Philadelphia University

"A number of LTAs (Low-Threshold Applications) deal with time on task issues - how to become more efficient while accomplishing more activities. "Keeping up" is an activity for which we never seem to have enough time. Yet, if we fail to keep up, especially with news technologies and ideas for improving our teaching and integration of technology into it, we ultimately weaken our ability as educators.

This LTA discusses two technologies that can go together, and when used appropriately they can make keeping up a far easier chore. These two technologies are:

(1) RSS Feeds and (2) News Aggregators.

What do they do, and why do you need to know about them? Imagine that there are several Web sites and Weblogs you want to follow. The traditional approach is to bookmark each site, and then visit them daily. They may or may not offer new items each day. Wouldn't it be much better to use just one technology that would visit all of these Web sites, collect any new information posted there each day, and then aggregate that information for you in one easy to read spot. That is the gist of what a news aggregator does. While the technology that makes this all work is on the complex side, like any good LTA the actual implementation and use of RSS and aggregators is actually very easy."