Webpage redesign

New design … pretty much done (eh, I guess it’s never really done) except for the long term weather graphs. Thought I’d throw it out there anyway.

Current conditions
http://www.weatherimagery.com/wx_currStationData.php

Month/Year Records
http://www.weatherimagery.com/wx_hisStationData.php

NOAA formatted Monthly Summary
http://www.weatherimagery.com/wx_noaa_month.php

-I

very nice - wish I had the time and brain power to get into more in depth stuff than HTML !!

I smiled at the following fact

Heat Index = -42.379 + 2.04901523(Tf) + 10.14333127(RH) - 0.22475541(Tf)(RH) - ((6.83783 x 10-3)(Tf2) - ((5.481717 x 10-2)(RH2) + ((1.22874 x 10-3)(Tf2)(RH)) + ((8.5282 x 10-4)(Tf)(RH2)) - ((1.99 x 10-6)(Tf2)(RH2))

after which my head promptly exploded 8O :smiley:

I’ve had fun recently coding that in Perl, then checking it manually on a calculator to make sure I’d coded it correctly!