Out-of-date CSS person needs up-to-date CSS advice!!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alan Silver

    #16
    Re: Out-of-date CSS person needs up-to-date CSS advice!!

    >>>> Google and you get 91 million pages!! Hard to know what's worth[color=blue][color=green][color=darkred]
    >>>>reading out of that lot.
    >>>
    >>> That's true (althoug I 'only' get 80 million). Try Ixquick.
    >>>Sometimes that engine gives very good results.
    >>><http://eu.ixquick.com/>[/color]
    >>
    >> That's better, I only got 21 million results using that search engine.[/color]
    >
    >Really? For 'css' as the search word, I got only 50 listed sites
    ><http://eu.ixquick.com/do/metasearch....s_search&langu
    >age=english&ut f_query=&query= css>
    >
    >Did you actually try this at all? Did you take a look? The 21 million
    >you refer to are possible results, from which 50 are selected being
    >'top ten pages' from various search engines. I'm sure you'll find
    >something useful in those 50 pages.[/color]

    I did try it, but I misread the line that reported the numbers. I am so
    used to seeing Google's line that says it's showing you the first 20 (or
    whatever) out of 21 million that I assumed this was doing the same.
    Rereading it, it seems it's showing me 44 pages that it thinks are
    useful, out of 21 million that might have been useful.

    Thanks for the clarification. Obviously the usefulness depends on how
    good the choice of 44 is, but I'll have to have a look and see for
    that!!

    Ta ra

    --
    Alan Silver
    (anything added below this line is nothing to do with me)

    Comment

    • Roedy Green

      #17
      Re: Out-of-date CSS person needs up-to-date CSS advice!!

      On Mon, 8 Aug 2005 16:40:11 +0100, Alan Silver
      <alan-silver@nospam.t hanx> wrote or quoted :
      [color=blue]
      >
      >Any comments on this choice of books?[/color]

      see http://mindprod.com/jgloss/css.html

      Comment

      • Roedy Green

        #18
        Re: Out-of-date CSS person needs up-to-date CSS advice!!

        On Mon, 8 Aug 2005 16:40:11 +0100, Alan Silver
        <alan-silver@nospam.t hanx> wrote or quoted :
        [color=blue]
        >Finally, how good is modern browser support for CSS?[/color]

        see Topstyle. It will tell you which features you use will work on
        which browsers.


        Comment

        • Darin McGrew

          #19
          Re: Out-of-date CSS person needs up-to-date CSS advice!!

          Alan Silver <no@spam.than x> wrote:[color=blue][color=green][color=darkred]
          >>> I recently came across www.csszengarden.com and was totally amazed
          >>> that you could do such things with CSS alone.[/color][/color][/color]

          Alan J. Flavell <flavell@ph.gla .ac.uk> wrote:[color=blue][color=green]
          >> Yes, it's a spectacular demonstration of what can be achieved, indeed;
          >> but under no circumstances to be used as an actual model of how to
          >> design normal web pages.[/color][/color]

          Alan Silver <no@spam.than x> wrote:[color=blue]
          > Why not?[/color]

          For one thing, many of the designs are brittle, and fail in browsing
          environments that differ from what the CSS author expected. For example,
          try enforcing a minimum font size, using a narrow browser window, enforcing
          a narrow browser window, or turning off image-loading when CSS is enabled.

          For another, many of the techniques common to the CSS Zen Garden designs
          (e.g., replacing text with images of text) are used not because they are
          good techniques for real-world projects, but because the CSS Zen Garden
          imposes artificial constraints.
          --
          Darin McGrew, mcgrew@stanford alumni.org, http://www.rahul.net/mcgrew/
          Web Design Group, darin@htmlhelp. com, http://www.HTMLHelp.com/

          "I've cut this board three times, and it's still too short!"

          Comment

          • Alan Silver

            #20
            Re: Out-of-date CSS person needs up-to-date CSS advice!!

            >>Finally, how good is modern browser support for CSS?[color=blue]
            >
            >see Topstyle. It will tell you which features you use will work on
            >which browsers.
            >
            >http://mindprod.com/jgloss/topstyle.html[/color]

            Ta

            --
            Alan Silver
            (anything added below this line is nothing to do with me)

            Comment

            • Alan Silver

              #21
              Re: Out-of-date CSS person needs up-to-date CSS advice!!

              >>Any comments on this choice of books?[color=blue]
              >
              >see http://mindprod.com/jgloss/css.html[/color]

              Thanks, that's an interesting page, although why it's under Java is
              beyond me!! I never knew that CSS was a part of Java - shows how little
              I know<g>

              Ta ra

              --
              Alan Silver
              (anything added below this line is nothing to do with me)

              Comment

              • Alan Silver

                #22
                Re: Out-of-date CSS person needs up-to-date CSS advice!!

                >>>> I recently came across www.csszengarden.com and was totally amazed[color=blue][color=green][color=darkred]
                >>>> that you could do such things with CSS alone.[/color][/color]
                >
                >Alan J. Flavell <flavell@ph.gla .ac.uk> wrote:[color=green][color=darkred]
                >>> Yes, it's a spectacular demonstration of what can be achieved, indeed;
                >>> but under no circumstances to be used as an actual model of how to
                >>> design normal web pages.[/color][/color]
                >
                >Alan Silver <no@spam.than x> wrote:[color=green]
                >> Why not?[/color]
                >
                >For one thing, many of the designs are brittle, and fail in browsing
                >environments that differ from what the CSS author expected. For example,
                >try enforcing a minimum font size, using a narrow browser window, enforcing
                >a narrow browser window, or turning off image-loading when CSS is enabled.[/color]

                Ah, I didn't check any of those, I was so busy "wow"ing the design and
                the fact that it was all done in CSS.
                [color=blue]
                >For another, many of the techniques common to the CSS Zen Garden designs
                >(e.g., replacing text with images of text) are used not because they are
                >good techniques for real-world projects, but because the CSS Zen Garden
                >imposes artificial constraints.[/color]

                Not sure what you mean by that. From what I could see, he (and others)
                used techniques like that because they provided a good answer to a
                common problem, namely how to balance having pure text in the HTML, but
                using a visually rich replacement when rendered. Why is this not a good
                technique for real-world projects? Also, what artificial constraints
                does ZG apply that require this?

                Thanks for the reply, any further elucidation would be appreciated.

                --
                Alan Silver
                (anything added below this line is nothing to do with me)

                Comment

                • dingbat@codesmiths.com

                  #23
                  Re: Out-of-date CSS person needs up-to-date CSS advice!!

                  Alan Silver wrote:[color=blue]
                  > I never knew that CSS was a part of Java[/color]

                  A gazillion years ago, a long-forgotten browser named Netscape invented
                  some stylesheet technology based on setting lots of JavaScript
                  properties. As it's traditional for tutorials to confuse Java and
                  JavaScript on all possible occasions, so the confusion begins.

                  Comment

                  • Alan Silver

                    #24
                    Re: Out-of-date CSS person needs up-to-date CSS advice!!

                    >> I never knew that CSS was a part of Java[color=blue]
                    >
                    >A gazillion years ago, a long-forgotten browser named Netscape invented
                    >some stylesheet technology based on setting lots of JavaScript
                    >properties. As it's traditional for tutorials to confuse Java and
                    >JavaScript on all possible occasions, so the confusion begins.[/color]

                    I actually remember that. It was in the days when Netscape was
                    considered a decent browser. They lost the plot quite seriously since
                    then...

                    --
                    Alan Silver
                    (anything added below this line is nothing to do with me)

                    Comment

                    • Alan J. Flavell

                      #25
                      Re: Out-of-date CSS person needs up-to-date CSS advice!!

                      On Mon, 15 Aug 2005, Alan Silver wrote:
                      [color=blue]
                      > I actually remember that. It was in the days when Netscape was
                      > considered a decent browser. They lost the plot quite seriously
                      > since then...[/color]

                      IMHO your criticism is ill-founded: after NN4.* "they" handed over the
                      "plot" to a new organisation which has proved eminently capable of
                      producing web-compatible browsers. I think "they" deserve to be
                      congratulated for that.

                      Comment

                      • Alan Silver

                        #26
                        Re: Out-of-date CSS person needs up-to-date CSS advice!!

                        >> I actually remember that. It was in the days when Netscape was[color=blue][color=green]
                        >> considered a decent browser. They lost the plot quite seriously
                        >> since then...[/color]
                        >
                        >IMHO your criticism is ill-founded: after NN4.* "they" handed over the
                        >"plot" to a new organisation which has proved eminently capable of
                        >producing web-compatible browsers. I think "they" deserve to be
                        >congratulate d for that.[/color]

                        I was referring to a stage in between. At the stage of NN3 and IE3, the
                        former was a superior browser (according to popular opinion at the
                        time). MS, for better or for worse, went to on to develop IE
                        aggressively, releasing new versions regularly. Netscape appeared to do
                        very little to improve their browser after the first version of NN4 came
                        out. There were minor releases, but none seemed significantly different
                        from previous ones. That's what I mean by "they lost the plot", they
                        just didn't appear to be making any attempt to keep up with MS.

                        At some point later, when the browser war was effectively lost, Netscape
                        handed over the browser to open source and they did with it what
                        Netscape themselves should have done years before. It was only then that
                        we saw any advances in the browser. As long as Netscape had it, nothing
                        worthwhile was done.

                        I'm commenting here from a clear memory of what I saw as a web designer
                        and browser user at the time. You may have a different view.

                        It's also worth noting that the end user judges a piece of software by
                        its overall features, and good CSS support (for example) is unlikely to
                        be an issue. IE was judged favourably by the general public as it
                        offered them useful features, like being able to see cached pages
                        offline in their entirety, instead of the plain HTML option that NN
                        offered. Technically IE may not be such a great browser, but as with
                        many MS offerings, it gave people what they wanted. NN didn't (then, I'm
                        not commenting on the more recent morphs).

                        Ta ra

                        --
                        Alan Silver
                        (anything added below this line is nothing to do with me)

                        Comment

                        • dingbat@codesmiths.com

                          #27
                          Re: Out-of-date CSS person needs up-to-date CSS advice!!

                          Alan J. Flavell wrote:
                          [color=blue]
                          > I think "they" deserve to be congratulated for that.[/color]

                          It also improved the LA club scene no end.

                          Comment

                          • Gus Richter

                            #28
                            Re: Out-of-date CSS person needs up-to-date CSS advice!!

                            Alan Silver wrote:[color=blue][color=green][color=darkred]
                            >>> I actually remember that. It was in the days when Netscape was
                            >>> considered a decent browser. They lost the plot quite seriously
                            >>> since then...[/color]
                            >>
                            >>
                            >> IMHO your criticism is ill-founded: after NN4.* "they" handed over the
                            >> "plot" to a new organisation which has proved eminently capable of
                            >> producing web-compatible browsers. I think "they" deserve to be
                            >> congratulated for that.[/color]
                            >
                            >
                            > I was referring to a stage in between. At the stage of NN3 and IE3, the
                            > former was a superior browser (according to popular opinion at the
                            > time). MS, for better or for worse, went to on to develop IE
                            > aggressively, releasing new versions regularly. Netscape appeared to do
                            > very little to improve their browser after the first version of NN4 came
                            > out. There were minor releases, but none seemed significantly different
                            > from previous ones. That's what I mean by "they lost the plot", they
                            > just didn't appear to be making any attempt to keep up with MS.
                            >
                            > At some point later, when the browser war was effectively lost, Netscape
                            > handed over the browser to open source and they did with it what
                            > Netscape themselves should have done years before. It was only then that
                            > we saw any advances in the browser. As long as Netscape had it, nothing
                            > worthwhile was done.
                            >
                            > I'm commenting here from a clear memory of what I saw as a web designer
                            > and browser user at the time. You may have a different view.
                            >
                            > It's also worth noting that the end user judges a piece of software by
                            > its overall features, and good CSS support (for example) is unlikely to
                            > be an issue. IE was judged favourably by the general public as it
                            > offered them useful features, like being able to see cached pages
                            > offline in their entirety, instead of the plain HTML option that NN
                            > offered. Technically IE may not be such a great browser, but as with
                            > many MS offerings, it gave people what they wanted. NN didn't (then, I'm
                            > not commenting on the more recent morphs).[/color]

                            Your memory is certainly different from mine. Mine is just the reverse.

                            Netscape was superior to IE and IE was trying to keep up to Netscape.
                            Netscape realised after a while that they had taken a wrong turn with
                            their Javascript based CSS (JCSS) and decided to forget about the NS 4
                            series, to not spend resources to correct bugs (after an attempt with a
                            NS 5 which was never released), but to start a complete re-write for the
                            NS 6 series; Mozilla Open Source (started by Netscape!), fully standards
                            compliant. They never "lost the plot" but lost to MS's monopoly game,
                            resulting in $700 million or so in restitution, but irreversable damage
                            was done - Netscape had already been aquired by AOL. Under the AOL
                            umbrella they released NS 6, continued on to the NS 7 series and were
                            finally set free on their own as Mozilla Foundation of today under which
                            umbrella they have continued on with the Mozilla 1 series and onward to
                            the (Phoenix/Firebird/) Firefox 1 series.

                            What MS did was to present the IE 5 series to be 'compatible' with NS 4.
                            IE 5.5 was the first decent thing released and superior to NS 4 only
                            because Netscape no longer supported the NS 4 series by then. Later on,
                            IE 6 was released, which really should have only been a full point IE 5
                            release, nothing more. With all of MS's resources, nothing was done for
                            years to improve IE since they had the mass market wrapped up already
                            and concentrated on wrapping up other markets. If anyone "lost the plot"
                            regarding browser improvement, it was MS with its IE, but then it was
                            never on their radar. Their radar was directed differently, had a
                            different "plot" which succeeded and is still succeeding, by placing IE
                            only in front of Windows users. It's not providing, as you say, 'what
                            people wanted', but provides 'something good enough' - the masses don't
                            really know what they want or need; IE is put in front of them, it does
                            basically what they want, they get used to it and stick to it just
                            because they don't know any better.

                            My memory is that Netscape, and as the Mozilla successor, continued
                            unhaltingly to improve whereas IE did not, but came to a stand still.

                            --
                            Gus

                            Comment

                            • Darin McGrew

                              #29
                              Re: Out-of-date CSS person needs up-to-date CSS advice!!

                              Re: CSS Zen Garden
                              I wrote:[color=blue][color=green]
                              >> For another, many of the techniques common to the CSS Zen Garden designs
                              >> (e.g., replacing text with images of text) are used not because they are
                              >> good techniques for real-world projects, but because the CSS Zen Garden
                              >> imposes artificial constraints.[/color][/color]

                              Alan Silver <no@spam.than x> wrote:[color=blue]
                              > Not sure what you mean by that. From what I could see, he (and others)
                              > used techniques like that because they provided a good answer to a
                              > common problem, namely how to balance having pure text in the HTML, but
                              > using a visually rich replacement when rendered. Why is this not a good
                              > technique for real-world projects?[/color]

                              The common pictures-of-text techniques embed the content within the style
                              sheet, or at least, within the images the style sheet uses to replace the
                              text content.

                              IMHO, the style sheet (and its associated resources) should be unaffected
                              if someone makes a small change to the text content (e.g., changing the
                              first H3 element from "The Road to Enlightenment" to "The Path to
                              Enlightenment") .
                              [color=blue]
                              > Also, what artificial constraints does ZG apply that require this?[/color]

                              "Thou shalt not change the HTML for any reason whatsoever."

                              In the real world, content images should use the IMG element. Content
                              images that are pictures of text should provide the text in the ALT
                              attribute.
                              --
                              Darin McGrew, mcgrew@stanford alumni.org, http://www.rahul.net/mcgrew/
                              Web Design Group, darin@htmlhelp. com, http://www.HTMLHelp.com/

                              "If at first you don't succeed, then plug it in and try again."

                              Comment

                              • Alan J. Flavell

                                #30
                                Re: Out-of-date CSS person needs up-to-date CSS advice!!

                                On Mon, 15 Aug 2005, Darin McGrew wrote (along with much that
                                didn't seem contentious):
                                [color=blue]
                                > In the real world, content images should use the IMG element.
                                > Content images that are pictures of text should provide the text in
                                > the ALT attribute.[/color]

                                Well, yes; but, on the other hand, there's a body of informed advice
                                which says that making images that are nothing more than images of
                                text is poor practice. Better would be to include the text itself in
                                the HTML with appropriate markup (and if you don't like the visual
                                result, to propose something via the stylesheet to modify the visual
                                result in appropriate presentation situation/s).

                                best regards

                                Comment

                                Working...