Live data from Hacker News

Only 90s Web Developers Remember This

zachholman.com

191–200 of 404 posts

Re: Only 90s Web Developers Remember This

#191

Stay tuned for episode 2 including: * Nested table layouts, adventures in collapsed borders * window.status = "awesome" * HRs: "I can make a 3d hole in my page" * document.all being the best DHTML api.

> * window.status = "awesome" The discovery of window.status was a landmark of human achievement. Scrolling text in the browser's own UI? Sign me up, I'll take 40.

Remember scrolling text in the title tag? Quite cool, back in the era before tabbed browsers.

Re: Only 90s Web Developers Remember This

#192
post #3

Oh God, I remember . And the tag. And I remember I made a Java applet that consumed so many resources that everyone who visited my page thought their machine had locked up. Good times.

Heh. I wrote a JavaScript DHTML demo in 1999 that I locked to a browser window sized 640x480px because otherwise it made PCs grind to a halt and crashed Macs. Nowadays it runs on my phone just fine... Link for anyone who's interested: http://www.gilesthomas.com/old-javascript/stars/index.html

Re: Only 90s Web Developers Remember This

#193
post #11

> HTML For Dummies doesn't cover the tag until chapter four? Ah yes, HTML For Dummies . For me, the book that started it all. Reading that book during my elementary school Pokemon craze led me to create my first serious website from scratch, Mew's Hidden Lair [1]. Except back then it was Dummies 101: HTML [2]. And I do remember how magical it was to type in that command and see an image of Pikachu show up on my scree…

I got my start from something a bit more modest - the HTML chapter of some Pocket Guide to the World Wide Web. I ate it up. I wrote tonnes of pages.

I remember my dad saying that if I got a domain name and it got popular, I could rake in tonnes from sponsorship. I was amazed. I asked him if he could buy me a domain. He said no :( In fairness, I was only 10...

What's quite funny is that I actually work for a company that has essentially done the above and actually provides a big portion of revenue. The pages are not much better quality either (they need more tag imo).

Re: Only 90s Web Developers Remember This

#194
1/ IE4 was really a better browser than Netscape at the time (never used Opera so please spare me on this one). I think it's the only IE I used my main browser before switching back to Navigator and then Phoenix/Firebird/Firefox.

2/ You could style the scrollbars on IE4 !

3/ About link styling : for some time underline+overline was all the rage on :hover. I don't think it will make a come back, who knows.

Exciting times

Re: Only 90s Web Developers Remember This

#196
post #131

In the mid-90s I discovered HTML and cleaned up the web page for the company I was contracting for. It was supposed to be a 5-hour a week side project that became 20 hours a week often. I discovered David Seigel's web site, where I learned all the magic of the single-pixel gif and table layouts. I bought his book "Creating Killer Websites," and followed his web journal, which was a new concept at the time. I took a d…

What a great book. Every site need an intro and a "foyer" page, and a wall of images that were split up and aligned in a table.

It seems so goofy now, but his advice was actually an improvement over the gray-background, fat-bordered, use-every-font stuff that passed for Web design at the time.

Re: Only 90s Web Developers Remember This

#198

No mention of "Made with Notepad" badge images? ...or the thousands of other badges that I, for whatever reason had to shoehorn into my website?

Man, if I had known that badge existed I would've stuck it everywhere. I think one of the reasons I'm so confident with web stuff nowadays is that for the first 3 or 4 years I had literally no idea there were text editors other than Notepad. I remember trying to put together a simple web site on Mac OS X, which frustrated me greatly because I had no idea where to find a plain text editor (for some reason I never found the toggle in TextEdit.app, let alone opened the terminal to run Vim).

Re: Only 90s Web Developers Remember This

#200
post #33

Earlier quoted context omitted.

Tables + 1x1.gif don't really seem much simpler than CSS with flexible boxes.

complete browser compatibility (yes nearly 100%) and fast to layout without wierd box model behavior which was fixed only relatively recently.

That's by virtue of being older, not simpler. There was also a time when 1x1.gif and tables weren't supported anywhere.
Post reply on HN