I'm looking to use an Arduino as a local webserver (not internet connected). Let me describe in a bit more detail...
The Arduino would be hooked up to a number of sensors. It would put the sensor values in a web page, and I could see that web page just a few feet away on my iphone (not going through the internet, but rather using the Arduino as an ad-hoc(?) wireless network server).
Would I need a WiFi shield? Is that different than in internet shield? It seems the Arduino FIO is wireless capable (wireless ready?).
I've programmed plenty of C and a reasonable bit of C++, and I've certainly poked at hardware a bit, but you might be able to tell from the above that I don't really know much at all about local wireless networking. So please use small words and treat me like I'm a bit slow.