Top stories this week: A new partner at Pentagram, Bloomberg Businessweek’s newfound edge, learning responsive design as you go, Design Envy picks from Joan Raspo and more.
Top stories this week: redesigns, Facebook’s IPO, IxDA People’s Choice Award, a dearth of critical discourse on design, Design Envy picks from Jonnie Hallman and more.
Through member surveys, conversations with stakeholders and conference sessions, AIGA has been examining the role of annual design competitions. AIGA Executive Director Ric Grefé explains the thinking behind new programs and competition structures.
Top stories this week: The new face of American activism, design’s role in the evolution of the web, creative gatherings in Utah, Design Envy picks from Jessica Walsh and more.
Protesting, making posters, writing, performing, using social media—through methods both new and old, design activists speak out against extreme immigration policies and economic inequality.
New this week: Paul Sahre’s 18-foot paper hearse for They Might Be Giants, Smashing Magazine’s responsive website redesign, an artful spoof, Chuck Anderson’s Design Envy picks and more.
Top stories this week: DONDA, learning to code in a year, design challenges for 2012, push-button social media, the best U.S. map, Design Envy picks from Elle Kim and more.
Every year all across the country, AIGA chapters work hard to present invaluable, thought-provoking, one-of-a-kind events where connections are formed, knowledge is learned and inspiration is gained. Here are 21 (plus 4!) that made 2011 eventful.
Top stories this week: the year in design that works, who will be hiring in 2012, how designers and engineers can play nice, the Kickstarter phenomenon, Eike Koenig’s Design Envy picks, and more.
Web typography, simplified, decoded, deconstructed. That was the focus of our sixth “Breakthroughs” webinar, featuring Tim Brown, type manager at Typekit and author of the blog Nice Web Type .
At Pentagram Julia Hoffmann designed for renowned clients including The Metropolitan Opera in New York. Then as art director for Crispin Porter + Bogusky, she worked for powerhouses like Burger King. Still, since joining MoMA in 2008, she believes that “in-house design studios are the future of successful branding.” In this interview, learn why.
I recently ran into a problem that was really hard to figure out. I was working on a responsive design where I used img {max-width:100%;} to make sure that images would be downsized rather than overflow in narrower viewports.
It worked great everywhere… until I went to check in IE8. The site’s logo was gone! None of the usual IE bug fixes cured the problem, and it took me quite a while to realise that max-width was part of the problem.
Copyright © Roger Johansson
In an ideal world there would always be a clean way of displaying data supplied by a third party on your site. Two examples would be getting the data in JSON or XML format from a Web Service and having an API to code against. But you don’t always have any of those options.
Sometimes the only way of incorporating data from a third party is by loading it in an iframe element. A few examples are financial reports, e-commerce applications, and ticket booking applications. Using an iframe is not ideal for many reasons, one of which is that it can make multiple sets of scrollbars appear on the page. Not only does it look ugly, it also makes the site less user-friendly. But there is a workaround.
Posted in JavaScript, Usability.
Copyright © Roger Johansson
Showing whether a link on a web page has been visited or not can be very useful. One example that many will be familiar with is how it helps you know which links you have already followed from a Google search results page – links to pages you have already visited are a different colour than the other links.
Changing only the colour can be a bit subtle though, especially for people with colour vision deficiency. Depending on which colours are used to differentiate between visited and unvisited links it can be hard to tell them apart. To make the difference more obvious, there are a number of techniques involving background images, generated content (like the one I describe in Check marking visited links), and other CSS properties. However, if you’ve been using any similar tricks to style visited links, it’s time to forget about those and start relying on colour alone.
Copyright © Roger Johansson
When adapting a layout for different viewport widths (a.k.a. responsive design) or media (like print), it’s common to reset any float and width values on major layout blocks to linearise their display.
Unfloating a floated element is as simple as specifying float:none. Width doesn’t seem to be quite as straightforward – lately I’ve come across several cases where people use width:100% to undo explicitly specified widths when they should be using width:auto instead. So here’s a brief explanation of the difference.
Posted in CSS, Quick Tips.
Copyright © Roger Johansson
I just recently ran into an issue when styling buttons that had me pulling my hair for a while. I had my buttons looking the way they were supposed to look in desktop browsers, but when I went to have a look in Safari for iOS, much of my CSS wasn’t applied.
This was pretty puzzling as I couldn’t remember having any problems with buttons in Safari for iOS before. After taking a closer look at the CSS I was using for these particular buttons and the CSS I had used previously, I managed to find out what made the difference.
Posted in CSS.
Copyright © Roger Johansson
As I have noted in a couple of blog posts recently, there are some cases when CSS has quite unexpected results in screen readers (or the way web browsers create the accessibility information they hand over to screen readers). If you haven’t read them, the posts are Screen readers, list items and list-style:none and Using display:table has semantic effects in some screen readers.
Here are a few examples:
- Using
display:tableon non-table elements to get the visual layout characteristics of an HTML table without actually using one may cause screen readers to act as if there was a real table - Using
display:blockor float on table-related elements may cause screen readers to treat the table as a layout table and ignore its semantics or report an incorrect data structure - Using
list-style:noneto visually remove bullets or numbers from list items may cause screen readers to ignore them too, basically treating list items as paragraphs of text
Posted in Accessibility, CSS.
Copyright © Roger Johansson
Back in the day you used to be able to view source on a web page to see the markup used to create it. These days, on many sites, a large portion of the markup is not visible when you view source because it is inserted by JavaScript functions.
That isn't necessarily a problem provided that you use progressive enhancement and unobtrusive JavaScript. If you follow those principles, content and basic functionality will still be there when scripting is unavailable. Many of us understand that. But one thing I’ve noticed is that some developers forget to consider semantics or accessibility in the markup they use JavaScript to insert.
Posted in (X)HTML, Accessibility, JavaScript.
Copyright © Roger Johansson
I’ve always been wary of styling form elements too much. Possible usability and accessibility issues, browser quirks, and the fact that the CSS specification does not define form control styling are the main reasons.
With that said, sometimes you have to do things you don’t really want to. Like styling select elements, which I’ve recently had to find a way to do. There are quite a few workarounds for doing this out there. However, most of the ones I looked at replace the select element with a bunch of links which changes semantics and behaviour a bit too much for my tastes. I couldn’t find any implementation that I was completely happy with, so I took the best one I could find and tweaked it.
Posted in Accessibility, CSS, JavaScript.
Copyright © Roger Johansson
It’s not exactly news – it was announced in July in HTML5 Parsing in IE10 – but in case you missed it, Microsoft are removing support for conditional comments from IE10.
I don't expect this to be a big deal. Actually I’m not sure it will have any impact at all, at least not for me. It’s already a rare thing to need to do something special for IE9.
Posted in Browsers.
Copyright © Roger Johansson
Since uninstalling Flash I’ve noticed how common it is for sites that still use Flash to pay little or no attention to visitors that do not have Flash Player installed. Showing a “Missing plugin” message instead of navigation links or even worse, the entire site, is an efficient way of turning people away.
There used to be a time when “everybody” had Flash player installed. These days there are many millions of iOS users that don’t. Apple does not include Flash Player with new Macs anymore (neither is it included with OS X 10.7 Lion). And then there are people who block Flash with browser extensions or uninstall it completely.
Posted in Accessibility, Usability.
Copyright © Roger Johansson