• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need RSS feed displayer in html/java

bluestrobe

Platinum Member
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.
 
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.
 
Back
Top