Tag Archives: UX

Adaptive Content (with a dash of jQuery)

by

Aral Balkan posted the following snippet on Twitter just now: <span>u</span><span class=”hideIf320″>ser e</span><span class=”capIf320″>x</span><span class=”hideIf320″>perience</span> followed by the explanation: … adaptive copy 🙂 (Actual names shortened for the tweet.) Writes “user experience” in widescreen, UX on smaller screen 🙂 It’s an interesting idea, but I think it clutters up the markup with too many non-semantic…

Posted in Code | Tagged , , | 4 Comments

On Interfaces, Plugins and the finer points of Application Design

by

I’ve been thinking a lot about interface design recently. Around client projects, I’ve been working on a premium WordPress theme called Bauhaus, which I’ll shortly be releasing on ThemeForest. I’ve spent a lot of time wrangling options in the WordPress admin interface, done a lot of research across the web and I’ve come to a startling conclusion, a lot of people are doing interface design wrong. Continue reading…

Posted in Design | Tagged , , , | Leave a comment

Improving the User Experience with Browser Sniffing: UX Tips for a Better Website

by

We’re used to using browser sniffing to work around incompatibilities, to serve different stylesheets or scripts to different User-Agents with different capabilities. Of course, that approach has fallen by the wayside in recent times, with best practice now dictating that we test for capabilities rather than browser/OS combinations in our rich UIs. However, browser sniffing…

Posted in Design | Tagged , , | Leave a comment