/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.smashingmagazine.com
| | sarahmhigley.com
5.5 parsecs away

Travel
| | That which we call a combobox by any other name would have as many bugs.
| | decks.tink.uk
2.7 parsecs away

Travel
| | [AI summary] This article discusses the evolution of web accessibility technologies, focusing on screen readers, platform APIs, ARIA attributes, and future developments like the Accessibility Object Model (AOM).
| | hiddedevries.nl
3.2 parsecs away

Travel
| | Hidde's blog about web accessibility, standards, HTML, CSS, JavaScript and more.
| | www.unindented.org
48.4 parsecs away

Travel
| I was reading MDN's article on signaling and video calling, and encountered this part: WebRTC is a fully peer-to-peer technology for the real-time exchange of audio, video, and data, with one central caveat. A form of discovery and media format negotiation must take place, as discussed elsewhere, in order for two devices on different networks to locate one another. This process is called signaling and involves both devices connecting to a third, mutually agreed-upon server. Through this third server, the two devices can locate one another, and exchange negotiation messages. It then goes on to talk about SDP, the protocol used to exchange signaling information, and guides you through implementing a video-calling app. I started wondering, do you really need th...