How to compress WURFL in 1000 times less?
Saturday, December 1st, 2007If you create a site for mobile devices, you need to solve the problem: how to distinguish the user, who has visited a site from a computer, from the user, who has visited a site from the mobile device? There are some scripts, which allow solving this problem:
- PHP to detect mobile phones
- Lightweight device-detection in PHP
- Here is how to detect a mobile device using php
But mobile devices strongly differ by the opportunities. Some devices support only WML, some—mobile XHTML, some (iMode)—cHTML. Moreover, there are some PDAs which fine displays usual HTML. Here the situation is more complex, and exists not so many scripts allowing to distinguish devices on these four groups.
(more…)

