Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

rendering a ColdFusion page on a Blackberry/PDA

Community Beginner ,
Nov 18, 2008 Nov 18, 2008
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...
TOPICS
Getting started
304
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Nov 18, 2008 Nov 18, 2008
LATEST
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?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources