Live data from Hacker News

Only 90s Web Developers Remember This

zachholman.com

241–250 of 404 posts

Re: Only 90s Web Developers Remember This

#241
post #231

A couple months ago, I decided to write a very short tutorial/introduction to the program `telnet`. I ended up deciding to use the tag to make a cursor that blinks similar to how it blinks in the terminal. Hilariously, I discovered that is actually no longer implemented in Chrome. The one legitimate use! I ended up mocking it with JavaScript. EDIT: it's here if you want to see how the cursor turned out! http://blog.n…

I don't see any cursor blinking in Firefox. :(

Re: Only 90s Web Developers Remember This

#242

Damn... I remember learning about yahoo.com for the first time at a Barnes & Nobles when I was actually looking for books about the WWW haha. Two other guys in the same aisle were exchanging bookmarks in person. Anybody else remember writing links down on paper?

I remember writing links on post-it notes and pasting them to the CRT monitor. Even going as far as writing the result URL from Altavista.

Re: Only 90s Web Developers Remember This

#243
post #192

Earlier quoted context omitted.

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

Just tell everyone you're using WebGL and submit it here.

Ironically, this is what I put together in 2009 (ten years after the DHTML demo) and it also crashed browsers then, and it also runs on my phone now: http://learningwebgl.com/blog/?page_id=1217

Re: Only 90s Web Developers Remember This

#244
Browsing the markup of geocities pages to learn how to do X in html. Creating a geocities page about the Ford Mustang GT (5.0, yo). Going into Yahoo chat, meeting other people and then exchanging mailing addresses to write to each other. E-mail was just weird. Oh, and meeting my wife on ICQ. Only a 90's kid will know... :)

Re: Only 90s Web Developers Remember This

#245
post #38

First of all DHTML stood for "Dynamic HTML" not "Distributed HTML", and it's not true that "To this day [space gif] is the only way to vertically center elements."

Hey, those are the same two points I came here to say!

Ha, I got to be pedantic first on HN. And it feels good!

Re: Only 90s Web Developers Remember This

#246
post #241
post #231

A couple months ago, I decided to write a very short tutorial/introduction to the program `telnet`. I ended up deciding to use the tag to make a cursor that blinks similar to how it blinks in the terminal. Hilariously, I discovered that is actually no longer implemented in Chrome. The one legitimate use! I ended up mocking it with JavaScript. EDIT: it's here if you want to see how the cursor turned out! http://blog.n…

I don't see any cursor blinking in Firefox. :(

Arrrrgh, thanks for pointing it out. I don't use Firefox, and I don't know a damn thing about web programming.

Re: Only 90s Web Developers Remember This

#247

Please move this discussion to the alt.www.webmaster newsgroup.

I remember the first time I met a webmaster IRL. It blew me away. The guy was a total badass (in my head, at least). My brother would talk to the webmaster about something called Perl. I did an Altavista search and started to write Perl on my paper notebook (did not know how to run it on my Windows 95 machine).

Re: Only 90s Web Developers Remember This

#248
Oh man. I was a "web developer" back then.

- I'm surprised he didn't mention tables. That's the first thing that came to my mind. We didn't use CSS but tables to make a layout. And I have to admit I miss them. Yes we have grid systems like bootstrap now but still, tables were damn easy.

- What about those counters that were displaying how many visitors had came since the website creation

- Those "in construction" pages

- the tag that no one seem to use now, not even in markdown

- the , and .

- XML! And xhtml!!

- flash everywhere

- java application sometimes

- music blasting when you would arrive on a website

- fake iframes or fake images for fake traffic (width="0" height="0")

- gifs everywhere

- fake urls like .fr.fm

- no right clicks allowed

- photoshop design that would get cut in multiple squares and displayed in a table. Fireworks used to do that automatically.

- all those crappy tutorials and all the real "books" I had to buy to learn.

- websites getting upset because of hotlinking

- those "top" websites that would pop in humor websites and where you could vote for the best website.

- :(

- WYSIWYGs!! Do they still exist?

Re: Only 90s Web Developers Remember This

#249

Needs a section on the joys of tables. Possibly my favorite bug ever: HTML has a weird relationship with whitespace; usually it doesn't matter much, except when it does: http://www.netmechanic.com/news/vol7/html_no1.htm This is one of the few bugs I've encountered that still makes me angry to this day. I spent so much time trying to figure it out.

Needs a section on the joys of tables.

I don't think you need to be a 90s developer for that. Look at the HTML of the website you're currently using.

Re: Only 90s Web Developers Remember This

#250
If you care about typesetting and legibility, you sometimes really do need  . It prevents the browser from inserting a line break between two words that belong together, like February 26th or Louis XIV. IIRC nbsp is short for non-breaking space.

It was never designed to add arbitrary spacing to your layout, though ;)

Post reply on HN