Buradasın
Responsive Web Design Overview
en.wikipedia.org/wiki/Responsive_web_designYapay zekadan makale özeti
- Core Concepts
- RWD adapts web pages to various devices and screen sizes
- Fluid grids use percentages instead of absolute pixels
- Flexible images prevent display outside containing element
- CSS3 media queries enable different styles based on device characteristics
- Historical Development
- Audi.com launched first non-trivial adaptive layout in 2001
- Cameron Adams demonstrated layout adaptation in 2004
- Ethan Marcotte coined term "responsive web design" in 2010
- CSS3 media queries became available in late 2008/early 2009
- Implementation and Challenges
- Mobile devices now account for majority of website visitors
- Google announced Mobilegeddon in 2015
- Banner ads and videos initially faced challenges
- Different landing pages and Ajax used for platform targeting
- Testing and Tools
- Various testing tools available including mobile site validators
- Chrome, Firefox, Safari offer viewport resizing tools
- HTML+ specification requires websites to render according to user preferences
- CSS tables enable hybrid fixed and fluid layouts