48
kurtr
7y

To all you devs still wet behind the ears ranting about css - you have no clue just how good you have it.

Most designs used to be table based (table-ception) and to give something a border with round corners or a "drop shadow" you would literally create a table to hold you content with an border of cells containing a background image of a corner / border.

Now you use border-radius or box-shadow as a 1 liner. Stop bitching about centering things and figure out how to hack it like we did.

If you remember this whats your least missed 20th century hack?

Comments
  • 7
    nested tables and framesets.
    oh how i don’t miss those!!!
  • 3
    @C0D4 framesets were the devil! I remember using them to make side menus on admin backends
  • 1
    @kurtr
    i typically used them for a header + side menu + content frame layout.

    menu triggering content frame src. like a massive iframe.

    the days before Ajax would make some designers / devs cry now.
  • 1
    @C0D4 I think half of them would quit if browser standards were rolled back 10 or even just 6 years. I only remembered because I just opened up some legacy code with a frameset nav and table-bordered layout, seeing it now inflicts physical pain but to most devs these days they would probably think the designer was on crack to do it that way.
  • 6
    Ah... The good old times, where you used the target property of the `a` element to tell the website in which frame you would like to open the link.
    Oh and slicing Designs from photoshop. Fuck I'm old.
  • 2
    Blink. I miss the blink tag.
  • 2
    <marquee>rolling text</marquee>
  • 1
    You forget back then responsive webdesign wasnt needed. Nowadays everything has to work from 4K monitors to a small smartphone. Table designs arent that bad to work with as long as you can say "fuck responsiveness". Ofcourse there are a lot better ways nowadays and I never heard a client say they wanted a unresponsive website.
  • 3
    I remember table hell. However, centering a div makes me rethink life choices
  • 5
    wap sites, completely different code base
  • 2
    I hate tables. And email newsletters still use tables!!!
  • 0
    Anything bit shitty ie hacks!!!
  • 2
    @fsty how the hell would you do newsletter without fucking tables, if for example motherfucking Outlook just refuses to respect floats, as it uses fucking Microsoft Word as HTML interpreter! Fuck me sideways! For the love of bill gates, even ie would be better than fucking word! Fuck!
  • 2
    Supporting IE was the hell especially IE6 with the broken box model. For realizing a padding you had to wrap another element around your actual element so you could simulate with margin the padding.
  • 0
    @Akselmo now you know 😀
Add Comment