Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Darkly)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Uncategorized
  3. Web developers: we are going to go out of our way to hide the scrollbars!

Web developers: we are going to go out of our way to hide the scrollbars!

Scheduled Pinned Locked Moved Uncategorized
44 Posts 28 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Michał "rysiek" Woźniak · 🇺🇦R Michał "rysiek" Woźniak · 🇺🇦

    @maypop_neocities @korgie @lightspill 💯

    Function over style.

    Maypop the DragonM This user is from outside of this forum
    Maypop the DragonM This user is from outside of this forum
    Maypop the Dragon
    wrote last edited by
    #35

    @rysiek @korgie @lightspill nah it just is a good style too. "modern" design is ugly.

    Michał "rysiek" Woźniak · 🇺🇦R 1 Reply Last reply
    0
    • Maypop the DragonM Maypop the Dragon

      @rysiek @korgie @lightspill nah it just is a good style too. "modern" design is ugly.

      Michał "rysiek" Woźniak · 🇺🇦R This user is from outside of this forum
      Michał "rysiek" Woźniak · 🇺🇦R This user is from outside of this forum
      Michał "rysiek" Woźniak · 🇺🇦
      wrote last edited by
      #36

      @maypop_neocities @korgie @lightspill oh I am with you. Still, if I have to choose...

      1 Reply Last reply
      0
      • Michał "rysiek" Woźniak · 🇺🇦R Michał "rysiek" Woźniak · 🇺🇦

        Web developers: we are going to go out of our way to hide the scrollbars!

        Users: but that makes it difficult to know how much of the text is left to read!

        Web developers: don't worry, we'll add a non-standard UI element that signals this in some non-obvious, weird way!

        EduCoderE This user is from outside of this forum
        EduCoderE This user is from outside of this forum
        EduCoder
        wrote last edited by
        #37

        @rysiek Old Web Developers: "where the f**k is the scroll bar??"

        Browser developers: "What's your user agent?"

        OWD: "Why does that matter? Wait... What did you do?"

        BD: "We made it better! And it's all rounded now."

        OWD: "Give me back the same UI that I'm developing on! Let me control how it renders. Why are you doing this to us?"

        BD: "Here, now there's AI in there, too."

        OWD: "..."

        BD: "You're welcome."

        1 Reply Last reply
        0
        • RotkäppchenL Rotkäppchen

          @dalias @rysiek
          Well, there are legitimate reasons to develop applications running in the browser engine (portability as the main one).
          The problem is article sites pushing advertisement bullshit into everything, and you can‘t really do that if the user just enables Reader Mode. So, make your document tree useless for everything but proprietary CSS and JS.
          A web dev should just be someone developing applications for the browser engines, like iOS devs for iPhone apps.

          LisPiL This user is from outside of this forum
          LisPiL This user is from outside of this forum
          LisPi
          wrote last edited by
          #38

          @libewa@chaos.social @dalias@hachyderm.io @rysiek@mstdn.social Java and Common Lisp are two better examples of how to solve the portability problem.

          (Portable bytecode and runs-from-source, respectively, for native programs. Of course Common Lisp (and Interlisp) also did bytecode before Java but nevermind that, bytecode is old.)

          1 Reply Last reply
          0
          • RotkäppchenL Rotkäppchen

            @dalias @rysiek
            Yes. But, to take one of my projects: a live departure viewer. Not enough for a native app, too much for a one-time GET.

            LisPiL This user is from outside of this forum
            LisPiL This user is from outside of this forum
            LisPi
            wrote last edited by
            #39
            @libewa @dalias @rysiek > Not enough for a native app

            Why not? I've seen similarly-sized "Apps for GNOME", they love small programs for every little thing.
            1 Reply Last reply
            0
            • CassandrichD Cassandrich

              @libewa @rysiek Yeah but that's a document that can be complete in the moment as served, with some minimal js to make it an active document that updates elements of the DOM.

              It does not need to be an "application" that bypasses the whole document model and implements its own UI.

              LisPiL This user is from outside of this forum
              LisPiL This user is from outside of this forum
              LisPi
              wrote last edited by
              #40

              @dalias@hachyderm.io @libewa@chaos.social @rysiek@mstdn.social It can even be a static HTML document in an <iframe> with a user-customizable (with a request with a form field) refresh timer enabled by <meta> tags.

              1 Reply Last reply
              0
              • Korgie D. 🏳️‍⚧️🏳️‍🌈K Korgie D. 🏳️‍⚧️🏳️‍🌈

                @lightspill @rysiek We should also be able to keep them always visible, and control the thickness.

                I totally get why people don't like the look of the scrollbars of the 90s, but that should be an option for those who need that (either due to vision issues, trouble using the newer style, or just personal preference)

                Jernej Simončič �J This user is from outside of this forum
                Jernej Simončič �J This user is from outside of this forum
                Jernej Simončič �
                wrote last edited by
                #41

                @korgie @lightspill @rysiek Windows has an accessibility setting to always show scrollbars, and the Registry setting for their thickness is still evaluated, even if the UI is gone.

                1 Reply Last reply
                0
                • Emotional Support MonsterL Emotional Support Monster

                  @rysiek Honestly I just don’t like scrollbars and turn them off, but, like, I’m the user, I should be able to turn them off. Or on. Webdev (and Desktop Dev, because we’ve somehow regressed to be less capable than Windows 3.1) need to be hit with the User Sovereignty Stick.

                  JessE This user is from outside of this forum
                  JessE This user is from outside of this forum
                  Jess
                  wrote last edited by
                  #42

                  @lightspill @rysiek hot take: I think CSS that does anything other than organizing the elements on a page simply shouldn't work 🤷‍♀️ If we're being generous, I guess web devs can have background images/colors and text colors, but only after they've proven that they can be responsible

                  Michał "rysiek" Woźniak · 🇺🇦R 1 Reply Last reply
                  0
                  • JessE Jess

                    @lightspill @rysiek hot take: I think CSS that does anything other than organizing the elements on a page simply shouldn't work 🤷‍♀️ If we're being generous, I guess web devs can have background images/colors and text colors, but only after they've proven that they can be responsible

                    Michał "rysiek" Woźniak · 🇺🇦R This user is from outside of this forum
                    Michał "rysiek" Woźniak · 🇺🇦R This user is from outside of this forum
                    Michał "rysiek" Woźniak · 🇺🇦
                    wrote last edited by
                    #43

                    @eletious @lightspill I don't think I agree. I love beautifully designed pages, and I love the genuinely useful functionality CSS can bring to a website without even a line of JS.

                    But the way webdevs are abusing CSS *and* JS to make websites effectively unusable is revolting.

                    1 Reply Last reply
                    0
                    • Michał "rysiek" Woźniak · 🇺🇦R Michał "rysiek" Woźniak · 🇺🇦

                      Web developers: we are going to go out of our way to hide the scrollbars!

                      Users: but that makes it difficult to know how much of the text is left to read!

                      Web developers: don't worry, we'll add a non-standard UI element that signals this in some non-obvious, weird way!

                      Artyom BologovA This user is from outside of this forum
                      Artyom BologovA This user is from outside of this forum
                      Artyom Bologov
                      wrote last edited by
                      #44

                      @rysiek yeah, pretty much https://aartaka.me/scrollbar.html

                      1 Reply Last reply
                      0
                      • MarianneN Marianne shared this topic
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      Powered by NodeBB Contributors
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups