Weekly curated resources for designers — thinkers and makers. “What do we even mean by web3? We have NFTs (non-fungible tokens), cryptocurrencies, the metaverse, blockchain and DAOs (decentralized autonomous organizations). It’s not just one thing we don’t understand. It’s a lot of things we don’t understand. What’s in? What’s out? And how do all of these pieces fit… Continue reading Accessibility week, low-tech UI, how to ask for a promotion, dark mode
Tag: Accessible
How to Create a Website with a Drag & Drop Builder
Perhaps, nowadays it’s quite unnecessary to explain anyone the importance of the online presence. Fortunately, the majority of business owners have already realized the benefits it brings. That’s why the number of websites is increasing constantly. The best thing is that today you don’t have to hire a professional for building a website. You can… Continue reading How to Create a Website with a Drag & Drop Builder
Creating an Accessible Breakout Game using Web Audio and SVG
As the co-author of Babylon.js, a WebGL gaming engine, I was always felt a little uneasy listening to folks discuss accessibility best practices at web conferences. The content created with Babylon.js is indeed completely inaccessible to blind people. Making the web accessible to everyone is very important. I’m more convinced than ever about that as I’m personally touched… Continue reading Creating an Accessible Breakout Game using Web Audio and SVG
Making SVG Accessible
1: Treat linked SVG images as you would bitmaps When linking to an SVG document as an image, the alt attribute is still required: <img src=”coca-cola-logo.svg” alt=”Coca-Cola”> … just like a regular bitmap. 2: If you’re using inline SVG, provide a title The <title> of an SVG element serves a similar purpose to the <title>… Continue reading Making SVG Accessible