SlideShare a Scribd company logo
1 of 24
Download to read offline
Building “Responsive
Web Design” for your
Communication and
Marketing Strategy
Danny Boulanger
Solutions Expert
Franco Bao
Solutions Expert, Services
Agenda
Challenges
What the Responsive Web Design framework is
Discussion about InBound Marketing strategy
See it in action
Differences between a standard website and a SharePoint website
Benefits for you and your customers
Your Trainers
Our clients

Chambre des
communes
Challenges
Remember When?
Launch your Browser to view a site and get this

Or having to do this to your html for different browsers
<link href="../css_files/main.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css_files/IE6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
<!--[if lte IE 7]>
<link href="../css_files/IE7.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
Remember When?
Two websites, one for your desktop
and one specifically for mobile
Two complete html, one for desktops and one for mobiles with a
redirect code

… or

<link rel="stylesheet" media="handheld" />
<link rel="stylesheet" media="screen" />
Trends
Trends in Intranet
Employee are getting mobile (In the
U.S., an estimated 13 million)
Content Approval
Agreement
Trends in Marketing
Why having sales people calling
your customer when they don’t
need you?
Email Marketing
Inbound Marketing
Market Changes
Trends
Many Business Applications
Articles
Blog Posts
Books/eBooks
Brochures
Case Studies
Demos
Email Marketing

Information Guides
Live Streamed Events
Manuals
Microsites/Web Pages
Online Courses
Podcasts/Videocasts
Presentations
Press Releases/Reviews
Product Data Sheets
Reference Guides
Resource Libraries
What is
Responsive Web
Design?
What is Responsive Web Design
Three key technical features are the heart of responsive Web
design:
• media queries to detect the device or the resolution of the device
being used
@media screen and (min-width: 751px) and (max-width: 999px) { }

• A flexible grid-based layout that uses relative sizing
Percentages and floating elements.

• Flexible images and media, through dynamic resizing or CSS

Truly responsive Web design requires all three features to be
implemented and create a flexible foundation.
Responsive or Adaptive
A responsive design fluidly changes to fit any browser size. The
media-query changes should almost not be identifiable, fluidly
change and respond to fit any screen or device size.
An adaptive design changes to fit a defined set of browser sizes.
Adaptive design revolves around how a site will change to fit a
predetermined set of screen and device sizes.

Responsive Example: http://alistapart.com/d/responsive-web-design/ex/ex-site-FINAL.html
Adaptive examples: http://www.colly.com, http://adampolselli.com
What Elements Makes RWD Possible?
HTML5
New features of media playback allows you to put <audio> and <video> by default
into your browser with no <embed> which makes the content customizable and
needs no plugins
New Tags to better define your content. <header>, <nav>, <footer>, <article> and
<section>. SEO friendly tags which help your site ranking in Google
Universal device compatibility. Allows developers to target the largest amount of
devices with the least amount of developmental effort.
Works in accordance with CSS 3 Stylesheets that have progressed for RWD
What Elements Makes RWD Possible?
CCS3
The @Font-face properties. Allow Corporate fonts as text and not images

Border radius ability to make rounded corners
Box shadow customizable to developer preferences
.roundedboxshadow {
-moz-box-shadow: 3px 3px 5px #535353;
-webkit-box-shadow: 3px 3px 5px #535353;
box-shadow: 3px 3px 5px #535353;
-moz-border-radius: 6px 6px 6px 6px;
-webkit-border-radius: 6px;
border-radius: 6px 6px 6px 6px; }

Dynamic widths and proportional sizing for multiple screen sizes.
Max-width, min-width, img {width:100%} and media queries
RESPONSIVE WEB DESIGN
AND A SHAREPOINT WEBSITE
Responsive Difficulties in SharePoint
SharePoint comes with it’s own extensive css which needs to be
overwritten.
Navigation not responsive friendly
Navigation is hover oriented. jQuery to enable touchStart for mobiles
body #s4-bodyContainer style prevents the screen from shrinking when
displaying in mobile devices, so add
body #s4-bodyContainer{ min-width:0; }
OOB SharePoint Controls difficult to style
i.e. OOB search control
SEE IT IN ACTION
BENEFITS FOR YOU
AND YOUR CUSTOMERS
Conclusion
Benefits
Provides real content access to your reader
Supports your internal content review process
Reduces your cost, mid and long term to maintain your content
Supports various communications and marketing needs

Challenges
Your content design must be developed for Responsive
Animation limitation with jQuery
Contact
Danny Boulanger
Expert en solutions SharePoint
514.762.1370
dboulanger@alcero.com
www.alcero.com
http://blog.alcero.com
www.twitter.com/alcerosolution

More Related Content

What's hot

Bootstrap how it can help you build better websites
Bootstrap   how it can help you build better websitesBootstrap   how it can help you build better websites
Bootstrap how it can help you build better websitesAidan Technologies Sdn Bhd
 
Bootstrap for Beginners
Bootstrap for BeginnersBootstrap for Beginners
Bootstrap for BeginnersD'arce Hess
 
Introduce PlutoCMS
Introduce PlutoCMSIntroduce PlutoCMS
Introduce PlutoCMSxhan87
 
Media queries and frameworks
Media queries and frameworksMedia queries and frameworks
Media queries and frameworksNicole Ryan
 
Meet the grids - Web design using Grids
Meet the grids - Web design using GridsMeet the grids - Web design using Grids
Meet the grids - Web design using GridsRamses Cabello
 
Mobile ASP.Net Web Forms - Making the impossible possible | FalafelCON 2014
Mobile ASP.Net Web Forms - Making the impossible possible | FalafelCON 2014Mobile ASP.Net Web Forms - Making the impossible possible | FalafelCON 2014
Mobile ASP.Net Web Forms - Making the impossible possible | FalafelCON 2014FalafelSoftware
 
Introduction to Web Development
Introduction to Web DevelopmentIntroduction to Web Development
Introduction to Web DevelopmentParvez Mahbub
 
12 GoMeasure (sg and kl) - page speed light speed path to conversions - joh...
12   GoMeasure (sg and kl) - page speed light speed path to conversions - joh...12   GoMeasure (sg and kl) - page speed light speed path to conversions - joh...
12 GoMeasure (sg and kl) - page speed light speed path to conversions - joh...Vinoaj Vijeyakumaar
 
Reponsive web design (HTML5 + css3)
Reponsive web design (HTML5 + css3)Reponsive web design (HTML5 + css3)
Reponsive web design (HTML5 + css3)Sandip Jadhav
 
Business Models for WordPress Designers & Developers
Business Models for WordPress Designers & DevelopersBusiness Models for WordPress Designers & Developers
Business Models for WordPress Designers & Developersbcasel
 
How To Work Faster & More Profitably With Client Site Starter Templates
How To Work Faster & More Profitably With Client Site Starter TemplatesHow To Work Faster & More Profitably With Client Site Starter Templates
How To Work Faster & More Profitably With Client Site Starter TemplatesWP Engine
 

What's hot (20)

EVOLVE'15 | Maximize | Andy Lapin | Kelley Blue Book
EVOLVE'15 | Maximize | Andy Lapin | Kelley Blue BookEVOLVE'15 | Maximize | Andy Lapin | Kelley Blue Book
EVOLVE'15 | Maximize | Andy Lapin | Kelley Blue Book
 
Dreamweaver And Btt
Dreamweaver And BttDreamweaver And Btt
Dreamweaver And Btt
 
Wdes105 day 2
Wdes105 day 2Wdes105 day 2
Wdes105 day 2
 
Bootstrap how it can help you build better websites
Bootstrap   how it can help you build better websitesBootstrap   how it can help you build better websites
Bootstrap how it can help you build better websites
 
Psd to foundation
Psd to foundationPsd to foundation
Psd to foundation
 
Bootstrap for Beginners
Bootstrap for BeginnersBootstrap for Beginners
Bootstrap for Beginners
 
NodeCommerce
NodeCommerceNodeCommerce
NodeCommerce
 
Html5 &amp; css3
Html5 &amp; css3 Html5 &amp; css3
Html5 &amp; css3
 
Introduce PlutoCMS
Introduce PlutoCMSIntroduce PlutoCMS
Introduce PlutoCMS
 
Beginning CSS.
Beginning CSS.Beginning CSS.
Beginning CSS.
 
WordPress for Designers
WordPress for DesignersWordPress for Designers
WordPress for Designers
 
Media queries and frameworks
Media queries and frameworksMedia queries and frameworks
Media queries and frameworks
 
Meet the grids - Web design using Grids
Meet the grids - Web design using GridsMeet the grids - Web design using Grids
Meet the grids - Web design using Grids
 
Mobile ASP.Net Web Forms - Making the impossible possible | FalafelCON 2014
Mobile ASP.Net Web Forms - Making the impossible possible | FalafelCON 2014Mobile ASP.Net Web Forms - Making the impossible possible | FalafelCON 2014
Mobile ASP.Net Web Forms - Making the impossible possible | FalafelCON 2014
 
Introduction to Web Development
Introduction to Web DevelopmentIntroduction to Web Development
Introduction to Web Development
 
12 GoMeasure (sg and kl) - page speed light speed path to conversions - joh...
12   GoMeasure (sg and kl) - page speed light speed path to conversions - joh...12   GoMeasure (sg and kl) - page speed light speed path to conversions - joh...
12 GoMeasure (sg and kl) - page speed light speed path to conversions - joh...
 
Reponsive web design (HTML5 + css3)
Reponsive web design (HTML5 + css3)Reponsive web design (HTML5 + css3)
Reponsive web design (HTML5 + css3)
 
Business Models for WordPress Designers & Developers
Business Models for WordPress Designers & DevelopersBusiness Models for WordPress Designers & Developers
Business Models for WordPress Designers & Developers
 
How To Work Faster & More Profitably With Client Site Starter Templates
How To Work Faster & More Profitably With Client Site Starter TemplatesHow To Work Faster & More Profitably With Client Site Starter Templates
How To Work Faster & More Profitably With Client Site Starter Templates
 
Css group
Css groupCss group
Css group
 

Viewers also liked

C:\Fakepath\App Jones S4
C:\Fakepath\App Jones S4C:\Fakepath\App Jones S4
C:\Fakepath\App Jones S4Shannon Jones
 
公民新聞之我見
公民新聞之我見公民新聞之我見
公民新聞之我見mrfriday
 
Smart Room%20 Alu%20 Be
Smart Room%20 Alu%20 BeSmart Room%20 Alu%20 Be
Smart Room%20 Alu%20 BeWim Engelen
 
Trabajo individual Inclusión social Unad
Trabajo individual Inclusión social UnadTrabajo individual Inclusión social Unad
Trabajo individual Inclusión social UnadAngela Lopez
 

Viewers also liked (6)

Final
FinalFinal
Final
 
Computer
ComputerComputer
Computer
 
C:\Fakepath\App Jones S4
C:\Fakepath\App Jones S4C:\Fakepath\App Jones S4
C:\Fakepath\App Jones S4
 
公民新聞之我見
公民新聞之我見公民新聞之我見
公民新聞之我見
 
Smart Room%20 Alu%20 Be
Smart Room%20 Alu%20 BeSmart Room%20 Alu%20 Be
Smart Room%20 Alu%20 Be
 
Trabajo individual Inclusión social Unad
Trabajo individual Inclusión social UnadTrabajo individual Inclusión social Unad
Trabajo individual Inclusión social Unad
 

Similar to Responsive Web Designed for your communication and marketing needs

Enhancing SharePoint with Responsive Web Design
Enhancing SharePoint with Responsive Web DesignEnhancing SharePoint with Responsive Web Design
Enhancing SharePoint with Responsive Web DesignEric Overfield
 
An Introduction to Responsive Design
An Introduction to Responsive DesignAn Introduction to Responsive Design
An Introduction to Responsive DesignValtech UK
 
Responsive web design
Responsive web designResponsive web design
Responsive web designZeeshan Khan
 
Introduction to Responsive Web Design
Introduction to Responsive Web DesignIntroduction to Responsive Web Design
Introduction to Responsive Web DesignShawn Calvert
 
Stc 2015 preparing legacy projects for responsive design - design issues
Stc 2015   preparing legacy projects for responsive design - design issuesStc 2015   preparing legacy projects for responsive design - design issues
Stc 2015 preparing legacy projects for responsive design - design issuesNeil Perlin
 
How to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive WebsiteHow to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive WebsiteJj Jurgens
 
Responsive web designing
Responsive web designingResponsive web designing
Responsive web designingAanand Bohara
 
Optimizing Sites for Mobile Devices
Optimizing Sites for Mobile DevicesOptimizing Sites for Mobile Devices
Optimizing Sites for Mobile Devicesjameswillweb
 
SEF 2014 - Responsive Design in SharePoint 2013
SEF 2014 - Responsive Design in SharePoint 2013SEF 2014 - Responsive Design in SharePoint 2013
SEF 2014 - Responsive Design in SharePoint 2013Marc D Anderson
 
Personal Portfolio -Jahnavi Valishetty
Personal Portfolio -Jahnavi ValishettyPersonal Portfolio -Jahnavi Valishetty
Personal Portfolio -Jahnavi Valishettyjahnavi valisetty
 
Html 5 mobile - nitty gritty
Html 5 mobile - nitty grittyHtml 5 mobile - nitty gritty
Html 5 mobile - nitty grittyMario Noble
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web DesignChiheb Chebbi
 
Responsivedesign 7-3-2012
Responsivedesign 7-3-2012Responsivedesign 7-3-2012
Responsivedesign 7-3-2012Thomas Carney
 
Intro to Responsive Web Design
Intro to Responsive Web DesignIntro to Responsive Web Design
Intro to Responsive Web Designmeghantaylor
 
Using Responsive Web Design To Make Your Web Work Everywhere
Using Responsive Web Design To Make Your Web Work Everywhere Using Responsive Web Design To Make Your Web Work Everywhere
Using Responsive Web Design To Make Your Web Work Everywhere Chris Love
 
Organize Your Website With Advanced CSS Tricks
Organize Your Website With Advanced CSS TricksOrganize Your Website With Advanced CSS Tricks
Organize Your Website With Advanced CSS TricksAndolasoft Inc
 
Adobe MAX 2008: HTML/CSS + Fireworks
Adobe MAX 2008: HTML/CSS + FireworksAdobe MAX 2008: HTML/CSS + Fireworks
Adobe MAX 2008: HTML/CSS + FireworksNathan Smith
 

Similar to Responsive Web Designed for your communication and marketing needs (20)

Responsive Web Designing Fundamentals
Responsive Web Designing FundamentalsResponsive Web Designing Fundamentals
Responsive Web Designing Fundamentals
 
Enhancing SharePoint with Responsive Web Design
Enhancing SharePoint with Responsive Web DesignEnhancing SharePoint with Responsive Web Design
Enhancing SharePoint with Responsive Web Design
 
An Introduction to Responsive Design
An Introduction to Responsive DesignAn Introduction to Responsive Design
An Introduction to Responsive Design
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Introduction to Responsive Web Design
Introduction to Responsive Web DesignIntroduction to Responsive Web Design
Introduction to Responsive Web Design
 
Stc 2015 preparing legacy projects for responsive design - design issues
Stc 2015   preparing legacy projects for responsive design - design issuesStc 2015   preparing legacy projects for responsive design - design issues
Stc 2015 preparing legacy projects for responsive design - design issues
 
How to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive WebsiteHow to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive Website
 
Design responsively
Design responsivelyDesign responsively
Design responsively
 
Responsive web designing
Responsive web designingResponsive web designing
Responsive web designing
 
Optimizing Sites for Mobile Devices
Optimizing Sites for Mobile DevicesOptimizing Sites for Mobile Devices
Optimizing Sites for Mobile Devices
 
SEF 2014 - Responsive Design in SharePoint 2013
SEF 2014 - Responsive Design in SharePoint 2013SEF 2014 - Responsive Design in SharePoint 2013
SEF 2014 - Responsive Design in SharePoint 2013
 
Personal Portfolio -Jahnavi Valishetty
Personal Portfolio -Jahnavi ValishettyPersonal Portfolio -Jahnavi Valishetty
Personal Portfolio -Jahnavi Valishetty
 
Html5
Html5Html5
Html5
 
Html 5 mobile - nitty gritty
Html 5 mobile - nitty grittyHtml 5 mobile - nitty gritty
Html 5 mobile - nitty gritty
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
Responsivedesign 7-3-2012
Responsivedesign 7-3-2012Responsivedesign 7-3-2012
Responsivedesign 7-3-2012
 
Intro to Responsive Web Design
Intro to Responsive Web DesignIntro to Responsive Web Design
Intro to Responsive Web Design
 
Using Responsive Web Design To Make Your Web Work Everywhere
Using Responsive Web Design To Make Your Web Work Everywhere Using Responsive Web Design To Make Your Web Work Everywhere
Using Responsive Web Design To Make Your Web Work Everywhere
 
Organize Your Website With Advanced CSS Tricks
Organize Your Website With Advanced CSS TricksOrganize Your Website With Advanced CSS Tricks
Organize Your Website With Advanced CSS Tricks
 
Adobe MAX 2008: HTML/CSS + Fireworks
Adobe MAX 2008: HTML/CSS + FireworksAdobe MAX 2008: HTML/CSS + Fireworks
Adobe MAX 2008: HTML/CSS + Fireworks
 

Recently uploaded

Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 

Recently uploaded (20)

Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 

Responsive Web Designed for your communication and marketing needs

  • 1. Building “Responsive Web Design” for your Communication and Marketing Strategy Danny Boulanger Solutions Expert Franco Bao Solutions Expert, Services
  • 2. Agenda Challenges What the Responsive Web Design framework is Discussion about InBound Marketing strategy See it in action Differences between a standard website and a SharePoint website Benefits for you and your customers
  • 6. Remember When? Launch your Browser to view a site and get this Or having to do this to your html for different browsers <link href="../css_files/main.css" rel="stylesheet" type="text/css" media="screen" /> <!--[if lte IE 6]> <link href="../css_files/IE6.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <!--[if lte IE 7]> <link href="../css_files/IE7.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]-->
  • 7. Remember When? Two websites, one for your desktop and one specifically for mobile Two complete html, one for desktops and one for mobiles with a redirect code … or <link rel="stylesheet" media="handheld" /> <link rel="stylesheet" media="screen" />
  • 9. Trends in Intranet Employee are getting mobile (In the U.S., an estimated 13 million) Content Approval Agreement
  • 10. Trends in Marketing Why having sales people calling your customer when they don’t need you? Email Marketing Inbound Marketing
  • 13. Many Business Applications Articles Blog Posts Books/eBooks Brochures Case Studies Demos Email Marketing Information Guides Live Streamed Events Manuals Microsites/Web Pages Online Courses Podcasts/Videocasts Presentations Press Releases/Reviews Product Data Sheets Reference Guides Resource Libraries
  • 15. What is Responsive Web Design Three key technical features are the heart of responsive Web design: • media queries to detect the device or the resolution of the device being used @media screen and (min-width: 751px) and (max-width: 999px) { } • A flexible grid-based layout that uses relative sizing Percentages and floating elements. • Flexible images and media, through dynamic resizing or CSS Truly responsive Web design requires all three features to be implemented and create a flexible foundation.
  • 16. Responsive or Adaptive A responsive design fluidly changes to fit any browser size. The media-query changes should almost not be identifiable, fluidly change and respond to fit any screen or device size. An adaptive design changes to fit a defined set of browser sizes. Adaptive design revolves around how a site will change to fit a predetermined set of screen and device sizes. Responsive Example: http://alistapart.com/d/responsive-web-design/ex/ex-site-FINAL.html Adaptive examples: http://www.colly.com, http://adampolselli.com
  • 17. What Elements Makes RWD Possible? HTML5 New features of media playback allows you to put <audio> and <video> by default into your browser with no <embed> which makes the content customizable and needs no plugins New Tags to better define your content. <header>, <nav>, <footer>, <article> and <section>. SEO friendly tags which help your site ranking in Google Universal device compatibility. Allows developers to target the largest amount of devices with the least amount of developmental effort. Works in accordance with CSS 3 Stylesheets that have progressed for RWD
  • 18. What Elements Makes RWD Possible? CCS3 The @Font-face properties. Allow Corporate fonts as text and not images Border radius ability to make rounded corners Box shadow customizable to developer preferences .roundedboxshadow { -moz-box-shadow: 3px 3px 5px #535353; -webkit-box-shadow: 3px 3px 5px #535353; box-shadow: 3px 3px 5px #535353; -moz-border-radius: 6px 6px 6px 6px; -webkit-border-radius: 6px; border-radius: 6px 6px 6px 6px; } Dynamic widths and proportional sizing for multiple screen sizes. Max-width, min-width, img {width:100%} and media queries
  • 19. RESPONSIVE WEB DESIGN AND A SHAREPOINT WEBSITE
  • 20. Responsive Difficulties in SharePoint SharePoint comes with it’s own extensive css which needs to be overwritten. Navigation not responsive friendly Navigation is hover oriented. jQuery to enable touchStart for mobiles body #s4-bodyContainer style prevents the screen from shrinking when displaying in mobile devices, so add body #s4-bodyContainer{ min-width:0; } OOB SharePoint Controls difficult to style i.e. OOB search control
  • 21. SEE IT IN ACTION
  • 22. BENEFITS FOR YOU AND YOUR CUSTOMERS
  • 23. Conclusion Benefits Provides real content access to your reader Supports your internal content review process Reduces your cost, mid and long term to maintain your content Supports various communications and marketing needs Challenges Your content design must be developed for Responsive Animation limitation with jQuery
  • 24. Contact Danny Boulanger Expert en solutions SharePoint 514.762.1370 dboulanger@alcero.com www.alcero.com http://blog.alcero.com www.twitter.com/alcerosolution