It's funny this came up. I've been doing webstuff and getting paid for it since about 1996 or 1997; imagemaps were a pretty big deal back then. Recently, I found myself thinking, "How do they do that these days?" I have gotten out of the webbish stuff and even before that, I tended to stick to the tried and true. I don't think the need for something very much like imagemaps will ever go away. The lure of arbitrary po…
the modern web just doesn’t do that, though. I don’t think I’ve seen a clickable polygon in the last 15 years
It's 2020 and I'm using image maps
91–100 of 109 posts
Re: It's 2020 and I'm using image maps
#92Earlier quoted context omitted.
> Because you'd have to download an app like this and then trust that it won't install malware or spyware or do anything else malicious. How you would check that web app, which JavaScript/WebAssembly source/binary should be firstly loaded into your browser from 3rd-party website, would not "install malware or spyware or do anything else malicious"?
That's as trustworthy as your web browser, which is pretty good at sandboxing nowadays.
Re: It's 2020 and I'm using image maps
#93Earlier quoted context omitted.
> It runs completely on the client-side, so all the editing, previewing, rendering, and exporting is done using web technologies. If so, why just not use native desktop/mobile video editor app instead?
This would be accessible anywhere on any computer hooked up to the internet, even potentially a phone, tablet, raspberry pi, your grandma's computer, etc. Many programs that don't need low level access like spreadsheets, pdf readers, word processors, image editors, etc.could be made into single page html files that would both be sandboxed and cross platform.
If you has access to internet you could also download & install native app. Also native app once installed could be used without internet access.
Re: It's 2020 and I'm using image maps
#94Earlier quoted context omitted.
> Because you'd have to download an app like this and then trust that it won't install malware or spyware or do anything else malicious. How you would check that web app, which JavaScript/WebAssembly source/binary should be firstly loaded into your browser from 3rd-party website, would not "install malware or spyware or do anything else malicious"?
Modern browsers are pretty secure nowadays. By comparison, you have pretty much zero guarantees about an app you install onto your computer. The only concern is that these browser apps are quietly sending your files elsewhere, but this is easily inspectable via the dev tools.
Just few examples of "pretty secure modern browsers nowadays".[0,1]
[0] https://bugs.chromium.org/p/chromium/issues/list?can=1&q=lab...
[1] https://techdows.com/2020/05/mozilla-halts-firefox-76-rollou...
Re: It's 2020 and I'm using image maps
#95Earlier quoted context omitted.
That's as trustworthy as your web browser, which is pretty good at sandboxing nowadays.
Has you ever read changelogs of Firefox & Chrome/Chromium? There are tons of issues documented related to sandboxing & security each new release happen.
Re: It's 2020 and I'm using image maps
#96Re: It's 2020 and I'm using image maps
#9790s starter pack: Framesets, image maps, marquees, blink, guestbooks, visit counters, "under construction", "webmaster", tiled backgrounds. The weirdest: MIDI music on autoplay, VRML.
Re: It's 2020 and I'm using image maps
#98I used to love image maps: really useful for adding hotlinks and hover effects to images. Sadly they can't deal with the modern responsive web - though there exist some Wordpress plugins to help overcome that issue. This CSS article[1] goes into details about alternative approaches. It mainly seems to be SVG, or CSS clip paths. I've used (and like) SVG; CSS clip paths are foreign territory to me - has anyone used the…
I do like the example with the pins/labels on an image. Seems like it would be useful for something like Wikipedia or recipes, etc. Is it accessible-friendly?
You should be able to tab through the pins using the keyboard, and 'click' a pin by pressing the return button (mileage may vary between browsers and devices). The text labels and links themselves also exist inside elements immediately following the element (automatically added by the library when it picks up a canvas, and when creating canvas text and links) ... but I don't know how useful/convenient this is for users restricted to screen readers.
Re: It's 2020 and I'm using image maps
#99And that’s a bad idea. HTML images maps are not responsive. Just use SVG, it works without any scripts and it resizes with the image. If you use you can also use a fully responsive tag
The absolutely ridiculous part of this is that they're using JS to create additional DIVs on top of the image.
Why use the map at all?
Edit: May 20th 2020: the day I learned HN users are retarded
Re: It's 2020 and I'm using image maps
#100Earlier quoted context omitted.
Why would you use browser-based video editing over desktop-based free software, where you can read the source (or listen to someone you trust who has read the source) to make sure it's not doing anything malicious? Besides the fact that it might be easier/simpler for very small projects.
So end users should read all the source code of every piece of software they intend to use before using it instead of using a proven jailing method?
By this I meant to include, for example, the Debian team. Of course there can be bugs/oversights, but the same is true of the browser solution. Is there even one instance of malware being distributed through the official channels of a mainstream Linux distro? Not that an in browser JS video editor isn't cool, but I don't see how it would have technical advantages over the various Linux desktop editors.