Technical stuff Requirements are like water. They're easier to build on when they're frozen.

Archive for the ‘Mobile development’ Category

PHP in the mobile ecosystem

01.28.2011 · Posted in Mobile development

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 ...