HTML hacks that shaped the Internet
51–60 of 233 posts
Re: HTML hacks that shaped the Internet
#52Remember when we rounded corners using images placed at each corner. It was a nightmare.
Re: HTML hacks that shaped the Internet
#53It's funny how we came around to JSSS, and it's now everywhere: from CSS-in-JS to web components coding their CSS in strings inside Javascript
Re: HTML hacks that shaped the Internet
#54Earlier 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...
Re: HTML hacks that shaped the Internet
#55Earlier 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.
Re: HTML hacks that shaped the Internet
#56Is 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
Re: HTML hacks that shaped the Internet
#57Re: HTML hacks that shaped the Internet
#58Why exactly was Internet Explorer so bad? In hindsight, it looks like a huge missed opportunity for Microsoft.
So they rested on laurels.
Re: HTML hacks that shaped the Internet
#59Re: HTML hacks that shaped the Internet
#60Using 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…