HighDots Forums  

Site Homepage Review Requested www.nss.org

Website Design comp.infosystems.www.authoring.site-design


Discuss Site Homepage Review Requested www.nss.org in the Website Design forum.



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

Default Site Homepage Review Requested www.nss.org - 09-11-2004 , 08:53 PM






Hi Everyone,

I am Jim Plaxco, a volunteer member of the National Space Society's
Internet Development Team.

I was hoping that some of you here could give us some feedback on our
web site, particularly our home page.

Our URL is http://www.nss.org

Thank you in advance for your assistance.

If you prefer to email me directly, I can be reached at the following
(hopefully spammer proof) address (the reply-to address is a dummy).

jimplaxco
at
nsschapters
dot
org


Best Regards, Jim Plaxco
National Space Society http://www.nss.org
Astrodigital http://www.astrodigital.org

Reply With Quote
  #2  
Old   
Andrew Thompson
 
Posts: n/a

Default Re: Site Homepage Review Requested www.nss.org - 09-11-2004 , 09:15 PM






On Sat, 11 Sep 2004 20:53:17 -0500, Jim wrote:

Good. (Mostly) adjust to font size readjustment.

Bad. Not valid mark-up.
<http://validator.w3.org/check?uri=http%3A%2F%2Fwww.nss.org&charset=iso-8859-1+%28Western+Europe%29>

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology


Reply With Quote
  #3  
Old   
Dave Patton
 
Posts: n/a

Default Re: Site Homepage Review Requested www.nss.org - 09-11-2004 , 09:18 PM



Jim <Jim (AT) nospamwanted (DOT) com> wrote in
news:hoa7k05aaf1iv1v7e6r3och4ibtrv4rlku (AT) 4ax (DOT) com:

Quote:
I was hoping that some of you here could give us some feedback on our
web site, particularly our home page.

Our URL is http://www.nss.org
First step is to validate the page's HTML, and your
page fails, because of a lack of character encoding.
http://validator.w3.org/check?verbos...//www.nss.org/

It complains about non utf-8 characters on lines 226 & 230, so if
I take a guess and assume a windows-152 encoding(just because I've
seen this sort of thing before ;-) I find your page has 54 errors,
assuming HTML 4.01 Transitional:
<http://validator.w3.org/check?uri=ht...F&charset=wind
ows-1252+%28Western+Europe%29&doctype=%28detect+automa tically%29&verbose=1>

In fact, you're better to force iso-8859-1 encoding, because
that will show you the errors on lines 226 and 230.

Of course there are other issues, such as using tables for layout,
but start by fixing the existing HTML.

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/


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

Default Re: Site Homepage Review Requested www.nss.org - 09-12-2004 , 12:14 PM



In message <hoa7k05aaf1iv1v7e6r3och4ibtrv4rlku (AT) 4ax (DOT) com>, Jim
<Jim (AT) nospamwanted (DOT) com> writes
Quote:
Hi Everyone,

I am Jim Plaxco, a volunteer member of the National Space Society's
Internet Development Team.

I was hoping that some of you here could give us some feedback on our
web site, particularly our home page.

Our URL is http://www.nss.org

Thank you in advance for your assistance.

If you prefer to email me directly, I can be reached at the following
(hopefully spammer proof) address (the reply-to address is a dummy).

jimplaxco
at
nsschapters
dot
org


Best Regards, Jim Plaxco
National Space Society http://www.nss.org
Astrodigital http://www.astrodigital.org
Just taking a very quick look .........

From the point of Accessibility guidelines:

(a) A large amount of images need Alternative Text specified (mostly
alt="")

(b) There seems to be a complete lack of structure to each page,
inasmuch as there seems to be a complete absence of headings i.e.
<h1><h2><h3> ...... etc. They're styled as such, but there's nothing in
the HTML mark-up.

Headings are important for navigating the page.

(c) There's no way to bypassing the (repetitive) navigation on each page
and getting to the main content.

(d) There's no break between the items in the menu, causing the menu
contents to run together.


regards

--
Jake


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

Default Re: Site Homepage Review Requested www.nss.org - 09-18-2004 , 08:12 AM



Hi Andrew,


On Sun, 12 Sep 2004 02:15:10 GMT, Andrew Thompson
<SeeMySites (AT) www (DOT) invalid> wrote:

Quote:
On Sat, 11 Sep 2004 20:53:17 -0500, Jim wrote:

http://www.nss.org

Good. (Mostly) adjust to font size readjustment.

Bad. Not valid mark-up.
http://validator.w3.org/check?uri=ht...tern+Europe%29
Thanks for the info. It'll be passed along to the rest of the team.



Best Regards, Jim Plaxco
National Space Society http://www.nss.org
Astrodigital http://www.astrodigital.org


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

Default Re: Site Homepage Review Requested www.nss.org - 09-18-2004 , 08:13 AM



Hi Dave,

On Sun, 12 Sep 2004 02:18:24 GMT, Dave Patton <spam (AT) trap (DOT) invalid>
wrote:

Quote:
Jim <Jim (AT) nospamwanted (DOT) com> wrote in
news:hoa7k05aaf1iv1v7e6r3och4ibtrv4rlku (AT) 4ax (DOT) com:

I was hoping that some of you here could give us some feedback on our
web site, particularly our home page.

Our URL is http://www.nss.org

First step is to validate the page's HTML, and your
page fails, because of a lack of character encoding.
http://validator.w3.org/check?verbos...//www.nss.org/

It complains about non utf-8 characters on lines 226 & 230, so if
I take a guess and assume a windows-152 encoding(just because I've
seen this sort of thing before ;-) I find your page has 54 errors,
assuming HTML 4.01 Transitional:
http://validator.w3.org/check?uri=ht...F&charset=wind
ows-1252+%28Western+Europe%29&doctype=%28detect+automa tically%29&verbose=1

In fact, you're better to force iso-8859-1 encoding, because
that will show you the errors on lines 226 and 230.

Of course there are other issues, such as using tables for layout,
but start by fixing the existing HTML.

Thanks for taking the time to do this. I'm passing your suggestions
along to the rest of the group.




Best Regards, Jim Plaxco
National Space Society http://www.nss.org
Astrodigital http://www.astrodigital.org


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

Default Re: Site Homepage Review Requested www.nss.org - 09-18-2004 , 08:19 AM



Hi Jake,

On Sun, 12 Sep 2004 18:14:48 +0100, jake <jake (AT) gododdin (DOT) demon.co.uk>
wrote:

Quote:
Just taking a very quick look .........

From the point of Accessibility guidelines:

(a) A large amount of images need Alternative Text specified (mostly
alt="")

Good one. Thanks.


Quote:
(b) There seems to be a complete lack of structure to each page,
inasmuch as there seems to be a complete absence of headings i.e.
h1><h2><h3> ...... etc. They're styled as such, but there's nothing in
the HTML mark-up.

Headings are important for navigating the page.

(c) There's no way to bypassing the (repetitive) navigation on each page
and getting to the main content.

Not sure that I follow you here. Can you elaborate please?

Quote:
(d) There's no break between the items in the menu, causing the menu
contents to run together.

A complaint I've had. But you should have seen it before we fixed it.

Just as an FYI, we had previously paid big bucks to a "professional"
to host and maintain our site. The job was turned over to NSS member
volunteers earlier this year. Personally, I am far more pleased with
what us amateurs have done than with what the pro did.

Thanks for your help. I'll be forwarding your suggestions to the rest
of our team.



Best Regards, Jim Plaxco
National Space Society http://www.nss.org
Astrodigital http://www.astrodigital.org


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

Default Re: Site Homepage Review Requested www.nss.org - 09-19-2004 , 06:46 PM



Gazing into my crystal ball I observed Jim <Jim (AT) nospamwanted (DOT) com> writing
in news4dok01vpspgnv21tidkrjpm2g3svvjkeg (AT) 4ax (DOT) com:

Quote:
(c) There's no way to bypassing the (repetitive) navigation on each
page
and getting to the main content.


Not sure that I follow you here. Can you elaborate please?


You should have a "skip navigation" link. You can either have it
visible, or you can use CSS to hide it from visual browsers.

Eg:
<style type="text/css">
/*this would be better in an external stylesheet*/
@media screen {
..skip {display:none}
}
/*the following will cause the menu not to print*/
@media print {
#menu {display:none}
}
</style>
</head>
<body>
<div id="menu">
<a href="#content" class="skip">Skip navigation</a>
</div>
<div id="content">
<h1>The Page Title</h1>
Lorem ipsum....
</div>


--
Adrienne Boswell
Please respond to the group so others can share
http://www.arbpen.com


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

Default Re: Site Homepage Review Requested www.nss.org - 09-20-2004 , 03:15 AM



In message <Xns9569AAA4FF434arbpenyahoocom (AT) 207 (DOT) 115.63.158>, Adrienne
<arbpen2003 (AT) sbcglobal (DOT) net> writes
Quote:
Gazing into my crystal ball I observed Jim <Jim (AT) nospamwanted (DOT) com> writing
in news4dok01vpspgnv21tidkrjpm2g3svvjkeg (AT) 4ax (DOT) com:

(c) There's no way to bypassing the (repetitive) navigation on each
page
and getting to the main content.


Not sure that I follow you here. Can you elaborate please?



You should have a "skip navigation" link. You can either have it
visible, or you can use CSS to hide it from visual browsers.

Eg:
style type="text/css"
/*this would be better in an external stylesheet*/
@media screen {
.skip {display:none}
}
/*the following will cause the menu not to print*/
@media print {
#menu {display:none}
}
/style
/head
body
div id="menu"
a href="#content" class="skip">Skip navigation</a
/div
div id="content"
h1>The Page Title</h1
Lorem ipsum....
/div


Yes, that's the idea -- except that in your example you use
'display:none' to hide the 'Bypass navigation' link. However, most
Assistive Technology UAs (screen-readers, talking browsers, etc.) will
honour that definition and so it will also be 'invisible' to the AT UAs.
i.e. It won't get spoken.

Using CSS to hide the link is fine (or using the ubiquitous '1-pixel
..gif image' technique); it's just that 'display:none' can't be used in
this specific case.

This will do:

..skip {
position : absolute;
left : 0px;
top : -500px;
width : 1px;
height : 1px;
overflow : hidden;
}

regards.

--
Jake


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

Default Re: Site Homepage Review Requested www.nss.org - 09-20-2004 , 12:15 PM



On Mon, 20 Sep 2004 09:15:37 +0100, jake <jake (AT) gododdin (DOT) demon.co.uk> wrote:

Quote:
Using CSS to hide the link is fine (or using the ubiquitous '1-pixel
.gif image' technique); it's just that 'display:none' can't be used in
this specific case.

This will do:

.skip {
position : absolute;
left : 0px;
top : -500px;
width : 1px;
height : 1px;
overflow : hidden;
}
And to add, look at the Navigation thread I started on September 12th for
more discussion of these matters.



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.