Need RSS feed displayer in html/java

bluestrobe

Platinum Member
Aug 15, 2004
2,033
1
0
I am looking for a way to display RSS feeds from my forums into a box on my web site. I am going to put it in the side menu bar as a filler and need it to be a fixed width. I did some internet searching but only found ones I needed to pay for. I prefer free at this point. Web site is in html/css/a bit of php so options are kind of limited.


Also looking for some low overhead widget ideas to populate my menu bars to make the site more better looking. One or two would be more than enough, just something to break up the bland menu text up a bit.
 

Chosonman

Golden Member
Jan 24, 2005
1,136
0
0
err.. You probably mean JavaSCRIPT and not Java if you're using PHP... You can use a javascript xml parser to parse the RSS feed which is in XML. Google JavaScript XML or JavaScript XML Parser if you're interesting in writign one yourself.