SlideShare a Scribd company logo
Introduction to
Building for the
 Mobile Web
Agenda
  * Content
  * Design
  * Delivery Method
   - Web-Based Mobile Interface
      + CSS
      + Website
   - Proprietary App
Libraries Need to Be Mobile
 • Mike Teets (OCLC VP), mobile services are
  “critical to the long-term existence of
  libraries and librarianship” (Hadro, 2010)
Content:
What will your mobile
   site include?
General Trends: Mobile and Libraries
 •   Contact information
 •   Opening hours
 •   Directions to the library
 •   Catalog/OPAC
 •   Library news
 •   Loan information and renewals
 •   Links to mobile enabled databases
 •   Ability to check computer availability
 •   Booking discussion/meeting rooms
 •   Links to Mobile search engines
 •   Webcams to check congestion
                                              Krishnan 2011
What is accessed via mobile devices?
Design:
What will your mobile
 interface look like?
Navigation
Navigation
Navigation
Branding
Branding - Logo
Branding - Colors & Logo
Delivery:
How will you deliver
 content to users?
Mobile Website v. App
Mobile Website v. App
Mobile Website
Mobile App
Mobile Website versus App

Website                      App
• Mobile users re-directed   • User downloads from
                                 app store
  in the browser
                             • Built with programming
• Built with web-markup
                                 languages
• Low-maintenance            •   Specialized
                                 functionality
How to decide what
mobile strategy your
 library will support?
Considerations


• Resources
• Needs of Community
• Web Environment
Web-Based
 Options
Web-Based



  Stylesheet
       or
 Mobile Website
Web-Based: Stylesheet



     Stylesheet
   Applies appropriate
       style rules
    for mobile users.
Web-Based: Stylesheet



     CSS3
 Media Queries
Web-Based: Stylesheet – Media Queries

                    In HTML

<link rel="stylesheet" type="text/css”
media=“only screen and (max-width: 500px)”
href=“http://www.mywebsite.com/css/mobile.css" />

<link rel="stylesheet" type="text/css”
media=“only screen and (max-device-width: 500px)”
href=“http://www.mywebsite.com/css/mobile.css" />
Web-Based: Stylesheet – Media Queries

                     In CSS

body{
background:blue;
}

@media only screen and (max-width: 480px), only screen
and (max-device-width:480px){
body{
background:red;
}
}
Web-Based: Website


        Website
 Re-directs mobile users
to a scaled-down version
       of website.
Web-Based: Website – Re-Direct

                  In HTML Head
<script type="text/javascript">
var UA = navigator.userAgent;
var mobile =
/android|avantgo|blackberry|blazer|compal|elaine|fennec|hiptop|iemobil
e|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|opera m(ob|in)i|palm(
os)?|phone|p(ixi|re)/|plucker|pocket|psp|symbian|treo|up.(browser|lin
k)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(UA);

if (mobile) {
document.location = “mobile.html”;

else {
document.location = “index.html”;
}
</script>
Web-Based: Testing
Web-Based: Testing
Web-Based: Testing
Proprietary App



              App
    Users download
  proprietary app with
specialized functionality.
Proprietary App


            Buy
              vs.
           Build
Proprietary App: Buy – Vendors
Proprietary App: Buy – Vendors
Proprietary App: Build – Code
Proprietary App: Build – Code
Simmons College:
Making the Mobile
  Catalog Work
Survey of Mobile
Survey of Mobile
Survey of Mobile
43
Survey of Mobile
Survey of Mobile
Re-Design,
    Re-Think,
        Re-Test
47
Survey of Mobile
Review
1) Decide on Content
2) Find Design Inspiration
3) Understand Delivery Methods
   - Web-Based Mobile Interface
     + CSS
     + Website
   - Proprietary App

More Related Content

PDF
Evaluating Mobile Options For Libraries - CIL 2012
PDF
Dynamic Website
PPTX
Vision and design principles for site
PPTX
Library portal by Gaurav Boudh
PPTX
Share point 2010 , better place study case
PPTX
Decoupling content management
PPT
Buzzr: A "Cloud" Platform for Creating and Maintaining Websites
PPT
Dynamic Web
Evaluating Mobile Options For Libraries - CIL 2012
Dynamic Website
Vision and design principles for site
Library portal by Gaurav Boudh
Share point 2010 , better place study case
Decoupling content management
Buzzr: A "Cloud" Platform for Creating and Maintaining Websites
Dynamic Web

What's hot (8)

PDF
Creating an Integrated User Experience via APIs
PDF
Buzzr Multi-Site Hosted CMS
PDF
Web Usability
PDF
Building and Deploying a Global Intranet with Liferay
PDF
Content management system sreelekshmi
PPTX
Open source wordpress and drupal
PDF
e-Commerce Web Development & Management
Creating an Integrated User Experience via APIs
Buzzr Multi-Site Hosted CMS
Web Usability
Building and Deploying a Global Intranet with Liferay
Content management system sreelekshmi
Open source wordpress and drupal
e-Commerce Web Development & Management
Ad

Viewers also liked (16)

PDF
Overview: Hartford Media
PPTX
Pengenalan web browser
PPTX
Rendementvol Verhuur
PPTX
Mobile Web for Libraries
PPTX
Rendementvol Verhuur
PPTX
Lesson 8 brand_platform
PPT
Dricon® FRT Wood: In a Class by Itself
PPTX
Introduction to Flickr
PPT
ใบงานที่10
PPT
ใบงานที่13การแบ่งเซลล์
PPT
ใบงานที่12การสื่อสารระหว่างเซลล์
PPT
ใบงานที่20 protein
PPT
ใบงานที่18คาร์โบไฮเดรค
Overview: Hartford Media
Pengenalan web browser
Rendementvol Verhuur
Mobile Web for Libraries
Rendementvol Verhuur
Lesson 8 brand_platform
Dricon® FRT Wood: In a Class by Itself
Introduction to Flickr
ใบงานที่10
ใบงานที่13การแบ่งเซลล์
ใบงานที่12การสื่อสารระหว่างเซลล์
ใบงานที่20 protein
ใบงานที่18คาร์โบไฮเดรค
Ad

Similar to Survey of Mobile (20)

PPTX
Best Practices for Mobile Web Design
PPTX
PDF
Mobile Web Overview https://www.edocr.com/v/k52p5vj4/
PPTX
Archiving the Mobile Web
PPTX
HTML5 on Mobile(For Designer)
PPTX
Advancio, Inc. Academy: Responsive Web Design
PPT
Optimizing Sites for Mobile Devices
PDF
Best Practices for Mobile Sites
PPTX
Mobile Strategies for Libraries by Amy York
PPTX
Mobile SEO (English Version)
PPTX
Mobile Services for Your Library
PDF
Multi screen HTML5
PPT
The Mobile Development Landscape
PDF
Content strategy for mobile
PPTX
Mobile application development PowerPoin
 
PDF
Responsive design SharePoint
PPT
Designing for Mobile Devices
PDF
Responsive Web Design
PDF
Responsive Web Site Design
PPTX
Going mobile
Best Practices for Mobile Web Design
Mobile Web Overview https://www.edocr.com/v/k52p5vj4/
Archiving the Mobile Web
HTML5 on Mobile(For Designer)
Advancio, Inc. Academy: Responsive Web Design
Optimizing Sites for Mobile Devices
Best Practices for Mobile Sites
Mobile Strategies for Libraries by Amy York
Mobile SEO (English Version)
Mobile Services for Your Library
Multi screen HTML5
The Mobile Development Landscape
Content strategy for mobile
Mobile application development PowerPoin
 
Responsive design SharePoint
Designing for Mobile Devices
Responsive Web Design
Responsive Web Site Design
Going mobile

Recently uploaded (20)

PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Empathic Computing: Creating Shared Understanding
PDF
Machine learning based COVID-19 study performance prediction
PDF
Advanced IT Governance
PDF
Approach and Philosophy of On baking technology
PPTX
Cloud computing and distributed systems.
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
PDF
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
NewMind AI Monthly Chronicles - July 2025
Empathic Computing: Creating Shared Understanding
Machine learning based COVID-19 study performance prediction
Advanced IT Governance
Approach and Philosophy of On baking technology
Cloud computing and distributed systems.
Mobile App Security Testing_ A Comprehensive Guide.pdf
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Reach Out and Touch Someone: Haptics and Empathic Computing
The AUB Centre for AI in Media Proposal.docx
The Rise and Fall of 3GPP – Time for a Sabbatical?
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Network Security Unit 5.pdf for BCA BBA.
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf

Survey of Mobile