SlideShare a Scribd company logo
“Responsive Web Design & Cascade Server”

       Hannon Hill User Conference

             September 18th, 2012
Who is BarkleyREI?



    Full-service interactive agency

    Specialize in “information and application rich” projects

    Decade of higher education experience (40+clients)

    Extensive Cascade Server experience

    30+ employees
Clients




          3
Clients




          4
Clients




          5
Clients




          6
Who is Chapman University?




    Located in Orange, California
    Founded in 1861
    Total enrollment of nearly 7,000 students
    7 Schools & Colleges
    Students from all 50 states, the U.S. territories, 60+ countries
    Heritage of equality and access- admitted men and women and
     people of color from the beginning
Responsive Web Design




                        8
Responsive Web Design



   What is it?


   Why use it?


   Process/Approach using RWD


   Coding examples


   How Cascade Server can help


                                  9
Responsive Web Design- What is it?
Designing and developing a website so that it looks good,
and works well, on any size device (desktop, tablet,
mobile)




                                                        10
Responsive Web Design- Why use it?




                                     11
Responsive Web Design- Why use it?


  Pros

  Provide an optimal experience for all your site
  visitors, not just some of them

  Once built, easier to maintain than a separate,
  mobile-only site

  Puts you at/near the forefront of current trends;
  eventually, you could be ‘left behind’ without it as
  users expectations continue to grow



                                                     12
Responsive Web Design- Why use it?



  Cons


  Extra time


  Extra $




                                     13
Responsive Web Design- Why use it?

  When you might want to consider using it:

  Need a complete site overhaul anyway

  Looking to update your site, e.g. remove Flash-
  you’re not HTM L5 yet

  Recently switched to Cascade and haven’t really
  done much in it yet

  If your analytics show noteworthy level/increase
  in tablet/mobile usage

  If you have no real mobile presence already and
  are looking to build some
                                                      14
Responsive Web Design- Why use it?


 When you might want to consider NOT using it:

 You redesigned your desktop site recently and it
 still has that new car smell

 You already have a robust mobile site, and your
 desktop site looks pretty good on tablets

 Your mobile traffic is limited to a particular
 subgroup of users who all have the same needs,
 and you want them to have a distinct mobile
 experience


                                                    15
Responsive Web Design


  Why Chapman ultimately decided to use it:

  The Pros outweighed the Cons

  Tablet/mobile site visits increasing

  Were redesigning the website anyway, did not
  have a strong mobile presence, and were new to
  Cascade




                                                   16
Process/approach using RWD




                             17
Process/approach using RWD


   Agree on breakpoints

   Agree on standards

   Desktop → M obile vs. Mobile → Desktop

   ‘Content first’ strategy

   Extra collaboration




                                             18
Agree on breakpoints


  Major Breakpoint – boundary where the display
  of the site ‘switches’ noticeably




              320 px                  768 px

 Minor breakpoints:
 Subtler shifts in between major breakpoints

                                                  19
Agree on standards


   Need clear standards to build and test against

   Can be based on:

        Analytics data

        Institutional considerations




                                                     20
Agree on standards


  What browsers, and what browser versions, does
  the site need to work in?




                                                   21
Agree on standards

  Rollover state in Chrome




                             22
Agree on standards

  Rollover state in Chrome




                             23
Agree on standards

  Rollover state in Chrome




                             24
Agree on standards

  Rollover state in IE8




                          25
Agree on standards

  What Operating Systems do those browsers need
  to work in?




                                              26
Agree on standards

 What devices does it need to work on?




                                         27
Agree on standards

 What devices does it need to work on?




                                         28
‘Desktop → M obile’ vs. ‘Mobile → Desktop’




                                             29
‘Content first’ strategy




                           30
Extra collaboration


   Extra collaboration between

           UX
           Design
           Coding
           Project Management

   Process is less linear, more agile




                                         31
Some coding examples




                       32
Some coding examples

 HTML is the same for all size browsers

 CSS is where 99% of the responsive magic
  happens

     <link href=“/css/style.css" rel="stylesheet"
     type="text/css"/>

 Media Queries

     @media only screen and (min-width: 780px)




                                                    33
Some coding examples

 But, media queries don’t work in IE8 or below;
  used <script src=“/js/respond.js"
  type="text/javascript"></script> to get RWD to work
  in them

 Used ‘feature detection’ (e.g. to see if touch is
  enabled), instead of ‘user agent detection’ (e.g.
  to see what device they’re on)

     <script src=“/js/libs/modernizr-2.0.6.min.js"
     type="text/javascript"></script>




                                                      34
Some ways Cascade Server can help




                                    35
Some ways Cascade Server can help

   M aking the complex simple

   Allow non-technical Content Authors to easily
    create and update their content

   Custom Data Definitions
Some ways Cascade Server can help
Some ways Cascade Server can help
Some ways Cascade Server can help
Some ways Cascade Server can help
Some ways Cascade Server can help
Some ways Cascade Server can help
Some ways Cascade Server can help
Some ways Cascade Server can help
Some ways Cascade Server can help
Some ways Cascade Server can help
Some ways Cascade Server can help
Some ways Cascade Server can help
Some ways Cascade Server can help
Image size/resizing ramifications
Image size/resizing ramifications




Why a maximum width of 195 pixels?

To ensure they’re mobile compatible

These images are not resized by anything when the page is
viewed on tablets or mobile devices

Going wider than 195 could ‘break’ the page layout
Image size/resizing ramifications
Image size/resizing ramifications
Image size/resizing ramifications
Image size/resizing ramifications




Coded as Max-width 100%

Specifying a width and not the height lets the aspect ratio
stay intact

Only have to upload 1 image, despite the fact the image is
resized at various browser sizes
Image size/resizing ramifications
Image size/resizing ramifications
Image size/resizing ramifications
Image size/resizing ramifications


Add/remove/reorder slides
                                 Each block has a
                                 name/placement




 Specify image size within the Data Definition
Image size/resizing ramifications




  Coded as Max-width 100%

  Specifying a width and not the height lets the aspect ratio
  stay intact

  Only have to upload 1 image, despite the fact the image is
  resized at various browser sizes
Data Definitions for additional elements
Data Definitions for additional elements
Some ways Cascade Server can help
Some ways Cascade Server can help



    The good news if you want to go Responsive is
     that many of the same tools and processes you
     are probably already using in Cascade can
     help make your RWD site easy to maintain.




                                                 64
Summary




          65
Summary



   Tablet/mobile internet usage continuing to
    increase

   RWD provides a better experience for all your
    site visitors

   Once built, an RWD site easier to maintain
    than separate, desktop-only and mobile-only
    site

   RWD projects take extra time and collaboration

   Cascade Server’s features can help you
                                                    66
Additional Resources


  http://en.wikipedia.org/wiki/Progressive_enhancement

  http://www.headscape.co.uk/media/docs/browser-support.pdf

  http://www.alistapart.com/articles/summer-reading-issue/

  http://www.alistapart.com/articles/responsive-web-design

  http://www.abookapart.com/products/responsive-web-design

  http://bradfrost.github.com/this-is-responsive/resources.html

  http://unstoppablerobotninja.com/

  http://www.hannonhill.com/products/demos/william-and-mary-
   responsive-design-webinar-video.html
                                                                   67
Questions?




             68
Thank you!


       Chris Cox
Client Services Director
     412-427-7088
 ccox@barkleyrei.com

 www.barkleyrei.com


                           69

More Related Content

PPT
BarkleyREI & Hannon Hill Webinar - Responsive Web Design
PDF
Responsive Web Design: Advantages & Best Practice - Darrin Adams, Cantarus
PPTX
Responsive Web Design - Advantages and Best Practice for Sports Direct
PDF
Drupal for Mobile
PPTX
Station Four: Web Redesign Presentation
KEY
The future of BYU web design
PDF
Startup Institute NYC: Styling
PDF
Why use responsive web design?
BarkleyREI & Hannon Hill Webinar - Responsive Web Design
Responsive Web Design: Advantages & Best Practice - Darrin Adams, Cantarus
Responsive Web Design - Advantages and Best Practice for Sports Direct
Drupal for Mobile
Station Four: Web Redesign Presentation
The future of BYU web design
Startup Institute NYC: Styling
Why use responsive web design?

Viewers also liked (20)

PDF
[Austria] Security by Design
PPT
Home cyber security
PPTX
Domain name server
PDF
Brisk WebApp penetration tester
PDF
Network Security Monitoring - Theory and Practice
PDF
Precision Corporate Profile_Rev_09
DOCX
Service DMZ - Zona de Serviço Desmilitarizada
PDF
[Russia] MySQL OOB injections
PPTX
[Austria] How we hacked an online mobile banking Trojan
PDF
[Poland] SecOps live cooking with OWASP appsec tools
PDF
Website_Pentest_Samplet_Report_Brisk_Infosec_Solutions
PDF
Technical Security and Penetration Testing
PPT
Wallet procedures english
PPT
Step by step guide for web application security testing
ODP
When dynamic becomes static - the next step in web caching techniques
PDF
PPTX
Web application vulnerability assessment
PDF
Managing Data Center Connectivity TechBook
 
PDF
Workshop Iptables e Squid On Line
PPT
[Austria] Security by Design
Home cyber security
Domain name server
Brisk WebApp penetration tester
Network Security Monitoring - Theory and Practice
Precision Corporate Profile_Rev_09
Service DMZ - Zona de Serviço Desmilitarizada
[Russia] MySQL OOB injections
[Austria] How we hacked an online mobile banking Trojan
[Poland] SecOps live cooking with OWASP appsec tools
Website_Pentest_Samplet_Report_Brisk_Infosec_Solutions
Technical Security and Penetration Testing
Wallet procedures english
Step by step guide for web application security testing
When dynamic becomes static - the next step in web caching techniques
Web application vulnerability assessment
Managing Data Center Connectivity TechBook
 
Workshop Iptables e Squid On Line
Ad

Similar to Responsive Web Design in Cascade Server, by Chris Cox of BarkleyREI (20)

PPTX
20 Tips for High Performance Responsive Design that the Pros Won’t Tell You
PPTX
Intro to Responsive Web Design
PPT
Alexa IT Solution Responsive Web designing
PDF
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
PDF
Responsive Web Design
PPTX
Reponsive web design (HTML5 + css3)
PPTX
reponsive-web-design.pptx
PPTX
reponsive-web-design.pptx
PPTX
Responsive Web Design ~ Best Practices for Maximizing ROI
PDF
Does your website have these elements of responsive web design?
PPTX
Responsive Design
PDF
Whitepaper: Responsive Test - A test framework to cover it all
PPTX
Responsive Web Design | Website Designing
PDF
2014 Android and iOS Design Trends
PPTX
Responsive Design pros and cons
PPTX
Navigating the Mobile maze
PPTX
How to Find Your Ideal Technical Responsive Design Approach
PPTX
Adaptive vs Responsive Layouts
PPTX
Webinar Recording "Best Practices in RWD - Responsive Web Design"
PPTX
Responsive web design
20 Tips for High Performance Responsive Design that the Pros Won’t Tell You
Intro to Responsive Web Design
Alexa IT Solution Responsive Web designing
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Responsive Web Design
Reponsive web design (HTML5 + css3)
reponsive-web-design.pptx
reponsive-web-design.pptx
Responsive Web Design ~ Best Practices for Maximizing ROI
Does your website have these elements of responsive web design?
Responsive Design
Whitepaper: Responsive Test - A test framework to cover it all
Responsive Web Design | Website Designing
2014 Android and iOS Design Trends
Responsive Design pros and cons
Navigating the Mobile maze
How to Find Your Ideal Technical Responsive Design Approach
Adaptive vs Responsive Layouts
Webinar Recording "Best Practices in RWD - Responsive Web Design"
Responsive web design
Ad

More from hannonhill (20)

PPTX
Cascade + Bootstrap = Awesome
PPTX
Web Governance Crash Course: Creating a Sustainable Digital Transformation
PDF
Optimizing MySQL for Cascade Server
PPTX
Using Cascade technology to increase SEO/Landing Page Optimization
PDF
Information Architecture and User Experience: The Journey, The Destination, T...
PPTX
2 Men 1 Site
PPTX
Connecting Ecommerce & Centralized Analytics to Cascade Server
PDF
Data Modeling with Cascade Server and HighCharts JS
PDF
Modernizing Internal Communications with Cascade Server, WordPress and MailCh...
PDF
Fun with Cascade Server!
PPTX
Accessibility in Practice: Integrating Web Accessibility into Cascade Training
PPTX
Crowdsourced Maps: From Google Forms to Fusion Tables to Cascade Server
PPTX
Superautomatic! Data Feeds, Bricks, and Blocks, with Server-side Transformat...
PPTX
Climbing Migration Mountain: 200+ Sites from the Ground Up
PPTX
In Pursuit of the Grand Unified Template
PDF
Cusestarter or How We Built Our Own Crowdfunding Platform
PPT
Web Services: Encapsulation, Reusability, and Simplicity
PPTX
Cascade Server: Past, Present, and Future!
PPTX
Web Forms, or How I Learned to Stop Worrying and Love Web Services
PPTX
Outputting Their Full Potential: Using Outputs for Site Redesigns and Develo...
Cascade + Bootstrap = Awesome
Web Governance Crash Course: Creating a Sustainable Digital Transformation
Optimizing MySQL for Cascade Server
Using Cascade technology to increase SEO/Landing Page Optimization
Information Architecture and User Experience: The Journey, The Destination, T...
2 Men 1 Site
Connecting Ecommerce & Centralized Analytics to Cascade Server
Data Modeling with Cascade Server and HighCharts JS
Modernizing Internal Communications with Cascade Server, WordPress and MailCh...
Fun with Cascade Server!
Accessibility in Practice: Integrating Web Accessibility into Cascade Training
Crowdsourced Maps: From Google Forms to Fusion Tables to Cascade Server
Superautomatic! Data Feeds, Bricks, and Blocks, with Server-side Transformat...
Climbing Migration Mountain: 200+ Sites from the Ground Up
In Pursuit of the Grand Unified Template
Cusestarter or How We Built Our Own Crowdfunding Platform
Web Services: Encapsulation, Reusability, and Simplicity
Cascade Server: Past, Present, and Future!
Web Forms, or How I Learned to Stop Worrying and Love Web Services
Outputting Their Full Potential: Using Outputs for Site Redesigns and Develo...

Recently uploaded (20)

PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
cuic standard and advanced reporting.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Electronic commerce courselecture one. Pdf
PDF
A comparative analysis of optical character recognition models for extracting...
PPTX
A Presentation on Artificial Intelligence
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Machine learning based COVID-19 study performance prediction
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Machine Learning_overview_presentation.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
DOCX
The AUB Centre for AI in Media Proposal.docx
20250228 LYD VKU AI Blended-Learning.pptx
Review of recent advances in non-invasive hemoglobin estimation
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
cuic standard and advanced reporting.pdf
Approach and Philosophy of On baking technology
Electronic commerce courselecture one. Pdf
A comparative analysis of optical character recognition models for extracting...
A Presentation on Artificial Intelligence
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Machine learning based COVID-19 study performance prediction
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Programs and apps: productivity, graphics, security and other tools
Spectral efficient network and resource selection model in 5G networks
MYSQL Presentation for SQL database connectivity
Machine Learning_overview_presentation.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
Chapter 3 Spatial Domain Image Processing.pdf
Mobile App Security Testing_ A Comprehensive Guide.pdf
MIND Revenue Release Quarter 2 2025 Press Release
The AUB Centre for AI in Media Proposal.docx

Responsive Web Design in Cascade Server, by Chris Cox of BarkleyREI

  • 1. “Responsive Web Design & Cascade Server” Hannon Hill User Conference September 18th, 2012
  • 2. Who is BarkleyREI?  Full-service interactive agency  Specialize in “information and application rich” projects  Decade of higher education experience (40+clients)  Extensive Cascade Server experience  30+ employees
  • 7. Who is Chapman University?  Located in Orange, California  Founded in 1861  Total enrollment of nearly 7,000 students  7 Schools & Colleges  Students from all 50 states, the U.S. territories, 60+ countries  Heritage of equality and access- admitted men and women and people of color from the beginning
  • 9. Responsive Web Design  What is it?  Why use it?  Process/Approach using RWD  Coding examples  How Cascade Server can help 9
  • 10. Responsive Web Design- What is it? Designing and developing a website so that it looks good, and works well, on any size device (desktop, tablet, mobile) 10
  • 11. Responsive Web Design- Why use it? 11
  • 12. Responsive Web Design- Why use it? Pros Provide an optimal experience for all your site visitors, not just some of them Once built, easier to maintain than a separate, mobile-only site Puts you at/near the forefront of current trends; eventually, you could be ‘left behind’ without it as users expectations continue to grow 12
  • 13. Responsive Web Design- Why use it? Cons Extra time Extra $ 13
  • 14. Responsive Web Design- Why use it? When you might want to consider using it: Need a complete site overhaul anyway Looking to update your site, e.g. remove Flash- you’re not HTM L5 yet Recently switched to Cascade and haven’t really done much in it yet If your analytics show noteworthy level/increase in tablet/mobile usage If you have no real mobile presence already and are looking to build some 14
  • 15. Responsive Web Design- Why use it? When you might want to consider NOT using it: You redesigned your desktop site recently and it still has that new car smell You already have a robust mobile site, and your desktop site looks pretty good on tablets Your mobile traffic is limited to a particular subgroup of users who all have the same needs, and you want them to have a distinct mobile experience 15
  • 16. Responsive Web Design Why Chapman ultimately decided to use it: The Pros outweighed the Cons Tablet/mobile site visits increasing Were redesigning the website anyway, did not have a strong mobile presence, and were new to Cascade 16
  • 18. Process/approach using RWD  Agree on breakpoints  Agree on standards  Desktop → M obile vs. Mobile → Desktop  ‘Content first’ strategy  Extra collaboration 18
  • 19. Agree on breakpoints Major Breakpoint – boundary where the display of the site ‘switches’ noticeably 320 px 768 px Minor breakpoints: Subtler shifts in between major breakpoints 19
  • 20. Agree on standards  Need clear standards to build and test against  Can be based on:  Analytics data  Institutional considerations 20
  • 21. Agree on standards What browsers, and what browser versions, does the site need to work in? 21
  • 22. Agree on standards Rollover state in Chrome 22
  • 23. Agree on standards Rollover state in Chrome 23
  • 24. Agree on standards Rollover state in Chrome 24
  • 25. Agree on standards Rollover state in IE8 25
  • 26. Agree on standards What Operating Systems do those browsers need to work in? 26
  • 27. Agree on standards What devices does it need to work on? 27
  • 28. Agree on standards What devices does it need to work on? 28
  • 29. ‘Desktop → M obile’ vs. ‘Mobile → Desktop’ 29
  • 31. Extra collaboration  Extra collaboration between  UX  Design  Coding  Project Management  Process is less linear, more agile 31
  • 33. Some coding examples  HTML is the same for all size browsers  CSS is where 99% of the responsive magic happens <link href=“/css/style.css" rel="stylesheet" type="text/css"/>  Media Queries @media only screen and (min-width: 780px) 33
  • 34. Some coding examples  But, media queries don’t work in IE8 or below; used <script src=“/js/respond.js" type="text/javascript"></script> to get RWD to work in them  Used ‘feature detection’ (e.g. to see if touch is enabled), instead of ‘user agent detection’ (e.g. to see what device they’re on) <script src=“/js/libs/modernizr-2.0.6.min.js" type="text/javascript"></script> 34
  • 35. Some ways Cascade Server can help 35
  • 36. Some ways Cascade Server can help  M aking the complex simple  Allow non-technical Content Authors to easily create and update their content  Custom Data Definitions
  • 37. Some ways Cascade Server can help
  • 38. Some ways Cascade Server can help
  • 39. Some ways Cascade Server can help
  • 40. Some ways Cascade Server can help
  • 41. Some ways Cascade Server can help
  • 42. Some ways Cascade Server can help
  • 43. Some ways Cascade Server can help
  • 44. Some ways Cascade Server can help
  • 45. Some ways Cascade Server can help
  • 46. Some ways Cascade Server can help
  • 47. Some ways Cascade Server can help
  • 48. Some ways Cascade Server can help
  • 49. Some ways Cascade Server can help
  • 51. Image size/resizing ramifications Why a maximum width of 195 pixels? To ensure they’re mobile compatible These images are not resized by anything when the page is viewed on tablets or mobile devices Going wider than 195 could ‘break’ the page layout
  • 55. Image size/resizing ramifications Coded as Max-width 100% Specifying a width and not the height lets the aspect ratio stay intact Only have to upload 1 image, despite the fact the image is resized at various browser sizes
  • 59. Image size/resizing ramifications Add/remove/reorder slides Each block has a name/placement Specify image size within the Data Definition
  • 60. Image size/resizing ramifications Coded as Max-width 100% Specifying a width and not the height lets the aspect ratio stay intact Only have to upload 1 image, despite the fact the image is resized at various browser sizes
  • 61. Data Definitions for additional elements
  • 62. Data Definitions for additional elements
  • 63. Some ways Cascade Server can help
  • 64. Some ways Cascade Server can help  The good news if you want to go Responsive is that many of the same tools and processes you are probably already using in Cascade can help make your RWD site easy to maintain. 64
  • 65. Summary 65
  • 66. Summary  Tablet/mobile internet usage continuing to increase  RWD provides a better experience for all your site visitors  Once built, an RWD site easier to maintain than separate, desktop-only and mobile-only site  RWD projects take extra time and collaboration  Cascade Server’s features can help you 66
  • 67. Additional Resources  http://en.wikipedia.org/wiki/Progressive_enhancement  http://www.headscape.co.uk/media/docs/browser-support.pdf  http://www.alistapart.com/articles/summer-reading-issue/  http://www.alistapart.com/articles/responsive-web-design  http://www.abookapart.com/products/responsive-web-design  http://bradfrost.github.com/this-is-responsive/resources.html  http://unstoppablerobotninja.com/  http://www.hannonhill.com/products/demos/william-and-mary- responsive-design-webinar-video.html 67
  • 69. Thank you! Chris Cox Client Services Director 412-427-7088 ccox@barkleyrei.com www.barkleyrei.com 69