Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #25204

Re: Change UI layout

From danca <cyberdanny@tiscalinet.it>
Newsgroups comp.lang.javascript
Subject Re: Change UI layout
Date 2014-07-04 15:09 +0200
Organization A noiseless patient Spider
Message-ID <lp692r$a41$1@dont-email.me> (permalink)
References <d4adnY1xv_wzBi7OnZ2dnUVZ_sqdnZ2d@westnet.com.au> <RD-PE-20140702080218@ram.dialup.fu-berlin.de> <lp0egh$jhi$1@dont-email.me> <E8zn0mFJJctTFw8s@invalid.uk.co.demon.merlyn.invalid>

Show all headers | View raw


Il 03/07/2014 22:51, Dr J R Stockton ha scritto:
> In comp.lang.javascript message <lp0egh$jhi$1@dont-email.me>, Wed, 2 Jul
> 2014 10:05:36, danca <cyberdanny@tiscalinet.it> posted:
>
>
>> My Android smartphone declares an horizontal resolution of 940 pixels,
>> but obviously a standard page is unreadable on the tiny screen, so I
>> actually detect the user agent and automatically redirect the mobile
>> devices to a dedicated page, instead of rely on the screen resolution.
>> An explicit button seems to be the rational choice, however. The iPad
>> is identified as a mobile device but the screen is wide enough to
>> display standard pages.
>
>
> Do not use just "a" button, if you can do better.  Offer choices such as
> (but better name,) Vast, Big, Ordinary, Small, Tiny, Auto-Detect
> (default).  That way, those for whom it works can use the default, and
> those for whom it does not have choices available, and if they can do no
> better they can revert to default.  Consider whether it is wide to make
> the choice sticky, so that it holds between successive visits.
>
Actually I have two home pages for "wide-screen" devices (one of them 
with the auto-detection script), and one for mobile devices.
Upon landing in the homepage, the script could redirect visitors to the 
"mobile" homepage. Here a button allows to go back to the home (the 
second one, without the script). This way I don't use cookies and allow 
for visitors to decide if to stay in the "small-screen" subsystem or go 
back to the standard page. I will however think about your suggestions, 
and will explore further what css can do. I surely don't want to change 
a bit of my standard page to accomodate it for mobile devices.
What I am really waiting for, is user's feedback, then I'll see what to 
do! ;-)
Dan

Back to comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Change UI layout Andrew Poulos <ap_prog@hotmail.com> - 2014-07-02 15:39 +1000
  Re: Change UI layout danca <cyberdanny@tiscalinet.it> - 2014-07-02 10:05 +0200
    Re: Change UI layout Andrew Poulos <ap_prog@hotmail.com> - 2014-07-02 23:27 +1000
      Re: Change UI layout Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-07-02 15:58 +0200
        Re: Change UI layout Andrew Poulos <ap_prog@hotmail.com> - 2014-07-03 11:36 +1000
          Re: Change UI layout Andrew Poulos <ap_prog@hotmail.com> - 2014-07-03 18:20 +1000
            Re: Change UI layout Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-07-03 11:42 +0200
          Re: Change UI layout Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-07-03 10:38 +0200
    Re: Change UI layout Dr J R Stockton <reply1400@merlyn.demon.co.uk.invalid> - 2014-07-03 21:51 +0100
      Re: Change UI layout danca <cyberdanny@tiscalinet.it> - 2014-07-04 15:09 +0200
      Re: Change UI layout Dr J R Stockton <reply1400@merlyn.demon.co.uk.invalid> - 2014-07-05 16:10 +0100
  Re: Change UI layout Joao Rodrigues <groups_jr-1@yahoo.com> - 2014-07-05 12:58 -0300
    Re: Change UI layout Christoph Michael Becker <cmbecker69@arcor.de> - 2014-07-05 19:31 +0200
      Re: Change UI layout Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-07-06 23:34 +0200

csiph-web