I Used Netscape Composer in 2024

SeaMonkey and Modern WYSIWYG Editors

  • Several commenters note that Mozilla SeaMonkey still ships an HTML editor and is actively maintained.
  • Some still use it regularly for static sites and haven’t found a better modern equivalent.
  • There’s disappointment that BlueGriffon and similar tools are discontinued; people wish for a maintained WYSIWYG editor with modern HTML/CSS support.

Nostalgia and How People Learned the Web

  • Many learned HTML in the 90s using Netscape Composer, FrontPage (or Express), and then moved to hand-editing HTML in text editors.
  • Performance constraints on old hardware pushed some to abandon Composer and learn raw HTML.
  • These early tools (and free hosting like Geocities / mygale.org) are remembered as formative experiences that nudged people into software careers.

Tables, <center>, and Old-School Layout Hacks

  • Composer was fine for simple pages but struggled with complex table layouts.
  • Commenters reminisce about layout via full-width tables, valign="middle", <center>, HSPACE, and similar attributes.
  • Debate on centering: some argue CSS centering (e.g., margin: 0 auto) was always straightforward; others say <center> was more intuitive, and centering in CSS (especially vertical) was historically painful.
  • There’s a small tension between “use modern CSS properly” and “I like the charm of deprecated tags on personal sites.”

Static HTML vs Modern Web Practices

  • Static, lightweight HTML sites are praised for speed, simplicity, and longevity.
  • Some still edit HTML files and upload with FTP and see that as perfectly adequate.
  • Others contrast this with today’s heavy, JS- and SPA-driven sites that can be slow and fragile for basic informational content.

UI/UX: Then vs Now

  • Several comments argue 90s/early-2000s desktop UIs (e.g., Windows 98/2000, Mac OS 9) had clearer affordances via bevels, consistent guidelines, and obvious buttons.
  • Modern flat and web UIs are criticized for reduced discoverability, ambiguous click targets, weak focus indication, and overemphasis on aesthetics and monetization.
  • Others push back, saying nostalgia and changing requirements skew perceptions; some usability has improved, but trade-offs shifted toward broader audiences and multi-device support.