TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Demonstrating responsive design to clients.

188 pointsby jnye131about 13 years ago

18 comments

icodeabout 13 years ago
Does not really work. Because it just renders stuff in an iframe. But actual devices behave quite differently. For example an ipad fools the website about its pixel size. So it renders very different from how its displayed here.<p>For example meteor.com fits nicely into my ipad and even into my android phone. But this page makes it look like it does not fit at all.<p>Also tried other sites and had the same effect. Sites that have no magic css/js to cope with different screen sizes or devices. They work on the devices and not on this website.
评论 #3836763 未加载
评论 #3836779 未加载
评论 #3836660 未加载
评论 #3836471 未加载
TeMPOraLabout 13 years ago
Just couldn't help myself.<p><a href="http://dl.dropbox.com/u/216352/drdception.png" rel="nofollow">http://dl.dropbox.com/u/216352/drdception.png</a>
aqrashikabout 13 years ago
Nice.<p>I also like <a href="http://mattkersley.com/responsive/" rel="nofollow">http://mattkersley.com/responsive/</a> which shows different resolutions side by side, I find it easier to compare.
sirwittiabout 13 years ago
Some time ago there was <a href="http://responsive.is/" rel="nofollow">http://responsive.is/</a> posted on hn, which is awesome!<p>this looks quite cool too, but changing between "devices" makes the iframe jump. anyway, cool stuff! martin
评论 #3836298 未加载
Peroniabout 13 years ago
Scroll bars are frustrating given the amount of effort put into this, plus the sites I tested aren't rendered the way they actually appear on an iPhone meaning I wouldn't be confident showing this to clients.
ceejayozabout 13 years ago
Similar: <a href="http://www.responsinator.com/" rel="nofollow">http://www.responsinator.com/</a>
评论 #3837228 未加载
spookylukeyabout 13 years ago
This doesn't work with sites that return 'X-Frame-Options: SAMEORIGIN' or 'DENY', which is probably the simplest and best click-jacking countermeasure. It's used by some big sites (e.g. Google), and increasingly used by modern frameworks (e.g. in Django 1.4 it is not yet on by default, but extremely easy to enable - just uncomment one line in the default settings file).<p>Something to be aware of!
0x0about 13 years ago
Nice idea, would be even better executed if the "embedded webpage" would be clipped to the device frames during resize.<p>Clicking on the landscape iphone while in portrait iphone mode shows the full landscape embedded webpage on top of the frame while the frame resizes, which is kinda jarring.
karanbhanguiabout 13 years ago
Nice idea, well executed. Would be nice if the URL can be exposed as a GET parameter so it can be linked to.
评论 #3836218 未加载
评论 #3836532 未加载
lukeholderabout 13 years ago
As has already been noted, this doesn't take into account media queries and viewport scaling.<p>But i tell you what does? Testing on actual devices with an amazing tool called adobe shadow.<p>VIDEO: <a href="http://tv.adobe.com/watch/adobe-technology-sneaks-2012/adobe-shadow" rel="nofollow">http://tv.adobe.com/watch/adobe-technology-sneaks-2012/adobe...</a><p>download: <a href="http://labs.adobe.com/technologies/shadow/" rel="nofollow">http://labs.adobe.com/technologies/shadow/</a>
评论 #3846627 未加载
jamusabout 13 years ago
Wow. Thanks for the all responses people. There are some really good suggestions here. I have added the project to GitHub for anyone interested in improving the tool.<p><a href="https://github.com/jamus/rwd-demonstration" rel="nofollow">https://github.com/jamus/rwd-demonstration</a>
abehabout 13 years ago
Great idea. One improvement might be to make the mobile view look more like a mobile device; now it looks very much like the tablet. Perhaps the borders (sides in portrait, top and bottom in landscape) could be thinner.
评论 #3836257 未加载
irishstuabout 13 years ago
If they don't like it when you're at this stage, you're in trouble! How are people presenting/explaining responsive designs at the concept stage? Designing in browser? Multiple mockups? Mood boards and style guides?
LocalPCGuyabout 13 years ago
One of the common "mistakes" I see with these tools is to base the iframe size on exactly 320 or 480, etc. The scroll bar should be outside of the width of the "device".
lucian1900about 13 years ago
It assumes I keep my browser window maximised. Bad assumption.
评论 #3836514 未加载
Flenserabout 13 years ago
It shows 4 layouts for <a href="https://trello.com" rel="nofollow">https://trello.com</a> Nothing you couldn't get by resizing your browser though.
评论 #3837211 未加载
overshardabout 13 years ago
Already been done a few times...<p><a href="http://responsive.is/" rel="nofollow">http://responsive.is/</a> for example.
janlukacsabout 13 years ago
i like it, great idea. I almost missed the fact that you can check out any website - maybe emphasize the input box for the url more?