We’ve explored tablet and Touch First design in a previous post, but we haven’t gone into much depth about what it takes to make the design a reality. Eight months ago, we set out to create a website for our new brand. Actually, we crammed about twenty people who make websites for a living into a room and asked them to make it happen. This post explores the process we used to build our new website and sheds some light on what it takes to bring a Touch-First design to life.
Next, it was time to define our process. Since this was an atypical project, we devised a roadmap specific for our responsive, Touch First design. That meant an iterative approach and some revisions to our more traditional steps and milestones.

The Business Needs
We kicked off our project the same way we start all client projects, by defining the business needs. And, as with most companies, we had a mix of stakeholders from various departments who all had very specific requirements they wanted us to meet.- The Creative department proposed an app-like, touch-first design
- Creative tech insisted on HTML5 and was interested in Responsive Design
- Analytics wanted distinct URLS for each page
- Digital Marketing needed it to be SEO-friendly
- The Product team and senior managers wanted it to be CMS-powered
- Senior management wanted it delivered on-time (of course)
- And everyone wanted the site to fulfill the audience needs
The Process

- Management/business needs
- Strategy
- IA, creative design and copywriting
- Prototyping
- Design completion
- Creative development
- Technical development
- Responsive QA
Getting Started
The inspiration for our site was the latest generation of tablet and mobile applications. We wanted to have an app-like look and feel, but on the web and without Flash. Our IA and design teams built wireframes and designs at three breakpoints – phone, tablet and desktop. This helped level set expectations across platforms. Once we settled on a design, we turned to our Creative Technology team for prototyping.Prototyping
Taking the business needs to heart and working off of some early design sketches, our Creative Technology team sat down to weigh the concept against what was possible. Reconciling the business needs was a process that included a lot of research and testing of ideas. We tried a variety of options and ended up with a prototype of the functionality. What follows are descriptions of some of the technologies/techniques we eventually settled on.One site for every screen
Responsive websites respond to their environment using adaptive or fluid approaches. Using CSS3 media queries in addition to device detection (WURFL) and feature detection (modernizr), we are able to target how the site looks across multiple devices, browsers and screen resolutions. The purpose of media queries are to apply different rules to achieve different layouts for specified viewport widths. This is achieved by using the @media rule in css3. Don't just take our word for it. Check out theprimacy.com on your desktop and mobile devices.