- last post: 01.01.0001 12:00 AM PDT
Since Halo 2 came out bungie.net has a excellent rss2.0 feed for the game. There is some minor problems with the feeds such as, the newest is at the bottom and Minor Clanmatch shows up as Rumble Pit.
Anyhow, I would like to encorporate these RSS feeds into my website with a RSS > HTML javascript or php script. I admit i do not know much about building websites or RSS, but i have done extensive research and have found that many sites offer RSS > Javascript which you can implement into a website. But every site i found whenever you refresh it, or load it up the first time it gives you either the parsed feed of the last feed you just parsed, or some random players feed.
I have tried many many differant RSS to Javascript sites, and http://www.rss-to-javascript.com/ seems to be the best, but it still does it. The second best would have to be : http://www.howdev.com/services/feedsweep/create_adv.asp? . Because it will make your most recent games to the top, i picked the first one because i thought it looked nicer.
What i am trying to get at is where would I find a perl or good javascript to rss script. I am sure someone else has already tried or found this.