HighDots Forums  

Is this design any good?

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss Is this design any good? in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mike Barnard
 
Posts: n/a

Default Is this design any good? - 09-02-2005 , 09:22 AM






Hi.

I'm a newbie trying to get a grip on the basics of a sites design.
This site is NOT about the content, All I've done is use an advert I
want to place as some content to work around. This is a self training
site, really.

But what do you think of the technicalities? (I have yet to change
the text sizes from px to relative sizes), but other than that?

It resizes OK, I think. I have alts in the pics, and only pics where
they're needed. I just want to know where I may have gone wrong in
any particular areas you may feel relevant. And I haven't looked at
incompatabilities with nn4 etc. In fact, there's probably LOTS I
haven't done.

www.thunderin.co.uk

Thanks.
--
Regards from Mike and Jan Barnard.
South Coast, UK.

[To reply by email remove ".trousers" spamtrap from email address]


http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----

Reply With Quote
  #2  
Old   
Edwin van der Vaart
 
Posts: n/a

Default Re: Is this design any good? - 09-02-2005 , 10:29 AM






Mike Barnard wrote:
Quote:
http://www.thunderin.co.uk
You're using lot of <div>'s for the menu's. A menu is a list of links,
so change the <div>'s into a unorderd list. See sig. as samples.
In the style sheet you have redundant font-families. When nessasery set
font-family only in the body {...}, however you don't have to set any
font-family. The redundancy goes also for the background-colour.
Change the font colour of the menu a lighter colour, because it's
difficult to read what's written.

I properly put the three block elements into one big block element. That
way you only have to position the big block element and give it the
correct width, the other three block elements set the width as 100%.

In the style sheet you can change the definitions of the background into
an one liner definition e.g.
body {backgroun: url(bluish.jpg) repeat-y #fff;}

Let the visitor deceide what kind of font size they like best to read
with there browser/os/screen setup. When really is needed to set a font
size I rather specify it in "em" or "%" (1em = 100%), that way the font
size is also scallable in all the browsers (accept the text-browsers).

I almost forget to mention to use a mail-form instead of a mailto if
your hosting support server-side scripting.
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction


Reply With Quote
  #3  
Old   
Mike Barnard
 
Posts: n/a

Default Re: Is this design any good? - 09-02-2005 , 01:27 PM



On Fri, 02 Sep 2005 16:29:29 +0200, Edwin van der Vaart
<e.vandervaart (AT) nospamgmail (DOT) com> wrote:

Lots of food for thought Edwin. Many thanks for your valuable time.

--
Regards from Mike and Jan Barnard.
South Coast, UK.

[To reply by email remove ".trousers" spamtrap from email address]


http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----

Reply With Quote
  #4  
Old   
Edwin van der Vaart
 
Posts: n/a

Default Re: Is this design any good? - 09-03-2005 , 09:14 AM



Edwin van der Vaart wrote:
Quote:
Mike Barnard wrote:


http://www.thunderin.co.uk

You're using lot of <div>'s for the menu's. A menu is a list of links,
so change the <div>'s into a unorderd list. See sig. as samples.
In the style sheet you have redundant font-families. When nessasery set
font-family only in the body {...}, however you don't have to set any
font-family. The redundancy goes also for the background-colour.
Change the font colour of the menu a lighter colour, because it's
difficult to read what's written.

I properly put the three block elements into one big block element. That
way you only have to position the big block element and give it the
correct width, the other three block elements set the width as 100%.

In the style sheet you can change the definitions of the background into
an one liner definition e.g.
body {backgroun: url(bluish.jpg) repeat-y #fff;}
Ooops.
I ment background:
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction

Explicitly no permission given to Forum4Designers to duplicate this post.


Reply With Quote
  #5  
Old   
Els
 
Posts: n/a

Default Re: Is this design any good? - 09-03-2005 , 09:21 AM



Edwin van der Vaart wrote:
Quote:
Edwin van der Vaart wrote:

body {backgroun: url(bluish.jpg) repeat-y #fff;}

Ooops.
I ment background:
And you meant meant ;-)

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Dr. Feelgood - Route 66


Reply With Quote
  #6  
Old   
Els
 
Posts: n/a

Default Re: Is this design any good? - 09-03-2005 , 09:45 AM



Edwin van der Vaart wrote:

Quote:
Els wrote:
Edwin van der Vaart wrote:
Edwin van der Vaart wrote:

body {backgroun: url(bluish.jpg) repeat-y #fff;}

Ooops.
I ment background:

And you meant meant ;-)

You're right. How stupid :-(
Nothing stupid about a typo, Edwin - niet zo aanstellen gelijk - kop
op ;-)

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Squeeze - (This Could Be) The Last Time


Reply With Quote
  #7  
Old   
Edwin van der Vaart
 
Posts: n/a

Default Re: Is this design any good? - 09-03-2005 , 09:46 AM



Els wrote:
Quote:
Edwin van der Vaart wrote:
Edwin van der Vaart wrote:

body {backgroun: url(bluish.jpg) repeat-y #fff;}

Ooops.
I ment background:

And you meant meant ;-)
You're right. How stupid :-(
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction

Explicitly no permission given to Forum4Designers to duplicate this post.


Reply With Quote
  #8  
Old   
Edwin van der Vaart
 
Posts: n/a

Default Re: Is this design any good? - 09-03-2005 , 09:59 AM



Els wrote:
Quote:
Edwin van der Vaart wrote:
Els wrote:
Edwin van der Vaart wrote:
Edwin van der Vaart wrote:

body {backgroun: url(bluish.jpg) repeat-y #fff;}

Ooops.
I ment background:

And you meant meant ;-)

You're right. How stupid :-(

Nothing stupid about a typo, Edwin - niet zo aanstellen gelijk - kop
op ;-)
Sorry, I'm not a poseur.
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction

Explicitly no permission given to Forum4Designers to duplicate this post.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.