Skip to content.
Adrian Roselli
Decentralized Blockchain Token RTFM

All Posts

Against Vertical Navigation

There is a well written post over at Smashing Magazine by Louis Lazaris titled The Case Against Vertical Navigation. I have made this argument to my own clients (and other web professionals) many times, often with feedback that implies the client knows how users actually surf. This article wraps up…

Posted:

Tags: design, usability, UX

The Latest on HTML5

Many of us have been following the ongoing progress of HTML5 for some time now, alternately curious and confused by the nascent specification. Comics like the one above (from the CSSquirrel site) demonstrate the frustration many web professionals are feeling with the mixed messages they think they see from the…

Posted:

Tags: html, standards, W3C, whatwg

W3C: Contacting Organizations about Inaccessible Websites

For those of us who make a living working with organizations to help make their web sites accessible to users with disabilities, we’ve got it easy — the client wants to hear our recommendations. As users, however, all too often we stumble across an accessibility issue and don’t know what…

Posted:

Tags: accessibility, standards, W3C, WAI

Article: Lots of Twitter Followers Guarantees… Nothing

This article was originally posted on evolt.org, an online resource for web developers, maintained by web developers. I have granted evolt.org the right to use this article on their web site, and they are the only entity with the right to reproduce it. Anil Dash posted a story called Life…

Posted:

Tags: rant, social media, Twitter

ALL-CAPS: Harder to Read?

Susan Weinschenk, Ph.D. wanted to write an article about why it’s harder to read text set in all-caps than text set as mixed case. The argument for this has centered around how people read words — recognizing a word shape from its letters, whereas an all-caps word has no unique…

Posted:

Tags: accessibility, design, fonts, typefaces, usability, UX, WCAG

New Tool for Determining Browser Viewport Size

Nine years ago I had become fed up with trying to explain to clients, users, friends, co-workers, and strangers that screen resolution, browser chrome, and browser size combine to create some unique viewport sizes. What this meant was that whether a user had a display at 640×480 or at 1,024×768…

Posted:

Tags: browser, Google, usability, UX

More News in the URL Shortener Market

Back in October I commented how the list of URL shorteners has gotten even shorter (or shortener, as I liked to call it). As bit.ly rose to the top thanks to Twitter, Tr.im and Cli.gs called it quits. Things have changed a bit since then.Recap and UpdatesTr.imTr.im took back its…

Posted:

Tags: internet, social media, standards

Telling Clients They Are Wrong

If you have spent time as a solo web jockey or your job has you interacting directly with clients, you’ve probably been faced with the client who asks for something you feel is wrong. If you’re new to this, it may seem like a dangerous situation to be in, when…

Posted:

Tags: clients, project management

How Many Disabled Users?

There is an article over at Practical Ecommerce titled Accessibility: How Many Disabled Web Users Are There? by Joe Dolson. It is refreshing to see more traditional sites dealing with accessibility, especially when it can so significantly affect their bottom line. As an indication that the author gets it: I…

Posted:

Tags: accessibility, usability

Tables as Consumed by JAWS

There is an interesting article over at the WebAIM blog titled JAWS Ate My Tables.The article describes how JAWS (version 10 in this case), a screen reader, decides whether an HTML table is used for layout purposes or as a data table. It turns out that JAWS does not lean…

Posted:

Tags: accessibility, html, JAWS, usability

Video Accessible to Keyboard Users

Trenton Moss over at Webcredible has posted an article, Accessible online video for keyboard-only users. The concepts within are very simple, but require developers to take an extra step or two, which may account for why we see so few sites with these features implemented.One key issue is that developers…

Posted:

Tags: accessibility, usability, video

Bulletproof @font-face Syntax (reprint)

Paul Irish has gone ahead and created a block of CSS that we can reliably embed into our pages that will import .eot and .ttf/.otf font files. In his article Bulletproof @font-face syntax, he breaks down the various options and their support, providing arguments for and against each. In the…

Posted:

Tags: browser, fonts, standards, typefaces, WOFF