Tag: bookmarklet

  • ARIA Label Bookmarklet

    I love simple bookmarklets that visualize coding patterns. I was working on a project today and wanted to verify that aria-labels were sufficiently descriptive. So I put together this quick bookmarklet. aria-label bookmarklet Simply drag that up to your bookmark bar and click on it whenever you need to test a page. If an element…

  • Neutered Links: A.K.A removing the href attribute

    Neutered Links: A.K.A removing the href attribute

    Restored article:This article was restored on April 18, 2025. It was originally published on January 2, 2013. There’s an old programming saying: Garbage in, Garbage out. This helps people explain why all sorts of things don’t work. Concentrate on using the best content possible if you want a successful product, web page, mobile app, or…