Best of HTMLMarch 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    Async vs Defer in JavaScript: Which is Better?🤔

    Learn about the async and defer attributes used when including external JavaScript files in HTML documents. Understand their differences, how they affect script execution, and when to use them.

  2. 2
    Article
    Avatar of devtoDEV·2y

    Best Practices for Frontend Web Development: A Comprehensive Guide

    A comprehensive guide to frontend web development, covering best practices, including semantic HTML markup, CSS methodologies, responsive design, progressive enhancement, performance optimization, cross-browser compatibility, accessibility standards, optimized images and multimedia, version control, and continuous learning.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    Building an adaptive favicon

    Learn how to build an adaptive favicon using SVG, which allows for scalability, small file size, and embedded styling for light and dark themes.

  4. 4
    Article
    Avatar of devtoDEV·2y

    Desert Racer 🏜️: World's First CSS-only Swipe-Aware Game!

    A CSS-only game showcasing swipe awareness and collision detection using CSS tricks and scroll properties. The author challenges the notion that swipe awareness is impossible without JavaScript and provides an interactive and inspiring experience.

  5. 5
    Article
    Avatar of dwbDavid Walsh·2y

    I’m So Old: Web Edition

    The post reminisces about the early days of web development, highlighting outdated practices and tools.

  6. 6
    Article
    Avatar of communityCommunity Picks·2y

    Simple Introduction To HTMX

    HTMX is a JavaScript library that allows you to create dynamic web pages using HTML without needing to write JavaScript. It offers simplicity, ease of use, and lightweight capabilities. A simple login form can be created using HTMX.

  7. 7
    Video
    Avatar of communityCommunity Picks·2y

    3 Cool VS Code Extensions

    Discover three cool VS Code extensions that enhance your coding experience, including Auto Rename Tag, Toggle Quotes, and VS Cod Pets.

  8. 8
    Article
    Avatar of gcgitconnected·2y

    The ULTIMATE Beginners Guide To Becoming a Web Developer

    This post is a comprehensive guide for beginners who want to become web developers. It covers various topics including how the web works, workspace setup, HTML, CSS, JavaScript, TypeScript, version control, package management, frontend frameworks, and interview preparation.

  9. 9
    Article
    Avatar of devtoDEV·2y

    Crafting interactive reactions similar to Google Meet using HTML, CSS, and Vanilla JavaScript

    Learn how to create interactive reactions similar to Google Meet using HTML, CSS, and Vanilla JavaScript. The post provides code examples and explains the implementation process.

  10. 10
    Article
    Avatar of devtoDEV·2y

    Dev Coffee

    This post is a tutorial on creating a CSS art of a coffee cup. It provides step-by-step instructions and code snippets to create the art piece.