SlideShare uma empresa Scribd logo
1 de 114
What we did wrong making


RESPONSIVEDESIGN.CA
                                       and how we fixed it




@finteractive (Aidan Foster)   FOSTER INTERACTIVE
@responsivDesign (RWD Tips)   Web Development + Design
of
RESPONSIVEDESIGN.CA
2010
 (SPRING)
Fluid
Images




Ethan Marcotte’s Lab - (Artist’s impression)
Fluid                         Flexible
Images                          Grids




Ethan Marcotte’s Lab - (Artist’s impression)
Fluid                         Flexible
Images                          Grids




                             CSS3 Media
                              Queries

Ethan Marcotte’s Lab - (Artist’s impression)
http://www.alistapart.com/articles/responsive-web-design/
2011
 (SEPTEMBER)
1024768




bostonglobe.com
?
2012
 (FEBRUARY)
1024768
1024768
BASE THEMES
BASE THEME
    1024768
BASE THEME
    1024768
MINIMAL
             1024768




http://drupal.org/project/boron
html5boilerplate.com
RDF + HTML5 Valid




•   Use the “new” validator http://validator.w3.org/nu

•   http://www.agileapproach.com/blog-entry/w3c-
    validation-drupal-7-html5-rdfa
Mobile First


   DEFAULT
   (phone)
    STYLES
@media (min-width: 48em)




DEFAULT   Tablet(ish)
 STYLES
          STYLES
@media (min-width: 64em)




       Desktop(ish) STYLES
i


     Acknowledge and embrace

    unpredictability
DESIGN
Conventional “Waterfall” Workflow


            Discovery


           Visual Design


              Coding


             Launch
Device Breakpoints
Desktop
Tablets
Phones
Home
Home

Case Study
Home

Case Study

Blog List
Home

Case Study

Blog List

Blog Post
Home

Case Study

Blog List

Blog Post

Resources
Let’s Make that shade
 of blue a bit darker
Let’s Make that shade
 of blue a bit darker




                        $!@&$@#!
1024768
1024768
Natural Breakpoints
Natural Breakpoints
Design the Extremes
Prototype HTML



      Code
    Mobile First
Stretch Until Ugly
(Go Back a bit)   Breakpoint!
Repeat until you’re at your
       largest size
Conventional “Waterfall” Workflow


            Discovery


           Visual Design


              Coding


             Launch
Responsive Workflow

                Discovery




Visual Design               Coding




                 Launch
STRUCTURE
responsive.info



      1024768
6
responsive.info



      1024768




        REQUESTS
Content

          Content



                    Aside
 Aside
phone.css       phone-landscape.css




                 1024768
tablet-landscape.css       tablet.css

                 1024768



desktop.css
phone.css       phone-landscape.css




                 1024768
tablet-landscape.css       tablet.css

                 1024768



desktop.css
(Generally) Put Media Queries
 in CSS not the HTML Header
DON’T USE PIXELS
USE EMs
 Media Queries
Padding / Margin
USE EMs
     Media Queries
    Padding / Margin

They Scale with zooming :)
USE EMs
     Media Queries
    Padding / Margin

They Scale with zooming :)
  The math is tedious :(
http://sass-lang.com/
Crazy responsive Math


   Vendor Prefixes


  Great Extensions



     Saves Time
Crazy responsive Math


   Vendor Prefixes


  Great Extensions



     Saves Time
Crazy responsive Math


   Vendor Prefixes


  Great Extensions



     Saves Time
Crazy responsive Math


   Vendor Prefixes


  Great Extensions



     Saves Time
Crazy responsive Math


   Vendor Prefixes


  Great Extensions



     Saves Time
FireBug
    +
FireSass
Source trace




Trace the SASS file source for rendered output
phone.scss

             phone-landscape.scss

styles.css   tablet-landscape.scss

             tablet.scss

             desktop.scss
GRIDS
Messy Grids use HTML markup




http://foundation.zurb.com/docs/grid.php
Messy Grids use HTML markup




5 Classes! What’s Up with That?
Messy Grids use HTML markup
Good Grids put style in the CSS




     http://susy.oddbird.net/
Breakpoint Mixin For Compass




https://github.com/canarymason/breakpoint
http://zengrids.com
* {box-sizing: border-box}



•   Simplifies the math (calculating % widths is work).

•   Bugs when using min- max- width & height

•   Not supported in ie7, ie6. So calculate those widths.

•   Pollyfill isn’t perfect (Buggy).
* {box-sizing: border-box}



•   Simplifies the math (calculating % widths is work).

•   Bugs when using min- max- width & height

•   Not supported in ie7, ie6. So calculate those widths.

•   Pollyfill isn’t perfect (Buggy).
CROSS
PLATFORM
!respond.js



•   Don’t bloat, let IE be IE

•   Buggy Slow Responsive Is Worse then fixed width

•   Use IE specific stylesheets to change back to
    desktop.
PERFORMANCE

                             1024768




http://mobitest.akamai.com             www.webpagetest.org
1024768
1024768




 981kb
 44 request
8KB
                  95KB
                         16KB
                  JS       CSS




         865KB
Images
Image Modules
•   Client-Side Adaptive Image (noscript)
    http://drupal.org/project/cs_adaptive_image


•   Responsive Images & Styles (cookie, 2x load on 1st)
    http://drupal.org/project/resp_img


•   Adaptive Image Styles (.htaccess)
    http://drupal.org/project/ais


•   Adaptive Image (uses display size)
    http://drupal.org/project/adaptive_image


•   Borealis (Container Size, but appears to x2 load)
    http://drupal.org/project/borealis
Image Modules

                          Double   Retina    views     wysiwyg   CDN
                  Buggy
                        Image Load Display compatible Compatible Safe

Client-Side
                                               X                  X
Adaptive Image
Responsive                   X        X        X                  X
Images & Styles
Adaptive Image
                                               X          X
Styles

Adaptive Image      X                          X          X       X


Borealis            X        X        X        X                  X
Client-Side Adaptive Image
Image Style Quality Module




•   http://drupal.org/project/image_style_quality
Upload your retina now




           compress them mucho!
http://blog.netvlies.nl/design-interactie/retina-revolution/
Upload your retina now




           compress them mucho!
http://blog.netvlies.nl/design-interactie/retina-revolution/
Sprites w/ Compass




                     1024768
base64 encoded css images



•   For Background images

•   Converted repeating backgrounds into base64 added
    using data:uri

•   Increase file size 25%-33% but saves a request.
Benchmarking
         Requests                        Kilobytes
                                981
44                        50                             1,000


               31         38                             750


                          25
                                               377       500


                           13                            250


Before                     0    Before                   0
               AFter                           After

html      js   css     image     html     js    css    image
TIPS
http://modernizr.com/
LOGOS




(with image fallback)
Progressive Enhancement




    Big Screen   Small Screen
Progressive Enhancement




    Big Screen   Small Screen
http://filamentgroup.com/dwpe/
•   http://wickynilliams.github.com/enquire.js/

•   Media queries in javascript.

•   Simplifies using matchMedia.

•   Respond to match and unmatch of queries.
enquire.js
Adobe Edge Inspect (formerly Adobe Shadow)
I Wrote a book review on
                       responsivedesign.ca




http://www.implementingresponsivedesign.com/
FREE CHAPTER ON
                     RESPONSIVE MEDIA




http://www.implementingresponsivedesign.com/
sample_chapter.pdf
archive.responsivedesign.ca
THANK YOU

   http://linkedin.responsivedesign.ca



@finteractive (Drupal / Personal)   @responsivDesign   (RWD Tips)

Mais conteúdo relacionado

Destaque

Responsive design business_case_or_not
Responsive design business_case_or_notResponsive design business_case_or_not
Responsive design business_case_or_notTommi Pelkonen
 
What is Responsive Design and how does it help your business ?
What is Responsive Design and how does it help your business ?What is Responsive Design and how does it help your business ?
What is Responsive Design and how does it help your business ?Grapefruit
 
Responsive Design & the Business Analyst
Responsive Design & the Business AnalystResponsive Design & the Business Analyst
Responsive Design & the Business AnalystTed Hardy, MBA, CBAP
 
Responsive Themeing With Aurora Theme, SASS, and BEM Syntax (Drupal Camp Toro...
Responsive Themeing With Aurora Theme, SASS, and BEM Syntax (Drupal Camp Toro...Responsive Themeing With Aurora Theme, SASS, and BEM Syntax (Drupal Camp Toro...
Responsive Themeing With Aurora Theme, SASS, and BEM Syntax (Drupal Camp Toro...Aidan Foster
 
Intro to Features Module on Drupal
Intro to Features Module on DrupalIntro to Features Module on Drupal
Intro to Features Module on DrupalAidan Foster
 
Simplifying End-user Drupal 7 Content Administration
Simplifying End-user Drupal 7 Content Administration Simplifying End-user Drupal 7 Content Administration
Simplifying End-user Drupal 7 Content Administration Aidan Foster
 
How and Why eCornell Does Agile Marketing
How and Why eCornell Does Agile MarketingHow and Why eCornell Does Agile Marketing
How and Why eCornell Does Agile MarketingRob Kingyens
 
Agile Marketing: Managing Marketing in High Gear
Agile Marketing: Managing Marketing in High GearAgile Marketing: Managing Marketing in High Gear
Agile Marketing: Managing Marketing in High Gearion interactive
 
Visual Design with Data
Visual Design with DataVisual Design with Data
Visual Design with DataSeth Familian
 
3 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 20173 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 2017Drift
 

Destaque (10)

Responsive design business_case_or_not
Responsive design business_case_or_notResponsive design business_case_or_not
Responsive design business_case_or_not
 
What is Responsive Design and how does it help your business ?
What is Responsive Design and how does it help your business ?What is Responsive Design and how does it help your business ?
What is Responsive Design and how does it help your business ?
 
Responsive Design & the Business Analyst
Responsive Design & the Business AnalystResponsive Design & the Business Analyst
Responsive Design & the Business Analyst
 
Responsive Themeing With Aurora Theme, SASS, and BEM Syntax (Drupal Camp Toro...
Responsive Themeing With Aurora Theme, SASS, and BEM Syntax (Drupal Camp Toro...Responsive Themeing With Aurora Theme, SASS, and BEM Syntax (Drupal Camp Toro...
Responsive Themeing With Aurora Theme, SASS, and BEM Syntax (Drupal Camp Toro...
 
Intro to Features Module on Drupal
Intro to Features Module on DrupalIntro to Features Module on Drupal
Intro to Features Module on Drupal
 
Simplifying End-user Drupal 7 Content Administration
Simplifying End-user Drupal 7 Content Administration Simplifying End-user Drupal 7 Content Administration
Simplifying End-user Drupal 7 Content Administration
 
How and Why eCornell Does Agile Marketing
How and Why eCornell Does Agile MarketingHow and Why eCornell Does Agile Marketing
How and Why eCornell Does Agile Marketing
 
Agile Marketing: Managing Marketing in High Gear
Agile Marketing: Managing Marketing in High GearAgile Marketing: Managing Marketing in High Gear
Agile Marketing: Managing Marketing in High Gear
 
Visual Design with Data
Visual Design with DataVisual Design with Data
Visual Design with Data
 
3 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 20173 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 2017
 

Semelhante a A Responsive Design Case Study - What We Did Wrong Building ResponsiveDesign.ca (and how we fixed it)

Responsive images, an html 5.1 standard
Responsive images, an html 5.1 standardResponsive images, an html 5.1 standard
Responsive images, an html 5.1 standardAndrea Verlicchi
 
Let's dig into the Omega Theme!
Let's dig into the Omega Theme!Let's dig into the Omega Theme!
Let's dig into the Omega Theme!Mediacurrent
 
Responsive Design: Out of the Box and Down the Rabbit Hole
Responsive Design: Out of the Box and Down the Rabbit HoleResponsive Design: Out of the Box and Down the Rabbit Hole
Responsive Design: Out of the Box and Down the Rabbit HoleDan Moriarty
 
Responsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and TechniquesResponsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and TechniquesVitaly Friedman
 
Responsive Web Design - Drupal Camp CPH
Responsive Web Design - Drupal Camp CPHResponsive Web Design - Drupal Camp CPH
Responsive Web Design - Drupal Camp CPHPeytz Design
 
Responsive web designing course in Chandigarh
Responsive web designing course in Chandigarh Responsive web designing course in Chandigarh
Responsive web designing course in Chandigarh Big Boxx Animation Academy
 
Spectrum 16 pmc 16 - preparing legacy projects for responsive design
Spectrum 16   pmc 16 - preparing legacy projects for responsive designSpectrum 16   pmc 16 - preparing legacy projects for responsive design
Spectrum 16 pmc 16 - preparing legacy projects for responsive designNeil Perlin
 
Stc 2015 preparing legacy projects for responsive design - technical issues
Stc 2015   preparing legacy projects for responsive design - technical issuesStc 2015   preparing legacy projects for responsive design - technical issues
Stc 2015 preparing legacy projects for responsive design - technical issuesNeil Perlin
 
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin..."Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...Yandex
 
Responsive Web Design tips and tricks.
Responsive Web Design tips and tricks.Responsive Web Design tips and tricks.
Responsive Web Design tips and tricks.GaziAhsan
 
Design4Drupal Boston 2013 - Bumps in the Road to Responsive
Design4Drupal Boston 2013 - Bumps in the Road to ResponsiveDesign4Drupal Boston 2013 - Bumps in the Road to Responsive
Design4Drupal Boston 2013 - Bumps in the Road to ResponsiveSalem Ghoweri
 
Responsive design and retina displays
Responsive design and retina displaysResponsive design and retina displays
Responsive design and retina displaysEli McMakin
 
Responsive websites. Toolbox
Responsive websites. ToolboxResponsive websites. Toolbox
Responsive websites. ToolboxWojtek Zając
 
Startup Institute NYC: Styling
Startup Institute NYC: StylingStartup Institute NYC: Styling
Startup Institute NYC: StylingMatthew Gerrior
 
Responsive web design
Responsive web designResponsive web design
Responsive web designBen MacNeill
 

Semelhante a A Responsive Design Case Study - What We Did Wrong Building ResponsiveDesign.ca (and how we fixed it) (20)

Responsive images, an html 5.1 standard
Responsive images, an html 5.1 standardResponsive images, an html 5.1 standard
Responsive images, an html 5.1 standard
 
Let's dig into the Omega Theme!
Let's dig into the Omega Theme!Let's dig into the Omega Theme!
Let's dig into the Omega Theme!
 
Responsive Design: Out of the Box and Down the Rabbit Hole
Responsive Design: Out of the Box and Down the Rabbit HoleResponsive Design: Out of the Box and Down the Rabbit Hole
Responsive Design: Out of the Box and Down the Rabbit Hole
 
Responsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and TechniquesResponsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and Techniques
 
Responsive Web Design - Drupal Camp CPH
Responsive Web Design - Drupal Camp CPHResponsive Web Design - Drupal Camp CPH
Responsive Web Design - Drupal Camp CPH
 
Responsive web designing course in Chandigarh
Responsive web designing course in Chandigarh Responsive web designing course in Chandigarh
Responsive web designing course in Chandigarh
 
Spectrum 16 pmc 16 - preparing legacy projects for responsive design
Spectrum 16   pmc 16 - preparing legacy projects for responsive designSpectrum 16   pmc 16 - preparing legacy projects for responsive design
Spectrum 16 pmc 16 - preparing legacy projects for responsive design
 
Stc 2015 preparing legacy projects for responsive design - technical issues
Stc 2015   preparing legacy projects for responsive design - technical issuesStc 2015   preparing legacy projects for responsive design - technical issues
Stc 2015 preparing legacy projects for responsive design - technical issues
 
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin..."Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
 
Responsive Web Design tips and tricks.
Responsive Web Design tips and tricks.Responsive Web Design tips and tricks.
Responsive Web Design tips and tricks.
 
Rwd slidedeck
Rwd slidedeckRwd slidedeck
Rwd slidedeck
 
Design4Drupal Boston 2013 - Bumps in the Road to Responsive
Design4Drupal Boston 2013 - Bumps in the Road to ResponsiveDesign4Drupal Boston 2013 - Bumps in the Road to Responsive
Design4Drupal Boston 2013 - Bumps in the Road to Responsive
 
Real-world CSS3
Real-world CSS3Real-world CSS3
Real-world CSS3
 
Responsive design and retina displays
Responsive design and retina displaysResponsive design and retina displays
Responsive design and retina displays
 
Responsive websites. Toolbox
Responsive websites. ToolboxResponsive websites. Toolbox
Responsive websites. Toolbox
 
Html5 more than just html5 v final
Html5  more than just html5 v finalHtml5  more than just html5 v final
Html5 more than just html5 v final
 
Http _css-tricks
Http  _css-tricksHttp  _css-tricks
Http _css-tricks
 
Startup Institute NYC: Styling
Startup Institute NYC: StylingStartup Institute NYC: Styling
Startup Institute NYC: Styling
 
Intro to CSS3
Intro to CSS3Intro to CSS3
Intro to CSS3
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 

Mais de Aidan Foster

6 UX Mistakes to Avoid on Your Next Site Redesign
6 UX Mistakes to Avoid on Your Next Site Redesign6 UX Mistakes to Avoid on Your Next Site Redesign
6 UX Mistakes to Avoid on Your Next Site RedesignAidan Foster
 
6 UX Tips for a successful site redesign
6 UX Tips for a successful site redesign6 UX Tips for a successful site redesign
6 UX Tips for a successful site redesignAidan Foster
 
5 User Experience Tips for a Successful Site Redesign
5 User Experience Tips for a Successful Site Redesign5 User Experience Tips for a Successful Site Redesign
5 User Experience Tips for a Successful Site RedesignAidan Foster
 
A user experience focused case study of Woodsworth College U of T - UnITe TKE...
A user experience focused case study of Woodsworth College U of T - UnITe TKE...A user experience focused case study of Woodsworth College U of T - UnITe TKE...
A user experience focused case study of Woodsworth College U of T - UnITe TKE...Aidan Foster
 
Advanced Front End Architecture in D8: Sass, Gulp, & Living Style Guides
Advanced Front End Architecture in D8: Sass, Gulp, & Living Style GuidesAdvanced Front End Architecture in D8: Sass, Gulp, & Living Style Guides
Advanced Front End Architecture in D8: Sass, Gulp, & Living Style GuidesAidan Foster
 
Responsive Web Design - Introduction & Workflow Overview
Responsive Web Design - Introduction & Workflow OverviewResponsive Web Design - Introduction & Workflow Overview
Responsive Web Design - Introduction & Workflow OverviewAidan Foster
 
Production process presentation - drupalcamp Toronto 2010
Production process presentation - drupalcamp Toronto 2010Production process presentation - drupalcamp Toronto 2010
Production process presentation - drupalcamp Toronto 2010Aidan Foster
 

Mais de Aidan Foster (7)

6 UX Mistakes to Avoid on Your Next Site Redesign
6 UX Mistakes to Avoid on Your Next Site Redesign6 UX Mistakes to Avoid on Your Next Site Redesign
6 UX Mistakes to Avoid on Your Next Site Redesign
 
6 UX Tips for a successful site redesign
6 UX Tips for a successful site redesign6 UX Tips for a successful site redesign
6 UX Tips for a successful site redesign
 
5 User Experience Tips for a Successful Site Redesign
5 User Experience Tips for a Successful Site Redesign5 User Experience Tips for a Successful Site Redesign
5 User Experience Tips for a Successful Site Redesign
 
A user experience focused case study of Woodsworth College U of T - UnITe TKE...
A user experience focused case study of Woodsworth College U of T - UnITe TKE...A user experience focused case study of Woodsworth College U of T - UnITe TKE...
A user experience focused case study of Woodsworth College U of T - UnITe TKE...
 
Advanced Front End Architecture in D8: Sass, Gulp, & Living Style Guides
Advanced Front End Architecture in D8: Sass, Gulp, & Living Style GuidesAdvanced Front End Architecture in D8: Sass, Gulp, & Living Style Guides
Advanced Front End Architecture in D8: Sass, Gulp, & Living Style Guides
 
Responsive Web Design - Introduction & Workflow Overview
Responsive Web Design - Introduction & Workflow OverviewResponsive Web Design - Introduction & Workflow Overview
Responsive Web Design - Introduction & Workflow Overview
 
Production process presentation - drupalcamp Toronto 2010
Production process presentation - drupalcamp Toronto 2010Production process presentation - drupalcamp Toronto 2010
Production process presentation - drupalcamp Toronto 2010
 

Último

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
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 Processorsdebabhi2
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
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...apidays
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024The Digital Insurer
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
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...apidays
 
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 educationjfdjdjcjdnsjd
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
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 DiscoveryTrustArc
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
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 Takeoffsammart93
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Último (20)

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
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
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
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...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
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...
 
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
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
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
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
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
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 

A Responsive Design Case Study - What We Did Wrong Building ResponsiveDesign.ca (and how we fixed it)