This is partially informational and partly as a way of providing content to get this blog started. One of the ways I think this blog might be used (if it gets off the ground) is to have people combine the feed from a subject related blog with a feed from a blog from their own library and then put the combined feed on a subject guide or a class page.
As an example, I used Yahoo! pipes to combine a feed frm this blog with one from my library. Headlines from this feed mashup, such as it is, are over there on the right.
Yahoo! pipes also provides a “get this badge” link which, among other things, gives this line of javascript that can be pasted into a website to get the content of the RSS feeds to appear. It should even work in most courseware pages, if a professor agrees to put the code in an online classroom.
Here is an example of library course page where this javascript code:
<script src=”http://pipes.yahoo.com/js/listbadge.js”>{“pipe_id”:”3vSIJn8Z3hGq2L5aPxJ3AQ”,”_btype”:”list”}</script>
(along with some CSS) was pasted in towards the top. This enables the headlines from a combined feed to display within another page.