Why do you prefer Tableless CSS markup?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • FlexxAeon
    Confirmed User
    • May 2003
    • 3765

    #151
    if i hit 1k in this thread, somebody is gonna PAY

    edit: 150 SEMI-POINTLESS DEBATES!
    flexx [dot] aeon [at] gmail

    Comment

    • potter
      Confirmed User
      • Dec 2004
      • 6559

      #152
      Originally posted by AlienQ
      Yer right ya should have just kept your pie hole shut and learned from experienced guys. You still have not explained to us how CSS is going to Magically call up the right template by itself.

      SHow me.
      Ok, it doesn't call up a "template" first off. It's a style sheet. And what style sheet is chosen via the linked media type in the header is a decision made by the BROWSER, not your server.

      Comment

      • Bro Media - BANNED FOR LIFE
        MOBILE PORN: IMOBILEPORN
        • Jan 2004
        • 16502

        #153
        Originally posted by AlienQ
        Yer right ya should have just kept your pie hole shut and learned from experienced guys. You still have not explained to us how CSS is going to Magically call up the right template by itself.

        SHow me.

        <link href="browser.css" rel="stylesheet" type="text/css" media="screen">

        Because that is not gonna do shit for nothing without instruction from another source or method to send the correct template.
        Please, I asked you to join your fellow retard friend Sortie in the tard yard.

        http://www.w3.org/TR/CSS2/media.html
        http://www.w3.org/TR/css3-reader/

        read up on those.

        Comment

        • sortie
          Confirmed User
          • Mar 2007
          • 7771

          #154
          Originally posted by Retox Josh

          Using a .css file is NOT over head, it loads the file ONCE unless it has been updated since its last checking, and then every time you visit that page, that css file is loaded again from YOUR local temp files, NOT from the server, unlike tables which are loaded on EVERY page view.
          OK, so when you get 1 millions surfers to the page with css on it the css only
          loads once and not 1 millions times?





          BUHAHAHAHAHAHAHA!!!


          You are a fucking retard.

          That's like saying that the 25k image only loads once so you can get a millions hits
          and cache that image and only use 25k in bandwidth.













          What a total fucking retard.
          Last edited by sortie; 11-03-2008, 02:43 PM.

          Comment

          • Bro Media - BANNED FOR LIFE
            MOBILE PORN: IMOBILEPORN
            • Jan 2004
            • 16502

            #155
            Originally posted by sortie
            OK, so when you get 1 millions surfers to the page with css on it the css only
            loads once and not 1 millions times.





            BUHAHAHAHAHAHAHA!!!


            You are a fucking retard.

            That's like saying that the 25k image only loads once so you can get a millions hits
            and cache that image and only use 25k in bandwidth.













            What a total fucking retard.
            Once again you show your true stupidity.

            It's cached LOCALLY meaning, IF YOU HIT THE PAGE TWICE, IT ONLY LOADS ONCE, WHEREAS THE TABLES LOAD TWICE.

            Bigger for you:
            IF YOU HIT THE PAGE TWICE, IT ONLY LOADS ONCE, WHEREAS THE TABLES LOAD TWICE.

            Comment

            • potter
              Confirmed User
              • Dec 2004
              • 6559

              #156
              Originally posted by sortie
              OK, so when you get 1 millions surfers to the page with css on it the css only
              loads once and not 1 millions times.





              BUHAHAHAHAHAHAHA!!!


              You are a fucking retard.

              That's like saying that the 25k image only loads once so you can get a millions hits
              and cache that image and only use 25k in bandwidth.













              What a total fucking retard.
              I don't think you understand what he meant.....

              Comment

              • sortie
                Confirmed User
                • Mar 2007
                • 7771

                #157
                Hey Retox!!

                You just claimed that browsers don't cache tables.

                Comment

                • AlienQ - BANNED FOR LIFE
                  best designer on GFY
                  • Mar 2003
                  • 30307

                  #158
                  Originally posted by potter
                  Ok, it doesn't call up a "template" first off. It's a style sheet. And what style sheet is chosen via the linked media type in the header is a decision made by the BROWSER, not your server.
                  Uhmm no...
                  Browser is going to display which one you tell it to.

                  Meaning ya want it to work with a PSP? Ya do a browser detect either server side or Java script then reference the template or Style sheet you wish it to use. CSS is not going to detect the browser for you.

                  Comment

                  • sortie
                    Confirmed User
                    • Mar 2007
                    • 7771

                    #159
                    Originally posted by Retox Josh
                    IF YOU HIT THE PAGE TWICE, IT ONLY LOADS ONCE, WHEREAS THE TABLES LOAD TWICE.
                    Browsers no longer cash html....just CSS????


                    Comment

                    • Voodoo
                      ♥ ♦ ♣ ♠
                      • Sep 2002
                      • 10600

                      #160

                      "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

                      Comment

                      • fris
                        Too lazy to set a custom title
                        • Aug 2002
                        • 55679

                        #161
                        best quote made all year

                        Originally posted by AlienQ
                        I am a developer
                        Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                        Comment

                        • sortie
                          Confirmed User
                          • Mar 2007
                          • 7771

                          #162
                          Originally posted by potter
                          I don't think you understand what he meant.....
                          I understand that he's fucking stupid.

                          Comment

                          • mrkris
                            Confirmed User
                            • May 2005
                            • 2737

                            #163
                            Originally posted by sortie
                            OK, so when you get 1 millions surfers to the page with css on it the css only
                            loads once and not 1 millions times?





                            BUHAHAHAHAHAHAHA!!!


                            You are a fucking retard.

                            That's like saying that the 25k image only loads once so you can get a millions hits
                            and cache that image and only use 25k in bandwidth.













                            What a total fucking retard.

                            PHP-MySQL-Rails | ICQ: 342500546

                            Comment

                            • StuartD
                              Sofa King Band
                              • Jul 2002
                              • 29903

                              #164
                              Originally posted by AlienQ
                              Uhmm no...
                              Browser is going to display which one you tell it to.

                              Meaning ya want it to work with a PSP? Ya do a browser detect either server side or Java script then reference the template or Style sheet you wish it to use. CSS is not going to detect the browser for you.
                              Yes, actually CSS is going to.

                              media='screen' means that it will automatically be used on a PC.
                              media='printer' means that it will automatically be used when sent to a printer
                              media='handheld' means that it will automatically be used when a mobile device loads the page.

                              No javascript. No server side scripting.

                              Do some research before coming back please.

                              http://www.w3.org/TR/CSS2/media.html
                              This is me on facebook
                              This is me on twitter

                              Comment

                              • potter
                                Confirmed User
                                • Dec 2004
                                • 6559

                                #165
                                Originally posted by AlienQ
                                Uhmm no...
                                Browser is going to display which one you tell it to.

                                Meaning ya want it to work with a PSP? Ya do a browser detect either server side or Java script then reference the template or Style sheet you wish it to use. CSS is not going to detect the browser for you.
                                How do you not understand this? The HTML / server side things don't change. Nothing happens server side.

                                When you visit a web page. Your browser, psp, or whatever the hell you're using. "Loads" and "Renders" that page. The browser itself knows what it is. When it reads the style sheet link in the head. It'll choose and load the style sheet it knows itself is.

                                I just don't know how to explain this to you. It should be such simple basic knowledge.

                                3.2 Conformance

                                This section defines conformance with the CSS2 specification only. There may be other levels of CSS in the future that may require a user agent to implement a different set of features in order to conform.

                                In general, the following points must be observed by a user agent claiming conformance to this specification:

                                1. It must support one or more of the CSS2 media types.
                                2. For each source document, it must attempt to retrieve all associated style sheets that are appropriate for the supported media types. If it cannot retrieve all associated style sheets (for instance, because of network errors), it must display the document using those it can retrieve.
                                3. It must parse the style sheets according to this specification. In particular, it must recognize all at-rules, blocks, declarations, and selectors (see the grammar of CSS2). If a user agent encounters a property that applies for a supported media type, the user agent must parse the value according to the property definition. This means that the user agent must accept all valid values and must ignore declarations with invalid values. User agents must ignore rules that apply to unsupported media types.
                                4. For each element in a document tree, it must assign a value for every applicable property according to the property's definition and the rules of cascading and inheritance.
                                5. If the source document comes with alternate style sheets (such as with the "alternate" keyword in HTML 4.0 [HTML40]), the UA must allow the user to select one from among these style sheets and apply the selected one.

                                Not every user agent must observe every point, however:

                                * A user agent that inputs style sheets must respect points 1 - 3.
                                * An authoring tool is only required to output valid style sheets
                                * A user agent that renders a document with associated style sheets must respect points 1 - 5 and render the document according to the media-specific requirements set forth in this specification. Values may be approximated when required by the user agent.

                                The inability of a user agent to implement part of this specification due to the limitations of a particular device (e.g., a user agent cannot render colors on a monochrome monitor or page) does not imply non-conformance.

                                This specification recommends that a user agent allow the user to specify user style sheets.
                                Bolded the key part. Since you're incredibly stupid here, "user agent" means the browser.

                                Do you get it now? Browsers, choose the style sheet. Browsers know what they are, they don't need your server or scripting to tell them what they are. Browsers can READ your header and know which style sheet they're supposed to use.

                                Comment

                                • ExLust
                                  Confirmed User
                                  • Aug 2008
                                  • 3223

                                  #166
                                  Too much to read. IMO, with CSS you can quickly change the look of your entire web site by changing one file. It doesn't matter Tableless-CSS pages as long as good SEO applied.

                                  BE A PARTNER

                                  Comment

                                  • sortie
                                    Confirmed User
                                    • Mar 2007
                                    • 7771

                                    #167
                                    Originally posted by FlexxAeon
                                    I understand that FULLY but as i said above, that is still INFORMATION that would need to be processed. are we saying now that a SE has eyeballs and is reading the page? or that all SE indexing is done by hand? 1's and 0's are still 1's and 0's.... am i wrong?

                                    Ok, I wrote this just now for you:

                                    See the highlighted html; that's a webpage:

                                    This script is simple so don't include any javascript or comments and only use
                                    css in a tag like this <div style="border:solid black 1px">.

                                    This is to show you how a search engine sees your site.
                                    This is the part of a search engine that will find the text on your site.


                                    #!/usr/bin/perl
                                    print "content-type: text/html\n\n";


                                    $webpage = <<EOF;

                                    <html>
                                    <head>
                                    <title>don't you get it yet?</title>
                                    </head>
                                    <center>
                                    <table width=100>
                                    <tr>
                                    <td align=center>
                                    yeah!!!
                                    </td>
                                    </tr>
                                    <table>
                                    </center>
                                    </body>
                                    </html>





                                    EOF



                                    $safe = 0;
                                    $x = 0;

                                    while ($x >= 0) {

                                    $loc = index($webpage, "\<");

                                    if ($loc != -1) {
                                    $loc2 = index($webpage, "\>", $loc);
                                    if ($loc2 != -1) {
                                    $mess = substr($webpage, $loc, $loc2-$loc+1);
                                    $webpage =~ s/$mess/ /ig;

                                    }
                                    else {
                                    $x=-1;
                                    }

                                    }
                                    else {
                                    $x=-1;
                                    }
                                    $safe++;
                                    if ($safe > 200) {exit;}
                                    if (-e "kill.txt") {exit;}


                                    }



                                    print "Here is the text for that page : <br><br> $webpage";

                                    exit;

                                    Now run that script in your cgi-bin and watch it return the text.

                                    Note:

                                    If you include <script>blah</script> or <style>blah</style> it will return "blah" as text since this
                                    is just a simple example for you.

                                    Comment

                                    • potter
                                      Confirmed User
                                      • Dec 2004
                                      • 6559

                                      #168
                                      Originally posted by sortie
                                      Note:

                                      If you include <script>blah</script> or <style>blah</style> it will return "blah" as text since this
                                      is just a simple example for you.
                                      Sortie, I think we all agree on that. What we're saying is, your script still has to mull past the code it isn't going to "interpret". Like, your script still "read" ALL of the code in order to jump from ">" to "<" and pick out the content specifically. Sure, it only outputs/saves the other stuff. However it still read the entire document.

                                      Comment

                                      • FlexxAeon
                                        Confirmed User
                                        • May 2003
                                        • 3765

                                        #169
                                        Originally posted by sortie
                                        Ok, I wrote this just now for you:

                                        See the highlighted html; that's a webpage:

                                        This script is simple so don't include any javascript or comments and only use
                                        css in a tag like this <div style="border:solid black 1px">.

                                        This is to show you how a search engine sees your site.
                                        This is the part of a search engine that will find the text on your site.





                                        Now run that script in your cgi-bin and watch it return the text.

                                        Note:

                                        If you include <script>blah</script> or <style>blah</style> it will return "blah" as text since this
                                        is just a simple example for you.
                                        potter just said it. but to re-iterate... i get what you're saying but i don't think we're debating the same point. i am confident that a search engine knows how to separate content from code (i think i said that already). but from what i was told, there is either a "character limit" or "byte limit" that a page will be read to, before a spider says "ok, next" and then moves on to spider the next page. and that limit includes code.
                                        flexx [dot] aeon [at] gmail

                                        Comment

                                        • sortie
                                          Confirmed User
                                          • Mar 2007
                                          • 7771

                                          #170
                                          Originally posted by FlexxAeon
                                          potter just said it. but to re-iterate... i get what you're saying but i don't think we're debating the same point. i am confident that a search engine knows how to separate content from code (i think i said that already). but from what i was told, there is either a "character limit" or "byte limit" that a page will be read to, before a spider says "ok, next" and then moves on to spider the next page. and that limit includes code.
                                          Dude, the search engine gets the webpage by doing a http request.
                                          The server sends the entire webage not a few bytes.

                                          The webpage would have to be a mega byte of code before any software would give
                                          a shit.

                                          What the idiot is confusing is that only so many bytes of code are included in the
                                          index of the search engine. In other words you may have 2000 words on the webpage
                                          but only 200 are put in the index for certain terms.
                                          The index record is a small sample of your site for quick search and retrieval.
                                          This happens no matter how much html or css is on the page.

                                          You can't make the index take more/less terms from your page by using css or tables.


                                          It's dumb, move on and be educated by what I said.

                                          Use tables all you want, but not frames!!!

                                          Frames is what these people have confused with tables because they don't know what
                                          they are talking about.

                                          Comment

                                          • Malicious Biz
                                            So Fucking Banned
                                            • Mar 2005
                                            • 4575

                                            #171
                                            only Socialists use tables

                                            Comment

                                            • CurrentlySober
                                              Too lazy to wipe my ass
                                              • Aug 2002
                                              • 38944

                                              #172
                                              CSS is better than tabels

                                              Cause its easier to spekl


                                              👁️ 👍️ 💩

                                              Comment

                                              • FlexxAeon
                                                Confirmed User
                                                • May 2003
                                                • 3765

                                                #173
                                                Originally posted by sortie
                                                Dude, the search engine gets the webpage by doing a http request.
                                                The server sends the entire webage not a few bytes.

                                                The webpage would have to be a mega byte of code before any software would give
                                                a shit.

                                                What the idiot is confusing is that only so many bytes of code are included in the
                                                index of the search engine. In other words you may have 2000 words on the webpage
                                                but only 200 are put in the index for certain terms.
                                                The index record is a small sample of your site for quick search and retrieval.
                                                This happens no matter how much html or css is on the page.

                                                You can't make the index take more/less terms from your page by using css or tables.


                                                It's dumb, move on and be educated by what I said.

                                                Use tables all you want, but not frames!!!

                                                Frames is what these people have confused with tables because they don't know what
                                                they are talking about.
                                                index = what SE's search, not the actual interweb.....or???

                                                but fuck it. you're right. you win.

                                                i r edumacated
                                                flexx [dot] aeon [at] gmail

                                                Comment

                                                Working...