Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kurtr127557y@C0D4 framesets were the devil! I remember using them to make side menus on admin backends
-
C0D4681467y@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. -
kurtr127557y@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.
-
Wack63117yAh... 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. -
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.
-
Bimpfi4327ySupporting 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.
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?
undefined
20th century browser hacks
table based design