The Web Development Blog has moved to http://www.heidicool.com/blog/. Please visit me there to read the latest entries and to update your bookmarks and RSS feeds.
May 16, 2006
Using RSS feeds in HTML pages without PHP
When we first started using RSS feeds on Case's web presence, like the news headlines feed on the Case homepage, we were using an outside source to process them, and bringing them in via javascript. We're not serving our pages with a PHP enabled server, and all things considered, we thought this was a pretty good compromise. We had been using a popular service that links from 'maricopa.edu', in fact I've seen other affiliates within the university using this as well.
Recently though, this link to maricopa.edu had started to put a drag on loadtime, so we looked into alternate methods of processing. This is just a reminder, that for those of you who find their pages loading s l o w l y... there are other ways of doing this that you should look into. Check the "Feed to JavaScript" link in the Related Sites menu that previously took you to the maricopa instructions. Ask us if you have any questions about this.
Now, for the record there's more than one way to do this, and we've found another method that doesn't rely on the maricopa.edu site at all. In fact, if you've found a better way to do this or even just another way, write a comment here about how you have solved this problem. How are you pulling in your RSS feeds and re-purposing then in your HTML pages without using an external source, or pre-processing (PHP)?
Thanks,
Kevin (368-3447)
Posted by: Kevin Adams May 16, 2006 11:51 AM | Category: Kevin's Stuff
Trackbacks
Trackback URL for this entry is: Using RSS feeds in HTML pages without PHPPost a comment
Posted by: kla3 (Kevin Adams) May 16, 2006 11:51 AM | Comments (1) | Trackback
http://blog.case.edu/webdev/2006/05/16/using_rss_feeds_in_html_pages_without_php.html
Office of Marketing and Communications
http://www.case.edu/univrel/marcomm/
http://blog.case.edu/webdev/
216.368.4440



Stumble It!
Comments
Hello Kevin. I'm looking for a simple way to do this as well. Did you ever find a solution?