The Badger uses Yahoo! Pipes and JavaScript to create Web badges out of any RSS feed. Edit colors, change feeds, pages, and headlines, and pick up your source code at the bottom of the page. Boing Boing, Lifehacker, del.icio.us, TechCrunch, Slashdot, Digg News, and ProgrammableWeb all have examples ready to look at ... if you're looking for interesting feeds, check out Technorati Search or FeedFlinger.
The default Badger pipe is probably getting rate-limited. (Try reloading the page if it's happening right now; sometimes that clears things up temporarily.) To avoid this, and to make it much easier on the Pipes infrastructure, please clone the default pipe for your badge after you've got it up and running. This is easy; just substitute your pipe's 22-character ID for the default pipe ID in the fourth line of code.
<style>.badger { width:300px; border:2px solid #000; background-color:#fff; }.badger a { text-decoration:none; }.badger a:hover { text-decoration:underline; }.badger .hd { background-color:#fff; border-bottom:1px solid #000; padding:3px;}.badger .hd a { color:#000; font-weight:bold; }.badger .bd { background-color:#fff; margin:0; padding:none; font-size:92%;}.badger .bd ul { margin:0; padding:5px; list-style:none;}.badger .bd ul li { overflow:hidden; white-space:nowrap; margin:0; padding:0;}.badger .bd ul li a { color:#000;}.badger .ft { text-align:right; background-color:#fff; border-top:1px solid #000; padding:0 5px;}.badger .ft a { font-size:77%; color:#000; }</style>
To try out your badge, grab the source, drop it into your page, save, and reload. If you don't see something coming down from Pipes in your status bar, or you see JavaScript errors, recopy your source and try it again.
<STYLE> line should go in the head of your document. This is not a showstopper; feel free to leave it where it is.<DL> tags--should go wherever you want your badge to show up.<SCRIPT> tags should go as close to the end (without going outside of!) your <BODY> tag as possible. If you leave the script blocks in the middle of your page, it may hang up waiting for the content to come down from Pipes.