Unit 5 Mobile Web Development Notes (1)
Unit 5 Mobile Web Development Notes (1)
1. Mobile-First Design
Definition: A design strategy that starts with designing for the smallest screens (mobile) first, then scales up
to larger devices.
Rationale: Smaller screens have space limitations; designing for them ensures only essential content is
prioritized.
Benefits: Forces simplicity, better focus on usability, and efficient content delivery.
Mobile Web: Accessing the internet via handheld mobile devices using browsers or apps.
Trend: Move toward building responsive sites that work on both desktop and mobile.
Screen Size:
Interaction:
Content Organization:
Functionality:
- Mobile: Great for short, quick tasks and experimental features like AR/VR.
Typography: Clear fonts, spacing, avoid all-caps, short lines (30-40 chars).
7. jQuery Mobile
Why Use: Uniform behavior across devices, touch-friendly widgets, progressive enhancement.
<script src='http://code.jquery.com/jquery-1.11.1.min.js'></script>
<script src='http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js'></script>