更新时间:2021-07-23 15:38:43
封面
版权信息
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Chapter 1. Why Does RWD Change the Internet?
The RESS idea>
Controversies>
RWD benefits>
Users>
Developers>
Summary>
Chapter 2. Sample RWD Setup for Client-Side Development
Bootstrap custom compilation setup>
Integrating Gridpak>
Chapter 3. Server Side Setup – Device Detection Libraries
The AGPL licensed "OnSite" version of the WURFL library>
The WURFL Cloud version>
YABFDL – Detector>
Chapter 4. Sample RESS Page
WURFL plus screen size detection>
Dave Olsen's Detector>
Pure JavaScript screen size test>
Dave Olsen's Detector plus WURFL>
Chapter 5. Responsive Images Client- and Server-Side Approaches
Scaling responsive images is not linear>
Plain CSS and Media queries – a solution with limited browser support>
The <picture> tag proposition>
Picturefill that mimics the <picture> tag behavior with HTML5 and JS>
Automated creation of responsive images>
Server Side – using one of our example RESS systems>
Chapter 6. Performance
Optimizing website towards screen size or bandwidth?>
Optimizing images>
Media queries optimization>
Testing>
Chapter 7. Extending with jQuery
Twitter Bootstrap components and plugins>
Responsive tables>
Converting a table to an accordion element with jQuery>
Masonry>
Chapter 8. Employing a REST API for RWD
REST API>
Gateway file and path setup>
Implementing routes>
Adding photos>
What is it good for?>
Index