6 ms·
Is "responsiveness" the same as "responsive design"?
by thebigpicture 14y ago
Is "responsiveness" the same as "responsive design"?
- bertzzie 14y agoI don't think it is. "Responsiveness" in this article's context is about how responsive the page is, as in how fast it renders and shown to the user. "Responsive design", OTOH, is about a page that adapats to the user's screen resolution; eg: renders differently on 480x320 vs 1024x768, on the same code base. HTH.