Earlier quoted context omitted.
Its not horribly broken, IE11/10 is well supported with prefixes & past flexbox-spec properties. Autoprefixer does all the work there. For IE9/8 you could rely on polyfills like https://github.com/10up/flexibility Listened to @_lemonmade & @snookca at a recent conference talk about how they're using Flexbox across the Shopify platform and there is no reason why other far-reaching platforms shouldn't make the switch t…
So your point is that it isn't broken but that you need to use a polyfill to fix it..? That's a very consistent message.
What the FlexBox? – A free 20 video course to learn CSS Flexbox
41–50 of 66 posts
Re: What the FlexBox? – A free 20 video course to learn CSS Flexbox
#42As someone who has little direct experience with this part of webdev (other than aligning paragraphs once in a while for really basic static text sites), I have to wonder: is the fact that flexbox requires a 20-part video course a sign of it being: - a broken mess, - a less broken mess than what came before it, - an inevitable consequence of trying to solve an inherently difficult and complicated problem? - some comb…
If you start to learn the older tools to do page layout, you can learn each one a bit faster (float, positioning, display properties), but combined they do NOT form a consistent logical system of page layout. Your learning is just repetition to see what works, Googling of CSS tricks and then hopefully you develop some intuition about when to use which property to achieve your desired effect. This confusion is why Flexbox is a net positive comparatively.
With flexbox you can know what elements will do when you apply a CSS property pretty assuredly (well, if not now, in the near future). Without, it's a bit more learn by error. Flexbox is a brighter future.
Re: What the FlexBox? – A free 20 video course to learn CSS Flexbox
#43proof that css is still broken in 2016
Re: What the FlexBox? – A free 20 video course to learn CSS Flexbox
#44I found https://cvan.io/flexboxin5/ immensely useful when trying to get my head round flexBox.
Re: What the FlexBox? – A free 20 video course to learn CSS Flexbox
#45As someone who has little direct experience with this part of webdev (other than aligning paragraphs once in a while for really basic static text sites), I have to wonder: is the fact that flexbox requires a 20-part video course a sign of it being: - a broken mess, - a less broken mess than what came before it, - an inevitable consequence of trying to solve an inherently difficult and complicated problem? - some comb…
Most basic HTML courses are around 20-25 parts. That does not mean HTML is rocket science, or a broken mess.
Re: What the FlexBox? – A free 20 video course to learn CSS Flexbox
#46Re: What the FlexBox? – A free 20 video course to learn CSS Flexbox
#47Even if you know Flexbox you cannot use Flexbox because support lacks. http://caniuse.com/#feat=flexbox The TL;DR: Everyone is doing well except IE which is horribly broken. Only Microsoft's Edge browser has good Flexbox support, but nobody uses Edge, so therefore Flexbox is still no-go. Come back in five years when IE 11 is a distant memory and Edge is popular.
Re: What the FlexBox? – A free 20 video course to learn CSS Flexbox
#48As someone who has little direct experience with this part of webdev (other than aligning paragraphs once in a while for really basic static text sites), I have to wonder: is the fact that flexbox requires a 20-part video course a sign of it being: - a broken mess, - a less broken mess than what came before it, - an inevitable consequence of trying to solve an inherently difficult and complicated problem? - some comb…
> is the fact that flexbox requires a 20-part video course It's not a fact. Nor is it a fact that to access videos on the web requires an email address! In both cases the author has chosen to do this for whatever reason.
Re: What the FlexBox? – A free 20 video course to learn CSS Flexbox
#49Re: What the FlexBox? – A free 20 video course to learn CSS Flexbox
#50Even if you know Flexbox you cannot use Flexbox because support lacks. http://caniuse.com/#feat=flexbox The TL;DR: Everyone is doing well except IE which is horribly broken. Only Microsoft's Edge browser has good Flexbox support, but nobody uses Edge, so therefore Flexbox is still no-go. Come back in five years when IE 11 is a distant memory and Edge is popular.