create a blog application with django, part 6: create django templates
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.
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 guide for aspiring web developers on choosing programming languages, covering essential frontend (HTML, CSS, JavaScript) and backend options.
Explains the roles of HTML, CSS, and JavaScript in web development using a house analogy to illustrate structure, style, and behavior.
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.
A tutorial on building a functional calendar layout using CSS Grid, covering HTML structure and grid placement techniques.
Explores strategies for building a website that can last 100 years, focusing on static site generators, open-source software, and durable web standards.
An overview of multiple methods to implement accessible icon buttons, covering HTML semantics, ARIA attributes, and screen reader compatibility.