Live data from Hacker News

HTML hacks that shaped the Internet

tedium.co

51–60 of 233 posts

Re: HTML hacks that shaped the Internet

#54
post #24

Earlier quoted context omitted.

Did they ever invest much into it? As far as I understand they got the core components from Spyglass Inc. and avoided paying licensing fees by giving it away for free.

Sounds like they avoided paying licensing fees by not paying licensing fees and then acting surprised when called on it. https://archive.ph/20120919002551/http://www.windowsitpro.co...

Wasn't it that the Spyglass deal was MS paying a percentage of revenue, and MS releasing IE for free, so that Spyglass got to keep a percentage of $0?

Re: HTML hacks that shaped the Internet

#55
post #19

Earlier quoted context omitted.

Unfortunately today w3c and tc39 (Javascript) are completely dominated by Google who ram through a lot of standards while barely paying lip service to the process. Unfortunately a lot of players who rely on browser functionality are completely silent in the standards committees (like the TV vendors who all run their apps in a webkit or chromium version), so it's barely a three-way tug-o-war between Google, Apple and…

I’m still bullish on the possibility of Microsoft edge shaking up this dynamic a little, but maybe I’m naïve.

They did start https://open-ui.org which really deserves special recognition.

Re: HTML hacks that shaped the Internet

#56

Is responsive design really a hack? Media queries are awesome Putting that stuff in css vs having conditional logic in the javascript is a huge win, esp when you want to ssr

I had the same thought. Media queries to support different... media seems like the exact proper use case.

Re: HTML hacks that shaped the Internet

#58

Why exactly was Internet Explorer so bad? In hindsight, it looks like a huge missed opportunity for Microsoft.

They won. The world was running on desktop computers, and those desktop computers were running Windows, and Windows was running IE.

So they rested on laurels.

Re: HTML hacks that shaped the Internet

#60

Using tables for layout is pretty understandable. But when tables went out of fashion it was all about using floats for layout for a few years. That was wild, I am surprised it was left out from that list. https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layou... "Originally for floating images inside blocks of text, the float property became one of the most commonly used tools for creating multiple column layo…

Floating divs killed the Dreamweaver. CSS came and broke your heart. Oh, a, a, a, oh.
Post reply on HN