HighDots Forums  

what do you think? review my site.... is it working in your browser

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


Discuss what do you think? review my site.... is it working in your browser in the Websites/HTML pages critique & reviews forum.



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

Default what do you think? review my site.... is it working in your browser - 09-19-2007 , 08:28 PM






Hi Folk

Can you please have a look at: http://www.winsborough.co.nz/ and tell
me what you think. Apparently it is not working in IE6, although for
it does.

Thank you

Nicolaas


Reply With Quote
  #2  
Old   
dorayme
 
Posts: n/a

Default Re: what do you think? review my site.... is it working in your browser - 09-19-2007 , 09:25 PM






In article
<1190251682.837448.241860 (AT) q3g2000prf (DOT) googlegroups.com>,
windandwaves <nfrancken (AT) gmail (DOT) com> wrote:

Quote:
Hi Folk

Can you please have a look at: http://www.winsborough.co.nz/ and tell
me what you think. Apparently it is not working in IE6, although for
it does.

iCab says:

http://www.winsborough.co.nz/mysite/css/layout.css
CSS Error (8/12): Unknown CSS property ³overflow-y².
CSS Error (9/36): Invalid property value
³-moz-scrollbars-vertical².
CSS Error (282/16): Unknown CSS keyword ³(min-width:².
CSS Error (282/26): Unknown CSS keyword ³:².
CSS Error (282/31): Unknown CSS keyword ³){².
CSS Error (282/32): Unknown media definition.

--
dorayme


Reply With Quote
  #3  
Old   
John Hosking
 
Posts: n/a

Default Re: what do you think? review my site.... is it working in your browser - 09-19-2007 , 09:26 PM



windandwaves wrote:

F'ups to alt.html.critique

Quote:
Can you please have a look at: http://www.winsborough.co.nz/ and tell
me what you think. Apparently it is not working in IE6, although for
it does.
I'm sorry, but I don't care for it. The contrast between text and
background is too low for me. I imagine the designer of the site sitting
at a gleaming new Mac with a large screen and bright display and sharp
young eyes to view it all with. My conditions are ... different.

The fancy meandering borders don't enhance the site, even when they're
functioning properly. They don't look quite right on the main page
(there's an extraneous thin horizontal line in the upper left), and on
the "our staff" page (capitalization missing) it's a disaster (bits of
curve and straight in various wrong positions).

There is no BG color declared, so I see my ugly default yellow.

The pictures of rocks and ferns and, I think, a basket seem to have much
less to do with organisational development and more to do with the clip
art you had available.

The main page has (well, it looks like all the pages have) a permanent
vertical scrollbar, even when there's nothing to scroll.

HTML validates on the main page (great!) but the CSS has some errors
(http://jigsaw.w3.org/css-validator) which you should know about.

Oh my. The CSS is, um, quite special looking. The repetitive patterns of
code like

#bottom{background: url(../images/homeBottom.gif) no-repeat; width:
969px; height: 34px;}
#about #bottom{background: url(../images/aboutBottom.gif) no-repeat;}
#staff #bottom{background: url(../images/staffBottom.gif) no-repeat;}
#consulting #bottom{background: url(../images/consultingBottom.gif)
no-repeat;}
#assessment #bottom{background: url(../images/assessmentBottom.gif)
no-repeat;}
#contact #bottom{background: url(../images/contactBottom.gif) no-repeat;}

make me question the efficacy of the design. Especially when the results
are as discombobulated as they are, it suggests some rethinking might be
in order.

Feel free to change font-size:14px; to font-size:100%;, since specifying
font-size in pixels keeps IE <7 from resizing texts, which users will
likely want to do, thanks in part to the low-contrast colors.

Text upsizing in FF seems to work nicely, only overflowing the alloted
spaces in a few areas.

At the bootom of the pages, the "top" link goes to #home, and the "home"
link goes to the main page, too, even when it's already there.

Most of my testing was with FF, but in IE6 it looks a lot better. The
lines and curves line up, and don't look broken. You didn't say what's
"not working in IE6", so I'm done here. GL.

--
John
Pondering the value of the UIP: http://improve-usenet.org/


Reply With Quote
  #4  
Old   
dorayme
 
Posts: n/a

Default Re: what do you think? review my site.... is it working in your browser - 09-19-2007 , 09:30 PM



In article <46f1da2e$1_5 (AT) news (DOT) bluewin.ch>,
John Hosking <John (AT) DELETE (DOT) Hosking.name.INVALID> wrote:

Quote:
windandwaves wrote:

Can you please have a look at: http://www.winsborough.co.nz/ and tell
me what you think. Apparently it is not working in IE6, although for
it does.

Feel free to change font-size:14px; to font-size:100%;
OP should know this by now. I forget if he has a reason for not
following this excellent advice, at the very least, in respect to
% rather than px.

--
dorayme


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

Default Re: what do you think? review my site.... is it working in your browser - 09-19-2007 , 10:45 PM



On Sep 20, 2:26 pm, John Hosking <J... (AT) DELETE (DOT) Hosking.name.INVALID>
wrote:
Quote:
windandwaves wrote:

F'ups to alt.html.critique



Can you please have a look at:http://www.winsborough.co.nz/and tell
me what you think. Apparently it is not working in IE6, although for
it does.

I'm sorry, but I don't care for it. The contrast between text and
background is too low for me. I imagine the designer of the site sitting
at a gleaming new Mac with a large screen and bright display and sharp
young eyes to view it all with. My conditions are ... different.

The fancy meandering borders don't enhance the site, even when they're
functioning properly. They don't look quite right on the main page
(there's an extraneous thin horizontal line in the upper left), and on
the "our staff" page (capitalization missing) it's a disaster (bits of
curve and straight in various wrong positions).

There is no BG color declared, so I see my ugly default yellow.

The pictures of rocks and ferns and, I think, a basket seem to have much
less to do with organisational development and more to do with the clip
art you had available.

The main page has (well, it looks like all the pages have) a permanent
vertical scrollbar, even when there's nothing to scroll.

HTML validates on the main page (great!) but the CSS has some errors
(http://jigsaw.w3.org/css-validator) which you should know about.

Oh my. The CSS is, um, quite special looking. The repetitive patterns of
code like

#bottom{background: url(../images/homeBottom.gif) no-repeat; width:
969px; height: 34px;}
#about #bottom{background: url(../images/aboutBottom.gif) no-repeat;}
#staff #bottom{background: url(../images/staffBottom.gif) no-repeat;}
#consulting #bottom{background: url(../images/consultingBottom.gif)
no-repeat;}
#assessment #bottom{background: url(../images/assessmentBottom.gif)
no-repeat;}
#contact #bottom{background: url(../images/contactBottom.gif) no-repeat;}

make me question the efficacy of the design. Especially when the results
are as discombobulated as they are, it suggests some rethinking might be
in order.

Feel free to change font-size:14px; to font-size:100%;, since specifying
font-size in pixels keeps IE <7 from resizing texts, which users will
likely want to do, thanks in part to the low-contrast colors.

Text upsizing in FF seems to work nicely, only overflowing the alloted
spaces in a few areas.

At the bootom of the pages, the "top" link goes to #home, and the "home"
link goes to the main page, too, even when it's already there.

Most of my testing was with FF, but in IE6 it looks a lot better. The
lines and curves line up, and don't look broken. You didn't say what's
"not working in IE6", so I'm done here. GL.

--
John
Pondering the value of the UIP:http://improve-usenet.org/
Thanks for your reply.

What version of FF are you using and what operating system.



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

Default Re: what do you think? review my site.... is it working in your browser - 09-19-2007 , 10:49 PM



windandwaves wrote:
Quote:
Can you please have a look at: http://www.winsborough.co.nz/ and tell
me what you think.
The content doesn't fit in my viewport and there is no horizontal
scrollbar, clipping the right column and making it unreadable at best,
inaccessible at worst.

Low contrast = low readability. All that white burns my eyes.

--
Berg


Reply With Quote
  #7  
Old   
windandwaves
 
Posts: n/a

Default Re: what do you think? review my site.... is it working in your browser - 09-19-2007 , 11:17 PM



On Sep 20, 2:25 pm, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote:
Quote:
In article
1190251682.837448.241... (AT) q3g2000prf (DOT) googlegroups.com>,

windandwaves <nfranc... (AT) gmail (DOT) com> wrote:
Hi Folk

Can you please have a look at:http://www.winsborough.co.nz/and tell
me what you think. Apparently it is not working in IE6, although for
it does.

iCab says:

http://www.winsborough.co.nz/mysite/css/layout.css
CSS Error (8/12): Unknown CSS property ³overflow-y².
CSS Error (9/36): Invalid property value
³-moz-scrollbars-vertical².
CSS Error (282/16): Unknown CSS keyword ³(min-width:².
CSS Error (282/26): Unknown CSS keyword ³:².
CSS Error (282/31): Unknown CSS keyword ³){².
CSS Error (282/32): Unknown media definition.

--
dorayme
Thank you!
I fixed the ones that should be fixed - the rest are "hacks"



Reply With Quote
  #8  
Old   
windandwaves
 
Posts: n/a

Default Re: what do you think? review my site.... is it working in your browser - 09-19-2007 , 11:22 PM



On Sep 20, 3:49 pm, Bergamot <berga... (AT) visi (DOT) com> wrote:
Quote:
windandwaves wrote:

Can you please have a look at:http://www.winsborough.co.nz/and tell
me what you think.

The content doesn't fit in my viewport and there is no horizontal
scrollbar, clipping the right column and making it unreadable at best,
inaccessible at worst.

OK, fixed that. Thanks a million for pointing it out!



Reply With Quote
  #9  
Old   
windandwaves
 
Posts: n/a

Default Re: what do you think? review my site.... is it working in your browser - 09-19-2007 , 11:26 PM



On Sep 20, 2:55 pm, "Beauregard T. Shagnasty"
<a.nony.m... (AT) example (DOT) invalid> wrote:
Quote:
In alt.html.critique, windandwaves wrote:
Can you please have a look at:http://www.winsborough.co.nz/and tell
me what you think.

I can barely read the light grey text on the white background.

It looks disjointed with nothing on the right but those five staggered
images. What do they mean?

There is a lot of white space, and very little content. Hopefully, that
will come along?

You didn't assign a background color to the body; I see my default
purple.

I know I am on the other size of the planet, but your server seems very
slow.

The validator thinks it is HTML 4.01 Strict!
http://validator.w3.org/check?verbos...2Fwww.winsboro...

but forcing 1.1,
http://validator.w3.org/check?uri=ht...borough.co.nz%...
"This page is not Valid XHTML 1.1!
Failed validation, 43 Errors"
That is an interesting one. It validates when you let the validator
choose. Bottom line is that the code validates (just take the source
code and past it into the direct input for the w3 validator.

I have fixed the errors that I should have fixed. However, some of
them are there as hacks for certain browsers...

Quote:
Apparently it is not working in IE6, although for it does.


Yes, well, I will have to check this out. It certainly works for
me.....but some where having troubles.

Quote:
"although for [me] it does?"

No, it will never work in IE6. You are serving it as
Content-Type: application/xhtml+xml;
and IE6 is clueless as to what that is.

Also remove the XML prolog above the doctype. Why XHTML 1.1? What is
wrong with HTML 4.01 Strict?

--
-bts
-Motorcycles defy gravity; cars just suck



Reply With Quote
  #10  
Old   
Neredbojias
 
Posts: n/a

Default Re: what do you think? review my site.... is it working in your browser - 09-20-2007 , 04:01 AM



Well bust mah britches and call me cheeky, on Thu, 20 Sep 2007 01:28:02 GMT
windandwaves scribed:

Quote:
Hi Folk

Can you please have a look at: http://www.winsborough.co.nz/ and tell
me what you think. Apparently it is not working in IE6, although for
it does.
The only real difference I see (on the opening page) between ie6 and
Firefox/Opera is that there's more space between the bottom pic and the
centered line below in ie.

There's a j/s error - "object expected", too.

--
Neredbojias
Half lies are worth twice as much as whole lies.


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.