Widescreen-specific Designs?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Prisoner at War

    Widescreen-specific Designs?


    As 16:9 widescreens become more common, are there any designs which
    are specifically created to somehow exploit any advantages offered by
    letterbox dimensions?

    How to remain backwards-compatible with 4:9 aspect ratios, in a visual/
    aesthetic sense, while exploting the particular advantages of a wide
    canvas?

    I did see a "16:9 design" from csszengarden.co m featured in the book
    "Web Standards Creativity," but on a regular 4:9 screen it caused
    unsightly horizontal scroll bars to appear.

    I mean, sure, current 4:9-optimized designs can use CSS to fill up the
    screen horizontally, but I do feel that something none too sublte is
    lost that way.

    So what I'm wondering is two-fold: what 16:9 web design might look
    like, and whether there's any way to provide for a "visual backwards
    compatibility" with 4:9 screens.


    TIA!
  • dorayme

    #2
    Re: Widescreen-specific Designs?

    In article
    <a535c321-4368-4971-a8d1-dd8bf0306ecd@j2 2g2000hsf.googl egroups.com>,
    Prisoner at War <prisoner_at_wa r@yahoo.comwrot e:
    So what I'm wondering is two-fold: what 16:9 web design might look
    like, and whether there's any way to provide for a "visual backwards
    compatibility" with 4:9 screens.
    <http://tinyurl.com/6fnfon>

    is backwards, forwards, upside-down and inside-out compatible with
    different screens. Next question?

    --
    dorayme

    Comment

    • jagadees

      #3
      Re: Widescreen-specific Designs?

      On Jul 21, 11:06 am, dorayme <doraymeRidT... @optusnet.com.a uwrote:
      In article
      <a535c321-4368-4971-a8d1-dd8bf0306...@j2 2g2000hsf.googl egroups.com>,
       Prisoner at War <prisoner_at_.. .@yahoo.comwrot e:
      >
      So what I'm wondering is two-fold: what 16:9 web design might look
      like, and whether there's any way to provide for a "visual backwards
      compatibility" with 4:9 screens.
      >
      <http://tinyurl.com/6fnfon>
      >
      is backwards, forwards, upside-down and inside-out compatible with
      different screens. Next question?
      >
      --
      dorayme
      Dorayme,

      Pls send me the full url of the page, as tinyurl is blocked at my
      workplace.

      Jagadees

      Comment

      • dorayme

        #4
        Re: Widescreen-specific Designs?

        In article
        <a34427e3-b692-4a30-a6ec-02c37831ae8b@p3 1g2000prf.googl egroups.com>,
        jagadees <jagadeeswarans ter@gmail.comwr ote:
        On Jul 21, 11:06 am, dorayme <doraymeRidT... @optusnet.com.a uwrote:
        In article
        <a535c321-4368-4971-a8d1-dd8bf0306...@j2 2g2000hsf.googl egroups.com>,
         Prisoner at War <prisoner_at_.. .@yahoo.comwrot e:
        So what I'm wondering is two-fold: what 16:9 web design might look
        like, and whether there's any way to provide for a "visual backwards
        compatibility" with 4:9 screens.
        <http://tinyurl.com/6fnfon>

        is backwards, forwards, upside-down and inside-out compatible with
        different screens. Next question?

        --
        dorayme
        >
        Dorayme,
        >
        Pls send me the full url of the page, as tinyurl is blocked at my
        workplace.
        >
        OK here goes... but Gus will be cross with me as my newsreader might
        break it up:

        <http://netweaver.com.au/alt/thumbnai...ons/thumbPortr
        aitGallery7.htm l>

        If you have trouble, it is



        and look for the folder

        thumbnailGaller yWithShortCapti ons

        and then in that folder look for any of the three html files.

        --
        dorayme

        Comment

        • Chris F.A. Johnson

          #5
          Re: Widescreen-specific Designs?

          On 2008-07-21, Prisoner at War wrote:
          >
          As 16:9 widescreens become more common, are there any designs which
          are specifically created to somehow exploit any advantages offered by
          letterbox dimensions?
          >
          How to remain backwards-compatible with 4:9 aspect ratios, in a visual/
          aesthetic sense, while exploting the particular advantages of a wide
          canvas?
          4:9? Don't you mean 4:3?
          >
          I did see a "16:9 design" from csszengarden.co m featured in the book
          "Web Standards Creativity," but on a regular 4:9 screen it caused
          unsightly horizontal scroll bars to appear.
          >
          I mean, sure, current 4:9-optimized designs can use CSS to fill up the
          screen horizontally, but I do feel that something none too sublte is
          lost that way.
          The montior's aspect ratio has no relevance to designing a web
          page. The browser window cam still be any size and shape.

          --
          Chris F.A. Johnson <http://cfaj.freeshell. org>
          =============== =============== =============== =============== =======
          Author:
          Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)

          Comment

          • Ed Mullen

            #6
            Re: Widescreen-specific Designs?

            Prisoner at War wrote:
            As 16:9 widescreens become more common, are there any designs which
            are specifically created to somehow exploit any advantages offered by
            letterbox dimensions?
            >
            How to remain backwards-compatible with 4:9 aspect ratios, in a visual/
            aesthetic sense, while exploting the particular advantages of a wide
            canvas?
            Standard Aspect Ratio is 4:3.

            To my thinking, AR (nor screen size) has little to do with Web page
            design. If you have a fluid design a user can stretch or contract his
            browser at will regardless of AR, screen size, or even how many displays
            he has.

            If you were to design, for instance, a page that /required/ a 16:9 AR
            you're forcing everyone else to horizontally scroll. Not a good idea.

            --
            Ed Mullen
            Help for Mozilla, Firefox and SeaMonkey. Performances and original music.

            A pair of jumper cables walks into a bar. The bartender says, "I'll
            serve you, but don't start anything."

            Comment

            • Joseph Brenner

              #7
              right margins that are limited but not set absolutely (was Re: Widescreen-specific Designs?)


              A possibly related question that I've been wondering about again
              lately: is there any standard-compliant way of specifying a limit
              on line lengths that still allows lines to wrap to narrower
              screens if need be?

              Everyone knows that text is easier to read if the lines aren't
              too long (hence multi-column magazine layouts and so on); and
              everyone (hopefully) knows that it's a bad idea to specify an
              absolute line length on the web, since you don't know anything
              about the physical characteristics of the user's display.

              So, should we do web 1.0 compliant designs and let the width of
              the browser window control the length of the lines? But the
              trouble with that is everyone else is designing with an
              assumption of relatively wide screens and maximized browser
              windows (e.g. a column of navigation controls on the left,
              additional content in side bars on the right): that puts
              pressure on users to use wide browser windows, which means that
              if you *don't* do something control the margins of the text,
              they're going to be hit with excessively long lines by default.

              Myself, I often use silly compromises like wrapping the text in
              tables that are defined as 60-80% of the screen width -- but
              what I really want is to be able to specify an absolute limit on
              line-length but to let the minimum line width remain undefined.

              Comment

              • Joseph Brenner

                #8
                Re: right margins that are limited but not set absolutely (was Re: Widescreen-specific Designs?)


                Joseph Brenner <doom@kzsu.stan ford.eduwrites:
                A possibly related question that I've been wondering about again
                lately: is there any standard-compliant way of specifying a limit
                on line lengths that still allows lines to wrap to narrower
                screens if need be?
                >
                Everyone knows that text is easier to read if the lines aren't
                too long (hence multi-column magazine layouts and so on); and
                everyone (hopefully) knows that it's a bad idea to specify an
                absolute line length on the web, since you don't know anything
                about the physical characteristics of the user's display.
                >
                So, should we do web 1.0 compliant designs and let the width of
                the browser window control the length of the lines? But the
                trouble with that is everyone else is designing with an
                assumption of relatively wide screens and maximized browser
                windows (e.g. a column of navigation controls on the left,
                additional content in side bars on the right): that puts
                pressure on users to use wide browser windows, which means that
                if you *don't* do something control the margins of the text,
                they're going to be hit with excessively long lines by default.
                >
                Myself, I often use silly compromises like wrapping the text in
                tables that are defined as 60-80% of the screen width -- but
                what I really want is to be able to specify an absolute limit on
                line-length but to let the minimum line width remain undefined.
                Ah... "max-width" in CSS:



                I was just, once again, trying to decide if there was any real
                point in switching to CSS for layout, and as far as I'm concerened
                that looks like the killer app.

                Funny that none of the CSS advocacy rants I've been reading think
                to mention it.

                Comment

                • Chris F.A. Johnson

                  #9
                  Re: right margins that are limited but not set absolutely (was Re: Widescreen-specific Designs?)

                  On 2008-08-19, Joseph Brenner wrote:
                  Joseph Brenner <doom@kzsu.stan ford.eduwrites:
                  ....
                  >But the
                  >trouble with that is everyone else is designing with an
                  >assumption of relatively wide screens and maximized browser
                  >windows (e.g. a column of navigation controls on the left,
                  >additional content in side bars on the right): that puts
                  >pressure on users to use wide browser windows, which means that
                  >if you *don't* do something control the margins of the text,
                  >they're going to be hit with excessively long lines by default.
                  Nope. The better web designers make no such assumptions. They
                  write pages that will work in narrow or wide windows.
                  >Myself, I often use silly compromises like wrapping the text in
                  >tables that are defined as 60-80% of the screen width -- but
                  >what I really want is to be able to specify an absolute limit on
                  >line-length but to let the minimum line width remain undefined.
                  >
                  Ah... "max-width" in CSS:
                  >

                  >
                  I was just, once again, trying to decide if there was any real
                  point in switching to CSS for layout, and as far as I'm concerened
                  that looks like the killer app.
                  >
                  Funny that none of the CSS advocacy rants I've been reading think
                  to mention it.
                  Try reading the advice posts rather than the rants; it has been
                  mentioned in many places.

                  --
                  Chris F.A. Johnson <http://cfaj.freeshell. org>
                  =============== =============== =============== =============== =======
                  Author:
                  Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)

                  Comment

                  Working...