![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, This is my first CSS designed website. |
#3
| |||
| |||
|
|
Hi all, This is my first CSS designed website. Tell me what you think! Regards, Stephen O'Brien |
#4
| |||
| |||
|
|
Hi all, This is my first CSS designed website. Tell me what you think! |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Please look at http://www.tambourinewebdesign.com/. [snip] |
|
Go easy! We're only students. |
#7
| |||
| |||
|
|
Sorry all, I meant www.tambourinewebdesign.com/web/ not /web. When you looked at tambourinewebdesign.com before it was the old version. I was testing it at www.tambourinewebdesign.com/web/ then. Please look at http://www.tambourinewebdesign.com/. PS The reason PATH_INFO NOT SET appeared was because I forgot the / after web (its a perl srcipt which feeds a template from a database. Go easy! We're only students. |
#8
| |||||||
| |||||||
|
|
Go easy! We're only students. Nope; you want to do this as a business don't you? |

|
(a) You need to go through the entire site and fix the spelling and grammar errors. Nothing makes a site look less-than-professional than those kind of errors in the text. Also, get somebody else to check the wording in the text, which can do with some improvement ..... Will do, thanks. |
|
(b) Don't use .8em for the body text. My browser is set up so that I expect to see the text at 100% of my settings, as will other users. So: font-size : 100%; (Tahoma is a large font, so if the user hasn't got it installed (unlikely on Windows machines since Win95), Arial at .8em is going to look very small indeed.) |
|
(c) I don't see the point of making me scroll the centre portion of the screen when I would expect to scroll the *page* if I need to. Again, this will be done! |
|
(d) It would be nice to have seen an 'invisible link' at the start of the page allowing assistive technology (screen-readers, talking browsers, etc.) users the ability to bypass the menu and go directly to the page content. I'm not entirely sure how to do this. |
|
(e) The sites in your current portfolio exhibit various accessibility problems, and you should aim to replace them with other sites as soon as you can -- unless you want to put in some extra time and bring them up to standard ;-) Well a few newer sites are nearing completion, and considering the low |
|
(f) There's a small problem with the vertical spacing on the main heading. Hmmm... I'll check it up. |
#9
| |||
| |||
|
|
On 8 May 2004 02:56:05 -0700, Stephen O'Brien <stephenob (AT) iol (DOT) ie> wrote: Sorry all, I meant www.tambourinewebdesign.com/web/ not /web. When you looked at tambourinewebdesign.com before it was the old version. I was testing it at www.tambourinewebdesign.com/web/ then. Please look at http://www.tambourinewebdesign.com/. PS The reason PATH_INFO NOT SET appeared was because I forgot the / after web (its a perl srcipt which feeds a template from a database. Go easy! We're only students. Seriously - it's worse than the original in two ways. 1) Home links to the home page. Why do that? NEVER have a link to the current location, it's only going to confuse. Keep it in the list, just remove the anchor tags. 2) Scrolling within the page - why?? It's senseless. I scroll down the page with my scrollwheel, but this disables this. I have to actually go to the scrollbar. That inconsideration will alienate visitors. One thing that is improved is the appearance of links and the elimination (thank you) of table layout. So much nicer. Now, adding in the two major usability issues above kind of negates that. Using font-size: 100% in the body will save you a lot of headache. Let the text be a bit larger for the oldsters out there, please. Have some sort of different style for visited links so users can know where they have and haven't visited. Stuff like "margin-bottom: 0em; margin-top: 0em; margin-left: 0em; margin-right: 0em;" can be summed up as "margin: 0;" quite nicely. Same with "border: solid 2px; border-color: rgb(000,000,000);" and the better "border 2px solid black;". (Not sure why you use this long form of color designation - #ff0080 type stuff is more compact.) Please do fix the styles on that lower div. I have to scroll down anyhow, why not allow me to see all the content as I do? |
#10
| ||||
| ||||
|
|
(b) Don't use .8em for the body text. My browser is set up so that I expect to see the text at 100% of my settings, as will other users. So: font-size : 100%; (Tahoma is a large font, so if the user hasn't got it installed (unlikely on Windows machines since Win95), Arial at .8em is going to look very small indeed.) I will replace it with arial, at 100%, because tahoma is rather ugly above .8em |
|
(c) I don't see the point of making me scroll the centre portion of the screen when I would expect to scroll the *page* if I need to. Again, this will be done! Yes, I see you've already done this. |
|
(d) It would be nice to have seen an 'invisible link' at the start of the page allowing assistive technology (screen-readers, talking browsers, etc.) users the ability to bypass the menu and go directly to the page content. I'm not entirely sure how to do this. |
| [skip] |
![]() |
| Thread Tools | |
| Display Modes | |
| |