|
|
|
|
|
by acherion
797 days ago
|
|
I learnt HTML purely because I was sick of waiting for 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. Double-clicking on the Netscape Composer icon in Program Manager would cause my hard drive to thrash for a solid 5 minutes, before the screen would update with _some_ resemblance of a Netscape window. There's gotta be a better way to create web pages -- so I learnt HTML and was using notepad.exe to hand-craft my HTML pages. I would then copy them to disk (usually using ARJ.EXE to compress everything), and then go to school to use their internet connection to upload my pages to Geocities. |
|
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.