Generally good advice, but the idea that the majority of a page's visitors don't look below the fold isn't entirely fallacious, as Jakob Neilsen reported in 2010: <a href="http://www.useit.com/alertbox/scrolling-attention.html" rel="nofollow">http://www.useit.com/alertbox/scrolling-attention.html</a><p>I suspect the percentage of people scrolling down the page is continuing to increase, but even if it's not, I don't think it's that important. The majority of people visiting a typical Web page don't "convert" anyway (that is, they don't do something that the page is designed to encourage). The key is to give a good experience to those who do want to engage and providing content below the fold is a legitimate way of doing that (and, as Neilsen notes, is better than 'paging.')<p>All that said, saying "You're still reading. Pretty crazy, huh?" doesn't prove a point though. Clearly the percentage of people who scrolled and are reading.. <i>are</i> reading. But I might just be in that 20%. Without hooking up some JavaScript to your page, we can't get a figure on what percentage that is ;-)
Ironically - I closed the window on this one before scrolling. It was the comments here that cued me to go back and scroll :-)<p>In my experience (from doing a bunch of user testing on this sort of stuff) people scroll if 1) they have a visual cue that scrolling is needed/possible; 2) people are motivated enough by their need to carry on exploring.<p>In my case I saw this <a href="http://cl.ly/2S1B2P3X1Z1F0x3m0t0N" rel="nofollow">http://cl.ly/2S1B2P3X1Z1F0x3m0t0N</a> - with no obvious cue for scrolling... spent a couple of seconds clicking random things. Left going "meh, wonder if the comments will explain this".<p>The problem of people just not understanding that scrolling was something that you did (yes - they really did exist ;-) has pretty much gone - thank goodness. And "the fold" isn't a thing any more because the proliferation of devices, display sizes and reading contexts means that there are <i>dozens</i> of different folds.<p>That doesn't mean you don't need to pay attention to them any more though - which is something I'm afraid a casual reader will get from this post. As others have already pointed out the 37signals page is very definitely <i>not</i> giving the fold the finger. It has <i>many</i> calls to action - both above and below the folds.... and they've paid attention to those folds (look how the biggest paying apps basecamp & highrise are above the lowest rez fold, look how the design breaks in the middle of paragraphs/images on the most common fold lengths to make it obvious to the user that there is more context if they scroll, etc.)<p>Yes - the idea of jamming everything up above the fold is dumb. It's the designers job to explain that this is an over simplistic reading of a design heuristic.<p>The advice to "Think about the rules before obeying them!" is good though :-)
I'm sorry but I have to disagree. It's not about scrolling down. It's not about whether content below 600px is read at all. The purpose of the fold is to capture visitors' attention immediately, and to create a desire at the instant that they land on your page.<p>The 37signals' landing page is used to prove his point and the author is even claiming that they're "giving the fold the finger". Although it seems to me that 37signals is actually making great use of the fold to capture attention using big headings, high contrast, lots of colors and graphics. They've even thrown in a box that says "more <i>praise</i> from the press" so the visitors could feel challenged to find out for themselves. Then below 600 pixels, it's just a boring sales page. (The footer is really just a link section.)<p>So yes, people have learned how to scroll on web pages. But no, don't give up on making the fold awesome and informative.
The problem of the client dictating to the designer dozens of things that need to be above the fold is a strawman. That is a client who is not giving the designer latitude to do their job.<p>The truth is that the fold is real, and it is important. What are you putting front and center in your design? It's a real question. Of course users scroll, but the top of the page does convey a first impression, and is thus more valuable real estate then the rest. Does that mean make every page a full-screen slide? Of course not, be sensible.
I bet at least 90% of 37signals click are "above the fold".<p>I've been experimenting with giving user a bit of control before moving on by making "slides", they get a slide which is nothing but 970x600px, then they have to click something to move on to the next slide. Its all loaded in the dom so no refreshing. The site is more like a presentation than a big flyer.<p>Also, rethinking the refresh - instead of refreshing I slide to the next page and show something in between. It can be flashy design (<a href="http://jsfiddle.net/Rd92C/" rel="nofollow">http://jsfiddle.net/Rd92C/</a>), or some info (<a href="http://jsfiddle.net/andys627/xRTfL/1/" rel="nofollow">http://jsfiddle.net/andys627/xRTfL/1/</a>). Its a great place to show have undivided attention!
Rather than really proving any point, this and his other articles are great examples of how to use semi-incendiary link bait to snatch some buzz and, perhaps, a client or 2.
This is pointless countering to an idea that is established for a reason, people reading above the fold only is largely true. But like the page says, don't take other people's word for it. But just because you shouldn't believe them that doesn't mean you should believe the opposite. If you really care about then TEST IT YOURSELF.<p>Caps lock applied for the importance of the point. Like many other comments are saying there is a wealth of evidence that points towards nearly 90% of users tending to only pay attention to what is above the fold, the other 10%, may read more. That 10% is important, hell they're your most engaged audience. But your design needs to only cater for the 10% and focus on the 90%.<p>So test your site, use a tool like <a href="http://www.crazyegg.com/" rel="nofollow">http://www.crazyegg.com/</a> and look at scrolling heatmaps of your site. See if a page that draws users down is really working or not. Don't take somebody else's word for anything, just use studies, design cliches and common sense as a foundation for your own result based investigation into what layout serves your entire visitor-base best.
The thing about the fold is not whether you can have content below the fold but about what content you have above the fold and what should be below.<p>It's really that simple.
With the success of the iPad, and its growth trajectory, I'm curious if designers will adjust to a design that favors the broadsheet format. As a person who does a lot of reading on the web, I find broadsheet to be vastly superior. Landscape is only really good for watching movies. For work I'd prefer something in the middle, and generally I wish all future computers were able to switch between portrait and landscape on the fly.
For those looking for some data for the debate, Waypoint is a jQuery plugin that can help track where on a page a user scrolls to...<p><a href="http://imakewebthings.com/jquery-waypoints/scroll-analytics/" rel="nofollow">http://imakewebthings.com/jquery-waypoints/scroll-analytics/</a>