Hello: I follow a few sites with the arduino/ethernet shield combo.
I can observe planetary proximity (how close earth is to mars) on an astrology website (and probably many others): www.astrologyweekly.com
I'm also involved in winter travel periodically. So I check (among others):
www.wsdot.wa.gov for road conditions. At the road conditions site, you have to further refine your search down to specific mountain pass locations.
I can "pull" the html of astrologyweekly into my ethernet shield, but can't do that for the wsdot mountain passes sub-pages.
Is the HTML "Level" of the wsdot passes pages of an elevated release revision such that a little 8 bit microcontroller can't handle loading it????
I can't figure out why I can load the astrologyweekly page, but not the wsdot passes page????
If dhcp sort of moves this situation in the correct direction, I think I'll end up lost, because I've never dealt with it. I have code that I could submit, but it really is in need of a cleanup. That would take many days or weeks to accomplish.
Maybe someone could dig through this a bit, and steer me in the right direction????