Responsive Design How to get started



Similar documents
Responsive Design How to get started

Putting the Design in Responsive Design Best Practices Guide

Principles of Web Design 6 th Edition. Chapter 12 Responsive Web Design

Responsive and Adaptive Web Design. Responsive & Adaptive websites-respond to the user s device by showing an optimized view.

Responsive Web Design. birds of feather

Creating a High Performance Website

Responsive Design Guide. The fundamentals of designing and building mobile optimized

Going Beyond SAP ITS Mobile Apps to a Responsive Design Mobile Apps. JK (JayaKumar Pedapudi) Principal Consultant NTT DATA, Inc.

Responsive Web Design (RWD) Best Practices Guide Version:

Redesigning Campaigns for Mobile

Responsive Web Design for Teachers. Exercise: Building a Responsive Page with the Fluid Grid Layout Feature

Why Your Practice Needs a Mobile Website Interface Right Now and How To Make it Happen.

Planning a Responsive Website

How to Improve Your Conversion Rate by Increasing Windows XP Sales

Responsive Design for

How-to Guide: Creating a Mobile Website Using bmobilized

38 Essential Website Redesign Terms You Need to Know

Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure

Responsive Web Design. vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions

Responsive Web Design in Application Express

Responsive Web Design for Drupal

Building Responsive Websites with the Bootstrap 3 Framework

Mobile Device Design Tips For Marketing

Mobile Friendly Design

Google Analytics in the Dept. of Medicine

GUIDE CAMPAIGN MANAGEMENT BOARDS. How to Use Boards for. How to Set up a Board

Is your Business Mobile-Ready? A quick audit to check your business website is mobile-ready

How to Edit Your Website

Hello. What s inside? Ready to build a website?

Responsive Design. for Landing Pages. Simplifying & optimizing for every device in Google Enhanced campaigns and everywhere else.

Administrator's Guide

GUIDE TO CODE KILLER RESPONSIVE S

Let's Dig Into the Omega Theme October 27,

Avoiding the 5 Most Common Mistakes in Responsive Design

CASE STUDY. Generating Qualified Leads that Translate into Increased Sales SEARCH - MARKETING - SOCIAL - MOBILE - ADVERTISING

RESPONSIVE DESIGN FOR MOBILE RENDERING

The Birth of Responsive Templates

Written by: Doug Schust, WSI Digital Marketing Expert

Get Better Conversion Rates On Your Mobile Responsive Landing Pages

ABC Widget Company. Website Redesign Proposal. Prepared for: Jonathon Doe

Examples and Best Practices in Responsive Web Design

Inbound Marketing vs. Outbound A Guide to Effective Inbound Marketing

Message from Marketing & Creative Services

QUESTIONS AND ANSWERS

RESPONSIVE DESIGN: OPTIMIZING THE CUSTOMER WEB EXPERIENCE ACROSS DEVICES

SEO Toolkit Magento Extension User Guide Official extension page: SEO Toolkit

G-CLOUD 6 Service Definition Document

I WISH I COULD FIND THE TIME!

5 Smart Phones Will Be Targeted Promotion Of Mobile Apps

Google Analytics workbook

RESPONSIVE WEB DESIGN

Responsive Design for Enterprise. July 2012

WEBSITE ANATOMY 101 THE LATEST ON HOW TO BUILD A HOSPITAL WEBSITE THAT DRIVES PATIENT VOLUME

Mobile Optimisation 2014

Revenue Generating Conversion Rate Optimization (CRO) Strategies

STATE & LOCAL GOVERNMENT DIGITAL ENGAGEMENT TRENDS REPORT: 2015

Your Website: Brief a Developer of DIY?

RESPONSIVE WEB DESIGN: THE FUTURE. Written by: Doug Schust, WSI Digital Marketing Expert

MAKE YOUR PRESENCE KNOWN

About Blue Sky Sessions

SETTING UP THE NEW FACEBOOK BUSINESS PAGE DESIGN

Guidelines for Effective Creative

The Foolproof Guide to An Effective Landing Page

6-part Lunch Learning Series

Better Marketing: Making Sure Your Messages Get Read & Acted On

Presentation: Online Marketing Best Practices

10 Steps to Turn Your Website Redesign into an Inbound Marketing Machine

BEYOND RESPONSIVE. by Marcus Morba (drupal.org/user/ = mori) Sunday 24 November 13

A GUIDE TO MOBILE

SOFT DOT NET PROFILE & SERVICES

Landing Page Creator 101. Series from HOW TO... Landing Page Creator How to? Series by GetResponse

Google AdWords vs Google Analytics: Dissecting Remarketing Lists. Written by Carrie Albright, Senior Account Manager. hanapinmarketing.

Google Sites From the Ground Up

Mobile Design: Marketing Fit for the Small Screen

1. Layout and Navigation

10 Essential Google Analytics Reports And How They Matter to B2B Executives

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For

Responsible Web Design A Pragmatic Approach to Website Design for Multiple Devices

linkedin s new company pages

Mobile Optimise your s. Code & examples to make your campaigns mobile friendly

Sizmek Formats. IAB Mobile Pull. Build Guide

Marketing for Hoteliers: A Step-by-Step Guide

Creativity Whitepaper 2014

Responsive Web Design: Is It Worth It?

A GUIDE TO LEAD GENERATION WEBSITES. By Michael Myles, MBA CEO of Active Internet Marketing. activeinternetmarketing.com 1 (888)

Responsive Web Design. Webinar, August 2012

Hello, We're happy to present our Website Design and Development Proposal for the Save The Waves Coalition. Striking Idea Inc.

Optimizing Landing Pages for Lead Generation and Conversion

RESPONSIVE DESIGN BY COMMUNIGATOR

WHO, WHAT, HOW, WHERE, & WHY of MARKETING

REDESIGNING FOR MOBILE What Marketers Need to Know

WP Popup Magic User Guide

Recommendations for Websites Optimization for Mobile Devices Using Mobile Centric CSS. February 2014 Update

Statement of Work. DLC Management Website redesign for Randhurst Mall. Director of Marketing DLC Management Corp

CREATING RESPONSIVE UI FOR WEB STORE USING CSS

WP Popup Magic User Guide

Bounce Rate Benchmark Report

Flinders University Google Web Analytics July 2008

MOBILE OPTIMIZATION. Success Guide

WEB DESIGN TIME? KEEP THESE 9 ELEMENTS IN MIND

Transcription:

Responsive Design How to get started

Website traffic from mobile devices has grown significantly year over year prompting marketers to include responsive website design into their digital marketing strategy. While building a responsive site can be complex, a responsive web design implementation can effectively provide support for the growing range of devices all with a single codebase making it an attractive option for many projects. The promise of a responsive design is a single website optimized for devices with various screen sizes, but the complexity of large scale, content-rich sites packed with vital information can create challenges in communicating key messages effectively. Follow these best practices while thinking through your redesign and you ll be on your way to a successful launch of a responsively designed website.

Understanding Responsive Website Design A site can be made to respond in a basic fashion quite easily. The first step is to define content regions and how each region will respond to different screen sizes. In this example, content regions move from sitting next to each other on a desktop screen to stacking vertically on top of one another on a mobile screen. The hard work of responsive is planning for the various layouts of these content regions for each screen size. Google refers to responsive web design as the "Industry Best Practice".

Usability and User Experience Optimizing the user experience with a responsive design requires more than a cookie-cutter solution that gives limited control. You ll want to think about how your site is presented across devices and consider: Are you varying your navigation by device? You ll want to make sure you re not using a hover state for touch devices and that your touch regions are big enough for easy clicking. Do your calls-to-action stand out on your site s various sizes? Do your copy, photography, and video tell your audience who you are effectively? Ensure that your images are optimized for large and small screens. Are you incorporating interactive experiences that keep your audience engaged on your site on any device? For rich interactive pieces, keep in mind that overlays and video playback vary widely across devices. Clearly communicating your value is important on all screen sizes.

Responsive Design Terminology Media query @media only screen and ( min-width: 768px ) and ( max-width: 959px ) A conditional component of the CSS language that allows the presentation of content to be tailored to a type of device without changing the content itself. Media queries can be based on screen width or height of the device. Grid A column-based page layout system, typically with 12 to 16 columns, that allows designers to position content based on a template. Sometimes referred to as responsive, fluid, or flexible grids in responsive design. As the design responds, the column gutters shrink first.

Breakpoint The point at which a website responds to provide the optimal layout for content in a specific view. Breakpoints vary depending on the screen size of the device as well as the display resolution but a general guide is: Widescreen Desktop: 1380 px Tablet Portrait: Between 768px and 959px All Mobile Sizes: Less than 767px Mobile Landscape: Between 480px and 767px Mobile Portrait: Less than 479px

Fixed vs. Fluid Referring to the type of layout, a website using a fixed layout has a set width and will not adjust when the browser is resized or the site is viewed on a different screen size. A website using a fluid layout will adjust to the width of the browser or various screen size. Responsive Design for Marketing A responsive design is a priority for your website re-launch because your visitors are using various devices to access your content, so why not make your other digital properties responsive? Landing Pages Your mobile visitors may be arriving to your site by clicking through from an external link, perhaps via organic search or pay-per-click ads. Their first interaction with your website is likely with a landing page, so making sure you ve optimized your content for mobile is important. Clearly communicating your value proposition while also offering a great user experience is a critical step toward making a positive first impression and driving visitors to engage and convert. Creating landing pages with a responsive design employs the same techniques that are used for launching a responsive website. You ll want to create multiple landing page templates so that you can easily test which responsive design works best. Ask yourself Is my most compelling content prominent? Is my call-to-action front and center? Am I telling my story effectively?

Email Templates If your email campaigns are not viewable on devices with smaller screens, you could be in big trouble. According to a recent survey, 75% of smartphone owners say they are highly likely to delete an email if they are unable to read it on their mobile device. This means a decrease in: Click-thrus Conversions Site traffic To make sure your emails avoid the trashcan, create responsive email templates that make it easy to read messages on various screen sizes. As with any new design, make sure you test your responsive landing pages and email templates. Be sure to analyze your test results to determine what works well and make changes to the things that don t. Take advantage of the data to create more sophisticated content that will engage your audience and help you meet your business goals.

Which Content Management System is the best? The fact is, any content management system that allows you to fully configure HTML/CSS will be able to display a basic responsive website design. This is because the media query - the code that enables a website display to change its appearance based on device lives within the HTML/CSS and is therefore independent from the CMS that holds the content and provides the administration functionality. But marketers require more than just a basic responsive design. They need a responsive design that optimizes content for various devices. Having the ability to hide some content like large photography, tables, and sidebars, or to change the position of calls to action is important for communicating a strong message that drives action. This is where picking the best CMS matters.

For an optimized responsive website design, the open-source CMS platform Drupal works best. It allows for the fine-tuning and control of the content presentation in all devices and gives content managers the ability to choose which content elements appear on specific devices. With the power to show different content, not just different layouts, content managers can deliver exceptional user experiences optimized for mobile, desktop, and tablet displays. About Web Design Boston Web Design Boston is an interactive and an award-winning web design, web development and strategy firm that creates exceptional web experiences for industries including education, technology, healthcare, and others, driving business metrics, engaging and inspiring users, and making a bottom line impact. Web Design Boston offers a core set of design, development & marketing deliverables to help improve the online visibility and impact of your business. We work closely with our clients to understand their challenges and goals in the digital world. Our cross-disciplinary team then combines research, data, experience and intuition to create innovative strategies and solutions with a clear roadmap to success.