The Secrets of ‘Can I Use’ - 2/7 Resilient CSS

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024

Комментарии • 31

  • @smeece85
    @smeece85 6 лет назад +36

    All of your videos have such great production and content. This channel deserves more attention!

  • @Beast70
    @Beast70 6 лет назад +8

    I’m really enjoying your channel, and this series. Thank you

  • @hallo8953
    @hallo8953 6 лет назад +1

    Something I have experienced a lot is that no one really seems to check Opera Mini anymore (hence the 'all' on caniuse). In many places of the internet, people claim Opera Mini to have very little support. I am using Opera Mini myself, and on a _lot_ of these occurrences, they were wrong. Border radius exists no matter what, flexbox and grid works as well.
    But I see the issue, which is having to manually monitor browsers and check every version for new CSS features. I do look forward to the Mozilla compatibility lib!

  • @monugupta32
    @monugupta32 6 лет назад +1

    I loved this video, I ran for GA & caniuse after watching this to see if I'm ready to use flexbox & grid.

    • @1011bt
      @1011bt 4 года назад

      How did u integrated GA into can I use, any reference

  • @HashimWarren
    @HashimWarren 6 лет назад +2

    The Google Analytics tip for Can I Use is great. Now I can focus on which browers my users actually have

  • @alexandrafreitas7528
    @alexandrafreitas7528 3 года назад

    Hello do you know where i can share my experience with internet explorer 11, I found some bugs and I really want to help the comunity. Do you know some website or forum to share information? And thank you for sharing your knowledge, it helps to confirm some of our ideas in this area and possible future problems.

  • @gangwang9641
    @gangwang9641 Год назад

    It will still be useful to see your video in 2023, thanks

  • @NicolasSauveur
    @NicolasSauveur 6 лет назад +4

    Next time you guys wonder about that big red block for opera mini in can I use, here is some insight : raddevon.com/articles/where-are-opera-mini-users/

    • @Z200a
      @Z200a 6 лет назад +1

      Fascinating... thanks for the link.

  • @davevanhoorn
    @davevanhoorn 6 лет назад +2

    I was one of the users who opened up Can I Use, checked a property and closed it again. That won't happen again :)

  • @nivita9830
    @nivita9830 6 лет назад +2

    Import Google Analytics data into caniuse = cool tip!

  • @MrHeadnail
    @MrHeadnail 4 года назад

    There should be a web series - or yt channel where someone tries to browse internet with some old browsers :). I would definetly watch it :D

  • @anacarolinamedeiroslabeca2761
    @anacarolinamedeiroslabeca2761 6 лет назад

    I've learn so much in this video.
    Thank you!

  • @Cognitoman
    @Cognitoman 6 лет назад +1

    You really know your stuff ;). Thanks for the videos I really appreciate it

  • @Nasir127sb
    @Nasir127sb 2 года назад

    Very very good information

  • @Skadi2k3
    @Skadi2k3 6 лет назад +1

    Never used the usagerelative tab wowsers.

  • @danielsokil9529
    @danielsokil9529 6 лет назад

    Thank you.

  • @mactavishzhan6775
    @mactavishzhan6775 6 лет назад

    When you trying to support browsers like IE,even it is a newer version like IE 11, @support itself were not supported in these browsers, thats...really annoying

    • @LayoutLand
      @LayoutLand  6 лет назад +1

      Watch Part 6. I explain what to do about this. It’s not as bad as you might think.

    • @mactavishzhan6775
      @mactavishzhan6775 6 лет назад

      yeah, It's a tradeoff, depend on the use case.

  • @Enchufadoo
    @Enchufadoo 6 лет назад

    If I had to explain to someone why web development is horrid for some of us I would show them this video about CSS and then a couple about javascript.

    • @LayoutLand
      @LayoutLand  6 лет назад

      Well, you should watch the whole Resilient CSS Series and see why CSS is not actually horrid. Part 1 explains the benefits of the way CSS works. Part 3-7 shows you exactly how to write CSS that will work in every browser at the same time. Once you learn what’s up, the pain will stop.

  • @developermondial6850
    @developermondial6850 6 лет назад +1

    Your channel is very great. Thank you for this valuable information and do not spare us with your videos

  • @madebyibrahim
    @madebyibrahim 6 лет назад +1

    I'm very impressed. Great video!

  • @AndrewWooldridge
    @AndrewWooldridge 6 лет назад +1

    There are a couple down votes. Whah? I guess there are randos that down vote anything? Ah well, this is great stuff.

    • @LayoutLand
      @LayoutLand  6 лет назад +1

      Yeah, funny thing is, according to the RUclips algorithms those down-votes are still counted as "engagement" and so help the videos get seen even more. They might intend to send a bad message, but the opposite happens. Ah, internet...

  • @abdallahmansor
    @abdallahmansor Год назад

    Awesome, 4:35

  • @mrwho2513
    @mrwho2513 6 лет назад

    you may find info about cross browser support but sometimes if might fail on cross OS support, like safari on windows :)

    • @LayoutLand
      @LayoutLand  6 лет назад +1

      Yes, sometimes support happens through a combination of browser code and operating system code. That's certainly true with Variable Fonts, for example. Variable Fonts work in Safari 11 on macOS 10.13 High Sierra, but do not work in Safari 11 on macOS 10.12 Sierra. This makes everything that much more complicated. You can't just say it works/doesn't work in Safari 11.
      Can I Use has notes about these kinds of things, however. Look at the page for Variable Fonts, and read the footnotes. It's all there. caniuse.com/#feat=variable-fonts
      If the information on Can I Use is incomplete or wrong, you can always file a bug to get it updated. github.com/fyrd/caniuse/issues
      Also, as I say in the video, MDN has more detailed information about browser support for specific details of CSS. It's always a good idea to check more than one place if things seem wrong or incomplete. None of these resources are perfect, because all of them have been created by humans.

    • @mrwho2513
      @mrwho2513 6 лет назад

      wow, that's pretty nice, although, my concern was not, at least, the lack of information about this, but the fact that we, as developers have to deal with lots of "cross universe" features.
      My idea is to keep the UI as simple as possible in order to prevent some unsupported browsers/OS things, this way we'll save time for documenting about all of that.
      PS: A funny joke about this issue
      html9responsiveboilerstrapjs.com/