Quote:
Originally Posted by topper I and conducting research on Blackberry MDS. I was wondering if there is anyone out there that uses MDS and would care to share what all they are doing with and how it is working for them. Also I was told that MDS would render webpages to be viewed on a Blackberry device, is this try? For instance if I would go to site A on my blackberry that was created for a desktop computer would this software optimize the site for mobie devices? |
MDS has nothing to do specifically with rendering pages formatted for a device. CSS can do a lot...but MDS doesn't get involved in presentation layer differences.
Read more here:
BlackBerry Quote:
Originally Posted by topper Also is there a way to detect if a blackberry brower is accessing a page and then automatically redirect them to a site that has been optimized for a blackberry. |
Redirect based on user-agent
e.g.
User-Agent: BlackBerry7290/4.0.2 Profile/MIDP-2.0 Configuration/CLDC-1.1
in the http header, see if the word "BlackBerry" appears...