I would like to be able to take the Yahoo Weather feed and display it n my website - but how? I just don't seem to understand what code I need to include in my page to go out and get the feed then display it on my page. I would like to control what is shown and format to fit my needs. I know I have to give credit to Yahoo and will happily do so - if I could.
Check out its weather API developer section: http://developer.yahoo.com/weather/ You may want to use Magpie using PHP to parse and display the output on your site eventually: http://magpierss.sourceforge.net/ Hope it helps
Nico Swd and KC Tan - thanks for your feedback I don't know PHP or much JavaScript - I do most of my work in Cold Fusion. I have been able to get some results see: http://www.2onboard.com/weather/ the cod at the top (above the gray line). But what I want is more like the screen shot image I have displayed below the gray line. I'm starting to think this is something I have to purchase, but I just don't know.
I am interested in this too but how does one use the Yahoo data and take(extract) out the Yahoo tags... I only want the icon, and weather data plus City Text...not "Conditions for.......XYZ City.." The url link is within the description tag for RSS. So, if you take out desc.. it also takes the weather data out. I am a novice in programming.