Well — I’m off Blogger and on to WordPress. The whole process was surprisingly simple. I’ve been wringing my hands about doing this for months now thanks to the WordPress migration tools, the whole thing was virtually painless. I feel like I’ve gone from a Volkswagen to a Ferrari. WordPress is so configurable. It’s got a whole ecosystem of plug-ins and themes (including the aforementioned wp-mobile plug-in which detects mobile browsers and feeds them mobile-friendly pages). It’s open. Most importantly, if I want to change it in some way, I can edit every single file. Now — I say the wp-mobile plug-in is cool, and it is, but there is a big problem with it, and that has to do with, what else, device detection. The plug-in knows you’re browsing from a mobile device because it matches the user-agent string against a list of strings that are hard-coded into the PHP program. If you read my previous post on Device Description Nirvana or are familiar with the work of the MWI Device Descriptions working group, then you’ll know that this issue of device descriptions is a thorny one. In the world of device description nirvana, this plug-in would use an API to query a global database of user agent strings to definitively determine if the incoming request is from a mobile device or not. More importantly, it would be able to use the capabilities of these devices to make intelligent decisions about how best to adapt the page for that particular device. Until that time, however, …

WordPress Has Landed Read more »