Using ColdFusion For Rapid Application Prototyping
Explores using ColdFusion's unique CFML features for rapid application prototyping, focusing on tag-based syntax and seamless code collocation.
Explores using ColdFusion's unique CFML features for rapid application prototyping, focusing on tag-based syntax and seamless code collocation.
A comprehensive reference listing the official semantic definitions for all 113 standard HTML elements, as per the HTML specification.
Fixing YouTube embed error 153 by adjusting Django's Referrer-Policy header from same-origin to strict-origin-when-cross-origin.
A blog post discussing GitHub's frontend requiring JavaScript, hindering use in the Dillo browser, and the principle of progressive enhancement.
Explains PHP's nine superglobal variables, their scopes, and how to use them for managing data in web applications.
A tutorial exploring CSS Subgrid, showing how it extends grid layouts and enables new UI possibilities beyond basic CSS Grid.
A developer shares a minimal CSS starter template with personal preferences on resets, scroll behavior, typography, and dark mode.
Explores various tenant identification techniques for multitenant ASP.NET Core applications, including query strings, routes, and HTTP headers.
Announcement of htmx 4, replacing XMLHttpRequest with fetch() and introducing breaking changes with a detailed upgrade plan.
BinEye is a modern, cross-platform numeric and color analysis tool for developers, now rewritten with web technologies.
A beginner's guide to Node.js, explaining what it is and how to run your first JavaScript application outside of a web browser.
A beginner's guide to using shells and understanding file system paths for web development.
A satirical argument that HTML is the world's most difficult programming language, based on the prevalence of invalid HTML, with a call for developers to prioritize writing valid code.
Explores the forgotten HTML Table API for programmatically creating and manipulating tables without using innerHTML or full re-renders.
Ben Nadel argues for using self-closing ColdFusion custom tags to make code structure explicit and avoid confusion in nested tags.
A beginner's guide to setting up a web development environment, covering essential tools like IDEs and project setup.
A developer reflects on managing multiple WordPress blogs with custom themes, discussing the pros and cons of separating content by topic versus consolidating.
A beginner's guide to using Git and GitHub for version control in web development, covering installation and basic local repository usage.
A beginner's guide to Markdown, a lightweight markup language used in programming documentation and web development.
A beginner's guide to implementing user authentication in a Node.js web server, covering passwords, Base64 encoding, and dynamic imports.