Mobile Best Practices & Essential Tips

Slides:



Advertisements
Similar presentations
Coding a Responsive HTML
Advertisements

DREAMWEAVER Welcome to our website!
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
V1.01 Embracing the Mobile Frontier and Reaching the Digital Natives Jonathan
Chapter 4 Adding Images. Inserting and Aligning Images Using CSS When you choose graphics to add to a web page, it’s important to use graphic files in.
Responsive Design What it is and why you need it.
Responsive Web Design Design websites so that they can adapt to different devices seamlessly. Image by Muhammed RafizeldiMuhammed Rafizeldi.
Review of last session The Weebly Dashboard The Weebly Dashboard Controls your account and your sites Controls your account and your sites From here you.
TUTORIAL 8: Enhancing a Web Site with Advanced CSS
Configuring Social Media, Google Analytics, and Gadgets Lila Bronson Training Manager, OmniUpdate, Inc.
SEO & Mobile J OHN K ARP – S ENIOR C AMPAIGN D IRECTOR.
Responsive design - Bedrock to our site Responsive site templates included.
Copyright 2012 Adobe Systems Incorporated. All rights reserved. ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. ® Copyright 2012 Adobe.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
Responsive Web Designing Using CSS3 & HTML5 -Sandip Jadhav “We are building a web, for all device ”
5 different skills using Microsoft Office PowerPoint.
SEO Friendly Website Building a visually stunning website is not enough to ensure any success for your online presence.
The Good, the Bad & the Ugly: Style and design in Website creation Chris Webster: Information Officer and Website Manager at the EARL Consortium for Public.
 An HTML, CSS, Javascript framework you can use as a basis for creating web sites  Uses CSS settings, fundamental HTML elements styled and enhanced.
REEM ALMOTIRI Information Technology Department Majmaah University.
Creating a Google Site For a Digital Portfolio Purpose.
1 Company Confidential Need a Mobile DotNetNuke Site? Get One the Quick and Easy Way Using CSS Media Queries Amelia Marschall Partner & Creative Director.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Business Catalyst SEO Business Catalyst SEO Online Marketing for BC Sites.
Master the MULTI-SCREEN WORLD.
Web Development & Design Foundations with HTML5
Creating a Presentation
Dreamweaver – Setting up a Site and Page Layouts
Weebly Elements, Continued
Images.
One Design Multiple Display
Css Units: REM, VH & VW Adrian Horsham.
Chapter A - Getting Started with Dreamweaver MX 2004
Web Design Checklist By Sparkz Web Design Agency source :
Chart or Graphic title here
Web Development & Design Foundations with HTML5
Winning the Mobile War How to Get to #1 in Your Market
Master the MULTI-SCREEN WORLD.
CS 0134 (term 2181) Jarrett Billingsley
What’s NOT new? Content URLs Site structure CMS
RESPONSIVE WEB DESIGN.
CSS part 2 Outro.
Responsive Design.
Objective % Explain concepts used to create websites.
Responsive Web Design (RWD)
Responsive Web Design (RWD)
Created By: MelissaRitter.Com
SAMPLE PRESENTATION Company Name presents PowerPoint Basics
Title of your poster can go in this space Another line here if it is needed Name of person, another name, name 3, more names, yet another person Department.
This scientific poster complements of MakeSigns.com
Chart or Graphic title here
Mobile Web Sites & Mobile Applications
New Form Input Types.
Your Poster Title Here Abstract Methods Results Objectives Conclusion
Chart or Graphic title here
Responsive Web Design (RWD)
Training & Development
WEB DESIGN FOR MULTIPLE SCREENS
Basic Web Page Creation
Basics of Web Design Chapter 10 Form Basics Key Concepts
SmartSite Year in Review
SEMINAR FIVE: Mobile Advertising on Google – Plus the Power of Remarketing
Objective Explain concepts used to create websites.
Web Development & Design Foundations with HTML5
Web Client Side Technologies Raneem Qaddoura
Microsoft PowerPoint 2016 Tips & Tricks Rich Malloy, Tech Help Today
Getting to the Top of.
Media and Other Blocks.
17 RESPONSIVE WEB DESIGN.
Presentation transcript:

Mobile Best Practices & Essential Tips Title Slide For a photo background you can use: One of provided general images (see back of slide deck) A custom photo specific to a destination you are presenting to. In this case, to replace the image, select and make the gray overlay box smaller or send it behind the photo, right click on a photo and chose – change picture. Then relink it to your new jpg file. The size of the background needs to be 1000 px x 750 px 72 dpi. You can also use a gif animation or video as a background, but keep in mind it will increase the overall file size of presentation and will make hard to share.

Agenda Mobilization Options Google and Mobile Measuring performance Using Analytics Challenges and Easy Tricks Mobilization Case Study What is next with Mobile?

Mobilization Options M-dot Adaptive Single URL Adaptive Responsive

M-dot Industry's first mobile solution Improvement over desktop site Can be low cost and fast to implement Increased maintenance Slower due to redirect SEO Compliance issue Analytics issues Social sharing issues

Responsive - RWD One entity – easier to maintain Improved SEO Social Sharing Requires site redesign Slower load times – downloads everything One template

Single URL Adaptive Customized layout for each device Faster load times No need to alter desktop site Can be difficult to implement More costly than an m-dot site

Mobilegeddon Google’s announcement Most searches are mobile

How Google Views Mobile Google’s two bots Desktop bot indexes content Mobile bot checks mobile usability and speed Single URL

Measuring Performance www.webpagetest.org

Measuring Performance developers.google.com/pagespeed

Using Analytics to Measure Success Setting goals Checkouts Contacts Pages per visit Time on site Segmenting by device type

Using Comparisons

Challenges and Easy Tricks Font-size Minimum tap targets Tabular data Contextual Keyboards Turn Off Autocorrect and Autocapitalize

Font Size Use px instead of em or rem Ideally, use 14px to 16px for content 12px as a minimum - some browsers enforce this 1.5x line height

Tap Targets Buttons instead of links 40px to 50px square or larger is good “rule of thumb” 25px can still work…

Tabular Data Cards are your friends

Input types <input type="text"> <input type=“search"> <input type=“number"> <input type="tel"> <input type=“date"> <input type=“time"> <input type=“email"> <input type=“url"> <input type=“color"> <input type=“range">

Case Study

Measuring Performance www.webpagetest.org

Measuring Performance developers.google.com/pagespeed

developers.google.com/pagespeed Case Study developers.google.com/pagespeed

Configure the Viewport Case Study Configure the Viewport <meta name=viewport content="width=device-width, initial-scale=1"> Allow the page to scale for mobile display.

14px generally works for a mobile viewport Case Study Legible Text 14px generally works for a mobile viewport

Tap Targets Case Study 48px 48px 48px “spacing between [....] so that a 10mm finger pad would not accidentally press both links at once”

developers.google.com/pagespeed Case Study developers.google.com/pagespeed

developers.google.com/pagespeed Case Study developers.google.com/pagespeed

Case Study http://54.153.16.170/video/view.php?id=160315_9d5a732037bc32486288e66bd224e5d513d6a2d0

Case Study 25% Increase in Pages Per Visit

Accelerated Mobile Pages Google led project Subset of HTML Insanely fast

Google AMP Increase Traffic Increase Reach

Web Push The web is becoming more app like

Mobile First? Graceful Degradation vs. Progressive Enhancement Best system to generate ideas? Design vs development

Key Points to Remember Benchmark your performance Notate your analytics Test on multiple devices