June 27, 2012 Ryan Day and William Wales, GSA OCFO/BDFE.

Slides:



Advertisements
Similar presentations
HTML5 for Data Visualisation
Advertisements

Introduction to HTML, XHTML, and CSS
RESPONSIVE AND MOBILE DESIGN BY: CHRIS PASQUARETTE APRIL, 2013.
Working with Web Tables
What is jQuery Mobile? How to use it? Doncho Minkov Telerik Corporation Technical Trainer.
Developing downloadable mobile apps using HTML5 and PhoneGap Apache Callback Ron Perry, CTO, Worklight Inc.
Developing Mobile Apps for Drupal Sites Manil Maskey Information Technology & Systems Center University of Alabama in Huntsville ESIP.
NIAGARA MOBILE Gareth Johnson June, 2012 © Tridium 2012.
Ektron Brown Bag: USF Mobile Website Marlene Tom August 7 &16, 2013.
DotNetNuke Mobile Development -- options, tools and approaches
V1.01 Embracing the Mobile Frontier and Reaching the Digital Natives Jonathan
Web Development Project TEAM 2 JACK MICHAEL CHARLES CHRIS.
© 2011 Delmar, Cengage Learning Chapter 10 Positioning Objects with AP Divs.
D4.3 Additional Applications iPad Application – Facebook Integration George Chrysochoidis i-sieve technologies ltd. PATHS Project Review, 12th March 2014,
Mobile App Development Using: Presented by Tyler Richey Images from
Project 1 Introduction to HTML.
Chapter 2 Web Site Design Principles Principles of Web Design, Third Edition.
Chapter 2 Web Site Design Principles Principles of Web Design, 4 th Edition.
1st Project Introduction to HTML.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
‘Mobile first’ Alexander Roberts ISS Web Team Manager Swansea University.
WDV 331 Dreamweaver Applications Designing Websites for Mobile Devices Dreamweaver CS6 Chapter 11.
Joel Bapaga on Web Design Strategies Technologies Commercial Value.
Using Styles and Style Sheets for Design
A Site for All Eyes – Considerations for Responsive Design October 19, 2012 Dori Kelner, MS Principal, Sleight-of-Hand Studios
Chapter 2 Developing a Web Page. A web page is composed of two distinct sections: –The head content –The body Creating Head Content and Setting Page Properties.
Chapter 2 Web Site Design Principles
Web Site Design Principles
SEO & Mobile J OHN K ARP – S ENIOR C AMPAIGN D IRECTOR.
Moving from Web-based Collaboration to the Mobile Arena Nimrod Geva Product Group Manager, KWizCom
Coding: XHTML and CSS. Why code? Writers and editors are often asked to write and edit web copy. Although it is easy to create a web site without coding.
Styling and theming Build campaigns in style. What we'll look at... How a web document is structured How HTML and CSS fit together Tools you will need.
Responsive Design using PeopleTools 8.54
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.
New to Mobile Learning Course Development: Getting Started Garin Hess.
Chapter 2 Developing a Web Page. A web page is composed of two distinct sections: – The head content – The body Creating Head Content and Setting Page.
Chapter 2 Web Site Design Principles Principles of Web Design, Third Edition.
Mobile web Sebastian Lopienski IT Technical Forum 29 June 2012.
Making iServices Subscriber More Mobile Friendly `
Responsive Web Designing Using CSS3 & HTML5 -Sandip Jadhav “We are building a web, for all device ”
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model.
Louisa Lambregts, Louisa Lambregts
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Positioning Objects with CSS and Tables
Responsive (Mobile) Design What is this? Why Should You Care?
 An HTML, CSS, Javascript framework you can use as a basis for creating web sites  Uses CSS settings, fundamental HTML elements styled and enhanced.
Louisa Lambregts, Louisa Lambregts
Browser Compatibility Testing, using different browsers Conditional Statements.
Fundamentals of Web DevelopmentRandy Connolly and Ricardo Hoar Textbook to be published by Pearson Ed in early Bootstrap.
COMP 143 Web Development with Adobe Dreamweaver CC.
PSD TO HTML CONVERSION SERVICES Focus on designing creative website layouts with the help of professional PSD into HTML Conversion services with experts.
Copyright © 2015 rosixtechnology.in To be a world renowned company for providing Software Solutions & Product based IT infrastructure.
Cascading Style Sheets - CSS December 20, 2008 NTPCUG Expression Web SIG.
Mobile App Development Using:
Chapter 2 Web Site Design Principles
Project 1 Introduction to HTML.
Create and edit web pages 4
Chapter 1 Introduction to HTML.
© 2016, Mike Murach & Associates, Inc.
Project 1 Introduction to HTML.
Course Introduction Professional Web Designing for Beginners
RESPONSIVE WEB DESIGN.
IS1500: Introduction to Web Development
WEB DESIGN FOR MULTIPLE SCREENS
Web Site Development Careers
Christopher Harrison Jeremy Foster
Presentation transcript:

June 27, 2012 Ryan Day and William Wales, GSA OCFO/BDFE

Business drivers for mobile friendly Current approach to mobile First steps in mobile development Using responsive design Implementing Tools Testing Future plans 2

Increasing mobile use in general public Mobile device transition within GSA Android iOS Target: portfolio of web based applications 3

Not asking will pages be viewed on mobile? Pages will be viewed on mobile devices. What experience will user have when they visit? 4

Started with existing content-only pages New user guides, FAQs Information portals Created separate mobile pages Redirect to /mobile URL Use mobile framework (JQuery Mobile) Sweet spot for separate pages: updates to existing sites, leave existing pages intact Next effort: Development of new pages 5

New pages Desired outcomes Consistent with look and feel of GSA sites Modify layout based on device width Update user interface to be more clickable Limit content in some situations Develop reusable templates Speed future development 6

Desktop and Tablet (481 pixels and wider)Mobile (0 – 480 pixels) 7

Technology HTML5 Cascading Style Sheets 3 (CSS3) Not currently using JavaScript 8

Responsive Design Using fluid grid Dont specify pixel location Shrink and expand to device size Style Sheets Base style sheet for all devices Mobile formatting for small devices (mobile first) Separate style sheet for desktop sites 9

All devices – get base style sheet Mobile devices – additional formatting 10

Wider devices – also get desktop style sheet 11

IDE - JBoss Developer Studio (Eclipse based) HTML, CSS editing Chrome Developer Tools CSS review 12

Chrome browser (demo) Resizing – test Responsive CSS Device emulation – user-agent W3C MobileOK Checker Real devices – Android, iOS 13

Application functionality Mobile friendly Perform interactive tasks Content Management System (CMS) Easier maintenance of pages Consistent look and feel Follow Digital Gov Strategy 14