blog @ 55 Minutes

This is a blog by 55 Minutes, a small studio in San Francisco providing design, usability, and development services. More at 55minutes.com

Most recent post

May 11, 2012

Taming the Lion Inactive Memory Problem 

OS X Lion has a nasty habit of hanging on to inactive memory, thus causing unnecessary disk paging. As you’ve probably observed—unless you’re fortunate enough to be running on an SSD—any sustained disk activity brings Lion to a grinding halt. So, what can you do to alleviate this problem?

Earlier posts

Apr 25, 2012

iPhone Text Resizing  Avoid ‑webkit‑text‑size‑adjust: none

To improve readability on websites designed for desktop browsers, Mobile Safari on iPhone will automatically increase the size of small text. For designers sweating every last detail, this adjustment is not always desirable. The right way to work around it is to set ‑webkit‑text‑size‑adjust: 100%. Avoid none at all costs. Here’s why.

Apr 23, 2012

Media Queries and Browser Zoom  Working around a WebKit bug

Just when we thought we understood media queries and the relative nature of CSS pixel measurements, along comes a subtle bug in WebKit that throws everything off. In this post we look at the nature of the WebKit desktop zoom problem and find an elegant solution using the latest version of Sass.