Announcement

Collapse
No announcement yet.

Wed designers / programmers / authors - read this!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #46
    Exactly, so why not cut out the step and just put the explicit HTML code in the first place.

    I do like an occasional inline CSS tag for things like font formatting. But in terms of placement HTML is the way to go.

    CSS has "been the future" for years now. But people still use the tried and true HTML.
    We the people are the rightful masters of both Congress and the courts, not to overthrow the Constitution but to overthrow the men who pervert the Constitution. - Abraham Lincoln

    Comment


    • #47
      Saying CSS is faster than HTML is like saying C++ is faster than x86...
      "The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
      Ben Kenobi: "That means I'm doing something right. "

      Comment


      • #48
        good analogy
        We the people are the rightful masters of both Congress and the courts, not to overthrow the Constitution but to overthrow the men who pervert the Constitution. - Abraham Lincoln

        Comment


        • #49
          If you're able to make a nice looking page with just tables then more power to you. I don't really care when I'm visiting pages how they're set up so long as they're functional.

          However, I personally find that positioning with CSS is easier for complex layouts than strictly using tables. I use tables for simple things on my website still, for when I want my data to appear in table formats (gasp).

          Comment


          • #50
            You want one page with a bunch of white space and a few easy to read tags?

            Or you want a garbled WYSIWYG crap making reference to a bunch of CSS files.

            you really have no idea what you are referring to.

            CSS is exactly the thing to replace grabled WYSIWYG crap, using dozens of P , FONT, IMG src="spacer.gif", TABLE inside TABLE tags.

            If you use dozens of css tags you have obviously failed to use classes or labels.

            Comment


            • #51
              And there is no way that complex pages (web portals for instance) (or even this page) are 'easy to read' when they employ tons of useless tables.

              Comment


              • #52
                Is render time even an issue now with today's processor speeds?

                Which one yields a smaller file size?
                Visit First Cultural Industries
                There are reasons why I believe mankind should live in cities and let nature reclaim all the villages with the exception of a few we keep on display as horrific reminders of rural life.-Starchild
                Meat eating and the dominance and force projected over animals that is acompanies it is a gateway or parallel to other prejudiced beliefs such as classism, misogyny, and even racism. -General Ludd

                Comment


                • #53
                  css is gorgeous.

                  so is xhtml and php.

                  you weren't using it before?
                  B♭3

                  Comment


                  • #54
                    Originally posted by Asher
                    Reality check baby: 95% of web browsers are IE.

                    So what's the real world standard -- IE or paper standards?
                    The real world stardard is what leading web designers use - which surely ain't the IE crap.
                    (\__/) 07/07/1937 - Never forget
                    (='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
                    (")_(") "Starting the fire from within."

                    Comment


                    • #55
                      Originally posted by Urban Ranger
                      The real world stardard is what leading web designers use - which surely ain't the IE crap.
                      So leading web designers don't design their pages to render in IE. Is that correct?
                      "The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
                      Ben Kenobi: "That means I'm doing something right. "

                      Comment


                      • #56
                        Originally posted by Asher
                        You just said CSS renders faster than a simple HTML table -- that more than invalidates everything you ever say on the matter of web development.
                        Yes it does. As I pointed out, you need just one or two CSS statements to put a diplay element where you want it to be.

                        Originally posted by Asher
                        CSS is more flexible, usually requires less code, but a downside of this is it does have more processing overhead -- it needs to translate the "less code" into the same thing as the more explicit HTML tables.
                        What processing overhead?

                        The processing overhead comes from repeatedly using tables to do layouts. Every time you need to place an element, you have to go through the whole ritual. OTOH, once a style is defined under CSS, it can be used anywhere.

                        Where's the overhead?
                        (\__/) 07/07/1937 - Never forget
                        (='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
                        (")_(") "Starting the fire from within."

                        Comment


                        • #57
                          Originally posted by Asher
                          Saying CSS is faster than HTML is like saying C++ is faster than x86...
                          Once again Glonkie brazenly displays his utter ignorance in this area. Good work.
                          (\__/) 07/07/1937 - Never forget
                          (='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
                          (")_(") "Starting the fire from within."

                          Comment


                          • #58
                            Originally posted by Urban Ranger
                            Yes it does. As I pointed out, you need just one or two CSS statements to put a diplay element where you want it to be.

                            What processing overhead?

                            The processing overhead comes from repeatedly using tables to do layouts. Every time you need to place an element, you have to go through the whole ritual. OTOH, once a style is defined under CSS, it can be used anywhere.

                            Where's the overhead?
                            WTF? Do you even think about this?

                            You can do in one or two Java lines what it takes in 12-24 x86 lines, but which is going to be faster?

                            Do you comprehend what kind of parsing goes on on the browser side when you feed it only a few "simple" CSS commands and let it figure the details out?
                            "The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
                            Ben Kenobi: "That means I'm doing something right. "

                            Comment


                            • #59
                              Originally posted by Asher
                              So leading web designers don't design their pages to render in IE. Is that correct?
                              Yes, in fact. Check out what Eric Meyer says.

                              They need to go through loops to make things render in IE, then MS would come to the rescue by bushwacking their workarounds.
                              (\__/) 07/07/1937 - Never forget
                              (='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
                              (")_(") "Starting the fire from within."

                              Comment


                              • #60
                                Originally posted by Urban Ranger
                                Yes, in fact.
                                Oh...my...God.

                                Words cannot describe the depths of your stupidity.

                                I'm so amazed that you seem to think pretty highly of yourself when it comes to technology, but just about every technology thread you post in, you are severely misinformed or misguided, or generally confused. It's like you're in your own little world...
                                "The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
                                Ben Kenobi: "That means I'm doing something right. "

                                Comment

                                Working...
                                X