The 88x31 GIF Collection

99 points by vladde 4 months ago | 35 comments
  • avian 4 months ago
    I was wondering where the odd 88x31 size came from. According to this [1] it's basically because at one point GeoCities used a GIF of this size and then everyone copied it.

    [1] https://ux.stackexchange.com/questions/140100/why-has-8831-b...

    • rchaud 4 months ago
      Keeping them at a uniform size probably helped them stack evenly when displayed in an HTML table. Back in the day, these GIFs served as site badges or favicons, which weren't created until 1999.
      • jagermo 4 months ago
        interesting, so basically a standard by simply everyone using it, like the #. Cool.
      • Philpax 4 months ago
        If you enjoy this, you may also enjoy https://eightyeightthirty.one/, which is a network graph of every website with 88x31 links, updated weekly.
        • BugsJustFindMe 4 months ago
          Page crashes repeatedly for me in iOS Safari
          • lotrjohn 4 months ago
            Username checks out…
        • acheron 4 months ago
          What were the ones that were narrower that usually said things like “Apache” or “XHTML” or something technical?

          Ah here, 80x15 badges: https://web.badges.world

          I think those were popular a bit later than the 88x31 ones.

        • myfonj 4 months ago
          For crisp and quadrupled device pixels there, F12 console and:

              with( document.documentElement.style ){
                transformOrigin = '0 0';
                imageRendering = 'pixelated';
                scale = 1 / devicePixelRatio * 4;
              }
          • card_zero 4 months ago
            Seeing all these load immediately, and none of them stall, and then they all animate simultaneously and the browser doesn't crash ... feels really weird.
            • jFriedensreich 4 months ago
              The joke is on me because i still see them load in slowly about 10 at a time.
              • Cthulhu_ 4 months ago
                It's still HTTP 1.1, it's got 5 or so requests at a time but many short iterative download bursts. Since the server seems to use nginx and already uses https, upgrading to HTTP 2 or 3 shouldn't be a big issue.
              • ramon156 4 months ago
                Funny, on the in-app browser of Harmonic it still goes on-by-one. Firefox on mobile also instantly loads.

                More nostalgia I suppose!

              • jihadjihad 4 months ago
                Seeing all the Macromedia ones (“Made with Macromedia Dreamweaver”) right next to the Adobe ones is probably intentional, but still a little jarring even all these years later.

                I cut my teeth building sites with Dreamweaver back in the day and still am sore about Adobe letting it wither on the vine after the acquisition.

                • patates 4 months ago
                  There are some which may be NSFW. Just FYI.

                  I'll wait until I switch to my private computer to dive into it more :)

                  • jFriedensreich 4 months ago
                    One phrase caught my attention saying "No frames now!" in a few variations. Were frames a disputed feature at one time?
                    • forgotmypw17 4 months ago
                      As another comment mentioned, frames were originally a proprietary Netscape feature and required special attention to make accessible to any other browser (using the noframes tag and providing links to the framed content, for example). Otherwise, users would just see an empty page (or, worse, a “best viewed with Netscape” message.)

                      Before IE, there were at least two smaller browser “skirmishes”, and this was one of them. One before it was with Mosaic and inline image support, which most browsers did not have at the time (only links to view/download.)

                      • rendx 4 months ago
                        Aren't they still, or rather, almost completely dead and gone?
                        • hatsuseno 4 months ago
                          I wouldn't say dead and gone, tabular data is still a thing.
                          • tiagod 4 months ago
                            Still used to embed YouTube videos in a page, for example.
                            • pjc50 4 months ago
                              Iframes are not <frameset>. Frameset really is dead now you can have CSS fixed left and top headers.
                          • teddyh 4 months ago
                            IIRC, frames was originally a proprietary Netscape-only feature, at a time when the Netscape browser was proprietary, commercial, and did not support many platforms, and many people therefore used other browsers and/or other platforms which did not support frames.
                            • theshrike79 4 months ago
                              Frames were used because server side rendering of partial pages was sometimes a massive pain. There was no fancy React DOM that could refresh just the relevant bits.

                              In these cases you just added a frame and you could click through content and the navigation would stay in place.

                              ...but then, like always, people went overboard and pages started to have 42 frames within frames within frames and it made everything painful.

                          • jwilk 4 months ago
                          • talles 4 months ago
                            • drbig 4 months ago
                              The visual cacophony! The silent scream!

                              A truly marvelous collection.

                              • Tepix 4 months ago
                                Neat. However, with today's 4K screens, 88x31 is really tiny...
                                • Cthulhu_ 4 months ago
                                  I wouldn't be using native resolution on a 4K screen myself, everything gets too small then.
                                  • filcuk 4 months ago
                                    That's completely irrelevant?
                                  • dialup_sounds 4 months ago
                                    You may also enjoy 80x15 badges: https://web.badges.world/
                                    • p0w3n3d 4 months ago
                                      Looks like www.milliondollarhomepage.com
                                      • yapyap 4 months ago
                                        ah man, them loading in was satisfying!
                                        • 4 months ago