progressive enhancement

About this tag
Progressive enhancement is a web development strategy that focuses on building a core experience that works for all users, then adding advanced features for browsers that support them. The tagged content on WindowsForum.com explores this approach through a series of posts about the 10k Apart contest site, which was built in less than 10kB. Topics include markup for accessibility and clarity, CSS structure and sandboxing, JavaScript enhancements, and compilation and optimization techniques. The series emphasizes interoperability, accessibility, and performance, demonstrating how progressive enhancement can create robust, lightweight web experiences that degrade gracefully when JavaScript or other features are unavailable.
  1. News

    Building in 10k: Compilation, Optimization, and Compression

    Editor’s note: This is the sixth (and final) in a series of posts from the team that built the 10k Apart contest site, exploring the process of building for interoperability, accessibility, and progressive enhancement in less than 10kB. In the previous post in this series, I did a deep dive...
  2. News

    Building in 10k: Svelte JavaScript Enhancements

    Editor’s note: This is the fifth in a series of posts from the team that built the 10k Apart contest site, exploring the process of building for interoperability, accessibility, and progressive enhancement in less than 10kB. In the previous post in this series, I discussed my approach to CSS...
  3. News

    Building in 10k: CSS Structure and Sandboxing

    Editor’s note: This is the fourth in a series of posts from the team that built the 10k Apart contest site, exploring the process of building for interoperability, accessibility, and progressive enhancement in less than 10kB. In the previous post in this series, Stephanie Stimac discussed her...
  4. News

    Building in 10k: Markup for Accessibility, Clarity, and Affordance

    Editor’s note: This is part two in a series of posts from the team that built the 10k Apart contest page, exploring the process of building for interoperability, accessibility, and progressive enhancement in less than 10kB. In the previous post in this series, I talked a lot about how the 10k...
  5. News

    Building in 10k: Content and Strategy

    Editor’s note: This is the first in a series of posts from the team that built the 10k Apart contest page, exploring the process of building for interoperability, accessibility, and progressive enhancement in less than 10kB. When Link Removed first approached me about bringing back the 10k...
  6. News

    What would you do with 10kB?

    Sixteen years ago, Link Removed conceived of a contest that would test the mettle of any web designer: The 5k. The idea was that entrants would build an entire site in 5kb of code or less. Its aim was to force us to get creative by putting a bounding box on what we could do: Between servers and...
Back
Top