Why exactly was Internet Explorer so bad? In hindsight, it looks like a huge missed opportunity for Microsoft.
HTML hacks that shaped the Internet
61–70 of 233 posts
Re: HTML hacks that shaped the Internet
#62> Remember when our browsers defaulted to gray backgrounds? That was weird, right? better than white themes we have today
The best part is going between two dark themed sites at night and get a blinding bright flash as a transition.
Re: HTML hacks that shaped the Internet
#63Re: HTML hacks that shaped the Internet
#64I will never not be salty about the DOM, CSS, and all the wonky apis to control them. JavaScript in comparison was the least of the sins of web dev.
Re: HTML hacks that shaped the Internet
#65Re: HTML hacks that shaped the Internet
#66Earlier quoted context omitted.
If you want to know a JS hack that truly "shaped the Internet", that'd be ActiveXObject("Microsoft.XMLHTTP"). It's the origin of AJAX, allowed GMail to dynamically update the mail list, and led to the entire SPA craze. If you read ancient articles like this one https://support.microsoft.com/en-us/topic/dynamic-page-updat... you can truly see just how much it changed the internet.
Hah I was hoping someone would bring this up.. We were using that XMLHTTP object as far back as 1999 (I just went to look at old source code) to load page fragments do quasi-SPA stuff before it was a thing.
Re: HTML hacks that shaped the Internet
#67I like how HN employs one of these today: - Use HTML tables for layout Hahaha :) On a more serious note, this list highlights how development without standards leads to control information being encoded in various tolerable side-channels. The potential mess and collision of this brings into relief the disdain that's sometimes levelled at the current W3C process. This process marries a standards-driven evolution of we…
I love how tables "went away", and were widely replaced with bootstrap. Which gives you ... tables. in divs. But only 12 columns wide.
Re: HTML hacks that shaped the Internet
#68Dupe: https://news.ycombinator.com/item?id=38423981
Re: HTML hacks that shaped the Internet
#69Re: HTML hacks that shaped the Internet
#70Sometimes I can't tell if modern web developers are spoiled, by having CSS Grid and IE being dead. Or if we were spoiled back then, by not having to deal with the complexity of modern frameworks and build processes.
My best guess is that this is a side effect of web being a field that's more often picked by new or less experienced devs.