Re: How to serve different layouts for different screen resolutions and devices?

2009-01-16 Thread Artur W.


Kent Larsson-3 wrote:
> 
> Hi,
> 
> My subject sums up my question. I'm about to create a new web system and
> it
> will be accessed by clients using normal web browsers and mobile devices.
> The normal browsers have varying screen resolutions with the lowest still
> at
> 800x600. When it comes to the mobile devices and their web browsers the
> screen resolutions may be even smaller.
> 

I think this might help:
http://www.nabble.com/Screen-resolution-and-diffrent-markup-files-to13872387.html#a13872387


Best regards,
Artur


-- 
View this message in context: 
http://www.nabble.com/How-to-serve-different-layouts-for-different-screen-resolutions-and-devices--tp21497358p21500335.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



How to serve different layouts for different screen resolutions and devices?

2009-01-16 Thread Kent Larsson
Hi,

My subject sums up my question. I'm about to create a new web system and it
will be accessed by clients using normal web browsers and mobile devices.
The normal browsers have varying screen resolutions with the lowest still at
800x600. When it comes to the mobile devices and their web browsers the
screen resolutions may be even smaller.

I suspect that serving different CSS files for different screen resolutions
will only get us part of the way. In the case of the mobile devices there
might also be a need to reduce the amount of markup that is being sent as
well as restructure it a bit.

I'm interested in hearing if you have dealt with similar requirements and
how you solved them?

And more specifically I'm interested in how I would go about solving this
using Wicket in a nice and structured manner?

Best regards, Kent