caduh

Posts tagged “web

Tiny explainers grouped by topic. Spend less time Googling, more time building.

Web Accessibility Basics: 5 Easy Wins for Every Developer

Low‑effort, high‑impact a11y fixes: alt text, semantic HTML & landmarks, color contrast (and non‑color cues), keyboard navigation & focus, and form labels/errors—with copy‑paste examples.

devwebaccessibility

UTF-8 vs ASCII — What Every Developer Should Know

A simple guide to character encoding: what ASCII is, how UTF‑8 works, why bytes ≠ characters, and the real-world gotchas (mojibake, emojis, normalization, MySQL utf8mb4).

devencodingunicode