📄 Thoughts on lazy loading images
A developer explores native lazy loading for images in HTML, discussing its benefits for performance and data savings, while considering potential drawbacks.
A developer explores native lazy loading for images in HTML, discussing its benefits for performance and data savings, while considering potential drawbacks.
A deep dive into the HTML file input element, covering its attributes, JavaScript integration, and best practices for developers.
A tutorial on implementing multi-language websites using HTML link elements for translations and building a dynamic language selector with JavaScript.
A critique of advice to omit HTML and CSS from developer CVs, arguing they are fundamental front-end skills.
Part 6 of a Django tutorial series, focusing on creating HTML templates (base.html, post_list.html) for a blog application using Django's template language.
Andy Bell shares a front-end tip for preventing line breaks using a zero-width, non-breaking space HTML entity.
A developer shares the joy of returning to hands-on HTML, CSS, and JS coding after a month focused on static design tools.
A web developer explains why they prefer HTML and CSS over static design tools like Figma for core design work, while acknowledging the latter's benefits for stakeholder collaboration.
A guide to the various methods for hiding elements in web development, covering HTML, CSS, accessibility, and animation considerations.
An introductory article explaining what JavaScript is, its benefits, and how to use it in HTML for web development.
Explains five core CSS selector methods for targeting HTML elements, including class, ID, and attribute selectors.
An introductory guide explaining HTML (HyperText Markup Language), its core concepts, and basic syntax for building webpages.
An introductory guide explaining the basics of the World Wide Web, websites, web servers, clients, and the difference between static and dynamic sites.
Highlights from Chrome Dev Summit 2019, covering upcoming HTML form improvements, new CSS features like :is() and logical properties.
A satirical dialogue highlighting developer resistance and misconceptions about implementing web accessibility standards.
A tutorial on recreating the Apple Music playback header using HTML and CSS, focusing on layout with Flexbox and CSS Grid.
Explores the evolution of the World Wide Web from a simple 'Web of Documents' to the complex 'Web of Applications' we use today.
A reflection on web development fundamentals, arguing for prioritizing accessibility, HTML, and CSS over JavaScript frameworks to build a web for everyone.
Argues that front-end developers must learn foundational HTML and CSS before JavaScript to build robust, maintainable applications.
An overview of multiple methods to implement accessible icon buttons, covering HTML semantics, ARIA attributes, and screen reader compatibility.