Live data from Hacker News

Only 90s Web Developers Remember This

zachholman.com

231–240 of 404 posts

Re: Only 90s Web Developers Remember This

#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.nullspace.io/day-208.html

Re: Only 90s Web Developers Remember This

#232
I began doing web development in the early 2000s and I remember a lot of these things, so it's not just for 90s web devs.

I did love the 1px gif though, that sucker was useful.

How about doing rounded corners with images? The bigger the radius, the more padding your content had!

Re: Only 90s Web Developers Remember This

#236
This post makes me happy :).

  and 0.gif (fewer characters!) bring back memories. What I miss most was the hacky tricks you'd have to put together to get load times down on dialup. Carefully controlling the order in which things rendered. Early DHTML. Slicing layouts so that as much as humanly possible the images repeated. Tables tables tables. IFrames that talked to each other. The javascript that converted s to for netscape.

In those days I was certain there would be a complete replacement for HTML/JavaScript/CSS that would take over. Flash came and went. Silverlight was a lovely attempt. We just kept layering lipstick on our pig :).

Re: Only 90s Web Developers Remember This

#237

Can anyone explain the bit about 1x1.gif being the only way, to this day, to vertically center elements? AFAIK there's still no way to vertically center a dynamic height element without javascript, so if invisible gifs can do it I'd at least like to know how.

I don't know that it works in every use case, but I usually use a container with equal left and right margins.

Re: Only 90s Web Developers Remember This

#238

This post makes me happy :).   and 0.gif (fewer characters!) bring back memories. What I miss most was the hacky tricks you'd have to put together to get load times down on dialup. Carefully controlling the order in which things rendered. Early DHTML. Slicing layouts so that as much as humanly possible the images repeated. Tables tables tables. IFrames that talked to each other. The javascript that converted s t…

Keeping load times down on dialup.

last month I hit my usage cap and was capped to 256k downstream. 256k. TWO HUNDRED AND FIFTY FUCKING SIX! FIVE TIMES FASTER THAN DIALUP! I thought that's fine I can cope.

The internet is highly broken at 256k. Pages basically don't ever completely load. You end up having to cancel. You end up turning off images, turning off javascript.

I can't imagine what the web is like at 56k now. Completely fucking un-functional I would imagine.

Re: Only 90s Web Developers Remember This

#239
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 am so, so, so sad that Yahoo! shut down Geocities, because they took with them the Pokemon fan website that I made when I was just learning this whole 'HTML' thing for the first time. I even remember the exact full URL of the website[0]. But between the demise of Geocities and the demise of my 386's hard drive, that piece of nostalgia is gone forever. I remember dedicating a page to all of the different "strategies…

This reminded me of my pokemon fan site (Poketown) from 2000.

https://web.archive.org/web/20000510132913/http://poketown.o...

Looks like I was a pattern of grid design (ala tables) back then.

Re: Only 90s Web Developers Remember This

#240
post #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 foun…

Off topic, but I had a fun exchange with my friend the other day. I'm a web developer - he had recently taken a free (paid for by EI) course in web development.

"Can I just borrow your computer for a sec? I noticed a bug on one of my sites, just need to fix it real quick."

"You won't be able to, I don't have Dreamweaver or Filezilla installed."

"Oh...ok."

Proceeds to download putty on the spot and fix my site with vim

Post reply on HN