Has anyone attempted to use RSS on the Login page? If so, can you recommend any best practices and/or "watch outs?"
I'm open to any suggestions, but as of now our best potential solution is utilizing www.simplepie.org.
It's a PHP utility that simplifies caching, customizing, and parsing RSS. Our only concern is getting PHP to run on our production box.
Thank you,
Joshua Anglero
Comments
feed2js
At least a few schools are using this:
http://feed2js.org/
We are using SimplePie to render RSS feeds in our *portal* (ie. once you're logged in). We have SimplePie running on another LAMP web server.