Hacker News new | ask | show | jobs
by bartread 797 days ago
> Netscape Composer to launch on my 80386 PC back in the mid nineties. It had an 85MB WD HDD and 4MB of ram, running Windows 3.1.

Bleedin' Nora: that's certainly an optimistic system configuration for that application. I'm not surprised you lost patience with it.

I remember using a real mixed bag of tools to create HTML in the late 90s/early 2000s. Started off with Notepad but stayed away from Communicator until I had a PC powerful enough to run it easily (early y2k).

I also briefly tried exporting Word documents as HTML, which I think might have been new in Office 2000. This was a bad idea: the markup was hugely bloated, and images were primarily embedded as ActiveX objects that only looked good in IE, with heavily downscaled/coloured versions available for other browsers. Similar issues with Frontpage.

But I found the markup generated by Composer to be pretty clean by the standards of the time, so developed a hybrid workflow where I'd rough out pages, along with their content, in composer, and then tweak the markup manually.

I also remember finding a really nice text editor for working with web pages. It came free on a magazine cover CD and I wish I could remember what it was called [EDIT: it might have been HoTMetaL]. For editing raw HTML and JavaScript nothing could better it. It wasn't as good as VSCode + the right extensions today but, for the time, it was literally streets ahead. So I ended up using that + Composer for at least a couple of years, up until maybe 2002.

2 comments

Word 97 has sensible export to basic HTML. No specific web page editing tools, but allows conversion of text content of existing documents in bulk. Search for

  <META NAME="Generator" CONTENT="Microsoft Word 97">
Later versions of Office use HTML as some kind of complete document serialization format. The website

http://mc-computing.com/HTML_Examples/html_Generators.htm

reminds that there exist Microsoft's own clean-up tool (without doubt, an internal pet project which became essential), “Office 2000 HTML Filter”.

Thanks, I stand corrected. The export from Word 2000 was anything but basic. And it did, as far as possible, seem to try to serialize most aspects of the document. Which, of course, is not really what you want from a 1999/2000 web page that most people would view over dial-up.

I suspect their target market with this was enterprise intranets where everybody would be forced to use IE, and therefore all the ActiveX garbage would render just fine... and given LAN bandwidth most people probably wouldn't notice the ridiculously large payload sizes (for the era) of these pages.

I didn't know about the HTML filter though because I only experimented with the export once or twice, during the evenings after lectures, which was enough to convince me I was heading down a dead-end path.

That's basically the system I had in the mid nineties, though it had 8MB of RAM and was running OS/2 (2.1 to 3). I edited HTML on it in Emacs, mainly. Eight Megs And Continually Swapping was very accurate at that time.
I remember my mate's dad bought a 233MHz Pentium II system with 32MB of RAM some time in 1997, and our minds were all absolutely blown by the incomprehensible power of this system.

I want to say before that, back in 94, he'd had some sort of 486 variant (might have been a 486SX 33 or something along those lines - fairly run of the mill for mid-'94) with 4MB of RAM back in '94, and I want to say it got upgraded to 8MB, that we played a lot of DOOM and DOOM II on, and I think there'd maybe been a stop at a Pentium system somewhere in the middle because I remember we played Quake round at his place, and I'm sure that was earlier than '97. I'm not sure the 486 lasted that long - maybe only a year or 18 months - before it was replaced with a Pentium I system, but my memory is hazy.

I do remember the Pentium II though because, for the time, it was such a beast of a system. I do remember it seeming completely ridiculous and like you'd never need that much computing power. Oh sweet summer child, etc.