Discuss the articles posted on Dev.Opera.
By chrismills
Wednesday, 7. November 2007, 09:03:30
How to serve the right content to mobile browsers
The modern web is viewed on many different devices, so it is getting increasingly important for us to think about how to create our web sites so that they will serve the right content to users, no matter what device they are using. We have many technologies at our disposal, including media types, media queries, browser sniffing, but what's the best way to handle this?
( Read the article )
By ifuschini
Thursday, 22. October 2009, 15:36:55

I have created Apache Mobile Filter that allows you to access WURFL from any programming language, not just Java and php that is traditionally used for dynamic mobile web sites.
The module detects the mobile device and passes the WURFL capabilities on to the other web application as environment variables. It can also be used to resize images on the fly to adapt to the screen size of the mobile device.
Now this module is include in
http://modules.apache.orgFor more info:
http://www.idelfuschini.it/en/apache-mobile-filter-v2x.html