The abbr element
An article explaining the HTML <abbr> element, its purpose for marking abbreviations, and a discussion on semantic HTML.
An article explaining the HTML <abbr> element, its purpose for marking abbreviations, and a discussion on semantic HTML.
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.
The @property rule in CSS Houdini is now universally supported, enabling typed custom properties, fallbacks, and animating gradients.
Announcing a new article on building a web app with HTMX and FastAPI, published on TestDriven.io.
A developer shares how a single blog post about a Laracasts video led to a job at Spatie and eventually a role as a PHP Developer Advocate at JetBrains.
A developer shares fun and time-consuming microfeatures implemented on their personal blog, including published/revision dates, quote attribution, and styled notes.
A beginner's guide to HTML, covering what it is, the tools needed, and a step-by-step tutorial to create your first web page.
A critical analysis of business architecture's role in enterprise IT, questioning its practical value and the attitudes of its proponents.
A developer discusses the deprecation of Unsplash Source, a service for embedding random photos, and explores potential alternatives.
A technical guide on how to set up and configure the Tailwind CSS framework within a Blazor web application project.
A web developer discusses the importance of feedback in tech careers, covering its impact on motivation, junior developers, and conference talks.
A guide to encrypting and decrypting sensitive identifiers in ASP.NET Core route parameters for improved security and data privacy.
The author updates core pages like About, FAQ, and Home for the JourneyInbox SaaS app, focusing on UI layout and content.
Explains how Google Translate's DOM manipulation causes crashes in React and other web apps, detailing the technical issues and potential workarounds.