Hacker News new | ask | show | jobs
by lenkite 4365 days ago
If you want a responsive document that scales to all different screen sizes, modern touch-sensitive navigation for the content of this document, view-able on all the cornucopia of mobile and desktop browsers today then you need to use JS. Yes, maybe one in ten thousand web devs are the CSS master-wizards who can find a declarative way to do everything everywhere on any browser but it usually takes 10x the effort. Simpler to just use tested JS libraries
2 comments

This seems pretty responsive to me:

http://motherfuckingwebsite.com/

>This site doesn't care if you're on an iMac or a motherfucking Tamagotchi.

That link is the best thing that's ever happened to the internet.
Why should the static content be dynamic? The responsive look can be a cherry on top of the static content.

    $("#content").makeResponsive();