skip to main content

Posts tagged “web”, page 5

  1. FOREVERYONE.NET
    foreveryone.net

    A great little documentary about the birth of the web, featuring Tim Berners-Lee front and center.

    FOREVERYONE.NET connects the future of the web with the little-known story of its birth. In 1989, Tim Berners-Lee implemented the first successful communication between a Hypertext Transfer Protocol (HTTP) client and server via the Internet creating the world wide web.

  2. CERN 2019 WorldWideWeb Rebuild
    worldwideweb.cern.ch

    Digital archeology — a working simulation of the first ever web browser:

    In December 1990, an application called WorldWideWeb was developed on a NeXT machine at The European Organization for Nuclear Research (known as CERN) just outside of Geneva. This program – WorldWideWeb — is the antecedent of most of what we consider or know of as “the web” today.

    In February 2019, in celebration of the thirtieth anniversary of the development of WorldWideWeb, a group of developers and designers convened at CERN to rebuild the original browser within a contemporary browser, allowing users around the world to experience the origins of this transformative technology.

    It’s amazing just how resilient and backwards-compatible HTML is. My site is already quite usable in WorldWideWeb, but now I’ll have to resist the urge to add some optimizations for 1990 web users.

  3. How do you figure?
    scottohara.me

    A deep dive into figure accessibility from Scott O’Hara:

    A figcaption is meant to provide a caption or summary to a figure, relating it back to the document the figure is contained within, or conveying additional information that may not be directly apparent from reviewing the figure itself.

    If an image is given an empty alt, then the figcaption is in effect describing nothing. And that doesn’t make much sense, does it?

  4. How Much of the Internet Is Fake?
    nymag.com

    Max Read:

    Studies generally suggest that, year after year, less than 60 percent of web traffic is human; some years, according to some researchers, a healthy majority of it is bot. For a period of time in 2013, the Times reported this year, a full half of YouTube traffic was “bots masquerading as people,” a portion so high that employees feared an inflection point after which YouTube’s systems for detecting fraudulent traffic would begin to regard bot traffic as real and human traffic as fake. They called this hypothetical event “the Inversion.”

  5. Deep dive CSS: font metrics, line-height and vertical-align
    iamvdo.me

    Vincent De Oliveira:

    Line-height and vertical-align are simple CSS properties. So simple that most of us are convinced to fully understand how they work and how to use them. But it’s not. They really are complex, maybe the hardest ones, as they have a major role in the creation of one of the less-known feature of CSS: inline formatting context.

    No kidding, this stuff is complex.

  6. Openness and Longevity
    garrettdimon.com

    Garrett Dimon:

    If you’ve spent any significant time on the web, you can likely feel how a website is built from the moment you open a page. Does it load quickly? Is anything broken? Does it work well with your password manager? Is it readable? You likely make a dozen judgments in a split second.

    On the other hand, you know the moment you open a site that was built well. Everything just works. The people who built it took care with their markup and CSS to take full advantage of the power and built-in features of those languages.

    These differences aren’t arbitrary. They’re the difference between a team that embraces and understands the web with all of its quirks and a team that scoffs at it and its constraints. But when constraints disappear, so does consideration. Forward progress is important, but we should take more time to consider the digital detritus that’s left behind. Bloated web pages. Sites that barely load.

  7. HTML, CSS and our vanishing industry entry points
    rachelandrew.co.uk

    Fighting words from Rachel Andrew, defending the ease of learning HTML and CSS from scratch:

    Whether front or backend, many of us without a computer science background are here because of the ease of starting to write HTML and CSS. The magic of seeing our code do stuff on a real live webpage!

    Yes! The instantaneous feedback when editing HTML or CSS on a live webpage is, to me, one of the most important characteristics of the web as a medium. Having no layers of abstraction between creative input and final output is one of the web’s miracles.

    I might be the “old guard” but if you think I’m incapable of learning React, or another framework, and am defending my way of working because of this, please get over yourself. However, 22 year old me would have looked at those things and run away. If we make it so that you have to understand programming to even start, then we take something open and enabling, and place it back in the hands of those who are already privileged. I have plenty of fight left in me to stand up against that.

    I couldn’t agree more. It really was the ease of getting started that got me into web development, and kept me away from native app development. Easy to learn, hard to master is a wonderful trait that the web should fight to keep.

  8. I’m a Web Designer
    andy-bell.design

    Still on the topic of web development job titles, Andy Bell hits the nail on the head. This paragraph describes my exact problem assigning a title to myself:

    I struggled with how to place myself when I went back to freelancing last year because I’m both a designer and a developer. I toyed with “Independent Designer & Developer” which worked out alright but did make me sound like a bit of a “Jack of all trades”. I’m also technically “Full Stack”, but I won’t use that as a title because in my head, a Full Stack Developer is a back-end developer who knows a bit of client-side JavaScript and CSS.

    I tried to avoid the issue altogether and go with a short description instead of a title — “design and code for the web” is what I ended up with. But when pressed for a title, I do fall back to “front-end web developer,” which feels lamer every time I say it.

    Andy suggests “web designer.” Despite the baggage, it does seem to fit the bill. I like it. I promptly added myself to Andy’s personalsit.es directory with that as my top tag.

  9. The Great Divide
    css-tricks.com

    Chris Coyier tries to make sense of what “front-end web developer” means now, and gets to the core of why I avoid calling myself one:

    When companies post job openings for “Front-End Developer,” what are they really asking for? Assuming they actually know (lolz), the title front-end developer alone isn’t doing enough. It’s likely more helpful to know which side of the divide they need the most.

    Two “front-end web developers” can be standing right next to each other and have little, if any, skill sets in common. That’s downright bizarre to me for a job title so specific and ubiquitous. I’m sure that’s already the case with a job title like designer, but front-end web developer is a niche within a niche already.

  10. How to Fix Social Media by Injecting A Chunk of the Blogosphere
    kottke.org

    Tim Carmody:

    Most of the proper publications I’ve written for, even the net-native ones, have been dense enough to hold an atmosphere.

    And guess what? So have Twitter and Facebook. Just by enduring, those places have become places for lasting connections and friendships and career opportunities, in a way the blogosphere never was, at least for me. (Maybe this is partly a function of timing, but look: I was there.) And this means that, despite their toxicity, despite their shortcomings, despite all the promises that have gone unfulfilled, Twitter and Facebook have continued to matter in a way that blogs don’t.

  11. Signal v Noise exits Medium
    m.signalvnoise.com

    David Heinemeier Hansson:

    Traditional blogs might have swung out of favor, as we all discovered the benefits of social media and aggregating platforms, but we think they’re about to swing back in style, as we all discover the real costs and problems brought by such centralization.

    Dave Rupert comments:

    Blogging is back, baby! Awooo!

    I’m definitely feeling the momentum. I’ve been acutely aware of it as I’ve worked on getting this blog up and running over the past year, and it’s only getting stronger.

  12. Line breaking - Florian Rivoal at dotCSS 2018
    dotconferences.com

    Florian goes over a set of confusingly named properties and values from the css-text-3 specification that control what happens to white spaces when laying out text, and how line breaking works. He explains the logic of the system, different ways the properties can be used to achieve various results, and looks into some of the complication caused by incomplete implementations.

    I care about this topic a lot, but it really tests my patience. If only browser support for these properties were consistent, I could start to build a mental model that takes them all into consideration. As it stands, it’s such a mess that I routinely have to spend time reading about it, and still not be super confident with the results.