SlideShare uma empresa Scribd logo
1 de 78
Get your SharePoint website on that mobile device
using HTML5 and CSS3
#spsbe
@kevinderudder
Thanks to our
Sponsors
Platinum
Gold
Silver
@kevinderudder working for
eGuidelines and a lecturer at the
Technical University of West Flanders.
Contact me on kevin@e-guidelines.be
didn’t notice the SharePoint part
SharePoint site is a site
GOAL
Why
How, what are the options
Conclusion
WHY THIS TOPIC
WHY THIS TOPIC
OR WHY SHOULD YOU CARE
Photo by http://neuroticworkaholic.blogspot.com
2013
NOW
IS
HOW? Give meaning to your content
Style that content
<HTML />
.css{}
HTML< />
IS FOR THE STRUCTURE ONLY
IMPORTANT
that you show the right content
IS
on each device
What is the right
content?
Desktop first
Mobile first
Now we’ve thought
about the content
How do you
identify it?
logo
navigation
intro
content
Side
content
footer
Which one is the
side content?
Some use nav, some
use navigation
<div id=“header”> <div id=“top”>
<div id=“navigation”> <div id=“menu”>
<div id=“footer”>
<div id=“leftcontent” > <div id=“main” >
footer
menu
title
small
text
content
header
nav
copyright
button
main
search
msonormal
date
smalltext
body
<div id=“header”> <div id=“top”>
<div id=“navigation”> <div id=“menu”>
<div id=“footer”>
<div id=“leftcontent” > <div id=“main” >
<header>
<nav>
<footer>
<aside>
<section>
<article>
CSS{.
}
color: @ndstyle;
Styling the content for mobile
Change the style of the buttons in the <nav>
Hide the irrelevant content
Make the logo in the header smaller
…
DEMO
Make it mobile
1. Show different page per device
2. Responsive design via Media Queries
Make it mobile
1. Show different page per device
How
1. Set device channels
2. Create masterpages in HTML
3. Use the Design Manager in SharePoint 2013 to link a
masterpage to a specific device
Step 1: Device Channels
Only for SharePoint 2013 publising sites
Enables rendering different content and style for different
devices
if (/MSIE (d+.d+);/.test(navigator.userAgent)) {
var ieversion = new Number(RegExp.$1)
if (ieversion >= 9)
document.write("You're using IE9 or above")
else if (ieversion >= 8)
document.write("You're using IE8 or above")
else if (ieversion >= 7)
document.write("You're using IE7.x")
else if (ieversion >= 6)
document.write("You're using IE6.x")
else if (ieversion >= 5) // <------------- Just because I can
document.write("You're using IE5.x")
}
else
document.write("hmmm, dunno")
var isMobile = {
Android: function () {
return navigator.userAgent.match(/Android/i);
},
BlackBerry: function () {
return navigator.userAgent.match(/BlackBerry/i);
},
iOS: function () {
return navigator.userAgent.match(/iPhone|iPad|iPod/i);
},
Opera: function () {
return navigator.userAgent.match(/Opera Mini/i);
},
Windows: function () {
return navigator.userAgent.match(/IEMobile/i);
}
};
Step 1: Device Channels limitations
10 device channels per site collection
150 inclusion rules per device channel
Step 2: Create masterpages
Creating masterpages from scratch is a hell
start with a minimal masterpage
But what if you need help from a non-sharepoint guy/girl??
convert an existing HTML to a SharePoint masterpage
Step 3: Design Manager
Design manager is the way to brand you SharePoint sites
Use your favorite design tool and upload the files to the design
manager
DEMO
My thoughts on this
Good
This is good if you want to deliver different content to different
devices
My thoughts on this
Bad
Do you really create different pages for different devices??
What if I want to share something by sending a link from my
mobile to your desktop?
What about SharePoint 2010, 2007????
Why do this when the rest of the world is doing it differently
Make it mobile
1. Show different page per device
2. Responsive design via Media Queries
What does it mean: RESPONSIVE??
Pictures of M. vatia
Pictures of M. vatia
With device channels
Media Queries allow you write design code
based on the characteristics of a device
@media all and (max-width: 640px) {
}
MEDIA QUERY
Type Query or Expression
Media Queries exists out of 2 parts
All Suitable for all devices
Braille Intended for braille tactile feedback devices
Embossed Intended for paged braille printers
Handheld Intended for handheld devices
Print Intended for paged material
Projection Intended for projected presentations
Screen Intended primarily for color computer screens
Speech Inteded for speech synthesizers
Tty Media using a fixed character grid
Tv Intended for television-type devices
Taken from the W3C site
Media Type
AHA, there is something like handheld
@media screen
{
body
{
background-color: Red;
}
}
@media handheld
{
body
{
background-color: Yellow;
}
}
This is not yellow
Old devices didn’t have capable browsers
Modern mobile devices use screen as media type
@media all and (max-width: 640px) {
}
MEDIA QUERY
Feature Value
Type Query or Expression
• Width
• Height
• Device-width
• Device-height
• Resolution
• Aspect-ratio
• Device-aspect-ratio
• Color
• Color-index
• Monochrome
Features with min- and max- prefixes
The Features
Features without min- and max- prefixes
• Orientation
• Scan
• Grid
1.
2.
3.
DEMO
THANK YOU
<name>Kevin DeRudder</name>
<input type=“email”>kevin@e-guidelines.be</email>
<blog>kevinderudder.wordpress.com</blog>
<twitter>@kevinderudder</twitter>
Resources
http://iwdrm.tumblr.com/

Mais conteúdo relacionado

Destaque

Presentation1
Presentation1Presentation1
Presentation1
rdeitche
 
MA in Teaching Research Proposal
MA in Teaching Research ProposalMA in Teaching Research Proposal
MA in Teaching Research Proposal
Jordan Hampton
 

Destaque (13)

Presentation1
Presentation1Presentation1
Presentation1
 
CommonBond's 2015 Trip to Ghana with Pencils of Promise
CommonBond's 2015 Trip to Ghana with Pencils of PromiseCommonBond's 2015 Trip to Ghana with Pencils of Promise
CommonBond's 2015 Trip to Ghana with Pencils of Promise
 
New
NewNew
New
 
Friendz - La community a disposizione delle aziende
Friendz - La community a disposizione delle aziendeFriendz - La community a disposizione delle aziende
Friendz - La community a disposizione delle aziende
 
Q3 2015 Industrial Brief
Q3 2015 Industrial BriefQ3 2015 Industrial Brief
Q3 2015 Industrial Brief
 
MA in Teaching Research Proposal
MA in Teaching Research ProposalMA in Teaching Research Proposal
MA in Teaching Research Proposal
 
Enabling channels for social participation: Open Data as Open Educational Res...
Enabling channels for social participation: Open Data as Open Educational Res...Enabling channels for social participation: Open Data as Open Educational Res...
Enabling channels for social participation: Open Data as Open Educational Res...
 
Using Data
Using DataUsing Data
Using Data
 
Портрет клиента банка в 2015
Портрет клиента банка в 2015Портрет клиента банка в 2015
Портрет клиента банка в 2015
 
Best Practices for Form Design
Best Practices for Form DesignBest Practices for Form Design
Best Practices for Form Design
 
The Impact of Social Models
The Impact of Social ModelsThe Impact of Social Models
The Impact of Social Models
 
Edgar perez cante control de motores
Edgar perez cante   control de motoresEdgar perez cante   control de motores
Edgar perez cante control de motores
 
Motores de induccion
Motores de induccionMotores de induccion
Motores de induccion
 

Semelhante a Responsive SharePoint

Responsive web design & mobile web development - a technical and business app...
Responsive web design & mobile web development - a technical and business app...Responsive web design & mobile web development - a technical and business app...
Responsive web design & mobile web development - a technical and business app...
Atos_Worldline
 
openMIC barcamp 11.02.2010
openMIC barcamp 11.02.2010openMIC barcamp 11.02.2010
openMIC barcamp 11.02.2010
Patrick Lauke
 
Basic html5 and javascript
Basic html5 and javascriptBasic html5 and javascript
Basic html5 and javascript
wendy017
 

Semelhante a Responsive SharePoint (20)

Responsive web design & mobile web development - a technical and business app...
Responsive web design & mobile web development - a technical and business app...Responsive web design & mobile web development - a technical and business app...
Responsive web design & mobile web development - a technical and business app...
 
Skill Session - Web Multi Device
Skill Session - Web Multi DeviceSkill Session - Web Multi Device
Skill Session - Web Multi Device
 
Use Web Skills To Build Mobile Apps
Use Web Skills To Build Mobile AppsUse Web Skills To Build Mobile Apps
Use Web Skills To Build Mobile Apps
 
Web Development for UX Designers
Web Development for UX DesignersWeb Development for UX Designers
Web Development for UX Designers
 
Making your site mobile-friendly - DevCSI Reading 21.07.2010
Making your site mobile-friendly - DevCSI Reading 21.07.2010Making your site mobile-friendly - DevCSI Reading 21.07.2010
Making your site mobile-friendly - DevCSI Reading 21.07.2010
 
Bruce Lawson Opera Indonesia
Bruce Lawson Opera IndonesiaBruce Lawson Opera Indonesia
Bruce Lawson Opera Indonesia
 
openMIC barcamp 11.02.2010
openMIC barcamp 11.02.2010openMIC barcamp 11.02.2010
openMIC barcamp 11.02.2010
 
Gup web mobilegis
Gup web mobilegisGup web mobilegis
Gup web mobilegis
 
Basic html5 and javascript
Basic html5 and javascriptBasic html5 and javascript
Basic html5 and javascript
 
Build beautiful native apps in record time with flutter
Build beautiful native apps in record time with flutterBuild beautiful native apps in record time with flutter
Build beautiful native apps in record time with flutter
 
Bruce lawson-over-the-air
Bruce lawson-over-the-airBruce lawson-over-the-air
Bruce lawson-over-the-air
 
Create Responsive Website Design with Bootstrap 3
Create Responsive Website Design with Bootstrap 3Create Responsive Website Design with Bootstrap 3
Create Responsive Website Design with Bootstrap 3
 
inventory mangement project.pdf
inventory mangement project.pdfinventory mangement project.pdf
inventory mangement project.pdf
 
ashish ppt webd.pptx
ashish ppt webd.pptxashish ppt webd.pptx
ashish ppt webd.pptx
 
Building a Simple Mobile-optimized Web App Using the jQuery Mobile Framework
Building a Simple Mobile-optimized Web App Using the jQuery Mobile FrameworkBuilding a Simple Mobile-optimized Web App Using the jQuery Mobile Framework
Building a Simple Mobile-optimized Web App Using the jQuery Mobile Framework
 
Multi screen HTML5
Multi screen HTML5Multi screen HTML5
Multi screen HTML5
 
Responsive Web Design (HeadStart TechTalks)
Responsive Web Design (HeadStart TechTalks)Responsive Web Design (HeadStart TechTalks)
Responsive Web Design (HeadStart TechTalks)
 
Responsive ui
Responsive uiResponsive ui
Responsive ui
 
Responsive Websites
Responsive WebsitesResponsive Websites
Responsive Websites
 
Busy Developer's Guide to Windows 8 HTML/JavaScript Apps
Busy Developer's Guide to Windows 8 HTML/JavaScript AppsBusy Developer's Guide to Windows 8 HTML/JavaScript Apps
Busy Developer's Guide to Windows 8 HTML/JavaScript Apps
 

Mais de Kevin DeRudder

Testing apps with MTM and Tea Foundation Service
Testing apps with MTM and Tea Foundation ServiceTesting apps with MTM and Tea Foundation Service
Testing apps with MTM and Tea Foundation Service
Kevin DeRudder
 
Building cross platform applications using Windows Azure Mobile Services
Building cross platform applications using Windows Azure Mobile ServicesBuilding cross platform applications using Windows Azure Mobile Services
Building cross platform applications using Windows Azure Mobile Services
Kevin DeRudder
 
Use html5 to build what you want, where you want it
Use html5 to build what you want, where you want itUse html5 to build what you want, where you want it
Use html5 to build what you want, where you want it
Kevin DeRudder
 
Developers and Designers
Developers and DesignersDevelopers and Designers
Developers and Designers
Kevin DeRudder
 

Mais de Kevin DeRudder (13)

Build your own Cloud/Home security system for 60$
Build your own Cloud/Home security system for 60$Build your own Cloud/Home security system for 60$
Build your own Cloud/Home security system for 60$
 
Comparing xaml and html
Comparing xaml and htmlComparing xaml and html
Comparing xaml and html
 
ECMASCRIPT.NEXT
ECMASCRIPT.NEXTECMASCRIPT.NEXT
ECMASCRIPT.NEXT
 
VISUG: Visual studio for web developers
VISUG: Visual studio for web developersVISUG: Visual studio for web developers
VISUG: Visual studio for web developers
 
Testing apps with MTM and Tea Foundation Service
Testing apps with MTM and Tea Foundation ServiceTesting apps with MTM and Tea Foundation Service
Testing apps with MTM and Tea Foundation Service
 
ECMAScript.Next ECMAScipt 6
ECMAScript.Next ECMAScipt 6ECMAScript.Next ECMAScipt 6
ECMAScript.Next ECMAScipt 6
 
Building cross platform applications using Windows Azure Mobile Services
Building cross platform applications using Windows Azure Mobile ServicesBuilding cross platform applications using Windows Azure Mobile Services
Building cross platform applications using Windows Azure Mobile Services
 
Use html5 to build what you want, where you want it
Use html5 to build what you want, where you want itUse html5 to build what you want, where you want it
Use html5 to build what you want, where you want it
 
Developers and Designers
Developers and DesignersDevelopers and Designers
Developers and Designers
 
Every Web Developer is a Win8 developer
Every Web Developer is a Win8 developerEvery Web Developer is a Win8 developer
Every Web Developer is a Win8 developer
 
Media queries
Media queriesMedia queries
Media queries
 
What you need to know bout html5
What you need to know bout html5What you need to know bout html5
What you need to know bout html5
 
Html5 intro
Html5 introHtml5 intro
Html5 intro
 

Último

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Último (20)

Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 

Responsive SharePoint