Thanks to WordPress Mobile Edition, a plugin for WP by Alex King, I now have a Mobile Edition, i.e. a version compatible with low screen capability devices like PDAs or smartphone!
Tag Archive for 'ppc'
When designing a web page you can apply different stylesheet depending on the browser calling the page. One way of doing this is by using:
(more about CSS filtering)
As shown, there are supposely several type that could be specified: screen (Desktop browser with normal screen capabilities), print (for use when printing the page), handheld (for mobile devices with reduced screen capabilities)…
I was trying to apply this yesterday to a blog, so that when loading it from my PDA it wouldn’t load the full CSS, with backgrounds and so… with no success!
And I found that PocketIE loads both screen and handheld CSS, instead of just loading the handheld one! (yes, it sucks!)
I found a is a trick to fool PocketIE on Windows Mobile Team Blog:
Use media=”Screen”, not media=”screen” for your screen stylesheets, and pocket IE will ignore them.
It works! PocketIE won’t load the Screen’s CSS! This trick seems to be called “CodeBitch Omniweb case hack“.
Today I spent a few time resizing pictures from my holidays to send them to my family using gmail, my PDA and a 9600bps mobile phone conexion. Then I wrote the email on the gmail mobile-version page.
Unfortunately, after having written the email, I found that there were no options for attaching file to teh email!
Hopefully, I also found that the Html-only version of Gmail was also correctly rendered on my PDA (PIE WM5), and perfectly usable. It’s a bit more heavy, but offers a lot more options than the mobile version: you can save drafts, attach files… Almost everythings, but no AJAX.


Recent Comments