Example doesn't compile.
This is an easy one, although it took some time because of the screwy compiler messages.
define WIFI_SSID “SSID”
define WIFI_PASSWORD “PASSWORD”
The quotes that were used here are not regular "" quotes. Once I typed regular quote in their place it compiled.
I haven't figured out the problem with the second issue. I have additional html pages loaded. But when I try to load them there is no reply from the server. (as far as I can tell) If I type a non-existing page I get an error as expected. But if I call for one that exists I get nothing until my browser times out.