Feedback is awesome
A developer reflects on the power of positive feedback in tech, sharing personal stories about her tutorial's impact and mentorship initiatives.
A developer reflects on the power of positive feedback in tech, sharing personal stories about her tutorial's impact and mentorship initiatives.
Explores the accessibility challenge of indicating the current page link in web navigation, discussing solutions like hidden spans and ARIA labels.
Part 2 of an HTML and CSS tutorial for beginners, covering CSS basics, selectors, and styling techniques.
A beginner-friendly tutorial covering HTML basics, tag structure, text formatting, and essential web development concepts for absolute beginners.
A developer's critical analysis of the stalled standards process for implementing responsive images on the web, focusing on the src-N proposal.
A tutorial on styling a website header with CSS, covering linking stylesheets, using CSS resets, and applying layout techniques.
A tutorial on creating a clean website's HTML structure, covering element targeting with IDs and classes.
An introduction to website structure, focusing on HTML block elements and layout principles for web development beginners.
A technical guide on implementing a scalable, pure CSS mobile navigation menu icon (the 'hamburger' icon) to avoid cross-device Unicode rendering issues.
A humorous and confusing explanation of CSS positioning properties (static, relative, absolute, fixed) that highlights the language's complexity.
A critique of the WHATWG's process for standardizing responsive images, highlighting developer frustration over the adoption of the srcset attribute.
Explores the smallest possible valid (X)HTML documents for various historical HTML versions, detailing byte counts and SGML minimization tricks.
Introducing dabblet, an interactive CSS playground with real-time updates, GitHub gist saving, and built-in vendor prefixing.
Explains ambiguous ampersands in HTML, detailing character references and validity rules in HTML4 vs. HTML5 specifications.
Discusses shorthand notations for referring to HTML elements with specific attributes, comparing CSS, XPath, and custom syntax.
Explains the HTML ETAGO delimiter, its theoretical impact on <style> and <script> tags in HTML4, and how HTML5 standardized browser behavior.
Explains the rules and pitfalls of using unquoted attribute values in HTML, including when it's valid and how it interacts with CSS/JS selectors.
A developer shares insights from a WordPress meetup talk on HTML and PHP basics, explaining how to edit code without breaking a site.
A technical guide explaining touch icons for mobile web apps, covering HTML implementation, browser support, and visual effects across iOS and Android.
A technical guide on reverse-engineering and speedrunning Dropbox's 2011 Dropquest scavenger hunt to achieve the fastest possible completion time.