PHP in the mobile ecosystem
Device detection Mostly from the user agent. —> http://detectmobilebrowsers.mobi/ —>>> ugly code, good docs —> http://www.deviceatlas.com/ —>>> $99 / year for production —> http://wurfl.sourceforge.net/ —>>> open-source list of mobile devices for easy detection Don’t redirect to homepage, it’s not what the user wants. Beware: the screen sizes vary heavily, don’t make assumptions about this. Small ...