I was there, 3,000 years ago. I remember fights over whether or not navigation in frames was bad practice. Not iframes, frames. Who here remembers frames? I remember using HTTP 204 before AJAX to send messages to the server without reloading the page. I remember building... image maps[1]... professionally in the early 2000. I remember spending multiple days drawing the borders of States on a map of the country in Dre…
I developed web software with frames and I thought it was perfectly fine. To this day I still don't understand the issue with frames. People sometimes mention accessibility for screen readers, but nothing more specific than that, so I still don't know what the actual problem is.
and (2020)
91–100 of 191 posts
Re: <Blink> and <Marquee> (2020)
#92The amusing thing is that even today, there's a "blink" method on JavaScript strings. It's totally useless today, but it's still there for whatever reason. In fact, they don't even HTML escape the argument, so they were arguably terrible from the beginning. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
Re: <Blink> and <Marquee> (2020)
#93Interestingly, the default doesn’t appear as smooth as a CSS animation would be? Playing with the scroll speed makes it feel smoother: scroll faster than default
All the code in that file is a fun read. was rewritten as if it was a web component using the public DOM APIs (ex. It uses CSS animations and requestAnimationFrame).
Re: <Blink> and <Marquee> (2020)
#94Earlier quoted context omitted.
I don't know, I still use Firefox as my primary browser.
I don't know how people can use anything else, especially now that Chrome doesn't support ad blockers.
Re: <Blink> and <Marquee> (2020)
#95Lot of older India gov sites still seem to use these tags. https://www.epfindia.gov.in/site_en/index.php
Re: <Blink> and <Marquee> (2020)
#96Considering the marquee tag works in basically all browsers [1], has anyone here actually found a good, unironic use for it in today's world of crazy CSS animations? [1]: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...
Re: <Blink> and <Marquee> (2020)
#97I was there, 3,000 years ago. I remember fights over whether or not navigation in frames was bad practice. Not iframes, frames. Who here remembers frames? I remember using HTTP 204 before AJAX to send messages to the server without reloading the page. I remember building... image maps[1]... professionally in the early 2000. I remember spending multiple days drawing the borders of States on a map of the country in Dre…
I remember working for a client who needed to support IE6 (with all the insane bugs/quirks/limitations) and I’d despair every time the designers would hand over a Photoshop design with rounded corners. They also needed it to be responsive (at the time mostly just different desktop sizes). Would usually require cutting the corners out and positioning them in table cells. There’s a certain amount of dev resilience you…
Re: <Blink> and <Marquee> (2020)
#98I was there, 3,000 years ago. I remember fights over whether or not navigation in frames was bad practice. Not iframes, frames. Who here remembers frames? I remember using HTTP 204 before AJAX to send messages to the server without reloading the page. I remember building... image maps[1]... professionally in the early 2000. I remember spending multiple days drawing the borders of States on a map of the country in Dre…
Re: <Blink> and <Marquee> (2020)
#99This comment is under construction - check back here often to see updates!
Re: <Blink> and <Marquee> (2020)
#100Lot of older India gov sites still seem to use these tags. https://www.epfindia.gov.in/site_en/index.php
I just applied for an evisa for India. It was horrendous. Pages wouldn’t continue without telling you what was wrong (too many or not enough commas in the address/phone field was one). When returning to the form the pre filled data had quotes in, which then wasn’t valid. Missing labels on fields. Then the hilarious “what countries in the last ten years, list all or get deported” combined with “you have too many count…