The Firefox extension Web Developer has a quick way to resize the screen, and it also has "display CSS by media type -- handheld / print".
I don't know if there are any other things that need to be considered, other than nix the Java and probably JavaScript. I still use a handheld with a 180x180 screen, from 2001, but I suspect the ones that actually connect to the web would be newer and larger. My phone claims to browse the web and has an even smaller screen, but I haven't successfully browsed anywhere with it. Cheers! Hans wrote: > Tuesday, June 10, 2008, 9:19:35 PM, gary garcia wrote: > >> Does anyone have any suggestions for viewing on these handheld devices ? > > The wiki skin should have a line in the head which will load a css > stylesheet for handhelds, and all necessary style changes should be > in there: > > <link rel='stylesheet' href='$SkinDirUrl/handheld.css' type='text/css' > media='handheld' /> > > > Perhaps you can experiment with this, creating a useful handheld.css > file. If you do that for inclusion in the Triad skin I would be very > interested to see it! Unfortunately I can't do this development > myself, since I don't own a handheld device! > > If you put handheld.css into the css folder of triad/, then the triad > tmpl file needs this line added before the </head> tag: > > <link rel='stylesheet' href='$SkinDirUrl/css/handheld.css' type='text/css' > media='handheld' /> > > > or in skin.php near the end ca line 500 before the <link .......... > media='print' /> > line (where you see the other css load code lines). > > > Examples of handheld.css you find by googling for it, but of course > they need to be adjusted for the skin's particuar divs or layout > table ids. > > ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
