Mobile Web Design 1st Edition EN
Hi there, this is Thomas (aka. Makzan on the web).
This is a course about making website that works in mobile devices.
In this course, we will explore different techniques to create our content in mobile web. We will focus on content strategy for mobile devices. We will try to fit our layout into small screen. We will make the form inputs fit the virtual keyboards in touch devices. We will fetch device data such as raw touches events and device orientation. Finally, we will pack and deploy our web.
Table of Content
- π Chapter 1 β Getting started
- π Chapter 2 β Content strategy
- γ Minimal mobile friendly website
- γ Mobile first approach
- γ Listview
- γ Do mobile web has to be a webpage?
- π Chapter 3βUsing Zurb Foundation
- γ Foundation grid
- γ Block grid
- γ Interchangable content
- γ Push and pull column
- γ Flex video
- γ Off canvas
- π Chapter 4βResponse with media query
- γ Re-visit the minimal website
- γ Using viewport to define initial browser rendering
- γ Using media query to define styles with condition
- γ Navigation strategy for small screen
- γ Putting navigation at bottom
- γ Building our own grid system
- γ Introducing ungridβanother minimal grid approach
- γ Media queries in Zurb Foundation
- π Chapter 5βCSS preprocessing
- γ What is CSS preprocessor?
- γ Preprocessor options
- γ Nested styles
- γ SCSS variable
- γ SCSS mixin
- γ Using loop to define grid
- π Chapter 6βTypography
- γ Different font sizes
- γ Font size and distance
- γ Adaptive copywriting basecamp
- γ Adaptive copywriting for different screens
- π Chapter 7 β Handling touches
- γ Click delay
- γ Using slick
- γ Hammerjs
- π Chapter 8 β Form inputs
- γ Specify input types
- γ Styling inputs for mobile
- γ Styling radio button
- γ Styling input range
- γ Using file button
- π Chapter 9 β Taking the web offline
- γ Storing data with localstorage
- γ Offline access with app cache
- γ Provide offline access with Service Worker
- π Chapter 10 β Create dedicated mobile website
- γ One page web application
- γ Link between pages
- γ Page transition
- γ jQuery mobile button
- γ List View
- γ Customizing jQuery mobile
- π Summary
- γ Performance Tips
- γ One more thingβMobile as first class citizen
Course material last updated at: 2019-03-20.
Comments
no comments yet.