Hacker News new | past | comments | ask | show | jobs | submit login

> The author raises a good point about page load times not > really being minimized and lack of thought around good > responsive design

The author has likely not experienced the wonders of setting images as DIV backgrounds, then setting @media screen and (max-width: 320px) { #ID {display: none; } }

Or even going that (oh so tedious) extra step of sniffing browser signature at the server-side, and negating higher bandwidth assets.

Effort. Try it sometime. ;)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: