HighDots Forums  

html crit these two sites please

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


Discuss html crit these two sites please in the Websites/HTML pages critique & reviews forum.



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

Default html crit these two sites please - 07-08-2003 , 05:40 AM






Hi All,

Bearing in mind that I was a designer long before
I was a HTML writer, have a look at these and let
me know what you think:

www.augmentis.net

and

www.right4thejob.co.uk -- (And no, I didn't want the
animated gif clip-art or the flashing search button
either)

Regards

Michael Hughes
www.mfhughes.com

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

Default Re: html crit these two sites please - 07-08-2003 , 06:10 AM







"Michael Hughes" <michael (AT) entamedia (DOT) com> wrote

Quote:
Hi All,

Bearing in mind that I was a designer long before
I was a HTML writer, have a look at these and let
me know what you think:

www.augmentis.net
Falls apart when I make my font larger.

The only thing a screen reader will see is the navigation links. Pictures of
text is not a good idea.

Quote:
www.right4thejob.co.uk -- (And no, I didn't want the
animated gif clip-art or the flashing search button
either)
Fixed width. Fixed font. Tables for layout (unnecessary ).

Cheers
Richard.




Reply With Quote
  #3  
Old   
Chris Harris
 
Posts: n/a

Default Re: html crit these two sites please - 07-08-2003 , 08:22 AM



Quote:
Bearing in mind that I was a designer long before
I was a HTML writer, have a look at these and let
me know what you think:

www.augmentis.net
I always consider that if you have to explain what the company name means
then it's a crap name!

CJ




Reply With Quote
  #4  
Old   
Michael Hughes
 
Posts: n/a

Default Re: html crit these two sites please - 07-09-2003 , 07:54 AM



Hi All,

Thanks for the comments so far,

Quote:
* Fixed width.
I know. I prefer liquid layouts, but in the case of
this site, there are some large paragraphs of text.
If I make the site 100%, and someone views with a high
resolution, they're going to get some very long lines of text,
unless there's some way I don't know.

As I'm fairly new to strict HTML and CSS layouts, I'm
prepared to take any comments on board. I've always
used tables because they provide a quick (therefore on
budget) and easy (for putting graphics wherever you want)
way to complete my clients jobs on time. I'm not making excuses,
I'd love to design better CSS sites, but learning takes time,
and I'm on the start of that journey.

Quote:
* Tables for layout.
See above.

Quote:
* Alt text doesn't include all the text in the image.
Dunno. I thought I'd put in what was appropriate.

Quote:
* Lists not marked up as such
Only just learned that one, it's in a site I'm working
on at the moment.

Quote:
* Headings not marked up as such
True. Guilty.

Quote:
* Centred text isn't easy to read.
I know. There's not much tho' only on the contact page.

Quote:
* HTML is invalid despite claims to the contry.
Dunno what to do about that. I ran it through
the W3C validator, it said it was valid, so I believed
it.

Quote:
Fixed width. Fixed font. Tables for layout (unnecessary ).
It's not fixed font..? I can change the sizes from within IE and
Opera. Small/Medium etc. Unless there's something else I don't know
about?

Quote:
The only thing a screen reader will see is the navigation links. Pictures of
text is not a good idea.
I know. But what to do when the client tells you to make
some text into graphics so it looks smoother/can have some
naff glow/shadow effect etc etc.

Thanks and regards

Michael.


Reply With Quote
  #5  
Old   
David Dorward
 
Posts: n/a

Default Re: html crit these two sites please - 07-09-2003 , 08:54 AM



Michael Hughes wrote:

Quote:
I know. I prefer liquid layouts, but in the case of
this site, there are some large paragraphs of text.
If I make the site 100%, and someone views with a high
resolution, they're going to get some very long lines of text,
unless there's some way I don't know.
If someone has a very high resolution, then they probably don't use
maximised browser windows. If they do, then it is not difficult for them to
resize the window.
Quote:
* HTML is invalid despite claims to the contry.

Dunno what to do about that. I ran it through
the W3C validator, it said it was valid, so I believed
it.
I want it through that validator, it said it was invalid.

Quote:
Fixed width. Fixed font. Tables for layout (unnecessary ).

It's not fixed font..? I can change the sizes from within IE and
Opera. Small/Medium etc. Unless there's something else I don't know
about?


Quote:
The only thing a screen reader will see is the navigation links. Pictures
of text is not a good idea.

I know. But what to do when the client tells you to make
some text into graphics so it looks smoother/can have some
naff glow/shadow effect etc etc.
Either:
(1) Ask them what is more important:
* Search engine placement
AND
* Ability to get the message to the widest possible audience
OR
* Look the way it looks

(2) Use better alt text (and still suffer loss of people who can't zoom it
and need to).

--
David Dorward http://david.us-lot.org/
Redesign in progress: http://stone.thecoreworlds.net/
Microsoft announces IE is dead (so upgrade):
http://minutillo.com/steve/weblog/20...ces-ie-is-dead


Reply With Quote
  #6  
Old   
David Dorward
 
Posts: n/a

Default Re: html crit these two sites please - 07-09-2003 , 09:19 AM



Michael Hughes wrote:

Quote:
I know. I prefer liquid layouts, but in the case of
this site, there are some large paragraphs of text.
If I make the site 100%, and someone views with a high
resolution, they're going to get some very long lines of text,
unless there's some way I don't know.
If someone has a very high resolution, then they probably don't use
maximised browser windows. If they do, then it is not difficult for them to
resize the window.

You could also look in to the CSS max-width property (with em units)

Quote:
* HTML is invalid despite claims to the contry.

Dunno what to do about that. I ran it through
the W3C validator, it said it was valid, so I believed
it.
I ran it through that validator too, it said it was invalid.

Quote:
Fixed width. Fixed font. Tables for layout (unnecessary ).

It's not fixed font..? I can change the sizes from within IE and
Opera. Small/Medium etc. Unless there's something else I don't know
about?
Eh? I didn't say that. Oh, you've mixed in a big bunch of different peoples
comments without attribution (beyond the header that states the message is
a reply to mine).

The text embedded in images is of fixed size.

Quote:
The only thing a screen reader will see is the navigation links. Pictures
of text is not a good idea.

I know. But what to do when the client tells you to make
some text into graphics so it looks smoother/can have some
naff glow/shadow effect etc etc.
Either:
(1) Ask them what is more important:
* Search engine placement
AND
* Ability to get the message to the widest possible audience
OR
* Look the way it looks

(2) Use better alt text (and still suffer loss of people who can't zoom it
and need to).

--
David Dorward http://david.us-lot.org/
Redesign in progress: http://stone.thecoreworlds.net/
Microsoft announces IE is dead (so upgrade):
http://minutillo.com/steve/weblog/20...ces-ie-is-dead


Reply With Quote
  #7  
Old   
David Dorward
 
Posts: n/a

Default Re: html crit these two sites please - 07-10-2003 , 12:10 PM



Michael Hughes wrote:

Quote:
Some pages validate, some don't. The ones that don't usually have
something in the php that prevents this.
Nothing in PHP should prevent validation. The usual cause is people using
query strings with & seperators but failing to escape them.

http://www.google.com/search?q=example&num=200 for example should be written
as <a href="http://www.google.com/search?q=example&amp;num=200"> in a link.
^^^^^


--
David Dorward http://david.us-lot.org/
Redesign in progress: http://stone.thecoreworlds.net/
Microsoft announces IE is dead (so upgrade):
http://minutillo.com/steve/weblog/20...ces-ie-is-dead


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.