1 reply [Last post]
CupidsToejam
CupidsToejam's picture
User offline. Last seen 2 weeks 1 day ago. Offline
rank Guru
Guru
Timezone: GMT-6
Joined: 2008-08-15
Posts: 2634
Points: 1552


First basic few steps in building a webpage
1. Gather and collect content.
2. Organize the content into meaningful semantic valid HTML
3. Design the prototype
4. Style using CSS

http://www.pixelbehavior.com

Hugo
Hugo's picture
User offline. Last seen 16 hours 27 min ago. Offline
rank Moderator
Moderator
Joined: 2004-06-06
Posts: 15096
Points: 2191

Haven't looked at link but

Haven't looked at link but thread title is an obsolete concept. True the phrase was and has been one much banded about and used by developers but it's origin is Print and is thus irrelevant on the web and ought not to be used. The fold, for those that are not aware, refers to broadsheet newspapers that are folded in half; above the fold is the headline downwards and the portion of the paper visible when presented on stands and thus all the eye catching content had to be in that portion.

A web page is designed to scroll down below the fold general users are well aware of this fact and have no problem with scrolling a page vertically. To worry unduly about content being above the fold is outdated.

However... I'll qualify all that with the belief that actually one ought to aim for the pages most important content to be visible, as much as possible, within a reasonable viewport height so the user can, at a glance, see it on page load without having to scroll the viewport. A good example is the slight rise in popularity of the huge deep header that I have noticed, very graphic intensive, looks great, says little, yet occupies two thirds of the viewport height on a users sane browser dimensions.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me