SlideShare una empresa de Scribd logo
1 de 24
Descargar para leer sin conexión
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

Más contenido relacionado

La actualidad más candente

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
 

La actualidad más candente (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
 

Destacado

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
 

Destacado (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 a 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 a 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
 

Último

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
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 2024Rafal Los
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
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 productivityPrincipled Technologies
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
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 RobisonAnna Loughnan Colquhoun
 
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...Miguel Araújo
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 

Último (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
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
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
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
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
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
 
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...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 

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