TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Multi-column text layouts – a good fit for the Web?

4 点作者 tszyn超过 10 年前
I recently came across PubMed&#x27;s &quot;PubReader view&quot;:<p>http:&#x2F;&#x2F;www.ncbi.nlm.nih.gov&#x2F;pmc&#x2F;articles&#x2F;PMC3163673&#x2F;?report=reader<p>Presenting paginated content in a multi-column layout has its advantages. First and foremost, it&#x27;s better adapted to widescreen displays -- instead of a narrow column of text surrounded by huge margins on both sides, the entire window area is filled with text, allowing the reader to see much more content without scrolling. The user can maximize the browser window to fully utilize the screen area (the 2-column layout then becomes a 3-column layout).<p>One disadvantage is that you can no longer Ctrl+F to find a keyword within the article. The page has to provide its own search functionality. This is of course not an inherent problem and could be solved with proper browser support.<p>Do you think multi-column, paginated text has a future for general Web content (outside of ebook readers etc.)?

2 条评论

anigbrowl超过 10 年前
Yes. I have been using that thing too and love it, to the point that I have been contemplating learning how to make it into a Chrome extension or something (which is a bit of a hurdle - never had any interest in web programming and so I have only a cursory familiarity with the DOM). It&#x27;s a very welcome alternative to the tablet-centric design trends of the last few years.
ivan_ah超过 10 年前
I like the layout mainly because it helps to put more words on a page thus improving the &quot;scrolling fatigue&quot; by a factor of two.<p>Also narrow, newspaper-like columns are much easier to read.<p>However, quickly scrolling some content into view becomes impossible, which is kind of a dealbreaker for me.
评论 #8475016 未加载