Using A Hidden Submit Button To Ensure Unnamed Submissions
A technical article explaining how to use a hidden submit button to control which form data is sent when a user submits via Enter key.
A technical article explaining how to use a hidden submit button to control which form data is sent when a user submits via Enter key.
Explains how HTMX uses 'previous' and 'next' mechanics with CSS selectors and the Node.compareDocumentPosition() method.
Schedule of public tech talks and workshops on frontend development, JavaScript, and web standards for the first half of 2025.
A tutorial on adding client-side search to a static website using custom data attributes and JavaScript to filter blog posts.
Learn how to use useEffect and useRef to access browser APIs like 'window' in Next.js, avoiding 'window is not defined' errors.
A detailed guide on the author's process for creating concise, high-value educational videos, focusing on preparation and content structure.
Explains how to use TypeScript's mapped and conditional types to create precise typings for DOM factory functions like document.createElement.
A tutorial showing two ways to scroll to specific items in a React list component using the native scrollIntoView API.
Exploring a method to extend native DOM prototypes safely by using a single namespace property to avoid collisions in JavaScript libraries.
The author expresses excitement for Web Platform Docs, a collaborative project by browser vendors to create unified web development documentation.
Introduction to RoboHornet, a community-driven browser benchmark focused on real-world web performance pain points like DOM and canvas.
A call for contributors to help create a modern, streamlined fork of jQuery that removes legacy browser code and uses native JavaScript.
An experimental JavaScript approach to creating elastic textareas that auto-adjust height without hidden divs, discussing browser compatibility.
Explores native multiple file uploads in browsers using the 'multiple' attribute and feature detection for cross-browser compatibility.
A guide to detecting the current browser's CSS vendor prefix using JavaScript, addressing cross-browser compatibility issues.
Learn how to detect browser support for specific CSS properties using JavaScript feature detection instead of browser sniffing.