HighDots Forums  

Critique please

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


Discuss Critique please in the Websites/HTML pages critique & reviews forum.



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

Default Critique please - 04-19-2005 , 09:10 PM






Critique please, http://users.skynet.be/am036990

--
"Don't worry about people stealing your ideas. If your ideas are any good,
you'll have to ram them down people's throats."
-- Howard Aiken



Reply With Quote
  #2  
Old   
GuyBrush Treepwood
 
Posts: n/a

Default Re: Critique please - 04-19-2005 , 09:13 PM






On Wed, 20 Apr 2005 03:10:25 +0200, GuyBrush Treepwood wrote:

The site is of course, http://users.skynet.be/am036990/backstabbed

--
"Don't worry about people stealing your ideas. If your ideas are any good,
you'll have to ram them down people's throats."
-- Howard Aiken




Reply With Quote
  #3  
Old   
Adrienne
 
Posts: n/a

Default Re: Critique please - 04-20-2005 , 12:08 AM



Gazing into my crystal ball I observed GuyBrush Treepwood
<spambak (AT) hotmail (DOT) com> writing in newsan.2005.04.20.01.13.51.874796
@hotmail.com:

Quote:
On Wed, 20 Apr 2005 03:10:25 +0200, GuyBrush Treepwood wrote:

http://users.skynet.be/am036990

The site is of course, http://users.skynet.be/am036990/backstabbed

You might want to think about marking up the navigation as a list. Some
assistive user agents might read the navigation as one word. You might
also want to put a "skip navigation" link styled accordingly as well.

I assume the band page image is "coming soon", therefore requiring the use
of a large black blob?

--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share


Reply With Quote
  #4  
Old   
Eric Bohlman
 
Posts: n/a

Default Re: Critique please - 04-20-2005 , 12:14 AM



GuyBrush Treepwood <spambak (AT) hotmail (DOT) com> wrote in
newsan.2005.04.20.01.13.51.874796 (AT) hotmail (DOT) com:

Quote:
On Wed, 20 Apr 2005 03:10:25 +0200, GuyBrush Treepwood wrote:

http://users.skynet.be/am036990

The site is of course, http://users.skynet.be/am036990/backstabbed
Very good. Scales nicely, very readable despite an overall theme that
usually impairs readability (to make things clear, yours doesn't),
validates, proper separation of function. A little plain, though that's
understandable (the big challenge is not to fall apart as it gets fancier).
I gave up on downloading music (hey, if a band cites GBH as an influence,
I'm up for a listen), though that was most likely due to speed problems at
my end.


Reply With Quote
  #5  
Old   
GuyBrush Treepwood
 
Posts: n/a

Default Re: Critique please - 04-24-2005 , 11:07 AM




Quote:
You might want to think about marking up the navigation as a list. Some
assistive user agents might read the navigation as one word. You might
also want to put a "skip navigation" link styled accordingly as well.
What do you mean by a "skip navigation" link?

Quote:
I assume the band page image is "coming soon", therefore requiring the use
of a large black blob?
Yes, indeed.

--
"Don't worry about people stealing your ideas. If your ideas are any good,
you'll have to ram them down people's throats."
-- Howard Aiken




Reply With Quote
  #6  
Old   
GuyBrush Treepwood
 
Posts: n/a

Default Re: Critique please - 04-25-2005 , 07:52 AM



On Mon, 25 Apr 2005 15:36:18 +0900, tm wrote:

Quote:
In article <pan.2005.04.24.15.07.51.798993 (AT) hotmail (DOT) com>,
GuyBrush Treepwood <spambak (AT) hotmail (DOT) com> wrote:

You might want to think about marking up the navigation as a list. Some
assistive user agents might read the navigation as one word. You might
also want to put a "skip navigation" link styled accordingly as well.

What do you mean by a "skip navigation" link?

Just in case the blind want to hear your website without to much
repetition.
Ah. I'm really not aware of this kind of functionality. Can you point me
to some links concerning this topic? Sounds interesting.

--
"Don't worry about people stealing your ideas. If your ideas are any good,
you'll have to ram them down people's throats."
-- Howard Aiken




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

Default Re: Critique please - 04-25-2005 , 11:42 AM



GuyBrush Treepwood <spambak (AT) hotmail (DOT) com> wrote:

Quote:
You might want to think about marking up the navigation as a list. Some
assistive user agents might read the navigation as one word. You might
also want to put a "skip navigation" link styled accordingly as well.

What do you mean by a "skip navigation" link?

Just in case the blind want to hear your website without to much
repetition.

Ah. I'm really not aware of this kind of functionality. Can you point me
to some links concerning this topic? Sounds interesting.
Note that this is controversial advice, "skip navigation" links are an
attempt to kludge around a problem instead of solving it.

--
Spartanicus


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

Default Re: Critique please - 04-25-2005 , 12:30 PM



kchayka <usenet (AT) c-net (DOT) us> wrote:

Quote:
Note that this is controversial advice, "skip navigation" links are an
attempt to kludge around a problem instead of solving it.

Actually, I think they can be quite useful, regardless of how the
document is structured. Somebody (Els, I think) gave an example recently
of how they browse on a mobile device, and how handy skip links can be
in that kind of situation. Just putting the content structurally before
the navigation isn't necessarily enough, or the best (or only) way to go.
Putting the content before the navigation is another kludge, the real
problem typically *is* the navbar. A properly authored web site doesn't
need one.

--
Spartanicus


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

Default Re: Critique please - 04-25-2005 , 02:38 PM



Spartanicus wrote:

Quote:
kchayka <usenet (AT) c-net (DOT) us> wrote:

Note that this is controversial advice, "skip navigation" links are an
attempt to kludge around a problem instead of solving it.

Actually, I think they can be quite useful, regardless of how the
document is structured. Somebody (Els, I think) gave an example recently
of how they browse on a mobile device, and how handy skip links can be
in that kind of situation. Just putting the content structurally before
the navigation isn't necessarily enough, or the best (or only) way to go.

Putting the content before the navigation is another kludge, the real
problem typically *is* the navbar. A properly authored web site doesn't
need one.
Can you show me one such properly authored web site?

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


Reply With Quote
  #10  
Old   
Ben Measures
 
Posts: n/a

Default Re: Critique please - 04-26-2005 , 07:26 PM



kchayka wrote:
Quote:
Els wrote:
Spartanicus wrote:

Putting the content before the navigation is another kludge, the real
problem typically *is* the navbar. A properly authored web site doesn't
need one.

Can you show me one such properly authored web site?

I'd like to see one, too.
Count me in too - though you must excuse me if I don't hold my breath(!)

--
Ben M.


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 - 2009, Jelsoft Enterprises Ltd.