Sep 27
Make Your Site Mobile-Friendly in Two Minutes
Have you ever tried surfing the new on a Pocket PC, Palm OS, or some other handheld device? Some sites are designed to work well on a handheld, but most are not.
Well, I’ve been to lazy to attempt the work I thought was necissary to make a PDA friendly site. Now, it looks like a person can do it in 2 mintues with Mike Davidson’s tutorial. I think I’ll give it a shot when I have 2 (or 30) minutes to spare.
Check out Mike’s tutorial at:
Mike Davidson: Make Your Site Mobile-Friendly in Two Minutes





















September 27th, 2005 at 12:40 pm
Sound like a good idea. Although it seems a more ideal solution would be to use standards based XHTML/CSS and just have a separate style sheet for the handheld media type. Like so:
<link rel=”stylesheet” type=”text/css” media=”handheld” href=”handheld.css” />
Related issues:
http://midsolutions.org/cms/mod/resource/view.php?id=460
September 28th, 2005 at 9:57 am
Yeah, it may be ideal, but much more work & time - especially if you have not designed an xhtml/css based site.