HighDots Forums  

Critique

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


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



Reply
 
Thread Tools Display Modes
  #1  
Old   
r1chx@opt-nospam-online.net
 
Posts: n/a

Default Critique - 01-11-2004 , 03:44 PM






If you have a moment - please take a look at www.PennyLane Auction.com. Any
suggestions - criticisms are welcome.

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

Default Re: Critique - 01-11-2004 , 04:52 PM






r1chx (AT) opt-nospam-online (DOT) net wrote:
Quote:
If you have a moment - please take a look at www.PennyLane Auction.com. Any
suggestions - criticisms are welcome.
Page lay-out looks good with a window of 800x600 (FB).
However there is a white area below the red line. This is coused by the
last table with a spacer image.

You have also 5 same style sheets, Why?

Convert the style attributes of the tables into the style sheet. With
other words make more use of the style sheet.

I also noticed you have links to a style sheet which aren't
precent/available.

IMHO make use of an external javascript file and put a link between the
<head> in the html file like <link rel="javascript" href="xxx.js"
type="text/javascript">

Don't use fixed font sizes, let the visitors deceid with kind of font
size they like best to read with there browser settings. So use
percentage or "em" for font size instead of e.g. "2" (2 what?).

Use tables only for tabular data like calendar. So try to convert your
page with block element like div's in combination with style sheet.

When finished validate the pages with a valirdator.
- html validator http://validator.w3.org/ or http://www.htmlhelp.com/tools/
- css validator http://www.w3.org/Jigsaw/ or
http://www.htmlhelp.com/tools/csscheck/
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction


Reply With Quote
  #3  
Old   
Steve R.
 
Posts: n/a

Default Re: Critique - 01-11-2004 , 05:05 PM



r1chx wrote in message ...
Quote:
If you have a moment - please take a look at www.PennyLane Auction.com
I think you meant www.PennyLaneAuction.com




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

Default Re: Critique - 01-11-2004 , 05:18 PM



Steve R. wrote:
Quote:
r1chx wrote in message ...

If you have a moment - please take a look at www.PennyLane Auction.com


I think you meant www.PennyLaneAuction.com
D'uh. I reviewed http://www.PennyLane.com/
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction


Reply With Quote
  #5  
Old   
Mark Parnell
 
Posts: n/a

Default Re: Critique - 01-11-2004 , 06:46 PM



On Sun, 11 Jan 2004 20:44:42 GMT, r1chx (AT) opt-nospam-online (DOT) net declared
in alt.html.critique:

Quote:
If you have a moment - please take a look at www.PennyLane Auction.com. Any
suggestions - criticisms are welcome.
Presumably you mean http://www.pennylaneauction.com ?

Hmmm....let's see.

*Lots* of deprecated markup. Doesn't even come close to validating. :-(
http://validator.w3.org

No CSS at all. :-(

Fixed-width table-based layout. :-(
http://www.allmyfaqs.com/faq.pl?AnySizeDesign
http://www.allmyfaqs.com/faq.pl?Tableless_layouts

Use a proper doctype that will trigger so-called "standards-compliant"
mode. You should be using HTML4.01, not HTML4. And you really should be
using Strict for a new page, not Transitional.

It needs more colour - something to offset the yellow.

A hover on the links would be nice.

--
Mark Parnell
http://www.clarkecomputers.com.au


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

Default Re: Critique - 01-11-2004 , 10:28 PM




<r1chx (AT) opt-nospam-online (DOT) net> wrote

Quote:
If you have a moment - please take a look at www.PennyLane Auction.com.
Didn't you like the answers you got over in alt.www.webmaster yesterday?

Quote:
Any
suggestions - criticisms are welcome.
Don't put a space in your URL.

Choose a better subject line. My newsreader lumped your post into a thread
that died a week ago.

Looks, well, cluttered.

HTML. Well, deprecated stuff all over the place, especially <font>.

Tables for layout.

Not a bit of CSS anywhere.

A transitional doctype. Strict should be used for new designs. The doctype
is missing a url, putting some browsers into quirks mode.

The clincher: <META content="MSHTML 6.00 ...

Learn some HTML and CSS and ditch the WYSINWOPS. That is where all the bad
code is coming from.

Cheers
Richard.





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

Default Re: Critique - 01-11-2004 , 11:13 PM



"rf" <making.it.up (AT) the (DOT) time> wrote:
Quote:
Didn't you like the answers you got over in alt.www.webmaster yesterday?
Obviously he wants to shop around. =)

--
Farlo, the Urban Fey Dragon


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

Default Re: Critique - 01-11-2004 , 11:38 PM




"picayunish" <e_vdvaart (AT) yahoo (DOT) co.uk> wrote

Quote:
Steve R. wrote:
r1chx wrote in message ...

If you have a moment - please take a look at www.PennyLane Auction.com


I think you meant www.PennyLaneAuction.com

D'uh. I reviewed http://www.PennyLane.com/
Which breaks apart when I make my font larger :-)

I was beginning to wonder what you were looking at in that other post picky.

Cheers
Richard.




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

Default Re: Critique - 01-13-2004 , 05:01 PM



rf wrote:

Quote:
"picayunish" <e_vdvaart (AT) yahoo (DOT) co.uk> wrote in message
news:rWjMb.740$tK2.1779 (AT) amstwist00 (DOT) ..

Steve R. wrote:

r1chx wrote in message ...


If you have a moment - please take a look at www.PennyLane Auction.com


I think you meant www.PennyLaneAuction.com

D'uh. I reviewed http://www.PennyLane.com/


Which breaks apart when I make my font larger :-)

I was beginning to wonder what you were looking at in that other post picky.
Which, where other post :-?
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction


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

Default Re: Critique - 01-13-2004 , 11:36 PM




"picayunish" <e_vdvaart (AT) yahoo (DOT) co.uk> wrote

Quote:
rf wrote:

"picayunish" <e_vdvaart (AT) yahoo (DOT) co.uk> wrote in message
news:rWjMb.740$tK2.1779 (AT) amstwist00 (DOT) ..

Steve R. wrote:

r1chx wrote in message ...


If you have a moment - please take a look at www.PennyLane Auction.com


I think you meant www.PennyLaneAuction.com

D'uh. I reviewed http://www.PennyLane.com/


Which breaks apart when I make my font larger :-)

I was beginning to wonder what you were looking at in that other post
picky.

Which, where other post :-?
Er, the one where you reviewed http://www.PennyLane.com/

Cheers
Richard.




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.