I did as well, and I was told that IE was so much better for web experience that any web app that didn't use these features would seem primitive in comparison. It turned out that ActiveX was a security nightmare and most companies started blocking it entirely except for intranet sites with allow-listed GUIDs, and VBScript ended up being harder to use than JavaScript and less maintainable. Both locked you into an ecosystem entirely controlled by a company that did not have incentives aligned with yours.
Sounds similar to some other technologies I could mention.
@david_chisnall @dysfun
But Javascript didn't allow you to do things like
Dim ConnectionString as ...
(For the uninitiated, the connectionstring was used to connect directly to the database server from the browser, with no back end web server or web service in between. And yes, when used over the internet, it would contain plain text username/password. For intranet use, it could use Windows authentication instead).
@david_chisnall @dysfun I actually had some ActiveX on my Web site in the 90s.
It saved the user's bookmarks file to the locations of the Win95 and NT OS kernel files.
What do you mean you can't reboot? Microsoft listed this function as "SECURE"!
The worst instance of this was South Korea. Due to export restrictions on crypto, they were locked out of using TLS for online banking early on, so mandated that every bank used a specific ActiveX control that would handle the encryption.
@david_chisnall I apologize if I make anyone feel old but I had no idea VBS was used for web.
ducks

@tmcfarlane @david_chisnall What a coincidence that I just mentioned to a coworker that I used to know someone who wrote some CGI (and basically his web site, I don't remember what it was) in C
Ah the horrors of the olden days :D
@david_chisnall I firmly believe that losing built-in BASIC (not necessarily VBScript) on most home computers did lasting generational harm, robbing children the potential to program a little on the computer. Although I was older, my programming career on Windows 98 started with Office macros, I had no access to any compiler that could make an .exe.
We've only recently started recovering from this, just in time for the next wave of platform lockdowns (for the children™, of course) 🤦♀️
Or you could just guide your kids through their first Linux install.
Please do. And any child as well.
@jcarr LAMP OR DIE!
Oh, it's still around. I worked at a place about 6 years ago where the Web site and all the cron jobs and email scripts were Perl. A buddy of mine was part of the 3rd round of trying to convert everything to Python. That apparently didn't work as of a year ago, so everything is still in Perl.
Normally I write my pages in flash...
@thepwnicorn Oh, Access was an amazing RAD tool for CRUD applications! It's such a shame that they bundled the worlds worst database with it.
I did some consulting for a company that used Access as the front end for a bunch of SQL Server databases. Their back end was written by people who knew what normal forms were. Their front ends were all written by people who knew what data they needed for their job.
Flash is the way forward. Entire websites in Flash.
It's inevitable! Go with it or be left behind.