Responsive Design: Mehr als CSS
<meta name="viewport"
content="width=device-width, initial-scale=1">
<link href="all.css" rel="stylesheet"
media="all">
<link href="mobile.css" rel="stylesheet"
media="(max-width: 480px)">
<link href="desktop.css" rel="stylesheet"
media="(min-width: 481px)">
https://github.com/scottjehl/CSS-Download-Tests
86%
der responsive Websites
sind in der mobilen Ansicht
genau so schwer
wie in der Desktop Ansicht
http://www.guypo.com/mobile/performance-implications-of-responsive-design-book-contribution/
Runterladen & Verstecken
<div id="main">...</div>
<div id="sidebar">...</div>
@media (max-width: 480px) {
#sidebar {display: none;}
}
Runterladen & Schrumpfen
<div id="main">
<img src="foto-1024px.jpg">
</div>
@media (max-width: 480px) {
#main img {
max-width: 100%; height: auto;
}
}
<script src="jquery.min.js"></script>
<script src="masonry.pkgd.min.js"></script>
<script>
var $container = $('#container');
$container.masonry({
columnWidth: 200,
itemSelector: '.item'
});
</script>
http://masonry.desandro.com/
Javascript
<script src="masonry.pkgd.min.js"></script>
<script>
var container = document.querySelector('#container');
var msnry = new Masonry( container, {
columnWidth: 200,
itemSelector: '.item'
});
</script>
http://masonry.desandro.com/
- 93 kB
- 1 HTTP Request
<script>
if (typeof document.querySelector === "undefined") {
// jQuery
} else {
// Reines Javascript
}
</script>
<script>
if (
window.matchMedia("(min-width: 36em)").matches
) {
document.write("<script
src='masonry.pkgd.min.js'><" + "/script>");
window.onload = function() {
new Masonry(
document.querySelector(".masonry"),
{itemSelector:".item"});
};
}
</script>
http://responsiveimages.org/
http://mobile.smashingmagazine.com/2013/08/21/webkit-implements-srcset-and-why-its-a-good-thing/
<img src="fallback.jpg"
srcset="small.jpg 640w 1x, small-hd.jpg 640w 2x,
large.jpg 1x, large-hd.jpg 2x"
alt="…">
https://github.com/borismus/srcset-polyfill
http://adaptive-images.com/
http://www.resrc.it/
Video Media Queries
<video controls>
<source src="small.mp4" type="video/mp4"
media="(max-width:480px)">
<source src="small.webm" type="video/webm"
media="(max-width:480px)">
<source src="big.mp4" type="video/mp4">
<source src="big.webm" type="video/webm">
</video>
http://www.lukew.com/ff/entry.asp?1392
RESS:
Responsive Design +
Server Side Components
<div id="main">...</div>
<div id="sidebar">
<?php if ( is_mobile() ): ?>
Mobil
<?php else: ?>
Desktop
<?php endif; ?>
</div>
http://detectmobilebrowsers.com/
http://wurfl.sourceforge.net/
https://deviceatlas.com/
Endgeräte-Erkennung
http://mobilewebbestpractices.com/
Walter Ebert
@wltrd
walterebert.de
slideshare.net/walterebert
drupal.org/user/699574

More Related Content

PDF
High Performance Images
PDF
Responsive Videos, mehr oder weniger
PDF
Bilder usw...
PDF
Weniger aus Bilder holen
PDF
Bilder einbinden ist kein Thema, oder?
PDF
Progressive web and the problem of JavaScript
PDF
[CSSDevConf] Adaptive Images in Responsive Web Design 2014
PPTX
High Performance Images
Responsive Videos, mehr oder weniger
Bilder usw...
Weniger aus Bilder holen
Bilder einbinden ist kein Thema, oder?
Progressive web and the problem of JavaScript
[CSSDevConf] Adaptive Images in Responsive Web Design 2014

What's hot (19)

PDF
[refreshaustin] Adaptive Images in Responsive Web Design
PDF
Responsive and Fast
PDF
[rwdsummit] Adaptive Images in Responsive Web Design
PDF
Responsive Enhancement
PDF
[funka] Adaptive Images in Responsive Web Design
PDF
[parisweb] Adaptive Images in Responsive Web Design
PPTX
Hybrid app
PDF
[Austin WordPress Meetup] Adaptive Images in Responsive Web Design
PPTX
Ie9 dev overview (300) beta
PDF
WordPress-Templates mit Twig erstellen - PHPUGFFM
PDF
[cssdevconf] Adaptive Images in Responsive Web Design
PDF
WordCamp Praga 2015
PDF
HTML5 Multimedia
PDF
[wcatx] Adaptive Images in Responsive Web Design
PDF
[peachpit] Adaptive Images in Responsive Web Design
PDF
[HEWEBAR 2012] Adaptive Images in Responsive Web Design
PDF
Web page load speed optimization
PDF
Making the HTML5 Video element interactive
KEY
HTML5와 모바일
[refreshaustin] Adaptive Images in Responsive Web Design
Responsive and Fast
[rwdsummit] Adaptive Images in Responsive Web Design
Responsive Enhancement
[funka] Adaptive Images in Responsive Web Design
[parisweb] Adaptive Images in Responsive Web Design
Hybrid app
[Austin WordPress Meetup] Adaptive Images in Responsive Web Design
Ie9 dev overview (300) beta
WordPress-Templates mit Twig erstellen - PHPUGFFM
[cssdevconf] Adaptive Images in Responsive Web Design
WordCamp Praga 2015
HTML5 Multimedia
[wcatx] Adaptive Images in Responsive Web Design
[peachpit] Adaptive Images in Responsive Web Design
[HEWEBAR 2012] Adaptive Images in Responsive Web Design
Web page load speed optimization
Making the HTML5 Video element interactive
HTML5와 모바일
Ad

More from Walter Ebert (20)

PDF
FrOSCon 2023: WordPress als ActivityPub-Instanz
PDF
Hero Video Performance - DrupalCamp Ruhr
PDF
Sicherheit für WordPress
PDF
WordPress aufräumen - WordCamp Stuttgart
PDF
WordPress aufräumen
PDF
Hero Video Performance
PDF
WordPress-Webseiten umziehen / online stellen
PDF
Using browser settings for performance
PDF
Das richtige WordPress-Theme finden
PDF
WordPress Health Check - WordCamp Würzburg
PDF
WordPress Health Check
PDF
Making WordPress fast(er)
PDF
Testumgebungen für WordPress
PDF
Modernism in Web Design
PDF
WordPress Multisite
PDF
WordPress mit Composer und Git verwalten
PDF
HTTPS + Let's Encrypt
PDF
WordPress-Themes mit Twig entwickeln
PDF
Mehr Performance für WordPress - WordCamp Köln
PDF
Mehr Performance für WordPress - WPFra
FrOSCon 2023: WordPress als ActivityPub-Instanz
Hero Video Performance - DrupalCamp Ruhr
Sicherheit für WordPress
WordPress aufräumen - WordCamp Stuttgart
WordPress aufräumen
Hero Video Performance
WordPress-Webseiten umziehen / online stellen
Using browser settings for performance
Das richtige WordPress-Theme finden
WordPress Health Check - WordCamp Würzburg
WordPress Health Check
Making WordPress fast(er)
Testumgebungen für WordPress
Modernism in Web Design
WordPress Multisite
WordPress mit Composer und Git verwalten
HTTPS + Let's Encrypt
WordPress-Themes mit Twig entwickeln
Mehr Performance für WordPress - WordCamp Köln
Mehr Performance für WordPress - WPFra
Ad

Recently uploaded (20)

PDF
Five Habits of High-Impact Board Members
PPT
Module 1.ppt Iot fundamentals and Architecture
PDF
Hindi spoken digit analysis for native and non-native speakers
PPTX
Modernising the Digital Integration Hub
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
Developing a website for English-speaking practice to English as a foreign la...
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
PPTX
Benefits of Physical activity for teenagers.pptx
PPTX
observCloud-Native Containerability and monitoring.pptx
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
Zenith AI: Advanced Artificial Intelligence
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PDF
A Late Bloomer's Guide to GenAI: Ethics, Bias, and Effective Prompting - Boha...
PDF
Architecture types and enterprise applications.pdf
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Five Habits of High-Impact Board Members
Module 1.ppt Iot fundamentals and Architecture
Hindi spoken digit analysis for native and non-native speakers
Modernising the Digital Integration Hub
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
Univ-Connecticut-ChatGPT-Presentaion.pdf
Developing a website for English-speaking practice to English as a foreign la...
Taming the Chaos: How to Turn Unstructured Data into Decisions
Benefits of Physical activity for teenagers.pptx
observCloud-Native Containerability and monitoring.pptx
A novel scalable deep ensemble learning framework for big data classification...
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
Zenith AI: Advanced Artificial Intelligence
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
A Late Bloomer's Guide to GenAI: Ethics, Bias, and Effective Prompting - Boha...
Architecture types and enterprise applications.pdf
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
Final SEM Unit 1 for mit wpu at pune .pptx
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...

Responsive Design: Mehr als CSS