Skip to Content

Michael Hyland

Web Developer & Graphic Designer

Premium and cost-effective web solutions for small businesses and non-profits.

Contact → [email protected]

Blog

  • NOV 27 2023

    This is the code I use to impliment dark mode across all my websites. Set up is a cinch. Feel free to hijack for your own projects.

    • HTML
    • CSS
    • JavaScript
  • OCT 11 2023

    There are instances where concatenating content files into a singular top-level template becomes beneficial. For example, merging all component CSS into a single CSS file might be a preferred approach.

    • CSS
    • 11ty
    • Nunjucks
  • SEP 2 2023

    "Event bubbling" refers to the process where an event triggered on a DOM element propagates through its parent elements. Consequently, each parent element with an event listener will react to the event. Within the event handling process, it's crucial to filter and specify which elements we intend to respond to.

    • JavaScript