Number of unhappy customers: 0
CSS Grid – Table layout is back. Be there and be square
31–40 of 280 posts
Re: CSS Grid – Table layout is back. Be there and be square
#32Re: CSS Grid – Table layout is back. Be there and be square
#33So basically 15 years late, CSS finally solves this problem. And coming to CSS in 15 years: adaptive design!
Re: CSS Grid – Table layout is back. Be there and be square
#34Makes you wonder why HN won't budge with those tags in the source code. One day I hope to see "Table layouts are back with tags" and the HN programmers would have saved themselves so much work.
If it ain't broke, right?
Re: CSS Grid – Table layout is back. Be there and be square
#35This is also a good moment to remind people that you don't need Bootstrap and the like as much as you used to. Grids were 90% or the reason people started using these frameworks, and CSS (already with flexbox I'd argue, but definitely with grids) has caught up and is now easier to use and more flexible than any framework was.
It's also time to reconsider the atrocity that is class="col_xs_12". I've never undestood why people would lynch anyone using style="..." but happily littered their code with those grid classes. With the invention of sass at the latest, actual semantic class names should have once again become the only acceptable best practice. With html5, there's also a range of semantic tags[0], and using them improves both code readability, as well as allowing all sorts of new ideas in clients (not just browsers, but also text-to-speech and other accessabiity tools, or spiders, or brosers on new device classes)
o:
Re: CSS Grid – Table layout is back. Be there and be square
#36So basically 15 years late, CSS finally solves this problem. And coming to CSS in 15 years: adaptive design!
Thirty year cycle, seems about the right interval for moving bones around in the graveyard, as traditional in all kinds of fashion and research.
Same in politics, war, fashion, tech, research, literature, art, music.
Just keep those 'skinny jeans' in the back of the closet for New Years Eve 2045 ...
Re: CSS Grid – Table layout is back. Be there and be square
#37Why is this problem so hard when CSS does so much for node positioning? Why not create a simpler standard once and for all?
To compare things: Knuth's TeX has very few basic primitives: boxes, lists, and glue. And it produces very sophisticated layouts. CSS has a wagon of stuff and still cannot produce very basic things. I sometimes remember the old Ventura Publisher software (in 1990 I worked with version 3 of it). It was somewhat similar to the current HTML+CSS: you could have the same source text, but separate style files that would render it very differently for different purposes. 27 years ago.
Re: CSS Grid – Table layout is back. Be there and be square
#38If we all had something like Display Postscript, this layout thingamajig would be delegated to libraries, and we wouldn't have to ask the browser deities to bestow new gifts upon us. Good adaptive layout would be closer to a new version of jquery and less Windows XP Service Pack 51.0.2b. (We also would have more sites that looked liked late 90s Flash, but then again, we're moving that direction anyway, just with more…
Re: CSS Grid – Table layout is back. Be there and be square
#39Makes you wonder why HN won't budge with those tags in the source code. One day I hope to see "Table layouts are back with tags" and the HN programmers would have saved themselves so much work.
Re: CSS Grid – Table layout is back. Be there and be square
#40If we all had something like Display Postscript, this layout thingamajig would be delegated to libraries, and we wouldn't have to ask the browser deities to bestow new gifts upon us. Good adaptive layout would be closer to a new version of jquery and less Windows XP Service Pack 51.0.2b. (We also would have more sites that looked liked late 90s Flash, but then again, we're moving that direction anyway, just with more…