Laziness in the Time of Responsive Design by Ethan Marcotte—An Event Apart video
As screens and input types evolve, we’re managing more complexity in our designs than ever before: our layouts are becoming more flexible and responsive; our interfaces, more immersive. Maybe we can look for simpler approaches?
In this unique presentation captured live at An Event Apart Austin, Ethan Marcotte (creator of responsive web design and author, Responsive Web Design and Responsive Design: Patterns and Principles) walks us through some seemingly complex (what else?) responsive designs, and shows us how we might do a whole lot more with a little bit less.
Ethan Marcotte is a designer/developer who is passionate about beautiful design, elegant code, and the intersection of the two. He cofounded Editorially, and over the years his clientele has included People Magazine, New York Magazine, the Sundance Film Festival, and The Boston Globe.
Enjoy all the free videos in An Event Apart’s library. And for your free monthly guide to all things web, design, and developer-y, subscribe to The AEA Digest. Subscribers get exclusive access to our latest videos weeks before anyone else!
Should tags be inside or outside the input field
So tagging inputs are pretty common but there are generally 2 different approaches I see for displaying the tags:
The tags are below the input outside of the type-able space:
The tags are inside the input:
Now from…
Concise description of feature regardless of input device
I’m trying to find a concise way to tell the user that by activating this option he will be able to draw something with just one gesture: whether he is using a mouse or a touch device as primary input device. The sentence I c…
Which element to emphasis in a list
On the site I’m working on, we have a list of buttons which make donations.
We would like to promote a specific donation button so it will convey more traffic. We tends to prefer less big donations over a lot of small ones (…
Should there be feedback that the search results shown are different from the query in the bar?
Should the user be notified that the results shown are from a different query currently in the search bar?
For example, the image above shows results for “stack exchange” and (after turning off instant results) changed the…
Context based navigation
I have a portal containing different processes (let’s call them process A, process B, …).
When entering the portal you’re in a “neutral” area which is not depending on any process.
When clicking on a process (“process A” o…
radio input color [on hold]
How i can change the color of my radio inputs ? there is a way to make them like that :
Thanks for helping !
Pre-filled textarea’s are perceived as un-editable
TLDR: When prefilling a textarea for endusers, they take it as un-editable, while in fact it is only there as a suggestion. How do I fix this?
I am working on a form where you can approve or decline someone’s request for a r…
Large, medium or small photos for mobile list view?
Recently I had a disagreement with a colleague of mine. In my opinion our listview should have large photos so that users can have a clear look of the product while the other opinion is that the photos must be smaller so that…