Skip to main content
Known Participant
November 18, 2008
Question

rendering a ColdFusion page on a Blackberry/PDA

  • November 18, 2008
  • 1 reply
  • 331 views
Hi - Can anyone recommend a best practice for rendering a ColdFusion page on a Blackberry? The page now simply runs a query of an MS SQL table and displays the data. Our users want to be able to view the page on their Blackberrys in a more readable format than we have currently.

Thanks very much...
This topic has been closed for replies.

1 reply

tclaremont
Inspiring
November 18, 2008
Hard to say without knowing what you have currently. What is unreadable?

Typically you would use javascript or some other client side utility to check the browser to determine if it is a mobile device, and then optimize the output for it.

Are all of the backberry users using the same browser, or is your audience allowed to switch to whatever broswer they want?