Responsive Design for Enterprise. July 2012

Size: px
Start display at page:

Download "Responsive Design for Enterprise. July 2012"

Transcription

1 Responsive Design for Enterprise July 2012

2 Contents Progressive enhancement 3 Responsive design 6 Combine the two 23 Lessons Learned: Deloitte Digital website 27 Impact on Time and Cost 39

3 Responsive Design is a subset of Progressive Enhancement And we ve been doing Progressive Enhancement for years

4 An escalator can never break: it can only become stairs - Mitch Hedberg

5 What is Progressive Enhancement Build a site for all browsers (and now devices) that supports the minimum. Progressively enhance the experience if the browser/device supports it Traditionally Now JS vs No-JS Touch vs Non-Touch Source: Deloitte Digital

6 Responsive websites respond to their environment

7 Deloitte Digital Source: 7

8 In the past: Elements on the page that ADAPT based on browser size The navigation on Bankwest.com.au repositions itself if you have a wide screen monitor Deloitte Digital

9 Now: Fully RESPONSIVE with full fluid width layout for all sizes The Deloitte Digital website was developed to be fully responsive up to 960px grid, then stops Deloitte Digital

10 Why should we care?

11 Over 12 million consumers are using smartphones in Australia That s over 50% of the population

12 By 2014, more Australians will access digital services via a smartphone than a computer.

13 A user should be able to see the same content regardless of device However the layout of the content could change depending on the form factor

14 Don t hide, reflow Mostly fluid Multi column layout with larger margins on big screens Fluid grid layout Stacks content vertically on mobile Most common pattern Deloitte Digital uses this approach (mostly) Source: Luke Wroblewski - Deloitte Digital

15 choiceresponse.com Deloitte Digital fivesimplesteps.com

16 Don t hide, reflow Column Drop Multi column layout for wider screens Drops columns as you get smaller Overall size of elements remains mostly the same size until you get down to the mobile view Source: Luke Wroblewski - Deloitte Digital

17 modernizr.com Deloitte Digital owltastic.com

18 Don t hide, reflow Layout shifter Multiple layouts for each screen size Requires significant amount of work for each design Is most effective Source: Luke Wroblewski - Deloitte Digital

19 foodsense.is Deloitte Digital bostonglobe.com

20 Don t hide, reflow Off Canvas Space off the screen is still used and based on actions on the page, the entire screen moves to show the new content Becoming quite popular on mobile apps and websites: Facebook (Navigation on the left) Google (list of services up top) Difficult to reach accessibility requirements Source: Luke Wroblewski - Deloitte Digital

21 barakobama.com Deloitte Digital Source: Luke Wroblewski

22 Should we serve all content to all devices?

23 It s becoming easier to move between devices Google Chrome on iphone, ipad, Android and Desktop have the ability to share tabs being viewed on other devices. ios 6 and Safari on OSX Mountain Lion will support this natively Deloitte Digital

24 BBC.co.uk Two different sites, standard and mobile doesn t redirect between sites Deloitte Digital

25 YouTube Separate sites for desktop and tablet and mobile (uses server side detection to serve slightly different content for tablet/mobile) redirects between each automatically Deloitte Digital

26 Boston Globe Fully responsive same content on each device, reflowed Deloitte Digital

27 Smashing Magazine Removes non-required content (e.g. ads) for smaller devices Deloitte Digital

28 Putting it all together Progressive Enhancement + Responsive Design = Awesome

29 How do you approach it? Build for Base Standard Accessibility Old versions of Internet Explorer Enhance for Browser Using CSS and JavaScript Respond to Environment (Device capabilities) Using JavaScript Deloitte Digital

30 Detecting touch and enhance the UX By detecting that the device viewing the website can support touch and multi-touch gestures The gallery on the Deloitte Digital website detects swipe gestures, but on desktop you can click the arrows instead. Deloitte Digital

31 Take a leaf out of Microsoft s book The Mobile/Tablet design methodology is to: Focus on the content Simplify the information design to suit the device Why can t the same apply to the desktop? Microsoft thinks so, and they are gambling on it with Windows 8 Deloitte Digital

32 What functionality can we use with HTML5? Currently: Geolocation Orientation (Accelerometer) Touch Gestures Near future (but not yet): Media Capture (Camera) Distant future: Augmented Reality? Deloitte Digital

33 Lessons learned building a responsive site

34 Our Approach Purely Agile (Around 6 weeks) Wireframes produced for mobile, tablet and desktop Designs produced for mobile and desktop view Worked very closely with designers during development Mobile build first, queries for other sizes Deloitte Digital

35 CSS Mobile stylesheet written first (<507px) Media Queries written for desktop (>507px) Layout broke between 507px and 768px Added breakpoints for tablet between 508px and 767px Readjust columns from 3 to 2 columns (aligned content above or below images) We have eight breakpoints You need to be flexible Deloitte Digital

36 Responsive Images JavaScript Custom built JavaScript library (requires jquery) to swap images out based on screen size and pixel density Only loads the exact image required other scripts always load the mobile version first, then swap it out with the higher resolution Site looks great on Retina display MacBook Pro on day one Deloitte Digital

37 Images 6 different images per image Mobile/Mobile 2x Tablet/Tablet 2x Desktop/Desktop 2x Very difficult to automate Some newer CMS s have image manipulation tools included We didn t just scale, but also have different images for each device Created all images at 2x first, then scaled down Deloitte Digital

38 Which way should you build your site? Which version of the site has higher priority/larger number of visits currently? This should determine mobile/desktop first Do you care if old mobile browsers see the desktop version? This should determine mobile/desktop first Does the site need to work without JavaScript? Does the site need to be Accessible? Deloitte Digital

39 Responsive vs. Device Experiences Responsive web design Single URL for all versions of the site Use if: You want layout adjustment across devices You can live without complete optimisation for specific devices You don t have access to serverside solutions You don t trust device detection Device Experiences URL for each version of the site Use if: You want maximum optimization for each type of device You want the ability to serve completely different UX and features to each type of device You re comfortable with device detection Source: Luke Wroblewski - Deloitte Digital

40 No matter if you build mobile or desktop first UX and Content should be the first thing you think about

41 Content strategy A responsive website starts with a new content strategy. Content should be to the point, concise and not contain fluff to make it fill up a page. Developing your UX/Design mobile first gives you the important layout/content hierarchy Tablet/desktop should just be a readjustment to layout All versions of the site should contain the same content for the user Superfluous content can be hidden from smaller screens (e.g. ads) Deloitte Digital

42 How does this impact the cost/time of build Not as much as you would think

43 Increase in time and cost? In Development Slightly Increased UX and Functional Spec to take impact of breakpoints for various devices into consideration Significantly Increased Design and Front-End Development (FED need to be involved from the start, and Designers needs to be involved during development) Minimal additional effort for Back-End Development Significantly increased Testing (Cross Browser and Cross Device) In Production No additional effort for writing content Significant increase in image production (6x images for each image) Deloitte Digital

44 However, compare this to multiple sites In Development Significantly less UX/Functional requirements time required. Only one functional specification required, wireframes are reflow of each site Less Design work required, as you are reflowing the assets already created for other devices instead of two/three separate designs Less Front-End Development required, you are starting from a baseline site, and just making changes for each version Significantly decreased Back-End Development. You only need to make one back end site instead of multiple Similar amount of functional and interface testing (Cross Browser and Cross Device) Significantly less Accessibility testing In Production Need to write content specifically for each site Same amount of time required for image production Deloitte Digital

45 What about page tracking? We now can accurately track the total number of visits to our site across all devices, rather than needing to look between different analytics accounts/sites We can use existing tracking tools like Google Analytics or Omniture. We can filter the results: By individual device By operating system By screen resolution By custom attributes that we can pass through (e.g. touch) Deloitte Digital

46 Thank you, Questions? Deloitte Digital

47 General information only This presentation contains general information only, and none of Deloitte Touche Tohmatsu Limited, its member firms, or their related entities (collectively the Deloitte Network ) is, by means of this presentation, rendering professional advice or services. Before making any decision or taking any action that may affect your finances or your business, you should consult a qualified professional adviser. No entity in the Deloitte Network shall be responsible for any loss whatsoever sustained by any person who relies on this presentation. About Deloitte Deloitte refers to one or more of Deloitte Touche Tohmatsu Limited, a UK private company limited by guarantee, and its network of member firms, each of which is a legally separate and independent entity. Please see for a detailed description of the legal structure of Deloitte Touche Tohmatsu Limited and its member firms. Deloitte provides audit, tax, consulting, and financial advisory services to public and private clients spanning multiple industries. With a globally connected network of member firms in more than 150 countries, Deloitte brings world-class capabilities and deep local expertise to help clients succeed wherever they operate. Deloitte's approximately 170,000 professionals are committed to becoming the standard of excellence. About Deloitte Australia In Australia, the member firm is the Australian partnership of Deloitte Touche Tohmatsu. As one of Australia s leading professional services firms. Deloitte Touche Tohmatsu and its affiliates provide audit, tax, consulting, and financial advisory services through approximately 5,400 people across the country. Focused on the creation of value and growth, and known as an employer of choice for innovative human resources programs, we are dedicated to helping our clients and our people excel. For more information, please visit our web site at Liability limited by a scheme approved under Professional Standards Legislation. Member of Deloitte Touche Tohmatsu Limited 2012 Deloitte Touche Tohmatsu. All rights reserved.

48

With 30% 60% of website traffic coming from a mobile device, it s a given

With 30% 60% of website traffic coming from a mobile device, it s a given Responsive vs. adaptive vs. device-specific: The best mobile strategy for your site BY JUSTIN MORELLI, UX DESIGNER POINT OF VIEW With 30% 60% of website traffic coming from a mobile device, it s a given

More information

Responsive Web Design. birds of feather

Responsive Web Design. birds of feather Responsive Web Design birds of feather Approaches to Mobile Development 1. No Mobile Approach 2. Native Mobile Applications 3. Mobile Websites 4. Responsive (universal) design No Mobile Approach Website

More information

Responsive Web Design (RWD) Best Practices Guide Version: 2013.11.20

Responsive Web Design (RWD) Best Practices Guide Version: 2013.11.20 Responsive Web Design (RWD) Best Practices Guide Version: 2013.11.20 This document includes best practices around responsive web design (RWD) when developing hybrid applications. Details on each checklist

More information

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

Responsive Web Design. vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions Responsive Web Design vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions The New Design Trend: Build a Website; Enable Self-optimization Across All Mobile De vices

More information

Building Responsive Websites with the Bootstrap 3 Framework

Building Responsive Websites with the Bootstrap 3 Framework Building Responsive Websites with the Bootstrap 3 Framework Michael Slater and Charity Grace Kirk michael@webvanta.com 888.670.6793 1 Today s Presenters Michael Slater President and Cofounder of Webvanta

More information

Designing for the Mobile Web Lesson 3: HTML5 Web Apps

Designing for the Mobile Web Lesson 3: HTML5 Web Apps Designing for the Mobile Web Lesson 3: HTML5 Web Apps Michael Slater, CEO Andrew DesChenes, Dir. Services course-support@webvanta.com 888.670.6793 www.webvanta.com Welcome! Four sessions 1: The Mobile

More information

Responsive Web Design: Is It Worth It?

Responsive Web Design: Is It Worth It? Responsive Web Design: Is It Worth It? (Adapted from " Responsive Web Design," by EyeImagine, LLC, December 2012, www.eyeimaginetech.com) Introduction Responsive Web Design is generating a lot of buzz

More information

Understanding Responsive Web Design (RWD) & Environment Aware Component Design Version: 2013.11.21

Understanding Responsive Web Design (RWD) & Environment Aware Component Design Version: 2013.11.21 Understanding Responsive Web Design (RWD) & Environment Aware Component Design Version: 2013.11.21 Contents Contents Checklist Planning Responsive Web Design Overview What is responsive design? When should

More information

Mobile Optimisation 2014

Mobile Optimisation 2014 IAB Email Marketing Series 2014 Ryan Hickling, Head of Email, TMW Landscape Over the past two to three years we ve seen a massive change in the way consumers interact with brands digitally. As technology

More information

Australian business and immigration solutions Planning is your best protection

Australian business and immigration solutions Planning is your best protection Australian business and immigration solutions Planning is your best protection Australia welcomes investors with capital and business skills who want to migrate to Australia to establish a business, or

More information

Sizmek Formats. IAB Mobile Pull. Build Guide

Sizmek Formats. IAB Mobile Pull. Build Guide Sizmek Formats IAB Mobile Pull Build Guide Table of Contents Overview...3 Supported Platforms... 6 Demos/Downloads... 6 Known Issues... 6 Implementing a IAB Mobile Pull Format...6 Included Template Files...

More information

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

Principles of Web Design 6 th Edition. Chapter 12 Responsive Web Design Principles of Web Design 6 th Edition Chapter 12 Responsive Web Design Objectives Recognize the need for responsive web design Use media queries to apply conditional styles Build a basic media query Create

More information

Vision on Mobile Security and BYOD BYOD Seminar

Vision on Mobile Security and BYOD BYOD Seminar Vision on Mobile Security and BYOD BYOD Seminar Brussel, 25 september 2012 Before We Begin Thom Schiltmans Deloitte Risk Services Security & Privacy Amstelveen tschiltmans@deloitte.nl +31 610 999 199 1

More information

IBM Worklight: Responsive Design for Mul8- Channel Applica8on Development

IBM Worklight: Responsive Design for Mul8- Channel Applica8on Development IBM Worklight: Responsive Design for Mul8- Channel Applica8on Development Please Note IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at

More information

RESPONSIVE WEB DESIGN

RESPONSIVE WEB DESIGN WHITE PAPER December 2012 RESPONSIVE WEB DESIGN A QUICK INTRODUCTION Responsive Web Design is generating a lot of buzz among web designers. What s all the fuss about? facing Responsive Design and total

More information

Choosing a Mobile Strategy for Your Business

Choosing a Mobile Strategy for Your Business Choosing a Mobile Strategy for Your Business Michael Slater, CEO michael@webvanta.com 888.670.6793 www.webvanta.com 1 Welcome to the Webinar Thanks for joining us! Ask questions at any time in the chat

More information

The Importance of Good Site Organization Good Search Engine Optimization begins with good site organization

The Importance of Good Site Organization Good Search Engine Optimization begins with good site organization The Importance of Good Site Organization Good Search Engine Optimization begins with good site organization The Importance of Good Site Organization Start with the Google Search Optimization Starter Guide

More information

Deloitte Reverse Mortgage Survey December 2013

Deloitte Reverse Mortgage Survey December 2013 Deloitte Reverse Mortgage Survey December 2013 James Hickey Financial Services Partner +61 2 9322 5009 jahickey@deloitte.com.au Contents 1. Market Volumes & Mix 2. Housing Splits 3. Borrowers 4. Summary

More information

Understanding Responsive Web Design. A detailed look at the current state of mobile commerce site development options. Written By: Igor Nesmyanovich

Understanding Responsive Web Design. A detailed look at the current state of mobile commerce site development options. Written By: Igor Nesmyanovich Understanding Responsive Web Design A detailed look at the current state of mobile commerce site development options Written By: Igor Nesmyanovich Most people make the mistake of thinking design veneer

More information

A GUIDE TO MOBILE EMAIL

A GUIDE TO MOBILE EMAIL A GUIDE TO MOBILE EMAIL UNDERSTANDING THE WHAT, HOW & WHY TABLE OF CONTENTS EMAILS OPENED ON MOBILE? 1 Email open market share 2011-2013 WHAT DOES THIS MEAN? 2 FIRST THINGS FIRST 2 From and Subject Lines

More information

WebCenter User experience. John Sim @JRSim_UIX

WebCenter User experience. John Sim @JRSim_UIX WebCenter User experience ipads - Xbox John Sim @JRSim_UIX About Fishbowl Solutions Specializing on portals & content management for 13 years Customers throughout North America & EMEA Enterprise-wide consulting

More information

A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved.

A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved. A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved. 1 The Mobile Web refers to access to the world wide web, i.e. the use of browser-based Internet services,

More information

Toolkit for Implementing Sites & Apps

Toolkit for Implementing Sites & Apps Toolkit for Implementing Sites & Apps Choosing the right product, design and development paths Stephen Griffiths, Mobile Transformation Expert, Google EMEA @_steve_griff Choosing the right paths for your

More information

Responsive Design How to get started

Responsive Design How to get started 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.

More information

Developing and deploying mobile apps

Developing and deploying mobile apps Developing and deploying mobile apps 1 Overview HTML5: write once, run anywhere for developing mobile applications 2 Native app alternative Android -- Java ios -- Objective-C Windows Mobile -- MS tools

More information

Responsive Web Design: Single Design for multiple devices - A case with UNISWA Library website. John Paul Anbu K.

Responsive Web Design: Single Design for multiple devices - A case with UNISWA Library website. John Paul Anbu K. Responsive Web Design: Single Design for multiple devices - A case with UNISWA Library website John Paul Anbu K. Introduction Proliferation of different devices to access internet Desktops Tablets Smart

More information

Predictive Analytics World San Francisco 2014 Key out-takes

Predictive Analytics World San Francisco 2014 Key out-takes Predictive Analytics World San Francisco 2014 Key out-takes IAPA Qld 8 May 2014 General Themes What are the hot topics? Big Data and Hadoop/in-memory analytics Crowd sourcing predictive analytics- Kaggle

More information

WEB, HYBRID, NATIVE EXPLAINED CRAIG ISAKSON. June 2013 MOBILE ENGINEERING LEAD / SOFTWARE ENGINEER

WEB, HYBRID, NATIVE EXPLAINED CRAIG ISAKSON. June 2013 MOBILE ENGINEERING LEAD / SOFTWARE ENGINEER WEB, HYBRID, NATIVE EXPLAINED June 2013 CRAIG ISAKSON MOBILE ENGINEERING LEAD / SOFTWARE ENGINEER 701.235.5525 888.sundog fax: 701.235.8941 2000 44th St. S Floor 6 Fargo, ND 58103 www.sundoginteractive.com

More information

Responsive Web + Mobile Best Practices. pg. 1

Responsive Web + Mobile Best Practices. pg. 1 Responsive Web + Mobile Best Practices pg. 1 pg 4. (Re)Organization + Layout pg 6. Responsive Elements pg 9. Mobile Navigation Patterns pg 12. Human Factors -Mostly Fluid -Do Nothing -Column Stacking -Layout

More information

Putting the Design in Responsive Design Best Practices Guide

Putting the Design in Responsive Design Best Practices Guide Putting the Design in Responsive Design Best Practices Guide Putting the Design in Responsive Design Best Practices Table of Contents Introduction....3 Understanding Responsive Website Design....4 User

More information

UNDERSTANDING RESPONSIVE DESIGN A SOLUTION FOR PUBLISHERS AND ADVERTISERS IN A MULTI-SCREEN WORLD. standout brand experiences

UNDERSTANDING RESPONSIVE DESIGN A SOLUTION FOR PUBLISHERS AND ADVERTISERS IN A MULTI-SCREEN WORLD. standout brand experiences UNDERSTANDING RESPONSIVE DESIGN A SOLUTION FOR PUBLISHERS AND ADVERTISERS IN A MULTI-SCREEN WORLD INTRODUCTION As the penetration and use of mobile devices continues to increase, publishers and advertisers

More information

separate the content technology display or delivery technology

separate the content technology display or delivery technology Good Morning. In the mobile development space, discussions are often focused on whose winning the mobile technology wars how Android has the greater share of the mobile market or how Apple is has the greatest

More information

Develop IBM i Mobile and Desktop Applications with a Single Code Base. BCD Software, LLC. All rights reserved.

Develop IBM i Mobile and Desktop Applications with a Single Code Base. BCD Software, LLC. All rights reserved. Develop IBM i Mobile and Desktop Applications with a Single Code Base About the Presenters Greg Patterson Technical Sales Engineer BCD and Quadrant Software - A Division of Fresche Maximize Your Investment

More information

Medstar Health Dell Services

Medstar Health Dell Services Medstar Health Dell Services Non Medstar Device Citrix Connectivity Guide October 2012 Sean Kaminski Dell Services System Admin Consultant 1 Table of Contents Overview...3 What is Citrix and why do I need

More information

38 Essential Website Redesign Terms You Need to Know

38 Essential Website Redesign Terms You Need to Know 38 Essential Website Redesign Terms You Need to Know Every industry has its buzzwords, and web design is no different. If your head is spinning from seemingly endless jargon, or if you re getting ready

More information

Building a Simple Mobile optimized Web App/Site Using the jquery Mobile Framework

Building a Simple Mobile optimized Web App/Site Using the jquery Mobile Framework Building a Simple Mobile optimized Web App/Site Using the jquery Mobile Framework pinboard.in tag http://pinboard.in/u:jasonclark/t:amigos-jquery-mobile/ Agenda Learn what a mobile framework is. Understand

More information

DreamFactory & Modus Create Case Study

DreamFactory & Modus Create Case Study DreamFactory & Modus Create Case Study By Michael Schwartz Modus Create April 1, 2013 Introduction DreamFactory partnered with Modus Create to port and enhance an existing address book application created

More information

The Birth of Responsive Email Templates

The Birth of Responsive Email Templates The Birth of Responsive Email Templates The Birth of Responsive Email Templates The adoption of mobility solution at the enterprise level is simply becoming more relentless in order to engage more and

More information

Perspectives on the Future of Financial Advice (FoFA) Deloitte Deloitte Actuaries & Consultants Limited

Perspectives on the Future of Financial Advice (FoFA) Deloitte Deloitte Actuaries & Consultants Limited Perspectives on the Future of Financial Advice (FoFA) Deloitte Deloitte Actuaries & Consultants Limited Where are we at The Future of Financial Advice (FoFA) journey is a moving feast: Key purpose to remove

More information

Introducing our new Editor: Email Creator

Introducing our new Editor: Email Creator Introducing our new Editor: Email Creator To view a section click on any header below: Creating a Newsletter... 3 Create From Templates... 4 Use Current Templates... 6 Import from File... 7 Import via

More information

Mobile Application Platform

Mobile Application Platform Mobile Application Platform from FeedHenry Next generation cloud-based solution that simplifies the development, deployment and management of mobile apps for enterprise. Develop native, hybrid and HTML5

More information

Best practices building multi-platform apps. John Hasthorpe & Josh Venman

Best practices building multi-platform apps. John Hasthorpe & Josh Venman Best practices building multi-platform apps John Hasthorpe & Josh Venman It s good to have options Android 4.3 10 Tablet Windows 7 14 Laptop Windows 7 15 Laptop Mac OSX 15 Laptop ios 6 4.6 Phone Android

More information

Additional information >>> HERE <<<

Additional information >>> HERE <<< Additional information >>> HERE http://dbvir.com/valuepaid/pdx/817t175/

More information

Charts for SharePoint

Charts for SharePoint KWizCom Corporation Charts for SharePoint Admin Guide Copyright 2005-2015 KWizCom Corporation. All rights reserved. Company Headquarters 95 Mural Street, Suite 600 Richmond Hill, ON L4B 3G2 Canada E-mail:

More information

Responsive Web Design in Application Express

Responsive Web Design in Application Express Insert Information Protection Policy Classification from Slide 13 1 Responsive Web Design in Application Express using HTML5 and CSS3 Shakeeb Rahman @shakeeb Principal Member of Technical Staff Oracle

More information

Kentico CMS, 2011 Kentico Software. Contents. Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1

Kentico CMS, 2011 Kentico Software. Contents. Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1 Contents Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1 Time for action - Viewing the mobile sample site 2 What just happened 4 Time for Action - Mobile device redirection

More information

Take full advantage of IBM s IDEs for end- to- end mobile development

Take full advantage of IBM s IDEs for end- to- end mobile development Take full advantage of IBM s IDEs for end- to- end mobile development ABSTRACT Mobile development with Rational Application Developer 8.5, Rational Software Architect 8.5, Rational Developer for zenterprise

More information

Article. One for All Apps in HTML5

Article. One for All Apps in HTML5 One for All Apps The boom of smartphones and tablets in the consumer sector creates new problems for developers of industrial Apps: They have to build Apps quickly that run on any type of smartphone and

More information

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

Responsible Web Design A Pragmatic Approach to Website Design for Multiple Devices Responsible Web Design A Pragmatic Approach to Website Design for Multiple Devices www..com 2 Responsible Web Design A Pragmatic Approach to Website Design for Multiple Devices Executive Summary There

More information

Developing Cross-platform Mobile and Web Apps

Developing Cross-platform Mobile and Web Apps 1 Developing Cross-platform Mobile and Web Apps Xiang Mao 1 and Jiannong Xin * 2 1 Department of Electrical and Computer Engineering, University of Florida 2 Institute of Food and Agricultural Sciences

More information

WompMobile Technical FAQ

WompMobile Technical FAQ WompMobile Technical FAQ What are the technical benefits of WompMobile? The mobile site has the same exact URL as the desktop website. The mobile site automatically and instantly syncs with the desktop

More information

Creating mobile layout designs in Adobe Muse

Creating mobile layout designs in Adobe Muse Creating mobile layout designs in Adobe Muse Using Adobe Muse, you can create site layouts for web content to be displayed on desktop, smartphones, and tablets. Using the mobile design features, you can

More information

Creating Effective Mobile Advertising Campaigns

Creating Effective Mobile Advertising Campaigns Creating Effective Mobile Advertising Campaigns This document pertains specifically to creating Mobile Display Ad Campaigns running on the Google Ads network. It is intended to provide recommendations

More information

RESPONSIVE EMAIL DESIGN BY COMMUNIGATOR

RESPONSIVE EMAIL DESIGN BY COMMUNIGATOR RESPONSIVE EMAIL DESIGN BY COMMUNIGATOR RESPONSIVE EMAIL DESIGN According to stats from Litmus, in 2014 at least 53% of emails were opened on a mobile device. That is a huge increase from 2011 when the

More information

Statement of Direction

Statement of Direction Mobile First: Taking Mobile CRM to the Next Level 1 January 2013 Mobile First: Taking Mobile CRM to the Next Level Whitepaper Mobile First: Taking Mobile CRM to the Next Level 2 Table of Contents Notes...

More information

Multi-touch app development with modern web tools. David Reagan, Advanced Visualization Lab

Multi-touch app development with modern web tools. David Reagan, Advanced Visualization Lab Multi-touch app development with modern web tools David Reagan, Advanced Visualization Lab Advanced Visualization Lab A unit of the Research Technologies division of UITS Research Technologies is a PTI

More information

Mastering Mobile Web with 8 Key Rules. Mastering Mobile Web with 8 Key Rules www.mobilelabsinc.com

Mastering Mobile Web with 8 Key Rules. Mastering Mobile Web with 8 Key Rules www.mobilelabsinc.com Mastering Mobile Web with 8 Key Rules 1 2 Introduction When it comes to mobile web design and testing, mobility plays by a far different set of rules than the desktops of years past. Today we are challenged

More information

HTML5 : carrier grade

HTML5 : carrier grade HTML5 : carrier grade Alex Rutgers / CTO@Momac / February 2013. Introduction Since HTML5 became mainstream media around April 2010 and I decided to create an overview article on HTML5 in the mobile space,

More information

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

Responsive Email Design Guide. The fundamentals of designing and building mobile optimized email Responsive Email Design Guide The fundamentals of designing and building mobile optimized email With the rapid increase of smartphone and tablet adoption, mobile email opens are growing exponentially every

More information

Succeeding with new hospital developments Laying the right technology foundation

Succeeding with new hospital developments Laying the right technology foundation Succeeding with new hospital developments Laying the right technology foundation Focusing on the right elements Information technology is changing how people use clinical spaces. In the digital hospital,

More information

Here s how to choose the right mobile app for you.

Here s how to choose the right mobile app for you. Here s how to choose the right mobile app for you. There is no arguing with statistics. The future of the web is mobile. Tablet shipments are increasing exponentially and within two years consumer broadband

More information

c r a f t i n g a m o b i l e e x p e r i e n c e w i t h o u t b u i l d i n g a s e p a r a t e m o b i l e s i t e

c r a f t i n g a m o b i l e e x p e r i e n c e w i t h o u t b u i l d i n g a s e p a r a t e m o b i l e s i t e c r a f t i n g a m o b i l e e x p e r i e n c e w i t h o u t b u i l d i n g a s e p a r a t e m o b i l e s i t e Ryan Huber School of Medicine Web Development c r a f t i n g a t a b l e t e x p e

More information

Why? Mobile. 0Your content is no more than 3 taps away from Angry Birds. 0 Many people access your website via smartphones and other mobile devices

Why? Mobile. 0Your content is no more than 3 taps away from Angry Birds. 0 Many people access your website via smartphones and other mobile devices Why? Mobile 0 Many people access your website via smartphones and other mobile devices 0Your content is no more than 3 taps away from Angry Birds Image src: http://www.angrybirds.com/ It is 2013? 0 Which

More information

RESPONSIVE DESIGN FOR MOBILE RENDERING

RESPONSIVE DESIGN FOR MOBILE RENDERING WHITEPAPER RESPONSIVE DESIGN FOR MOBILE RENDERING DELIVER MOBILE-SPECIFIC CONTENT USING MEDIA QUERIES EXECUTIVE SUMMARY With the widespread adoption of smartphones and tablets, proper email rendering in

More information

U.S. Mobile Benchmark Report

U.S. Mobile Benchmark Report U.S. Mobile Benchmark Report ADOBE DIGITAL INDEX 2014 80% 40% Methodology Report based on aggregate and anonymous data across retail, media, entertainment, financial service, and travel websites. Behavioral

More information

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

RESPONSIVE WEB DESIGN: THE FUTURE. Written by: Doug Schust, WSI Digital Marketing Expert Responsive Web Design: The // 1 2 10.ch RESPONSIVE WEB DESIGN: THE FUTURE Written by: Doug Schust, WSI Digital Marketing Expert Responsive Web Design: The // 2 Table of Contents Introduction... 3 1.Benefits

More information

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

Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure CONTROL PERSONALISE SOCIALISE www.airangel.com Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure Contents Why is my portal design so important? Page 03 - You

More information

MAGENTO THEME SHOE STORE

MAGENTO THEME SHOE STORE MAGENTO THEME SHOE STORE Developer: BSEtec Email: support@bsetec.com Website: www.bsetec.com Facebook Profile: License: GPLv3 or later License URL: http://www.gnu.org/licenses/gpl-3.0-standalone.html 1

More information

Making the Most of Existing Public Web Development Frameworks WEB04

Making the Most of Existing Public Web Development Frameworks WEB04 Making the Most of Existing Public Web Development Frameworks WEB04 jquery Mobile Write less, do more 2 The jquery Suite UI Overhaul Look and Feel Transitions Interactions Touch, Mouse, Keyboard Don t

More information

Responsive Design How to get started

Responsive Design How to get started Best Practices Guide Responsive Design How to get started oho.com 617 499 4900 @ohointeractive Website traffic from mobile devices has grown significantly year over year prompting marketers to include

More information

Mobile Game and App Development the Easy Way

Mobile Game and App Development the Easy Way Mobile Game and App Development the Easy Way Developed and maintained by Pocketeers Limited (http://www.pocketeers.co.uk). For support please visit http://www.appeasymobile.com This document is protected

More information

Going Mobile-does your website work on mobile devices?

Going Mobile-does your website work on mobile devices? Going Mobile-does your website work on mobile devices? Going Mobile-does your website work on mobile devices? It is unlikely to have escaped your attention that people are now accessing the web from a

More information

<Insert Picture Here>

<Insert Picture Here> Oracle Application Express: Mobile User Interfaces Marc Sewtz Senior Software Development Manager Oracle Application Express Oracle USA Inc. 520 Madison Avenue,

More information

Optimizing your E-Business Suite for Mobile and Tablet

Optimizing your E-Business Suite for Mobile and Tablet Optimizing your E-Business Suite for Mobile and Tablet - Using existing EBS Functionality to transform your User Experience (UX) 08 th December 2014 Michael West UX Hero / Director T: 07884218111 E: michael.west@appsynx

More information

50 shades of Siebel mobile

50 shades of Siebel mobile 50 shades of Siebel mobile Markus Schneeweis ec4u expert consulting AG 1 Agenda Start Part 1 The disruption Part 2 What means mobile? Part 3 Siebel Mobile clash of the generations? Part 4 Our offer 7 Key

More information

Tax highlights. Key developments this week. 10 November 2014. Contents:

Tax highlights. Key developments this week. 10 November 2014. Contents: Tax highlights 10 November 2014 Contents: Key developments OECD releases discussion draft on Action 7 of BEPS Action Plan OECD releases discussion draft on Action 10 of BEPS Action Plan Weekly tax news

More information

You can use percentages for both page elements and text. Ems are used for text,

You can use percentages for both page elements and text. Ems are used for text, By Megan Doutt Speaking broadly, responsive web design is about starting from a reference resolution, and using media queries to adapt it to other contexts. - Ethan Marcotte (creator of the term Responsive

More information

CMS, CRM, shopping carts, Web applications

CMS, CRM, shopping carts, Web applications CMS, CRM, shopping carts, Web applications Applications in PHP, open source, Add-ins, templates, modules on demand Mobile applications jquery Mobile + PhoneGap Several platforms in one price in JavaScript!

More information

SYST35300 Hybrid Mobile Application Development

SYST35300 Hybrid Mobile Application Development SYST35300 Hybrid Mobile Application Development Native, Web and Hybrid applications Hybrid Applications: Frameworks Native, Web and Hybrid Applications Mobile application development is the process by

More information

Web Designing with UI Designing

Web Designing with UI Designing Dear Student, Based upon your enquiry we are pleased to send you the course curriculum for Web Designing Given below is the brief description for the course you are looking for: Web Designing with UI Designing

More information

Responsive Design Best Practices

Responsive Design Best Practices Responsive Design Best Practices Heather Shore Account Director Silverpop Harlan Cayetano Sr. Email Specialist Silverpop Yin Mac Program Manager Silverpop Andrea Shyrock Production Manager Alchemy Worx

More information

ADF Mobile Overview and Frequently Asked Questions

ADF Mobile Overview and Frequently Asked Questions ADF Mobile Overview and Frequently Asked Questions Oracle ADF Mobile Overview Oracle ADF Mobile is a Java and HTML5-based mobile application development framework that enables developers to build and extend

More information

Climbing the Big Data Ladder Leveraging your ERP to unlock your information assets

Climbing the Big Data Ladder Leveraging your ERP to unlock your information assets Climbing the Big Data Ladder Leveraging your ERP to unlock your information assets Melbourne, April 2012 Robert Hillard Robert Hillard is the Deloitte partner leading the Australian Technology Consulting

More information

Enterprise Mobile Application Development: Native or Hybrid?

Enterprise Mobile Application Development: Native or Hybrid? Enterprise Mobile Application Development: Native or Hybrid? Enterprise Mobile Application Development: Native or Hybrid? SevenTablets 855-285-2322 Contact@SevenTablets.com http://www.seventablets.com

More information

Sage CRM. 7.2 Mobile Guide

Sage CRM. 7.2 Mobile Guide Sage CRM 7.2 Mobile Guide Copyright 2013 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed,

More information

Grab Your Tablet, Because You re Gonna Build A Mobile Apex App in One Hour!

Grab Your Tablet, Because You re Gonna Build A Mobile Apex App in One Hour! Grab Your Tablet, Because You re Gonna Build A Mobile Apex App in One Hour! Table of Contents Overview 1 Native or Web-Based App? 1 jquery Mobile 2 Benefits 2 Advantages 2 Disadvantages 3 Oracle Application

More information

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. support@bowthemes.com

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. support@bowthemes.com BT CONTENT SHOWCASE JOOMLA EXTENSION User guide Version 2.1 Copyright 2013 Bowthemes Inc. support@bowthemes.com 1 Table of Contents Introduction...2 Installing and Upgrading...4 System Requirement...4

More information

Product description version 1.0 16-12-2013

Product description version 1.0 16-12-2013 Product description version 1.0 16-12-2013 Table of content 1. Introduction 2. Target customer 2.1. Validated needs of customer 2.2. Top USPs 3. Core Features 3.1. Feature description 4. System requirements

More information

Coding for Desktop and Mobile with HTML5 and Java EE 7

Coding for Desktop and Mobile with HTML5 and Java EE 7 Coding for Desktop and Mobile with HTML5 and Java EE 7 Coding for Desktop and Mobile with HTML5 and Java EE 7 Geertjan Wielenga - NetBeans - DukeScript - VisualVM - Jfugue Music Notepad - Java - JavaScript

More information

Designing Mobile Experiences: Building Mobile Web Sites and Apps

Designing Mobile Experiences: Building Mobile Web Sites and Apps Designing Mobile Experiences: Building Mobile Web Sites and Apps Offline Montana February 2, 2013 Jason A. Clark Head of Digital Access and Web Services Montana State University Libraries pinboard.in tag

More information

Responsive Web Design. Webinar, August 2012

Responsive Web Design. Webinar, August 2012 Responsive Web Design Webinar, August 2012 The browser landscape is changing The United Kingdom is the second largest global internet user In a recent study, 11% of UK internet traffic was from mobile

More information

Want to read more? It s also available at your favorite book retailer, including the ibookstore, the Android Marketplace, and Amazon.com.

Want to read more? It s also available at your favorite book retailer, including the ibookstore, the Android Marketplace, and Amazon.com. Want to read more? You can buy this book at oreilly.com in print and ebook format. Buy 2 books, get the 3rd FREE! Use discount code: OPC10 All orders over $29.95 qualify for free shipping within the US.

More information

Smart and Innovative Web Solutions. Just One Click Away

Smart and Innovative Web Solutions. Just One Click Away Smart and Innovative Web Solutions Just One Click Away Company Profile Zara Web solutions is a Digital Marketing Service Provider which was started with an intention to offer quality based web based solutions

More information

Magic Liquidizer Documentation

Magic Liquidizer Documentation Magic Liquidizer helps many web developers and website owners to instantly make their websites adaptable to mobile screens such as tablets and smartphones. Magic Liquidizer Documentation A complete solution

More information

A marketer s guide to Responsive Web Design. Patrick Collins President, 5th Finger, a Merkle Company

A marketer s guide to Responsive Web Design. Patrick Collins President, 5th Finger, a Merkle Company A marketer s guide to Responsive Web Design Patrick Collins President, 5th Finger, a Merkle Company Agenda Who is Merkle Mobile and 5th Finger? Some trends we re seeing with the mobile web A primer on

More information

Making Mobile a Reality

Making Mobile a Reality Making Mobile a Reality KIEFER CONSULTING CALIFORNIA DEPARTMENT OF TECHNOLOGY Introductions Scott Paterson California Department of Technology, Enterprise Solutions Harkeerat Toor Kiefer Consulting, Consultant

More information

RESPONSIVE WEB DESIGN

RESPONSIVE WEB DESIGN RESPONSIVE WEB DESIGN CONTENT Introduction... A look back... A new era... Mobile-first... The concept... Benefits of responsive design... The technical part... The downside... User-centred design... A

More information

Responsive Web Design

Responsive Web Design Responsive Web Design FAQ: What You Need to Know About Going Responsive FAQ Introduction More than half of American adults own a smartphone and 63 percent of all cell phone owners use their phone to access

More information