What is a "PDA browser" exactly? That's the problem. Some PDAs used slimmed-down HTML with a few hacks. Some try their best at "ordinary" HTML. Some use WAP and its associated markup language WML. So my point is you need to select a PDA and then decide how you can code for it. But even then you need to be careful. WML, for instance, is full of vendor-specific hacks and "improvements". So you really do need to test to make sure it works on whatever equipment your salesforce or whatever will be using. I don't know of any general sites as such, but Nokia have a great developers site.

Is anyone using Perl to do this? I would think they are! About CPAN modules: well, I'm pretty sure there would be some for WML. But as it's a dialect of XML anyway, XML::Writer could be useful.

Interestingly, you've hit upon a problem and an area I'm researching. What's going to happen when a new device is invented for web access? More work to make a site available through it. I'm working on a system that I'm calling a "dynamic life and information management system" to resolve these sorts of problems.

You should also consider storing your data using structural markup of some kind, and then merely altering its presentation for other devices. XML and XSLT are just one approach. A DB and some print statements are another :-)


In reply to Re: New Age of Web Viewing by SuperCruncher
in thread New Age of Web Viewing by diakonos

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.