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   
Peter1968
 
Posts: n/a

Default Critique Please - 04-05-2005 , 10:40 AM






http://www.ulujain.org/

Thanks in advance!

Reply With Quote
  #2  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: Critique Please - 04-05-2005 , 11:22 AM






Peter1968 wrote:
1. Your main nav bar wraps in a browser window narrower than about
950px. The right-hand buttons sit atop the middle ones.

2. Consider renaming the CSS file to something other than
"indexpage.css" as it seems to be used on all pages. Not wrong, just
confusing to those who may read source.

3. The headings in the bordered box (i.e. "The latest iteration of
Ulujain.org") could use some padding between the words and the border,
or remove the border altogether.

4. The contact.shtml page says "This website is 100% XHTML 1.0" when
in fact you are using a 1.1 doctype. <g> Also, why not include a
contact form on the page, instead of just an email address that the
user must hand-type?

5. "Incunabulae There are four pages to this." Why not write a small
description of the story, and add " (four pages)" to it?

6. "You can read <a href="(link)">questions</a> that nobody ever asks
me." rather than using "ever asks me" as the link, or maybe even
include "questions that nobody" within the anchor.

Except for 1. these are all small, somewhat nitpicky, comments. The
site is well done.

--
-bts
-This space intentionally left blank.


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

Default Re: Critique Please - 04-05-2005 , 11:48 AM



Beauregard T. Shagnasty wrote:
Quote:
Peter1968 wrote:

http://www.ulujain.org/


1. Your main nav bar wraps in a browser window narrower than about
950px. The right-hand buttons sit atop the middle ones.
I'm at a loss on how to fix that without suggesting a smaller font
percentage size. On nearly every other page on my site, the nav menu has
, atthe most, 4 links. The index one has 6, which does present a problem
with a reduced viewport.

I guess I could dispense with it altogether for the index and just have
a menu of some sort in the actual content.
Quote:
2. Consider renaming the CSS file to something other than
"indexpage.css" as it seems to be used on all pages. Not wrong, just
confusing to those who may read source.
It's a relic of when I used 4-5 different CSS files for various parts of
my site. The indexpage.css was only used for the index, but I liked the
style of it the most and ended up using it solely site-wide. The name
has remained.
Changing it would involve manually editing 170+ files. I'm kicking
myself for not including it in an SSI like I have for the rest of my
<HEAD> stuff.

Quote:
3. The headings in the bordered box (i.e. "The latest iteration of
Ulujain.org") could use some padding between the words and the border,
or remove the border altogether.
More padding? How much do you suggest?

Quote:
4. The contact.shtml page says "This website is 100% XHTML 1.0" when in
fact you are using a 1.1 doctype. <g> Also, why not include a contact
form on the page, instead of just an email address that the user must
hand-type?
It used to be 1.0 Transitional until I updated it. I just haven't
changed it. A contact form is in the works and the png email thing is a
poor attempt to prevent email harvesters.

Quote:
5. "Incunabulae There are four pages to this." Why not write a small
description of the story, and add " (four pages)" to it?
Good idea.
Quote:
6. "You can read <a href="(link)">questions</a> that nobody ever asks
me." rather than using "ever asks me" as the link, or maybe even include
"questions that nobody" within the anchor.
Hehehe, yes, I've changed that one. Didn't make a lot of sense where I
had it.

Quote:
Except for 1. these are all small, somewhat nitpicky, comments. The site
is well done.

Thank you. It falls apart very slighly under IE 5.01 and 5.5 and falls
apart even more under IE 4.01, but they're things I can live with. I'm
just curious to know what it looks like under Konqueror or Safari.


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

Default Re: Critique Please - 04-05-2005 , 11:59 AM



Peter1968 wrote:

Quote:
Changing it would involve manually editing 170+ files.
Why not a site wide search and replace?

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


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

Default Re: Critique Please - 04-05-2005 , 12:06 PM



Els wrote:
Quote:
Peter1968 wrote:


Changing it would involve manually editing 170+ files.


Why not a site wide search and replace?

This is true.


Reply With Quote
  #6  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: Critique Please - 04-05-2005 , 12:10 PM



Peter1968 wrote:
Quote:
Beauregard T. Shagnasty wrote:

Peter1968 wrote:

http://www.ulujain.org/

1. Your main nav bar wraps in a browser window narrower than
about 950px. The right-hand buttons sit atop the middle ones.

I'm at a loss on how to fix that without suggesting a smaller font
percentage size. On nearly every other page on my site, the nav
menu has , atthe most, 4 links. The index one has 6, which does
present a problem with a reduced viewport.
I have a site with a similar menu (the client wanted it) with five
buttons, and it doesn't wrap until near 500px width.
http://www.freezeblock.com/
You might want to consider non-breaking spaces between words in
individual buttons, so they don't wrap half-a-button.

Quote:
I guess I could dispense with it altogether for the index and just
have a menu of some sort in the actual content.
Making the buttons with a bit less padding, and extending the nav
margin to nearer the outer box might help.

Quote:
2. Consider renaming the CSS file to something other than
"indexpage.css" as it seems to be used on all pages. Not wrong,
just confusing to those who may read source.

It's a relic of when I used 4-5 different CSS files for various
parts of my site. The indexpage.css was only used for the index,
but I liked the style of it the most and ended up using it solely
site-wide. The name has remained. Changing it would involve
manually editing 170+ files. I'm kicking myself for not including
it in an SSI like I have for the rest of my <HEAD> stuff.
Heh, next time you do a major change ... :-)

Quote:
3. The headings in the bordered box (i.e. "The latest iteration
of Ulujain.org") could use some padding between the words and the
border, or remove the border altogether.

More padding? How much do you suggest?
{ padding: 0.25em } maybe?

<snippage>

Quote:
Thank you. It falls apart very slighly under IE 5.01 and 5.5 and
falls apart even more under IE 4.01, but they're things I can live
with. I'm just curious to know what it looks like under Konqueror
or Safari.
I don't care about v.4 browsers either...

--
-bts
-This space intentionally left blank.


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

Default Re: Critique Please - 04-06-2005 , 06:57 AM



tm wrote:
Quote:
Peter1968 <esmari (AT) nonsensebigpond (DOT) net.au> wrote:

Peter1968 wrote:


http://www.ulujain.org/


Thank you. It falls apart very slighly under IE 5.01 and 5.5 and falls
apart even more under IE 4.01, but they're things I can live with. I'm
just curious to know what it looks like under Konqueror or Safari.


It looks quite nice in Safari. Can't see any difference between Safari
and Mac Firefox.

Anyone ever tell you that you look like Colonel Sanders?
Or Rolf Harris...(did you see him as well?)

Would it be too much to ask if I could get a Safari screenshot off you?
Feel free to email it peter at ulujain dot org or simply include a link
to it.

It'd much appreciated!


Reply With Quote
  #8  
Old   
Blinky the Shark
 
Posts: n/a

Default [OT] Re: Critique Please - 04-06-2005 , 01:39 PM



Peter1968 wrote:

Quote:
tm wrote:

Anyone ever tell you that you look like Colonel Sanders?

Or Rolf Harris...(did you see him as well?)
"Tie Me Kangaroo Down"?

--
Blinky Linux Registered User 297263
Who has implemented Usenet Solution #45933:
Now killing all posts originating at Google Groups
http://blinkynet.net/comp/ggfilters.html for rules


Reply With Quote
  #9  
Old   
Jim Moe
 
Posts: n/a

Default Re: Critique Please - 08-09-2005 , 12:45 AM



Peter1968 wrote:
Quote:
http://www.ulujain.org/

On the Documents page you have a some spurious characters:
<link rel="stylesheet" type="text/css" href="styles/print.css"
media="print" />e>

Remove the "e>" and the end of the line.

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)


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

Default Re: Critique Please - 08-10-2005 , 06:54 PM



Jim Moe wrote:
Quote:
Peter1968 wrote:

http://www.ulujain.org/

On the Documents page you have a some spurious characters:
link rel="stylesheet" type="text/css" href="styles/print.css"
media="print" />e

Remove the "e>" and the end of the line.

Thank you for noticing. I use Quanta for editing and sometimes when
dragging text to insert between elements, I miss and insert before the >
character. Really messes me up! Sometimes it then changes the first
part of the element to match the closing part, or vice-versa.

Regards,

--
Wayne
http://www.glenmeadows.com


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.