HighDots Forums  

need feedback

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


Discuss need feedback in the Websites/HTML pages critique & reviews forum.



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

Default need feedback - 10-25-2005 , 03:11 AM






http://www.libertysoft.biz/index.htm

Need to see what everyone thinks. This is the first site I have done.



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

Default Re: need feedback - 10-25-2005 , 07:16 AM






In message <11lrmjllsutbv6d (AT) corp (DOT) supernews.com>, Doug Eilertson
<fabien (AT) toast (DOT) net> writes
Quote:
http://www.libertysoft.biz/index.htm

Need to see what everyone thinks. This is the first site I have done.


Some fairly basic things to begin with .....


General
---------

(a) You have a lot of errors on each page, so you need to clear these
up.

Unusually, my text-to-voice reader cannot read anything off of your
site. It's a very robust program, so you really do have some problems
with your html/javascript.

(b) You need to put 'alternative text' on ALL your images.

Why? Your menu -- to users who have image downloading switched off, or
who are listening to your site, or to search engines -- is invisible.

The content of your banner and your links to other sites are, therefore,
also invisible.

(Switch off images in your browser and see what I mean).

(c) Not everybody uses a mouse; replace 'click' with 'select'.

Index page
--------------

As has been mentioned <h4> denotes a heading. Replace the <h4> with <p>.

You should include a note to the effect that external sites open in a
new window.

Features page
-----------------

Remove the '***' from the table headings. Use a larger text, emboldened,
or coloured to emphasize the headings.

In <IMG>, for all the images used as 'bullets', add ALT="" (null text).

Instead of opening an example image in a new window, include the .jpg
within a HTML wrapper and provide a 'close window' link on that page,
along with a brief description.

Download page
------------------

Shouldn't the latest updates be at the beginning of the table?

FAQ page
------------

Set up each 'question' as a headings <h2> and style it (e.g. in 'bold')
accordingly.

Purchase page
------------------

Drop the right-to-left incremental display of the text.

=================================================

There are a number of other things which, I'm sure, others will tell you
about -- but you might want to attend to the more basic things first ...


regards.

--
Jake (jake (AT) gododdin (DOT) demon.co.uk -- just a 'spam trap' mail address)


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

Default Re: need feedback - 10-25-2005 , 02:01 PM




"Jake" <jake (AT) gododdin (DOT) demon.co.uk> wrote

Quote:
In message <11lrmjllsutbv6d (AT) corp (DOT) supernews.com>, Doug Eilertson
fabien (AT) toast (DOT) net> writes
http://www.libertysoft.biz/index.htm

Need to see what everyone thinks. This is the first site I have done.


Some fairly basic things to begin with .....


General
---------

(a) You have a lot of errors on each page, so you need to clear these
up.

Unusually, my text-to-voice reader cannot read anything off of your
site. It's a very robust program, so you really do have some problems
with your html/javascript.

(b) You need to put 'alternative text' on ALL your images.

Why? Your menu -- to users who have image downloading switched off, or
who are listening to your site, or to search engines -- is invisible.

The content of your banner and your links to other sites are, therefore,
also invisible.

(Switch off images in your browser and see what I mean).

(c) Not everybody uses a mouse; replace 'click' with 'select'.
HOW IS THIS ACCOMPLISHED?

Quote:
Index page
--------------

As has been mentioned <h4> denotes a heading. Replace the <h4> with <p>.

You should include a note to the effect that external sites open in a
new window.

Features page
-----------------

Remove the '***' from the table headings. Use a larger text, emboldened,
or coloured to emphasize the headings.

In <IMG>, for all the images used as 'bullets', add ALT="" (null text).

Instead of opening an example image in a new window, include the .jpg
within a HTML wrapper and provide a 'close window' link on that page,
along with a brief description.

Download page
------------------

Shouldn't the latest updates be at the beginning of the table?

FAQ page
------------

Set up each 'question' as a headings <h2> and style it (e.g. in 'bold')
accordingly.

Purchase page
------------------

Drop the right-to-left incremental display of the text.

=================================================

There are a number of other things which, I'm sure, others will tell you
about -- but you might want to attend to the more basic things first ...


regards.

--
Jake (jake (AT) gododdin (DOT) demon.co.uk -- just a 'spam trap' mail address)



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

Default Re: need feedback - 10-25-2005 , 02:45 PM



In message <11lsslaerm2o68c (AT) corp (DOT) supernews.com>, Doug <fabien (AT) toast (DOT) net>
writes
Quote:
"Jake" <jake (AT) gododdin (DOT) demon.co.uk> wrote in message
news:PqEqZYFYQhXDFwdY (AT) gododdin (DOT) demon.co.uk...
[Snip]

(c) Not everybody uses a mouse; replace 'click' with 'select'.

HOW IS THIS ACCOMPLISHED?

[Snip]

In basic terms:

A sighted keyboard user can simply use [TAB] or [SHIFT][TAB] to move the
focus from link to link. When s/he's got to the appropriate link, s/he
just presses [RETURN].

A visually-impaired keyboard user will use a variety of methods to
navigate a page and get to a particular link. Usually they then just
press [RETURN] to select that link.

Regards.
Quote:
--
Jake (jake (AT) gododdin (DOT) demon.co.uk -- just a 'spam trap' mail address)


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

Default Re: need feedback - 10-25-2005 , 03:37 PM




"Jake" <jake (AT) gododdin (DOT) demon.co.uk> wrote

Quote:
In message <11lrmjllsutbv6d (AT) corp (DOT) supernews.com>, Doug Eilertson
fabien (AT) toast (DOT) net> writes
http://www.libertysoft.biz/index.htm

Need to see what everyone thinks. This is the first site I have done.


Some fairly basic things to begin with .....


General
---------

(a) You have a lot of errors on each page, so you need to clear these
up.

Unusually, my text-to-voice reader cannot read anything off of your
site. It's a very robust program, so you really do have some problems
with your html/javascript.

(b) You need to put 'alternative text' on ALL your images.

Why? Your menu -- to users who have image downloading switched off, or
who are listening to your site, or to search engines -- is invisible.

The content of your banner and your links to other sites are, therefore,
also invisible.

(Switch off images in your browser and see what I mean).

(c) Not everybody uses a mouse; replace 'click' with 'select'.

Index page
--------------

As has been mentioned <h4> denotes a heading. Replace the <h4> with <p>.

You should include a note to the effect that external sites open in a
new window.

Features page
-----------------

Remove the '***' from the table headings. Use a larger text, emboldened,
or coloured to emphasize the headings.

In <IMG>, for all the images used as 'bullets', add ALT="" (null text).

Instead of opening an example image in a new window, include the .jpg
within a HTML wrapper and provide a 'close window' link on that page,
along with a brief description.
COULD YOU CODE THIS AS AN EXAMPLE. I REALLY DON'T UNDERSTAND.

Quote:
Download page
------------------

Shouldn't the latest updates be at the beginning of the table?

FAQ page
------------

Set up each 'question' as a headings <h2> and style it (e.g. in 'bold')
accordingly.

Purchase page
------------------

Drop the right-to-left incremental display of the text.

=================================================

There are a number of other things which, I'm sure, others will tell you
about -- but you might want to attend to the more basic things first ...


regards.

--
Jake (jake (AT) gododdin (DOT) demon.co.uk -- just a 'spam trap' mail address)



Reply With Quote
  #6  
Old   
Doug Eilertson
 
Posts: n/a

Default Re: need feedback - 10-26-2005 , 09:42 AM



Thanks for the great input. I have incorporated everything and I'm still
working on it.

"Doug Eilertson" <fabien (AT) toast (DOT) net> wrote

Quote:
http://www.libertysoft.biz/index.htm

Need to see what everyone thinks. This is the first site I have done.





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

Default Re: need feedback - 10-26-2005 , 05:16 PM



the CSS doesn't take well with IE. It is great with Firefox though.

In IE the image b102.jpg is missed and 'circle' is shown as a dot. The font
size is too large in IE and there is a big break between 'Checks' and the
first line.



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

Default Re: need feedback - 10-27-2005 , 02:25 PM



In message <3scj0sFnl1jjU1 (AT) individual (DOT) net>, kchayka <usenet (AT) c-net (DOT) us>
writes
Quote:
Doug wrote:

I left off the > on
style type="text/css" media="all"
MSIE is fussy about it as it should I guess.

ROFLMAO

IE being fussy about correct markup is the funniest thing I've heard all
week.

I was beginning to think I was the only one in this NG. Where's everyone
gone?

Regards.
--
Jake (jake (AT) gododdin (DOT) demon.co.uk -- just a 'spam trap' mail address)


Reply With Quote
  #9  
Old   
William Tasso
 
Posts: n/a

Default Re: need feedback - 10-27-2005 , 08:24 PM



Jake <jake (AT) gododdin (DOT) demon.co.uk> wrote:

Quote:
...
I was beginning to think I was the only one in this NG. Where's everyone
gone?
Well, I just popped by to borrow a cup of sugar because we appear to have
run out in AWW.

--
William Tasso


Reply With Quote
  #10  
Old   
Big Bill
 
Posts: n/a

Default Re: need feedback - 10-28-2005 , 02:47 AM



On Fri, 28 Oct 2005 01:24:39 +0100, "William Tasso"
<spamblocked (AT) tbdata (DOT) com> wrote:

Quote:
Jake <jake (AT) gododdin (DOT) demon.co.uk> wrote:

...
I was beginning to think I was the only one in this NG. Where's everyone
gone?

Well, I just popped by to borrow a cup of sugar because we appear to have
run out in AWW.
If it means you'll all stay in there I'll go buy you a packet or
three.

BB
--
www.kruse.co.uk/ seo (AT) kruse (DOT) demon.co.uk
Elvis does my SEO


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.