1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

He calls himself "web designer" and "web developer"

Discussion in 'HTML & Website Design' started by x-noise, Jan 11, 2008.

  1. #1
    On another forum, i cannot mention the address because i am not sure if i am allowed to do that, i encountered a talk related to tale design vs. tab less design. One of the participants made this reply (translated, because it's not in english):

    POST 1:
    A post followed, written y someone trying to convince him that:
    1: SQL has nothing to do with HTML
    2: A CSS driven website is ore flexible than a table based one.

    his response followed:

    Regarding the fact that an SQL has nothing to do with HTML:
    I mention that up to the first post there was nothing in that topic that had at least the slightest reference to SQl. So his final conclusion is that We should use tables instead of divs, and that because SQL is HTML, and from his first post, i understood that SQL parses only table based layouts.

    I am sorry to bother you, but those kind of people exist, and they call themselves web designers. Have fun trying to understand his logic, because i did not!
     
    x-noise, Jan 11, 2008 IP
  2. fsmedia

    fsmedia Prominent Member

    Messages:
    5,163
    Likes Received:
    262
    Best Answers:
    0
    Trophy Points:
    390
    #2
    This is the bottom line I've used when designing.

    Tables are meant for exactly that, tabular data.

    Divs are meant for design.

    If you need to design something, use divs. If you have a bunch of data, use tables. It's as simple as that.
     
    fsmedia, Jan 11, 2008 IP
  3. dappleyard

    dappleyard Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I agree completely. Also, my personal preference is to avoid using divs for content which can be better represented by styling a pre-designed tag (e.g. rather than using a div for a heading, use a H1 or H2 tag).

    I think the example above is an exception rather than the norm, it's quite difficult to completely misinterpret the way that SQL works!
     
    dappleyard, Jan 11, 2008 IP