Earlier quoted context omitted.
Maybe my filter bubble, but VRML was kind of talked about in the late 90s (when we got on the internet) but the implementation, features, and general application state was more of a running joke. Also that's probably why it faded so relatively quickly, nobody used it.
I remember the most famous techno club from my nearest city used that to provide a virtual room tour on their website. I was too young then to get past the bouncers and liked that feature :)
Internet Explorer Browser Collection
41–50 of 70 posts
Re: Internet Explorer Browser Collection
#42As a long-time web developer, when I clicked on IE6 and I saw its screenshot I felt queasy for a brief moment. Not joking.
Re: Internet Explorer Browser Collection
#43Internet Explorer 2, in 1995, had support for VRML. A full 20 years before the Oculus Rift officially launched. I had never heard of that markup language and had to Google it. Talk about being ahead of its time...
The recent VR hype happened because with modern PC hardware, the tech finally caught up to sustain an immersive, low-latency experience -- and some very smart dudes had the ambition to make 90s retrofuturism real.
Re: Internet Explorer Browser Collection
#44For some reason, that domain name arouses my suspicion... if I saw that in the search results I'd probably think "SEO spam site" and skip over it. One of the obvious things you can see between the versions is the gradual trend of dumbing-down and flattening the UI, most apparent between 8 and 9. The older versions' UI give the impression that they are very customisable and powerful , while the newer ones seem to be i…
IE4 -- 11MB IE5 -- 56MB IE6 -- 13MB Their sizes seem to be off (or including something extra). But there definitely is a huge change in IE5 requirements. I'm guessing that's related to the US v Microsoft antitrust bundling lawsuit. https://en.wikipedia.org/wiki/Internet_Explorer_4#System_req... https://en.wikipedia.org/wiki/Internet_Explorer_5#System_and... https://en.wikipedia.org/wiki/Internet_Explorer_6#System_req…
Re: Internet Explorer Browser Collection
#45Wow. Version 1 was August of 1995. I discovered the Internet in September.
Two years after the infamous September that never ended. Kinda curious here, but it being September so I guess college?
Yes. September was the month that many new users discovered the Internet for the first time, because they were given access at University and other higher education establishments, which had many and varied implications.
For instance there was an influx of beginner questions in Usenet groups, questions to which the answer was "please read the FAQ before asking more questions".
There was also just a general influx of activity: groups would see a bump in user numbers and activity that didn't fall back off over time.
New users arrived all through the year of course, but in smaller numbers and tended to be more technically proficient (and aware with network etiquette) to start with because they had sought (and paid for) access for a reason, rather than being given it and being told to go explore.
From 1993 onwards the public more generally were becoming a lot more aware of the Internet and being told about the things it could potentially do for them, so there was a more constant flow of new (often relatively non-technical) users & activity rather than just a big glut each September, which is why that year was referred to as "the September that never ended".
Re: Internet Explorer Browser Collection
#46Earlier quoted context omitted.
IE4 -- 11MB IE5 -- 56MB IE6 -- 13MB Their sizes seem to be off (or including something extra). But there definitely is a huge change in IE5 requirements. I'm guessing that's related to the US v Microsoft antitrust bundling lawsuit. https://en.wikipedia.org/wiki/Internet_Explorer_4#System_req... https://en.wikipedia.org/wiki/Internet_Explorer_5#System_and... https://en.wikipedia.org/wiki/Internet_Explorer_6#System_req…
That seems likely. What's funny is how Edge (and eventually IE) became even more entrenched in the system than before, yet nobody cares anymore. Almost like the whole thing was a bunch of arm-waving by nerds and regulators that wanted to pretend they knew what was going on.
Instead Google got a huge fine in Europe now for being the default search engine on Android.
Re: Internet Explorer Browser Collection
#47For some reason, that domain name arouses my suspicion... if I saw that in the search results I'd probably think "SEO spam site" and skip over it. One of the obvious things you can see between the versions is the gradual trend of dumbing-down and flattening the UI, most apparent between 8 and 9. The older versions' UI give the impression that they are very customisable and powerful , while the newer ones seem to be i…
One of the attractions of Chrome when it first came out was that it had less chrome, that most of the precious screen real estate could be devoted to showing the content of the web page, or at least to ads. I'd guess IE9 was a reaction to that. When we only had 640 vertical pixels, it was a huge change not to have 150 of them taken up with rows of icons and bookmarks by default. Now we have the space to get those con…
It's AFAIK pretty much only with 4k monitors that we have caught up with CRTs resolution-wise, and not a lot of people have either of those. w3schools lists a bunch of resoltion statistics. In 2008, the most common resolution was 1024x768. 1366x768 in 2018. Same vertical resolution. Since I thought those statistics may account for phone users as well, I looked further. Globalstats lists 1366x768 as the most common desktop resolution in 2019. Desktop in this case probably accounts for laptops as well, as I believe there is no way to tell the two apart with User-Agent.
https://www.w3schools.com/browsers/browsers_display.asp
http://gs.statcounter.com/screen-resolution-stats/desktop/wo...
I also remember Firefox 2 being configurable enough that you could easily get less chrome than Chrome. The big win for me was process-per-tab.
Re: Internet Explorer Browser Collection
#48For some reason, that domain name arouses my suspicion... if I saw that in the search results I'd probably think "SEO spam site" and skip over it. One of the obvious things you can see between the versions is the gradual trend of dumbing-down and flattening the UI, most apparent between 8 and 9. The older versions' UI give the impression that they are very customisable and powerful , while the newer ones seem to be i…
One of the attractions of Chrome when it first came out was that it had less chrome, that most of the precious screen real estate could be devoted to showing the content of the web page, or at least to ads. I'd guess IE9 was a reaction to that. When we only had 640 vertical pixels, it was a huge change not to have 150 of them taken up with rows of icons and bookmarks by default. Now we have the space to get those con…
Re: Internet Explorer Browser Collection
#49Re: Internet Explorer Browser Collection
#50Earlier quoted context omitted.
Can't get it to work. But http://matsemann.com works. I think the difference is that my domain works even without a "Host" header. Edit: Not quite correct that it works. My domain responds with a different dummy-page in IE 1.5. I get the same dummy-page with curl curl http://matsemann.com -i --http1.0 -v -H 'Host:' Difference being it's served as 200, while same command for example.com with no host gives 404. I think…
Host headers are explicitly required by the spec, and there are no clients left that leave them out (including non-browser clients like curl and wget). There is simply no reason to facilitate requests that have no Host header, so servers receiving them quite rightly serve some kind of error response.