0

Ok, here is my RSS feed link http://jacobnlsn.com/wordpress/?feed=rss. And I am looking to format it so it fits in the upper right hand spot of my header. My website is here http://jacobnlsn.com/. Its the black box in the upper right hand corner. How would I go about doing something like that? Thanks for your time!

Dan Lowe
  • 51,713
  • 20
  • 123
  • 112
Jacob Nelson
  • 2,946
  • 5
  • 33
  • 41

2 Answers2

2

Try an RSS parser, which also caches the feed to save everyone time and money:

http://lastrss.oslab.net/

And a ticker or scroller - a decent one can be found here:

http://www.dynamicdrive.com/dynamicindex17/rsspausescroller/

Antony Carthy
  • 5,549
  • 9
  • 34
  • 38
1

You could build your own RSS parser in the language of your choice. As you use PHP, SimpleXML functions provide a simple solution.

Residuum
  • 11,878
  • 7
  • 40
  • 70