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  





  Last Thread  Next Thread
Author
Thread Post New Thread   

First Draft - Gift Basket Site
 

Sylvie Stone




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 12:31 AM  
Comments appreciated!

http://www.cranberrycorners.ca/

Syl.


Post Follow-Up to this message ]
Re: First Draft - Gift Basket Site
 

stevens4000




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 12:31 AM  
Sylvie Stone wrote:
quote:
> Comments appreciated! > > http://www.cranberrycorners.ca/ > > Syl.
It jumps all over the place while loading. That's because you specify all sorts of things about the images but omit their width and height. It slides out of a normal sized window when font size is large, creating a horizontal scroll bar. The line starting "Gift Basket..." is overwriting the line starting "Welcome to...." in Konqueror 3.1.4. Learn enough CSS to get rid of all <br>, <b>,  , and markup like <......... align=middle border=0 hspace=10 hspace=5> and <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> It doesn't actually look bad. Just work on technical stuff for a while. -- m at mbstevens.com


Post Follow-Up to this message ]
Re: First Draft - Gift Basket Site
 

Wipkip




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 12:31 AM  
Sylvie Stone wrote:
quote:
> Comments appreciated! > > http://www.cranberrycorners.ca/ >
You have a horizontal scroll bar at less 1110px wide. You are using fixed font sizes of 11px. That's a bad thing. Try 100% or 1em In your CSS font-family: "Arial", sans-serif; should be font-family: Arial, sans-serif; <--no "" Otherwise it's a nice looking site. -- Duende


Post Follow-Up to this message ]
Re: First Draft - Gift Basket Site
 

Eric Bohlman




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 12:31 AM  
sylviestone@canada.com (Sylvie Stone) wrote in
news:181a24a8.0312030458.7eb49a71@posting.google.com:
quote:
> http://www.cranberrycorners.ca/
In more or less random order: 1) Parts of the home page and others run off the right in an 800-pixel viewport. The individual product pages are particularly bad, with horizontal scrollbars at any viewport size less than 890 pixels. 2) No alt texts for the main banner and for the bullets on the menu (the latter should be set to "" or "*" so as not to read "[image]" if images aren't being loaded). 3) Mailto link is Javascript-dependent; if you really *must* do this for spam-blocking reasons, have the script write the *entire* "Email us" line; as things now stand, with script turned off it reads "Email us at: with your request" which is less than useful. 4) Fonts are too small. 5) Unique is unique is unique; qualifying it with "exceptionally" makes no linguistic sense and merely conveys an impression of hype. 6) Visited links are not distinguished in appearance. 7) Contact and subscribe pages ask for visitor's email address but fail to mention a privacy policy. 8) "Gift's Only" link on menu suffers from apostrophosis. "Gift" and "food" are not mutually exclusive categories; try to come up with a better term for non-food items. 9) Internally, you've got a mishmosh of presentational HTML attributes, inline styles, and external styles. Some of these call for fonts that most users are unlikely to have installed; others specify text sizes in inappropriate absolute units like pixels and points. 10) Neither your HTML nor your CSS validate. 11) Pages link back to themselves on the top menu, which can be confusing.


Post Follow-Up to this message ]
Re: First Draft - Gift Basket Site
 

Toby A Inkster




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 12:32 AM  
Wipkip wrote:
quote:
> In your CSS > font-family: "Arial", sans-serif; > should be > font-family: Arial, sans-serif; <--no ""
These should be equivalent. -- Toby A Inkster BSc (Hons) ARCS Contact Me - http://www.goddamn.co.uk/tobyink/?page=132


Post Follow-Up to this message ]
Re: First Draft - Gift Basket Site
 

m




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 12:57 AM  
Toby A Inkster wrote:
quote:
> Wipkip wrote: > > > These should be equivalent. >
Toby, <ot>I was installing Pan last night, and noticed that someone with your name seems to be doing some really good work for that newsreader. Zatz you, right?</ot> -- m


Post Follow-Up to this message ]
Re: First Draft - Gift Basket Site
 

Toby A Inkster




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 05:19 PM  
m wrote:
quote:
> Toby, <ot>I was installing Pan last night, and > noticed that someone with your name seems to be > doing some really good work for that newsreader. > Zatz you, right?</ot>
I have done some patches for it in the past, and used to maintain the Mandrake 8.1 packages. I also wrote a HOWTO when Pan first moved to GTK+2 because I'd found it a little hard to compile and thought I'd help out others in the same boat. I think this HOWTO is still on the Pan site somewhere. I also plan on taking up packaging Pan again for Mandrake 9.2. There are still a few things I'd like to see added to Pan (current big wish: back button) but it sucks less than most newsreaders. -- Toby A Inkster BSc (Hons) ARCS Contact Me - http://www.goddamn.co.uk/tobyink/?page=132


Post Follow-Up to this message ]
Re: First Draft - Gift Basket Site
 

artist




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 05:19 PM  
Artist, the good little Microsoft drone heard sylviestone@canada.com
(Sylvie Stone) say...
quote:
> Comments appreciated! > > http://www.cranberrycorners.ca/ > > Syl.
It looks nice, but I think you should define a strong righthand edge, or at least limit it to the width of the banner header. As it is, the ragediness throws me off. :) -- AIM: GCCFurryBoy mellorya@yahoo.com http://www.practialdesigns.com/ "Neither hope nor fear" - Isabella d'Este "For to do either is to fall to the beast" - Joseph Richmond "The Cow Kings a Bastard! Long live the Cow King!" - Joseph Richmond


Post Follow-Up to this message ]
Re: First Draft - Gift Basket Site
 

Sylvie Stone




quote this post edit post

IP Loged report this post

Old Post  12-06-03 - 09:56 PM  
sylviestone@canada.com (Sylvie Stone) wrote in message news:<181a24a8.0312030458.7eb49a71@posting.
google.com>...
quote:
> Comments appreciated! > > http://www.cranberrycorners.ca/ > > Syl.
Thank you all for your input! I guess it's back to the drawing board for a few points. Thanks again - I'll repost after I've implement the recommended changes. Syl.


Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 10:01 AM. Post New Thread   
  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