Web Development × Engineering Management × Philosophy (10)
Articles and books on the craft of web development (specifically, HTML and CSS optimization and maintainability) as well as on engineering management and leadership. (Exceptions prove the rule.)
The Internet Shedding a Free-Rider Problem
With more and more software and regulation limiting the data that we pay with for contents and services, we are, in a way, requiring these contents and services to be made truly free. This doesn’t appear sustainable, and the Web is likely to change.
#59 · · misc
HTML: The 16 Content Categories and Their Elements
HTML puts elements into content categories. This article serves as a boring, brief, but updated overview over the broad and overlapping categories of HTML, and which elements fall into them.
#58 · · development
In Critical Defense of Frontend Development
The field of frontend development is in another crisis, largely due to an incomplete, misinterpreted definition and a bizarre mess created by “web development as a commodity” and “web development as software development.” How frontend development is more than development, and what we can (and should) do.
#57 · · development
2020
2020 has been a strange year, a year of challenges, but overall a—good year. Personal notes, professional highlights, a few numbers.
#56 · · misc
Ignore AMP
In 2018, my recommendation was to avoid AMP, to use AMP for the most relevant pages, or to use AMP only. In 2020 my recommendation is to ignore it, because AMP largely appears meaningless now. Upgrade Your HTML II gives an opinionated idea why.
#55 · · development
Website Optimization Measures, Part XI
Welcome to another round-up of possible website improvements, this time going from several types of link updates to table of contents CSS upgrades to CDN integration and privacy policy checks.
#54 · · design, development
Notes on HTML 3.2
Would it still be useful to read the HTML 3.2 specification—from 1997? A few observations.
#53 · · development

Upgrade Your HTML II
If you care about HTML as a craft, if you consider yourself an HTML minimalist, if you believe in pushing for boundaries (and sometimes overdoing it), then this is a right book (and a right book series) for you—with 10 new examples from the field that get inspected and improved.
#52 · · books, development
On HTML (and HTML in 2020)
What seems noteworthy about HTML, and how we’re doing on that in the year 2020.
#51 · · development
People Care
It seems easy these days to lose faith in people. We’re destroying the planet, elect the least competent and least humane of our peers for presidents, kill our own people when we don’t kill people in other countries, etc.—and yet we all care.
#50 · · misc
A Day Is a Day
On a personal preference for Inbox 0, and doing, delegating, and deferring.
#49 · · misc
Custom Properties: Questioning “:root”
For custom properties (aka CSS variables) we got into the habit of declaring variables in a rule with a :root
selector. Yet unless you’re working in an environment in which style sheets serve several document types (and roots), question this use of :root
.
#48 · · development
Love
Love is the essence, love is the emotion. Yet it’s striking how we talk about love, as if there was just one type of love. Aldous Huxley comes to mind, and After Many a Summer Dies the Swan.
#47 · · misc
Website Optimization Measures, Part X
9 TILs that I applied to my personal projects.
#46 · · development
The Anti-Reset (to Reset to User Agent Styles)
I advise against resets. You don’t need them. (We don’t need them.) Yet what’s the opposite of a reset? Of all resets? The anti-reset. It looks something like this—
#45 · · development
Caring About Comments
Maybe you’re like me, and comments have begun to mildly scare you. Maybe you’re skeptical about popular discussion culture, too. Maybe you can relate because you, too, have found yourself write something reasonable you care about and a shitstorm broke out. And yet you and I love feedback.
#44 · · misc
33 Web Development Terms You May Not Have Heard Of
Web Development has its own, special vocabulary that easily consists of several thousand terms. Even if you’re an experienced developer you’re unlikely to know all of them. Still, do you like to try your knowledge? How many of the following terms do you know?
#43 · · design, development
On Disclosing Our Salaries
For a year now I’ve been toying with the idea of publicly disclosing my salary, as well as my financial assets. Not because of me, but because I’ve come to believe that this step, if taken by others, too, would be a step towards more transparency.
#42 · · misc
The 27 Boolean Attributes of HTML
What is a Boolean, what is a Boolean attribute, how does a Boolean attribute work, and what Boolean attributes are there? Meet the Boolean attributes, from allowfullscreen
to truespeed
.
#41 · · development
5 Tips to Get Your Dev Blog Running
If you know what you can deliver, if you keep at it, if you make it easy for your peers, if you talk about the effort, and if you measure and improve and employ a process, you’re likely to do well: thoughts on technical outreach.
#40 · · development, misc
The 4 Pillars of Good Embed Code
Embed code is third-party code to be integrated on websites and apps, like ads or social media widgets. There have been many problems with embed code for a very long time. This post covers the essence of what makes for good embed code.
#39 · · design, development

The Web Development Glossary (More Than 2,000 Key Terms for Developers)
What is a BHO? Goanna? Hooking? How about a principal box? Or the Ten-Second Rule? Covering more than 2,000 terms ranging from A11Y to Zsh, and including explanations from Wikipedia and the MDN Web Docs, I’m very happy to release the The Web Development Glossary.
#38 · · books, development
The Frameworks Paradox
The more complex a website, the bigger the need for a framework, the less effective an external framework. This is not new, and not even a paradox because an internal—homemade—HTML/CSS framework is always an option. However—
#37 · · development
On the Responsibility That Comes With Good JavaScript Support
According to our data, the classic idea of making sure websites and apps work without JavaScript being enabled is dead; when we look only at support requirements, this was the end of the story. It’s not, however, when we employ a broader look at JavaScript and its misuses.
#36 · · development
Highlights From “The Crowd” (Gustave Le Bon)
“Crowds are only cognisant of simple and extreme sentiments; the opinions, ideas, and beliefs suggested to them are accepted or rejected as a whole, and considered as absolute truths or as not less absolute errors.”
#35 · · misc