|
-
Mar 16th, 2006, 08:38 PM
#1
{Serious} Web page design
You might remember my last thread in this vein, on user interfaces. This is the same, except dealing specifically with web design. I am planning on writing an article on this and I'd like to know anything that you guys especially like/dislike.
Some common themes from the UI thread:
- Clutter
- Fonts
- Colour combinations
- Tab orders/Keyboard shortcuts
I'll start with mine: I dislike layouts that shift around as the page is being downloaded. Especially noticable on slow connections, it is very annoying when you are already reading the text and it suddenly jumps or changes shape as an ad or something is loaded.
The article will discuss some techniques to overcome all these points. For that example, one method would be to use specific column widths. Etc. So if you have any possible solutions to design issues that you bring up, please post them also. Thanks.
- P
-
Mar 16th, 2006, 09:07 PM
#2
Re: {Serious} Web page design
dark backgrounds with light text are to be avoided, as it makes it harder to read... backgrounds should generally be light with dark text, and not too busy with images, etc...
Fonts should be serif fonts for any blocks of text (does not straing the eyes when reading), sans-serif fonts should generally be used only for headings, very short statements, etc. (if any)
Light Earthtones are generally suggested for design color schemes as far as colors go, but this is not a must-have...
Most important... consistency... dont have pages that have a totally different color scheme and font setting, so the person knows they are on the same site, and the information is part of the same site...
These are just ramblings I remember from a design class I had in college hehe...
-
Mar 16th, 2006, 10:18 PM
#3
Re: {Serious} Web page design
 Originally Posted by gigemboy
Fonts should be serif fonts for any blocks of text (does not straing the eyes when reading), sans-serif fonts should generally be used only for headings, very short statements, etc. (if any)
Shouldn't that be the other way around?
-
Mar 17th, 2006, 12:29 AM
#4
Re: {Serious} Web page design
Pages that hang or are too damn overloaded with complications. This also makes it hard to find what your looking for.
Ugly bright distracting color combinations.
Funky fonts. Verdana is about the standard for web pages.
Not using thumbnails and loading the page with his res images.
Trying too hard to look like a complex site
etc.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 17th, 2006, 01:00 AM
#5
Re: {Serious} Web page design
 Originally Posted by bushmobile
Shouldn't that be the other way around?
No, I said it correct. "sans" means "without"... so sans serif means "without serif"... Serif fonts should be used for large blocks of text.. I will quote this article...
Fonts are described in terms of their face, style, size and color. There are two main types, namely, serif and sans serif. Serif fonts have small appendages at the top and bottom of the letter. Serif fonts are the preferred fonts for large blocks of text, since the serifs are thought to help to distinguish each letter and thus, make it easier to read strings of characters. Sans serif fonts consist of only primary line strokes and are therefore simpler in shape, e.g. Arial and Futura. In standard typography these fonts are used primarily for short phrases, e.g. headings.
Pick up any book and look at the main text... you will notice that they are almost always serif fonts...
Last edited by gigemboy; Mar 17th, 2006 at 01:04 AM.
-
Mar 17th, 2006, 02:41 AM
#6
Re: {Serious} Web page design
From a cosmetic point of view, things that personally annoy me:
- Sites created for screen resolutions of 640x480 and appear in a little box in the center of a huge screen.
- Pages which require side ways scrolling are a pain in the backside.
- Sites which think it is fun to disable right click and display an alert everytime you try.
- Forms with ilogical tab orders between fields and ones which do strange things when you press enter. They should submit.
- Pages which just "don't work", they rely too heavily on Javascript and the coding is poor enough to break it.
- Text which does not resize when you use the browser resiize function.
- Articles without a "Printable View" facility.
- Images containing huge paragraphs of text. You can't copy and paste these texts.
- Pages with frames or iFrames which are periodically realoded, hearing a click each time.
In my opinion a page that is designed well is one which I do not notice I am using. Before designing the page the author needs to be sure of the user base and the pupose of the page within the context of the application (of course consistency is important in multipage apps).
Users do not care if your page validates, if the source code is indented or frames are used. Their primary concern is whether it works and if it does not they loose interest very quickly.
-
Mar 17th, 2006, 02:55 AM
#7
Re: {Serious} Web page design
 Originally Posted by gigemboy
dark backgrounds with light text are to be avoided, as it makes it harder to read... backgrounds should generally be light with dark text, and not too busy with images, etc...
There is atleast one excellent exception: www.mendhak.com
 Originally Posted by visualAd
From a cosmetic point of view, things that personally annoy me:
Sites created for screen resolutions of 640x480 and appear in a little box in the center of a huge screen.
Pages which require side ways scrolling are a pain in the backside.
Use Opera. 
PS: I hate IE-specific pages. ('cause every other problem can be solved in Opera by a mouse click or F12)
Last edited by iPrank; Mar 17th, 2006 at 03:05 AM.
-
Mar 17th, 2006, 05:19 AM
#8
Re: {Serious} Web page design
 Originally Posted by gigemboy
Pick up any book and look at the main text... you will notice that they are almost always serif fonts...
Yes, but we are specifically discussing web design not books 
Some excellent points so far. Thanks.
Adam,
 Originally Posted by visualAd
Articles without a "Printable View" facility.
What about print stylesheets? Or do you prefer it if their is at least a specific print page?
-
Mar 17th, 2006, 05:46 AM
#9
Re: {Serious} Web page design
 Originally Posted by penagate
What about print stylesheets? Or do you prefer it if their is at least a specific print page?
It is nice to see what is going to print out. If there is a print stylsheet then a link which applys that sheet in the browser via JS would be useful.
-
Mar 17th, 2006, 06:56 AM
#10
Re: {Serious} Web page design
 Originally Posted by gigemboy
Pick up any book and look at the main text... you will notice that they are almost always serif fonts...
Go to any website.. you will notice that thay are almost always sans-serif fonts (Including this one, your website, bbc, etc).
-
Mar 17th, 2006, 06:59 AM
#11
Re: {Serious} Web page design
Serif fonts improve readability of the text.
-
Mar 17th, 2006, 07:03 AM
#12
Re: {Serious} Web page design
Do they?
That article linked to by gigemboy compares Times New Roman and Gigi, an ornate sans serif font. Have you seen gigi? Thats not an easy-to-read font.
The introduction of the article mentions a number of studies that have found no difference in Serif & Sans-Serif readability (using things like Tahoma / Arial)
-
Mar 17th, 2006, 07:11 AM
#13
Re: {Serious} Web page design
Is a matter of preference, personally for onscreen text I prefer non-serifed font, for printed material I prefer serifs.
-
Mar 17th, 2006, 07:12 AM
#14
Re: {Serious} Web page design
 Originally Posted by penagate
Is a matter of preference, personally for onscreen text I prefer non-serifed font, for printed material I prefer serifs.
ditto
-
Mar 17th, 2006, 07:23 AM
#15
Re: {Serious} Web page design
In ever notice - to be honest. But the serifs are designed to make it eastar for the eye to move from one word to the next.
-
Mar 29th, 2006, 10:35 AM
#16
Re: {Serious} Web page design
one of the worst things i see in webpages is an overuse of html tables. it just shows a complete lack of understanding about CSS.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|