My response to the UK Competition and Markets Authority
A web developer's response to the UK CMA's mobile browser remedies, advocating for better browser engine parity and web app installation on iOS.
A web developer's response to the UK CMA's mobile browser remedies, advocating for better browser engine parity and web app installation on iOS.
A tutorial on creating a clean, responsive timeline using CSS flexbox, with step-by-step code examples for markup and styling.
A tutorial on enhancing Htmx web applications by replacing default confirmation dialogs with custom SweetAlert popups for better user experience.
Learn the fundamentals of client-side JavaScript for DOM manipulation, including creating and modifying HTML elements programmatically.
Explores the HTML5 <article> element, its purpose for document structure, and its importance for web accessibility and semantics.
A review of a free, dense reference e-book for learning HTML elements and CSS properties through rote memorization.
Analyzes how JavaScript-heavy web architectures harm public service sites, causing slow performance and access barriers for users on low-end devices.
Argues that APIs should not redirect HTTP to HTTPS, but instead disable HTTP or return errors, to prevent accidental unencrypted data exposure.
A guide for R users to learn basics of Python, HTML, CSS, JS, and C++ to enhance their data science and web development projects.
An investigation into how JavaScript-first frontend culture and bloated frameworks contributed to performance issues, especially on low-end mobile devices.
Explains the HTML <address> element's semantic meaning and demonstrates how to correctly mark up contact information using Microdata and schema.org.
An article explaining the HTML <abbr> element, its purpose for marking abbreviations, and a discussion on semantic HTML.
A developer shares progress on his educational course, detailing improvements to his video recording workflow and technical decisions like adopting htmx.
An in-depth exploration of the HTML anchor element (<a>), explaining its purpose, the href attribute, and the technical semantics of hyperlinks.
A developer details improvements to their website's URI fragment system for header links and discusses strategies for generating clean, human-readable anchor IDs.
The article argues that most programming tasks, from ORMs to routing, fundamentally involve text processing and data mapping.
A collection of practical CSS one-liners and snippets to enhance default browser styles and improve typography in web projects.
An interactive guide explaining the CSS Grid template areas feature, highlighting its simplicity and power for layout positioning compared to line numbers.
array_find in PHP 8.4 Written on 2024-07-18 PHP 8.4 adds a handful of functions that have been missing for a while: array_find() and its variants. The
A developer reflects on their progress in the #100DaysToOffload writing challenge, sharing key posts and their current status.