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.

Responsive.is

190 pointsby parmgrewalabout 13 years ago

19 comments

JoshTriplettabout 13 years ago
This site seems to display two separate vertical scrollbars, one for the page and one for the iframe within the page. Attempting to scroll only affects the page scrollbar, making it difficult to scroll down in the iframe.
评论 #3679034 未加载
评论 #3680060 未加载
评论 #3679027 未加载
kilianabout 13 years ago
Very stylish, but I think this site: <a href="http://mattkersley.com/responsive/" rel="nofollow">http://mattkersley.com/responsive/</a> wins in terms of usefulness.<p>We have that html as a development-only page in our framework, so when developing/designing a site we can go to /responsive and test it that way, very convenient.
评论 #3679035 未加载
评论 #3678997 未加载
Havocabout 13 years ago
Please use meaningful post titles. While surprises are sometimes fun, mystery links make for unnecessarily tedious browsing.
评论 #3683053 未加载
jastantonabout 13 years ago
Interesting results:<p><a href="http://responsive.is/responsive.is/responsive.is/responsive.is/responsive.is/responsive.is/responsive.is/bostonglobe.com" rel="nofollow">http://responsive.is/responsive.is/responsive.is/responsive....</a>
conroyabout 13 years ago
I'm obviously biased because I have a similar site of my own (<a href="http://areyouresponsive.com" rel="nofollow">http://areyouresponsive.com</a>), but I love seeing new tools to facilitate building response websites.
评论 #3679310 未加载
评论 #3679002 未加载
railsjediabout 13 years ago
Pretty awesome. It even works with port numbers, but only if you use it directly in the URL (entering :3000 into the top right address bar doesnt work). <a href="http://responsive.is/localhost:3000" rel="nofollow">http://responsive.is/localhost:3000</a><p>A bookmarklet would be great too
评论 #3681329 未加载
评论 #3679865 未加载
alabutabout 13 years ago
Argh, this would've been so useful just 48 hours ago at a big client meeting where I presented a dozen wireframe layouts with a responsive design. As a designer, I tried something new by skipping Fireworks and going straight from sketches to laying it out in Bootstrap.<p>Pros: saved an insane amount of time - a dozen templates instantly became 48 templates because each page had 4 resolutions.<p>Cons:<p>* it was awkward to resize the browser window 4 times per page, so this Responsive.is tool would've helped immensely, especially with how it highlights the active window port and allows the rest of the content to be masked but still faintly visible, so the layout doesn't feel cramped because you can see a quick preview of the rest of the content "below the fold".<p>* the default Bootstrap styling is so plain that it felt like half of the critiques were about the boxiness of the visual design, not the visual hierarchy of the information itself. Themes wouldn't help for this particular client because they're a big giant company that have their own branding anyway.<p>So prototyping with Bootstrap gave me way more templates in a short of amount of time but it's ugly enough that stakeholder critiques were distracted by it (which is why I usually stick to high fidelity mockups and use wireframes only for internal team collaboration, if at all). More production-ready in some ways (the frontend dev on the team finally got engaged with feedback and is ready for handoff) and less in others (stakeholders won't give real feedback until they see it styled with polish).
eslachanceabout 13 years ago
This is absolutely horrendous in Firefox 7. About 60% of the bottom of the screen is completely black, leaving only about 300px high of contents, in any of the views.<p>This isn't IE6, it's FF7, which is 5 months old! Screenie: <a href="https://picasaweb.google.com/lh/photo/wmSzaq9yag_BXWSeUCPeelq4LNUUr9uRaBxSpzWMvXQ?feat=directlink" rel="nofollow">https://picasaweb.google.com/lh/photo/wmSzaq9yag_BXWSeUCPeel...</a>
评论 #3679953 未加载
ww520about 13 years ago
Pretty cool. I notice site with Bootstrap seems to work. Sites like Google or Yahoo doesn't work.
评论 #3678962 未加载
评论 #3678897 未加载
EastSmithabout 13 years ago
Not looking well in Firefox 11.
scorchoabout 13 years ago
This is my first attempt prototyping a responsive site - <a href="http://dl.dropbox.com/u/424079/NewAJLI/ajli.html" rel="nofollow">http://dl.dropbox.com/u/424079/NewAJLI/ajli.html</a><p>Used Skeleton's 12-column CSS framework, which was a bit buggy. Has 4 breakpoints - 960 width, ipad portrait, iphone landscape and iphone portrait. The gray border up top represents where the menu will reside and scale. I'm not thrilled with how we handled the transition to mobile - the varying blocks of text in 'who we are' and the subsequent example need to be more differentiated.
ard0rabout 13 years ago
When I use smartphone sizes, the black area that reduces the viewport covers the scrollbars. Chrome 17/Windows (wow 17!)
评论 #3678948 未加载
ronbeltranabout 13 years ago
<a href="http://responsive.is/lessframework.com" rel="nofollow">http://responsive.is/lessframework.com</a>
porterhaneyabout 13 years ago
I was disappointed to check out the salt surf site, and attempt to checkout and it'd didn't keep my page responsive...
peqabout 13 years ago
I am still not convinced that such layouts are good for mobile pages. For example the bostonglobe page wont let me zoom at all on my android phone. This is ok as long as the default font size is fine for me, but I often encounter websites where I want to increase the font size.<p>Actually modern mobile browsers can handle unresponsive layouts quite well, often better than some "responsive" Layouts.
评论 #3679518 未加载
评论 #3679425 未加载
jonahabout 13 years ago
Elegant.<p>What about random or next/previous buttons in the header in addition to the dropdown?
mjhoyabout 13 years ago
This seems like a fantastic way to explain responsive design to clients.
nakedgremlinabout 13 years ago
Very impressive.
jsavimbiabout 13 years ago
Responsive design works wonders for text-based websites like newspapers and blogs. The new Boston Globe sets the bar with it. Doesn't work very well when you're developing dashboard or other data-driven applications. You're going to have to build the mobile app at some point so might as well start sooner than later. In the mean time, responsive design will bridge the gap.