Web Design Thoughts

 
Post new topic   Reply to topic    Aprelium Forum Index -> Off Topic Discussions
View previous topic :: View next topic  
Author Message
Arctic
-


Joined: 24 Sep 2004
Posts: 560

PostPosted: Tue Jan 02, 2007 10:26 am    Post subject: Web Design Thoughts Reply with quote

I have a few guidelines I try to stick to when I develop a website, but what do you guys stick to? I guess I'll just throw mine out.

1) Centered and Liquid Layout
I like to have my layouts centered, and liquid. I find that this makes the website seem more confident. Liquid layouts are also nice because they make use of the screenspace. An extreme example to imagine for centering the layout is that if you had a 200*100 image to feature on a blank white page, would you want it on the left, the right, or the center? Liquid layouts are harder to make with pixel precision, so sometimes fixed width is better... but centering is definitely a must.

2) Relative Sizing
I use EM/% over PX/PT for the most part to ensure the text resizes nicely on different devices.

3) Large, Readable Fonts
I don't mean like 200px Arial fonts, I just mean that I like the fonts to be larger than 10px Times New Roman. Pixel fonts and such kind of died away when people realized websites should look more like magazines or newspapers (print media).

4) Luminance Contrast
Luminance contrast is a must. No dark grey fonts on light grey backgrounds, it's hard to read -_-

5) The Div > Table
I'd rather use the DIV tags and CSS to create my columns in my layouts, simply because tables hurt the Internet (and Div tags are easier to style).

Well, what about you?
Back to top View user's profile Send private message ICQ Number
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Tue Jan 02, 2007 12:41 pm    Post subject: Reply with quote

1. For me it depends on the website Im designing. For example abyssunderground is fixed width and left aligned. It always has been.

2. Like I say, my site is fixed width but I use px text sizes.

3. Size 10 for most text unfortunately, however 99% of people Ive asked can read it just fine. For those who can't they should know about CTRL + scrollwheel to increase the text size.

4. I hate sites that are hard to read. I always put dark on light and vice versa.

5. I use tables because its what Ive grown up to love and use with HTML. You can still use CSS on tables but its limited. I do use the occasional DIV for certain things but the mostpart of my site is tables.

:-)
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
Tom Chapman
-


Joined: 09 Jul 2005
Posts: 933
Location: Australia

PostPosted: Wed Jan 03, 2007 4:26 am    Post subject: Reply with quote

Similar to Artic but I use PX for text sizing like AbyssUnderground.

PS Artic would you be interested in passing the code for your current test website template if you move on from it? ><

I love it lol.. Of course if you did a link would remain in any way you wish. Thanks Tom.
Back to top View user's profile Send private message Visit poster's website MSN Messenger
Arctic
-


Joined: 24 Sep 2004
Posts: 560

PostPosted: Wed Jan 03, 2007 8:30 pm    Post subject: Reply with quote

I'll keep in mind to contact you once I'm finished with it, :)
Back to top View user's profile Send private message ICQ Number
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Off Topic Discussions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group