RE: [WSG] Brazilian Portal site Review. Opinions Welcomes

2005-01-20 Thread Trusz, Andrew
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Genau Junior
Sent: Wednesday, January 19, 2005 4:17 PM
To: wsg@webstandardsgroup.org
Subject: [WSG] Brazilian Portal site Review. Opinions Welcomes

Hi.

We are releasing next saturday,  the new interface based in webstandards to
biggest car seller  website of brazil south region and the second of
country.

I would appreciate all comments and suggestions about interface, design and
usability standards.


The temporary address is:
http://meucarronovo.locaweb.com.br


**

You've got two closing body tags. 

Any fixed width page will fracture quickly when font sizes are increased.
Its math. If you are stuck with a fixed page width and fixed fonts as design
parameters, not much you can do about it. A liquid design would allow more
flexibility but would also eventually break.

Frankly it looks a whole lot better than the clutter you typically find on
an auto dealership page in the usa.

drew
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] Brazilian Portal site Review. Opinions Welcomes

2005-01-20 Thread Kevin Francis
Hi.
A few points which you may want to consider;
b is a depreciated element in XHTML, use strong instead.
img src='i/imagenbranca.png' alt='' width='52' height='37' /
this should be done with double quotes and there is no need for width/height in 
XHTML
img src=i/imagenbranca.png alt= / (double quotes for nul alt tags)
When using label for= it must share the same id= as the input element to 
which it is relating to, like this;
label for=pserv_nomepalavra :/label
input name=pserv_nome type=text id=pserv_nome tabindex=4 title=Serviço 
/
When using Jump Menus mark-up the top level as selected;
option  value=1 selected=selectedCuritiba/option
Personally I would scrap the Accesskeys as I believe (along with others) that 
there are too many user agent conflicts for them to be of any real benefit.
Also I would add Link Rels in the head section to aid navigation as well as a 
Skip Navigation Link. If you include a Skip Navigation Link then scrap the 
Tabindex to, as you should have a logical tab order anyway.
Kev*

Trusz, Andrew wrote:

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Genau Junior
Sent: Wednesday, January 19, 2005 4:17 PM
To: wsg@webstandardsgroup.org
Subject: [WSG] Brazilian Portal site Review. Opinions Welcomes
Hi.
We are releasing next saturday,  the new interface based in webstandards to
biggest car seller  website of brazil south region and the second of
country.
I would appreciate all comments and suggestions about interface, design and
usability standards.
The temporary address is:
http://meucarronovo.locaweb.com.br
**
You've got two closing body tags. 

Any fixed width page will fracture quickly when font sizes are increased.
Its math. If you are stuck with a fixed page width and fixed fonts as design
parameters, not much you can do about it. A liquid design would allow more
flexibility but would also eventually break.
Frankly it looks a whole lot better than the clutter you typically find on
an auto dealership page in the usa.
drew
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**
 

**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] Brazilian Portal site Review. Opinions Welcomes

2005-01-20 Thread Genau Junior
tHANKS..
I gonna make all fix reported by you.
Thanks a lot.

Trusz, Andrew escreveu:

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Genau Junior
Sent: Wednesday, January 19, 2005 4:17 PM
To: wsg@webstandardsgroup.org
Subject: [WSG] Brazilian Portal site Review. Opinions Welcomes
Hi.
We are releasing next saturday,  the new interface based in webstandards to
biggest car seller  website of brazil south region and the second of
country.
I would appreciate all comments and suggestions about interface, design and
usability standards.
The temporary address is:
http://meucarronovo.locaweb.com.br
**
You've got two closing body tags. 

Any fixed width page will fracture quickly when font sizes are increased.
Its math. If you are stuck with a fixed page width and fixed fonts as design
parameters, not much you can do about it. A liquid design would allow more
flexibility but would also eventually break.
Frankly it looks a whole lot better than the clutter you typically find on
an auto dealership page in the usa.
drew
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**

 

**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] Brazilian Portal site Review. Opinions Welcomes

2005-01-19 Thread Nick Gleitzman
On 20 Jan 2005, at 8:16 AM, Genau Junior wrote:
I would appreciate all comments and suggestions about interface, 
design and usability standards.

The temporary address is:
http://meucarronovo.locaweb.com.br
Images in Noticias section are not loading - they're missing a leading 
slash in the pathname:

img src='i/noticias/conditionzero51.jpg'
Layout breaks on first text zoom level (Safari/Mac) - which was 
instinctive because text size is possibly too small for some. Main 
content drops below left column.

HTH
N
___
Omnivision. Websight.
http://www.omnivision.com.au/
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] Brazilian Portal site Review. Opinions Welcomes

2005-01-19 Thread Gunlaug Sørtun
Genau Junior wrote:
I would appreciate all comments and suggestions about interface, 
design and usability standards.

The temporary address is: http://meucarronovo.locaweb.com.br
Hmmm, give it one click of font-resizing in Firefox, and it lines up
nicely down the page. One more clearer would help a little...
Use font-size options in IE6, and it is all broken and overlapping at
the top.
Apart from that: the main content box is slightly too wide to fit within
the shadow-box.
I think this design is in need of a lot more testing.
Georg
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**