> I'm interested in getting both current weather information and being > able to download mapquest maps easily. Has anyone figured out a way to > do either of these things with plucker? I've played with it a bit, but > can't get it right. I imagine it could be built into a simple shell > frontend command, but I can't figure out how these things > internally create the urls (weather.com and mapquest.com). > > tia for any help, > > -- > Peter >
Try these: <a href="http://www.weather.com/outlook/homeandgarden/print/xxxxx">Local Forecast</a><br> <a href="http://www.weather.com/outlook/homeandgarden/narrative/xxxxx">Detailed Forecast</a><br> <a href="http://www.afws.net/data/va/Alleghany.HTM">Local Rain Fall</a><br> You can pull the name of the image from the radar picture and add it to a home page and get a radar view that is usable. It should look something like this: <img src="http://image.weather.com/web/radar/us_crw_closeradar_medium_usen.jpg" width="440" height="297"> Larry _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

