Click here to Skip to main content
15,896,606 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Memories... Pin
Jinto Jacob23-May-18 22:25
professionalJinto Jacob23-May-18 22:25 
GeneralW3.CSS Pin
gggustafson21-May-18 6:55
mvagggustafson21-May-18 6:55 
GeneralRe: W3.CSS Pin
Kornfeld Eliyahu Peter21-May-18 7:19
professionalKornfeld Eliyahu Peter21-May-18 7:19 
GeneralRe: W3.CSS Pin
gggustafson21-May-18 7:30
mvagggustafson21-May-18 7:30 
GeneralRe: W3.CSS Pin
W Balboos, GHB21-May-18 7:38
W Balboos, GHB21-May-18 7:38 
GeneralRe: W3.CSS Pin
gggustafson21-May-18 9:00
mvagggustafson21-May-18 9:00 
GeneralRe: W3.CSS Pin
Richard Deeming21-May-18 7:46
mveRichard Deeming21-May-18 7:46 
GeneralRe: W3.CSS Pin
gggustafson21-May-18 9:17
mvagggustafson21-May-18 9:17 
I disagree totally with "<table>s for tabular data; <div>s for layout." This paradigm has been invalid since it was first uttered. It is semantics - a play on words. I use <table>s for layout and for tabular data. My experience with using <div>s has been that they are far more costly than are <table>s for layout.

I'm reminded of a student of mine who claimed that a binary search was always the most efficient search technique for a table. Unfortunately, he neglected the cost of sorting the table and maintaining the sorted order during CRUD operations.

In the past, I've suggested that the "table" tag should have been named "grid". Then this foolish non-argument would never had arisen.

The <table> versus <div> arguments were raised by proponents of a strict interpretation of the separation of structure from presentation from behavior. With the advent of the CSS grid, that separation no longer holds.
Gus Gustafson

GeneralRe: W3.CSS Pin
Richard Deeming21-May-18 9:22
mveRichard Deeming21-May-18 9:22 
GeneralRe: W3.CSS Pin
gggustafson21-May-18 10:01
mvagggustafson21-May-18 10:01 
GeneralRe: W3.CSS Pin
Richard Deeming21-May-18 10:04
mveRichard Deeming21-May-18 10:04 
GeneralRe: W3.CSS Pin
gggustafson21-May-18 10:08
mvagggustafson21-May-18 10:08 
GeneralRe: W3.CSS Pin
Kornfeld Eliyahu Peter21-May-18 7:50
professionalKornfeld Eliyahu Peter21-May-18 7:50 
GeneralRe: W3.CSS Pin
gggustafson21-May-18 9:19
mvagggustafson21-May-18 9:19 
GeneralRe: W3.CSS Pin
Kornfeld Eliyahu Peter21-May-18 9:41
professionalKornfeld Eliyahu Peter21-May-18 9:41 
GeneralRe: W3.CSS Pin
gggustafson21-May-18 9:59
mvagggustafson21-May-18 9:59 
GeneralRe: W3.CSS Pin
dan!sh 21-May-18 16:40
professional dan!sh 21-May-18 16:40 
GeneralThought of the Day Pin
OriginalGriff21-May-18 4:49
mveOriginalGriff21-May-18 4:49 
GeneralRe: Thought of the Day Pin
jeron121-May-18 4:53
jeron121-May-18 4:53 
GeneralRe: Thought of the Day Pin
Ravi Bhavnani21-May-18 5:00
professionalRavi Bhavnani21-May-18 5:00 
GeneralRe: Thought of the Day Pin
jeron121-May-18 5:06
jeron121-May-18 5:06 
GeneralRe: Thought of the Day Pin
megaadam21-May-18 5:01
professionalmegaadam21-May-18 5:01 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer21-May-18 5:24
professionalDaniel Pfeffer21-May-18 5:24 
GeneralRe: Thought of the Day Pin
PIEBALDconsult21-May-18 6:16
mvePIEBALDconsult21-May-18 6:16 
GeneralRe: Thought of the Day Pin
W Balboos, GHB21-May-18 7:26
W Balboos, GHB21-May-18 7:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.