Click to See Complete Forum and Search --> : Rss Feeds
lmf232s
10-04-2004, 12:03 PM
I am trying to gather some rss feeds for my web page
from different people, msnbc, cnn, espn, etc.
I have all the feeds but i am using javascript from
a page the creates the html to stick into your page.
I had found a coupld of asp examples of using rss feeds
but was unalbe to get any of them to work.
Does anyone have a working example of reading rss feeds and
displaying them on your page?
Also is their a way to get the link of the feed to open
in a new window rather then redirect the user to the headline?
chrismartz
10-05-2004, 08:58 PM
what is the way you are connecting to these rss feeds and i could probably help with the opening of new window!
zachzach
10-05-2004, 09:13 PM
http://us2.php.net/manual/en/ref.xml.php
Look, Mikey, He likes it ;)
Jupac
10-05-2004, 09:47 PM
zach php?? LOL
http://asprss.com/
lmf232s
10-06-2004, 10:05 AM
good posts guys i like www.asprss.asp
Ill have to read that one later today.
I am connecting useing this code.
<script type="text/javascript"
src="http://p3k.org/rss/?url=http%3A%2F%2Fstl-cardinals.blogspot.com%2Fatom.xml&
align=left&
width=200&
frameColor=black&
titleBarColor=DimGray&
titleBarTextColor=black&
boxFillColor=white&
textColor=black&
fontFace=timesnew&
maxItems=5&
compact=&
showXmlButton=1&
javascript=true">
</script>
I found a web page where all you had to do was type in the address
of the xml page and then it would spit this code out for you.
I tried using some asp to read the xml file and do display it but it
was erroring out. While trying to find out how to fix that i ran
across this site that did it for me.
The downfall is that i have to display it the way the xml sheet is
specified. So it look like this
Gamespot Recent Updates [All Games]
2004-10-06, 06:40 GMT
Tom Clancy"s Ghost Recon: Jungle Storm Review
Mortal Kombat: Deception Video Review
Shark Tale Screens
Singles: Flirt Up Your Life Screens
Shark Tale Screens
in its own table with its own color that you can adjust with in the code.
I would prefer to do it with asp. if you can help with this please do.
Thanks.