HighDots Forums  

Critique requested -

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


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



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

Default Critique requested - - 09-11-2005 , 08:07 AM






There are many things I know I ned to do with this site before I open it up
to the public but would like some feedback about the basic idea and it's
implementation.

I'm - obviously - a newbee at this, have 'stolen' a lot of pieces -
understand some and learning others so I'd ask that you be somewhat gentle


It validates - for what that's worth - I understand that just means that
it's syntactically correct.

aljones.us is the site - and you should probably ignore the genealogy
pages, as I say on the front page, I'm not impressed with the program I
used to generate them so they'll be replaced at some time down the line.

Thanks //al

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

Default Re: Critique requested - - 09-11-2005 , 02:33 PM






al jones wrote:
Quote:
There are many things I know I ned to do with this site before I open it up
to the public but would like some feedback about the basic idea and it's
implementation.

"Manifold" refers to a multiplicity. Defn: Many and varied; of many
kinds; multiple. Yet your lead-in only mentions one purpose. And I do not
think 3 is sufficient for many.
The main heading extends into the content area. I have a slightly
larger than normal default font size (18px), so the heading text scales
larger as a result. The .boxbanner height could be made fluid by using ems
or % for the height rather than px.
There is little reason to use, for instance, div#all instead of #all.
It limits your options without adding advantage.
Visit <http://css.maxdesign.com.au/listamatic/> for ideas on using
lists for menus.
Visit <http://www.csszengarden.com/> to see what can be done with
proper HTML markup an CSS.
Quote:
aljones.us is the site - and you should probably ignore the genealogy
pages, as I say on the front page, I'm not impressed with the program I
used to generate them so they'll be replaced at some time down the line.

I agree.

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


Reply With Quote
  #3  
Old   
al jones
 
Posts: n/a

Default Re: Critique requested - - 09-11-2005 , 07:47 PM



On Sun, 11 Sep 2005 11:33:54 -0700, Jim Moe wrote:

Quote:
al jones wrote:
There are many things I know I ned to do with this site before I open it up
to the public but would like some feedback about the basic idea and it's
implementation.

"Manifold" refers to a multiplicity. Defn: Many and varied; of many
kinds; multiple. Yet your lead-in only mentions one purpose. And I do not
think 3 is sufficient for many.
Pedant admitted that the precursor to manifold is in the singular when
it should have been plural. I just started typing and manifold was the
first reasonably appropriate word to come to mind so it went up - and then
I ran out of comments after three ...

Quote:
The main heading extends into the content area. I have a slightly
larger than normal default font size (18px), so the heading text scales
larger as a result. The .boxbanner height could be made fluid by using ems
or % for the height rather than px.
Thank you for hat, I've seen it myself as I resize but wasn't sure how to
handle it - will go see what I can do.

Quote:
There is little reason to use, for instance, div#all instead of #all.
It limits your options without adding advantage.
okay ...

Quote:
Visit <http://css.maxdesign.com.au/listamatic/> for ideas on using
lists for menus.
thank you for the reference ... I didn't like that 'leftbit' but for the
nonce it works - but after a hundred letters or so I'm going to be asking
for some ideas on how to segregate them ...

Quote:
Visit <http://www.csszengarden.com/> to see what can be done with
proper HTML markup an CSS.
I've been there - as I lean more I hope that how they work will make more
sense to me. One of the things I see done is the various fonts used in
text - now that intrigues me.

Quote:
aljones.us is the site - and you should probably ignore the genealogy
pages, as I say on the front page, I'm not impressed with the program I
used to generate them so they'll be replaced at some time down the line.

I agree.
Do you know of something that will take a gedcom and produce a decent
'site'. I've looked at several genealogy web sies and this is one of the
more common ones - and I really don't like it.

Thanks for your comments //al


Reply With Quote
  #4  
Old   
al jones
 
Posts: n/a

Default Re: Critique requested - - 09-11-2005 , 07:50 PM



On Sun, 11 Sep 2005 16:36:20 -0500, kchayka wrote:

Quote:
Jim Moe wrote:

[re: http://aljones.us/]

The .boxbanner height could be made fluid by using ems
or % for the height rather than px.

Actually, the height property should be removed altogether, and
.boxbanner allowed to automatically resize as needed.

In a smaller window and/or extra large text size, linewrapping may very
well go to 3 lines instead of 2. Any fixed height, regardless of the
units, will become problematic in that case.

Now, if the OP were to suggest a min-height, that would be hunky-dory.
Elucidate please ... I think that the minimum would be the heighth of the
images + padding (borders?) not so?? That leaves the text centered (low,
damnit!) in the header. //al



Reply With Quote
  #5  
Old   
al jones
 
Posts: n/a

Default Re: Critique requested - - 09-11-2005 , 08:32 PM



On Mon, 12 Sep 2005 08:57:18 +0900, tm wrote:

Quote:
al jones <alfredmjones (AT) shotmail (DOT) com> wrote:

((Off the cuff, if two css files
are referenced, are they additive??))

yes.
see, fer instance-
http://meyerweb.com/eric/articles/webrev/199803.html
http://www.htmlhelp.com/reference/css/style-html.html
Interesting .... thanks //al


Reply With Quote
  #6  
Old   
al jones
 
Posts: n/a

Default Re: Critique requested - - 09-12-2005 , 12:02 AM



On Sun, 11 Sep 2005 20:01:41 -0500, kchayka wrote:

Quote:
al jones wrote:

On Sun, 11 Sep 2005 16:10:47 GMT, Ben Measures wrote:

I'd say those graphics were decorative and so are best with an empty
alt="" .

With all the discussion about *any* image without an alt you dare suggest
that I shouldn't have one

There is a difference between setting alt="" and omitting the alt
attribute altogether.

The former tells the user agent to ignore the image. The latter doesn't
give the UA any clue what to do about it. Most will show something
undesireable in its place, like [image]. Decorative images don't warrant
even that.
Oh, okay, now I see the difference ... sometimes I'm a bit dense. Thanks.
//al


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

Default Re: Critique requested - - 09-12-2005 , 04:38 AM



tm wrote:
Quote:
Jim Moe wrote:

"Manifold" refers to a multiplicity. Defn: Many and varied; of many
kinds; multiple. Yet your lead-in only mentions one purpose. And I do not
think 3 is sufficient for many.

If you are going to go to the dictionary, surely you should point out
that 'developement' is spelled 'development'.
I believe developement is an alternate spelling, if rather unusual.

--
Ben M.


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

Default Re: Critique requested - - 09-12-2005 , 04:47 AM



Ben Measures wrote:

Quote:
tm wrote:
Jim Moe wrote:

"Manifold" refers to a multiplicity. Defn: Many and varied; of many
kinds; multiple. Yet your lead-in only mentions one purpose. And I do not
think 3 is sufficient for many.

If you are going to go to the dictionary, surely you should point out
that 'developement' is spelled 'development'.

I believe developement is an alternate spelling, if rather unusual.
English dictionaries don't list it, and English spelling quizzes use
it as one of three wrong answers in a multiple choice question.

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Saxon - Wheels Of Steel


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

Default Re: Critique requested - - 09-12-2005 , 05:27 AM



Els wrote:
Quote:
Ben Measures wrote:

I believe developement is an alternate spelling, if rather unusual.

English dictionaries don't list it, and English spelling quizzes use
it as one of three wrong answers in a multiple choice question.
I only say because it appears in Webster's Revised Unabridged Dictionary:
http://dictionary.reference.com/search?q=developement

Personally though, I don't find any American English dictionaries to be
authoritative. ;-)

--
Ben M.


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

Default Re: Critique requested - - 09-12-2005 , 05:39 AM



Ben Measures wrote:

Quote:
Els wrote:
Ben Measures wrote:

I believe developement is an alternate spelling, if rather unusual.

English dictionaries don't list it, and English spelling quizzes use
it as one of three wrong answers in a multiple choice question.

I only say because it appears in Webster's Revised Unabridged Dictionary:
http://dictionary.reference.com/search?q=developement
Funny - it's not mentioned in Cambridge or Merriam-Webster.

Quote:
Personally though, I don't find any American English dictionaries to be
authoritative. ;-)
:-)

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Status Quo - Roadhouse Medley (Extended Version)


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.