Earlier quoted context omitted.
That's not stupid, it's just redundancy to make sure it works on all browsers!
Not sure of sarcastic or not, but prefixed rules (per-browser prefixes) are a thing of the past in modern evergreen browsers.
Only 90s Web Developers Remember This (2014)
311–320 of 407 posts
Re: Only 90s Web Developers Remember This (2014)
#312The server side image map. True story. I am the worlds worst web programmer, that is I am not a web programmer, I am a sys-admin that occasionally makes web based tooling. And as such my web skills are stuck in the early 2000's. On top of that I have this terrible aversion to javascript(I am already writing a code generator in one language to create a second language, now you want me to throw a third language on top…
i get it. i hate being in charge of UI. i'm a backend type through and through. however, i do have to do it much more regularly than you. i refuse to use libraries. so i've kept up with the changes to CSS since the early 2000s, and you can do some amazing things with it. i think it fits your "get off my lawn" style and can't recommend enough teaching an old dog new CSS tricks.
Edit: left out enough which is totally the opposite of intended point
Re: Only 90s Web Developers Remember This (2014)
#313I knew a guy who bought several expensive sports cars as testament to his ability to do shockwave animations back in ‘97.
Re: Only 90s Web Developers Remember This (2014)
#314> To this day it is the only way to vertically center elements. Not true anymore (edit: didn't see the 2014) but the productivity cost of not being able to just "vertical-align: middle;" inside divs for the last 30 years must be billions of dollars. Also does anyone remember the fade of the overline style on :hover links? It must has been around the IE4 or IE6 era. Tables were also used to make divs and buttons with…
> Tables were also used to make divs and buttons with rounded corners, but that was true into the 2000s as well. The agony of designing and splicing them in Photoshop and putting them in table cells... Wasn't an image with a click easier? I wasn't old enough to write very complicated html pages so my experience is lacking here.
Macromedia had this crazy system where you could slice your art up in Fireworks, and then ask it to generate the HTML and Javascript, then you could fine-tune it in Dreamweaver.
It was a mess.
Re: Only 90s Web Developers Remember This (2014)
#315The server side image map. True story. I am the worlds worst web programmer, that is I am not a web programmer, I am a sys-admin that occasionally makes web based tooling. And as such my web skills are stuck in the early 2000's. On top of that I have this terrible aversion to javascript(I am already writing a code generator in one language to create a second language, now you want me to throw a third language on top…
Hey there now, you can't just lay claim to my title without first beating me for it in a title match.
Re: Only 90s Web Developers Remember This (2014)
#316> To this day it is the only way to vertically center elements. Not true anymore (edit: didn't see the 2014) but the productivity cost of not being able to just "vertical-align: middle;" inside divs for the last 30 years must be billions of dollars. Also does anyone remember the fade of the overline style on :hover links? It must has been around the IE4 or IE6 era. Tables were also used to make divs and buttons with…
Re: Only 90s Web Developers Remember This (2014)
#317Not a single use of the word 'webmaster' in the whole article. Was Zach even around in the 90s? ;-)
Re: Only 90s Web Developers Remember This (2014)
#318I think the most obscure thing I used was , which would generate a client key/cert pair, store the key locally in your browser certificate store and send the cert to the server with the form submission I saw exactly one website use it and remember being very confused as to how it achieved that https://web.archive.org/web/20160409081411/https://lists.wha...
Re: Only 90s Web Developers Remember This (2014)
#319Speaking of the greatness of the 90s, does anyone have a good version of the classic "Under Construction" GIF? You know the one — it was in the style of a yellow road sign, and on it was a pixelated silhouette of a construction worker diligently shoveling. Long before Gmail had the smug audacity to leave "Beta" on their product name, you could use this GIF (or even a whole row of them!) to proudly announce to the wor…
Re: Only 90s Web Developers Remember This (2014)
#320Missing mention of Flash/Shockwave. That said I've missed all the things mentioned. And I don't miss it. Days where IE4, NN4 and a huge margins of stealing browsers existed all at once. Nobody was willing to take the literal hours to download a new browser over dialup. Hell, people rarely ran windows updates. I still remember IE 5.0 that was on the office 2000 and Windows 2000 disks (not ME). It broke the legacy inte…
>I still remember IE 5.0 that was on the office 2000 and Windows 2000 disks (not ME). It broke the legacy interface for manipulation of select controls. 5.0.1 fixed that, but it was too late. Do you happen to remember more details about this. In particular, what method worked for the IE 5.0 that was broken? I develop a framework that aims for universal browser support, and I'd like to account for this.
I honestly wouldn't even worry about it today. I don't even recall what the method was. Both probably still work in current browsers. The bigger manipulation and the older interface.