Only 90s web developers remember this (2014)
121–130 of 354 posts
Re: Only 90s web developers remember this (2014)
#122Re: Only 90s web developers remember this (2014)
#123Using lots of b-tags to create rounded borders. Or lots of images.
Faux columns to make it seem like different parts of the layout had the same size.
The golden layout or what it was called. Maybe a bit later than the 90s, when tables weren't as hip to use anymore.
Re: Only 90s web developers remember this (2014)
#124My first software dev job was in the 90's writing PHP for a mom and pop ISP that was trying to get into app development. It was originally supposed to be Perl, the job interview was something like: Me: demos CRUD app for keeping track of my record collection, hosted on a free site Owner: You wrote this? Me: Yeah. Owner: This is in Perl? Me: Yeah. So I got hired. The day I got there, he told me they were going to use…
Re: Only 90s web developers remember this (2014)
#125Re: Only 90s web developers remember this (2014)
#126Re: Only 90s web developers remember this (2014)
#127My first software dev job was in the 90's writing PHP for a mom and pop ISP that was trying to get into app development. It was originally supposed to be Perl, the job interview was something like: Me: demos CRUD app for keeping track of my record collection, hosted on a free site Owner: You wrote this? Me: Yeah. Owner: This is in Perl? Me: Yeah. So I got hired. The day I got there, he told me they were going to use…
First day on dev job, the owner displays a hodgepodge of Perl code that was originally an open-source thing called MRTG (before network admins heavily modified it), tasked me with porting it from Solaris to Windows NT and using MSVC 5.0 to build the CGI binaries.
Good times were had by all due to the boom money floating around everywhere[1].
[1] Well, until the bust came in late 90s :-)
Re: Only 90s web developers remember this (2014)
#128My first software dev job was in the 90's writing PHP for a mom and pop ISP that was trying to get into app development. It was originally supposed to be Perl, the job interview was something like: Me: demos CRUD app for keeping track of my record collection, hosted on a free site Owner: You wrote this? Me: Yeah. Owner: This is in Perl? Me: Yeah. So I got hired. The day I got there, he told me they were going to use…
I wish interviews were like this. Show them something you built and you get hired instead of the nonsense of leetcode.
Re: Only 90s web developers remember this (2014)
#129Wow. That took me back. All those things, every day. And table layouts of course. And let's not forget slicing images, and slapping those into tables too. If I remember rightly, Photoshop had an "export to slices" thing built in. Amazing. Loved it. And of course one of the biggest issues with today's web: you can't just view source and copy paste. You're in the land of chasing back up CSS files, js libraries, or find…