更新时间:2021-08-05 17:22:29
封面
关于本书
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Time for action – heading
Conventions
Reader feedback
Customer support
Chapter 1. Responsive Web Design
Responsive web design in a nutshell
A look into responsive frameworks
Responsive web design inspiration sources
Summary
Chapter 2. Web Development Tools
Choosing a code editor
Time for action – installing Sublime Text Package Control
Time for action – installing XAMPP
Managing project dependency with Bower
Time for action – installing Node.js
Time for action – installing Bower
Chapter 3. Constructing a Simple Responsive Blog with Responsive.gs
Responsive.gs components
Using HTML5 elements for semantic markups
Examining the blog's wireframe
Organizing project directories and files
Time for action – creating and organizing project directories and assets
The blog HTML structures
Time for action – constructing the blog
Chapter 4. Enhancing the Blog Appearance
Using CSS3
Working with Koala
Time for action – integrating project directory into Koala and combining the style sheets
Thinking mobile first
Composing the blog styles
Time for action – composing the base style rules
Time for action – enhancing the header and the navigation appearance with CSS
Time for action – enhancing the content section appearance with CSS
Time for action – enhancing the footer section appearance with CSS
Optimize the blog for desktop
Time for action – composing style rules for desktop
Making Internet Explorer more capable with polyfills
Time for action – patch Internet Explorer with polyfills
Chapter 5. Developing a Portfolio Website with Bootstrap
The Bootstrap components
Digging into Bootstrap
Using font icons
Examining the portfolio website layout
Project directories assets and dependencies
Time for action – organizing project directories assets and installing project dependencies with Bower
The portfolio website HTML structure
Time for action – building the website HTML structure
Chapter 6. Polishing the Responsive Portfolio Website with LESS
Basic LESS syntax
External style sheet references
Time for action – creating style sheets and organizing external style sheet references
Time for action – compiling LESS into CSS using Koala
Polishing the portfolio website with LESS
Time for action – composing the website styles with LESS syntax
Improve and make the website functioning with JavaScript
Time for action – compiling JavaScript with Koala
Chapter 7. A Responsive Website for Business with Foundation
Examining the website layout
A look into Foundation
Additional required assets
The project directories assets and dependencies
Time for action – organizing the project directories assets and dependencies
Time for action – building the website's HTML structure
Chapter 8. Extending Foundation
Syntactically Awesome Style Sheets
Project recap
Style sheet organizations
Time for action – organizing and compiling style sheets
The website's look and feel
Time for action – build on the website
Fine-tuning the website
Time for action – compiling JavaScript and styling the website with media queries
Appendix A. Pop Quiz Answers
Chapter 1 Responsive Web Design
Chapter 2 Web Development Tools
Chapter 3 Constructing a Simple Respons3ive Blog with Responsive.gs
Chapter 4 Enhancing the Blog Appearance
Chapter 5 Developing a Portfolio Website with Bootstrap
Chapter 6 Polishing the Responsive Portfolio Website with LESS
Chapter 8 Extend Foundation