I watched Dustin Miller's TechEd presentation on Microsoft Office SharePoint Designer 2007: It's for Developers Too. While watching it, I worked along with it to try to learn a few tricks. I was really impressed with the weather page he made and am trying to make a modified version of it.
I'm trying to make a view that combines my company's branch locations with yahoo weather information into one list. Thus, you would see Atlanta with its weather info on one line, followed by Charlotte with its weather info on the next line, etc. The Branches and their zip codes are in a SharePoint list, while the weather information comes from an RSS feed (Server-Side Script Data Source). I was able to connect the two webparts so that clicking on a branch city will update the weather information in the other web part, but I haven't been able to figure out how to get it to display weather information for all cities at the same time without creating a different web part for each city.
Any help would be much appreciated.