Posts Tagged with 'webdev'

I've made more <a href="/tags/accessibility" class="hashtag" title="accessibility tag">#accessibility</a> tweaks. My scroll to top button now defers to the prefers-reduced-motion media query for its scroll behavior. I removed some unnecessary landmark elements and added some where they were missing; that should make screen reader navigation easier.<br><br> <a href="/tags/webdev" class="hashtag" title="webdev tag">#webdev</a>

webdev accessibility

I made some small tweaks to my site to improve its <a href="/tags/accessibility" class="hashtag" title="accessibility tag">#accessibility</a> . I added a hidden skip link that is the first focusable element on the page and my scroll-to-top button now resets focus to the top of the page. These are small changes that make non-mouse navigation easier but don't change anything for mouse users.<br><br> <a href="/tags/webdev" class="hashtag" title="webdev tag">#webdev</a>

webdev accessibility

<a href="https://tylermcginnis.com/async-javascript-from-callbacks-to-promises-to-async-await/">https://tylermcginnis.com/async-javascript-from-callbacks-to-promises-to-async-await/</a> <br><br>This was a useful explanation of asynchronous code in <a href="/tags/JavaScript" class="hashtag" title="JavaScript tag">#JavaScript</a> . I've never seen much use for async/await since they're wrappers around Promises, but the explanation about passing data though a Promise chain made it click for me.<br><br> <a href="/tags/development" class="hashtag" title="development tag">#development</a> <a href="/tags/webdev" class="hashtag" title="webdev tag">#webdev</a>

development webdev JavaScript

Reply To https://bitsofco.de/chrome-dev-summit-2018/

Some interesting topics at the <a href="/tags/ChromeDevSummit" class="hashtag" title="ChromeDevSummit tag">#ChromeDevSummit</a> 2018. Portals sounds like an interesting concept. Animating page transitions is definitely something that could make <a href="/tags/webapps" class="hashtag" title="webapps tag">#webapps</a> even cooler.<br><br> <a href="/tags/webdev" class="hashtag" title="webdev tag">#webdev</a>

webdev webapps ChromeDevSummit
Back To Top