| You guys are using Javascript? I jest; our first geocities page was just HTML with maybe a visitor counter, marquee and whatnot. Our first PHP application / project in school actually didn't use JS yet, it used frames for a static menu and header and just straight form submission to get data to the back-end. Those were the days. But when I did my first college level internship (1 year of internships is part of college education over here), it was Java back-end, JSX templates for the presentation part, and it was enriched with PrototypeJS for things like dialogs and an animated accordeon (back when animation was still "update the height of this element a couple times a second"). My first job involved using a lot of JS to still enhance a page; add to cart, image carousels, that kinda thing. jQuery era. And my next job involved building a user interface for customer support staff to look into SAP or something like that, poorly built in BackboneJS. The next assignment was once again using BackboneJS to rebuild the investment banking front-end for customers. That was - as with most applications I've built btw - a great use case for single-page applications (as they were called then). No SEO needed, fast enough to render purely front-end, API heavy (that was also the time when people realized you could build one API for both web and mobile), etc. |
(I'm not gonna claim things were better back then.)