Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





Pages (2): [1] 2 »   Last Thread  Next Thread
Author
Thread Post New Thread   

Critique
 

r1chx@opt-nospam-online.net




quote this post edit post

IP Loged report this post

Old Post  01-11-04 - 10:29 PM  
If you have a moment - please take a look at www.PennyLane Auction.com. Any
suggestions - criticisms are welcome.


Post Follow-Up to this message ]
Re: Critique
 

picayunish




quote this post edit post

IP Loged report this post

Old Post  01-11-04 - 11:31 PM  
r1chx@opt-nospam-online.net wrote:
quote:
> If you have a moment - please take a look at www.PennyLane Auction.com. An y > 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


Post Follow-Up to this message ]
Re: Critique
 

Steve R.




quote this post edit post

IP Loged report this post

Old Post  01-11-04 - 11:31 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


Post Follow-Up to this message ]
Re: Critique
 

picayunish




quote this post edit post

IP Loged report this post

Old Post  01-11-04 - 11:31 PM  
Steve R. wrote:
quote:
> r1chx wrote in message ... > > > > 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


Post Follow-Up to this message ]
Re: Critique
 

Mark Parnell




quote this post edit post

IP Loged report this post

Old Post  01-12-04 - 01:30 AM  
On Sun, 11 Jan 2004 20:44:42 GMT, r1chx@opt-nospam-online.net declared
in alt.html.critique:
quote:
> If you have a moment - please take a look at www.PennyLane Auction.com. An y > 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


Post Follow-Up to this message ]
Re: Critique
 

rf




quote this post edit post

IP Loged report this post

Old Post  01-12-04 - 04:29 AM  
<r1chx@opt-nospam-online.net> wrote in message
news:_AiMb.136671$Cs3.27186416@news4.srv.hcvlny.cv.net...
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.


Post Follow-Up to this message ]
Re: Critique
 

Farlo




quote this post edit post

IP Loged report this post

Old Post  01-12-04 - 05:28 AM  
"rf" <making.it.up@the.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


Post Follow-Up to this message ]
Re: Critique
 

rf




quote this post edit post

IP Loged report this post

Old Post  01-12-04 - 06:28 AM  
"picayunish" <e_vdvaart@yahoo.co.uk> wrote in message
news:rWjMb.740$tK2.1779@amstwist00...
quote:
> Steve R. wrote: > > 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.


Post Follow-Up to this message ]
Re: Critique
 

picayunish




quote this post edit post

IP Loged report this post

Old Post  01-13-04 - 11:30 PM  
rf wrote:
[QUOTE]
> "picayunish" <e_vdvaart@yahoo.co.uk> wrote in message
> news:rWjMb.740$tK2.1779@amstwist00...
> 
>
>
> Which breaks apart when I make my font larger :-)
>
> I was beginning to wonder what you were looking at in that other post picky.[/QUOT
E]

Which, where other post :-?
--
Edwin van der Vaart
http://www.semi-conductor.nl/          Links to Semiconductors sites
http://www.evandervaart.nl/            Under construction


Post Follow-Up to this message ]
Re: Critique
 

rf




quote this post edit post

IP Loged report this post

Old Post  01-14-04 - 06:29 AM  
"picayunish" <e_vdvaart@yahoo.co.uk> wrote in message
news:oSZMb.1023$tK2.4317@amstwist00...
quote:
> rf wrote: > picky.[QUOTE] > > Which, where other post :-?
Er, the one where you reviewed http://www.PennyLane.com/ Cheers Richard.


Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 11:01 AM. Post New Thread   
Pages (2): [1] 2 »   Previous Last Thread   Next Thread next
Site Ratings & Reviews archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top