I wrote the PHP code to parse the weather forecast, and created the web pages to display it. The forecast is in the form of an ATOM feed, and not too hard to parse, but it does have a few twists. If I wanted to be lazy, there are some existing PHP scripts that get the weather forecast by screen scraping the NWS forecast page that I could download and use as a starting point. I’m not a big fan of screen scraping, only because you are dependent on the provider not changing their HTML layout. If they do change, you may have to make corresponding changes. The feed is based on a documented interface, so it shouldn’t change, at least in theory. This is just my preference for less maintenance. I have no real issues with anybody using the screen scraping approach.
I’m continuing to add back the pages from my old ISP, clean them up a bit, and add a few new features. Some of the pages don’t need much work to get them in shape. The big ones remaining are the traffic page, webcam page, astronomy page, and the rest of the statistics page. The web cam will probably wait until last, as I need to decide how I want to set up the cam and which computer I will use with it. After I get bored of the Web site, I’ll go back to working on the hardware again.