View Single Post
Old 2004-11-09, 05:39 PM   #5
Rorschach
Shut up brain, or I'll stab you with a Q-tip!
 
Rorschach's Avatar
 
Join Date: Nov 2003
Posts: 115
He is pulling an RSS feed from Yahoo and using it to fill up his stuff... view source:

Code:
<!-- Parsing http://news.search.yahoo.com/usns/yn...p=Relationship -->
<!-- In parse-->
<!-- Using http://news.search.yahoo.com/usns/yn...p=Relationship for RSS feed -->
<!-- Cache exists - using cache -->
<!-- right now=2004-11-09 18:33:30 and expires is 2004-11-10 04:47:42 -->
<! -- Cache is good - pulling from database -->
RSS is a simple way of publishing information in a standard format that other people can pull for inclusion in their own sites, eg. for news tickers. Brief intro:
http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html
Rorschach is offline   Reply With Quote