Computing.Net > Forums > Web Development > Web Site critique requested

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Web Site critique requested

Reply to Message Icon

Name: robber2
Date: January 1, 2008 at 14:41:41 Pacific
OS: w xp home
CPU/Ram: 2 gig celeron, 256 MB
Product: dell dim 2350
Comment:

I would appreciate any constructive feedback or critique of
this site:
http://perfectionconstruction.com/L...
index.php

p.s. some of the links on the Contact page have been
intentionally "disabled" to protect the innocent ;)



Sponsored Link
Ads by Google

Response Number 1
Name: jpw
Date: January 1, 2008 at 17:18:28 Pacific
Reply:

Looks very, very good. Keep up the good work.

jpw


0

Response Number 2
Name: smbotans
Date: January 1, 2008 at 18:50:46 Pacific
Reply:

you have great black and white photos :-)

i would suggest 3 things:

1. a really nice banner for the top of your pages with an icon, logo and slogan ... i know it is commercial but it would enhance your pages

2. boundaries on your menu on the left eg. table borders

3. your photos can be printed and saved on my computer ... perhaps a bigger watermark across them to 'spoil' them a bit more ... the one you have can easily be removed to yield a decent photo

great start otherwise

serge

SEO Resource

FREE Keyword Report from Meta Keywords Advice


0

Response Number 3
Name: Sci-Guy
Date: January 1, 2008 at 19:24:00 Pacific
Reply:

Very clean. Too clean, in fact. Almost to the point of being boring.

Definitely needs a banner and some separation of the menu from the content.

Please let us know if you found someone's advice to be helpful.


0

Response Number 4
Name: robber2
Date: January 1, 2008 at 19:33:23 Pacific
Reply:

"Please let us know if you found someone's advice to be
helpful..."

Way helpful, so far! Thanks much for the response! Please
keep it coming. I'd like to know how other people not so
close to this project see the results.


0

Response Number 5
Name: Sci-Guy
Date: January 2, 2008 at 00:28:17 Pacific
Reply:

After a second look, I think, maybe centering the content would help a lot.

Take a look at the source code for this page, to see how simple it is.

I've viewed CN (Computing.net) at different resolutions (800x600, 1024x768, 1440x900), and the content always remains centered.

The use of tables to center content is also supported by most (if not all) graphics-enabled browsers.

I'm not sure if text-only browsers support tables (haven't used one in years), but that wouldn't be of much concern to a site like yours (your target audience needs to see your work).


Please let us know if you found someone's advice to be helpful.


0

Related Posts

See More



Response Number 6
Name: Acej
Date: January 3, 2008 at 06:53:25 Pacific
Reply:

Hi,

I think your website looks great. I agree with Sci-Guy though that it may be better to have the site centred. Also, I think you may want to think about incorporating a slideshow into the gallery areas so that visitors could easily browse through your photographs without having to click back and forth through all the Gallery photo links. Just a matter of personal preference, but not a big issue. Incidentally, I think your black and white photographs are very good. Good luck with your site.


0

Response Number 7
Name: robber2
Date: January 5, 2008 at 13:42:34 Pacific
Reply:

it may be better to have the site centred...

About this issue, a couple questions. What is the reasoning
involved with centering, just trying to understand? And can
it be done w/o tables?


0

Response Number 8
Name: Acej
Date: January 7, 2008 at 07:57:59 Pacific
Reply:

Hi,

As I said earlier, I personally think a website looks better when centred on the screen. Prevents that wasted space look at one side of the screen. However, it really is just a matter of personal taste - others may prefer the look of a site when it is not centred. Is really up to you which look you like the most.

Yes, you can centre the page without the use of tables. Can use the css "wrapper" technique , or see this for some helpful info http://www.dustindiaz.com/centering...


0

Response Number 9
Name: robber2
Date: January 9, 2008 at 20:09:14 Pacific
Reply:

You know, I tried the simple two lines of CSS in the article
cited above, but I don't see any difference when resizing the
pages. Feel free to look at the stylesheet of my page and see
if there may be something else conflicting with the attempt
at centering.


0

Response Number 10
Name: robber2
Date: January 9, 2008 at 21:00:21 Pacific
Reply:

Upon second glance, it does work. Is this the effect you were
recommending? I can see the beauty of the centering
approach for higher res. browser screens, but someone
mentioned I should lose the fixed width page for lower res.
devices, I guess phones and PDA's? Said it messed up the
menu. One thing I notice is when I resize the window to the
left, when I scroll across the page, the main content overlaps
the menu. I don't know if there's any way around that since I
like the fixed, absol. pos.'d menu, do you?


0

Response Number 11
Name: Acej
Date: January 10, 2008 at 05:10:42 Pacific
Reply:

Hi,

Had another look at your site and yes, this is the effect I was talking about. Page looks good at various resolutions (800x600/ 1024x768 and 1280x800) and I can't see any problem with the menu. What do you mean exactly by "resize the window to the left" and scroll across the page, as the menu appears fine at any of these resolutions? I have not looked at your site on a phone or PDA, so am not sure if this is what you mean when you say you scroll across the page?


0

Response Number 12
Name: robber2
Date: January 10, 2008 at 07:10:56 Pacific
Reply:

I mean, when you "grab" the window on the bottom right
corner and resize it smaller (to the left), then you see the
bottom scroll bar. If you scroll to the right, to view the
content on the far right of the page, the content overlaps the
menu. Just a peeve, not an issue above 800x600 res.


0

Response Number 13
Name: Acej
Date: January 11, 2008 at 03:08:25 Pacific
Reply:

Hi,

Yes, I see what you mean. When resized the menu overlaps the image when scrolling. This problem doesn't occur when you remove the fixed menu, but I'm not sure if there is a simple workaround to resolve this issue with the fixed menu which you prefer to use.


0

Response Number 14
Name: robber2
Date: January 11, 2008 at 09:14:18 Pacific
Reply:

Absolute positioning is great to get things to stick to one
particular place on the page, but it's got it's own probs, too.
Like different browsers putting absolute positioned stuff in
different places and overlapping. This page looks okay at
standard 800x600 res.; but smaller, and things start floating
over other things on the page (I was going for the "bulletin
board" look, as the images are all shapes and sizes and it
was hard to format):
http://pojoaqueriverarttour.com/art...


0

Response Number 15
Name: robber2
Date: January 11, 2008 at 19:41:17 Pacific
Reply:

"...but I'm not sure if there is a simple workaround to
resolve this issue with the fixed menu which you prefer to
use..."
The simplest I've found is to use a colored background on
the menu, like this.
http://perfectionconstruction.com/L...
index.php
It's not prime, but it reduces the visual confusion,
especially of text over text. (this doesn't apply to IE6,
incidentally.)
"...Like different browsers putting absolute (or relative)
positioned stuff in different places..."
As for this, best I've found is to serve different stylesheets
to different browsers. The page above serves 5 different
stylesheets, depending on which UA is detected. Now if I
could just get the browser sniffer I use to detect IE6
properly!


0

Response Number 16
Name: Acej
Date: January 14, 2008 at 03:00:37 Pacific
Reply:

Hi,

The page - http://perfectionconstruction.com/L... - looks good with menu and content centred in IE6 and I see the scrolling problem is not an issue now when viewing in IE (when fixed menu has been removed). Firefox shows fixed menu to the left of the page and content centred with scrolling problem still present (due to fixed menu).

I think in the other page you mention above - http://perfectionconstruction.com/L... - that the idea of a different coloured menu background is good in one sense as it helps to lessen any confusion if overlap occurs, although, I must admit, I personally prefer the appearance of the menu in the original site (without the different coloured background). The whole look of the site is very clean with a simple clear layout - the sort of site that doesn't drive me crazy with annoying over-complicated content! Like your idea of different stylesheets for different browsers, displaying the page content as close to what you originally intended, depending on which browser people are using.



0

Response Number 17
Name: robber2
Date: January 14, 2008 at 16:49:52 Pacific
Reply:

i'm not wicked fond of the colored background menu either.
And though it's more maintenance, AFAIK, the only way
around browser inconsistencies is the multiple stylesheet
approach.


0

Response Number 18
Name: Acej
Date: January 16, 2008 at 02:58:12 Pacific
Reply:

Hi,

It is more maintenance, but I think it is worthwhile for the effect it has on making the site look good depending on which browser is being used to view it. I agree with you on the multiple stylesheet approach. Is an interesting problem with the menu/image overlap, so I will let you know if I come across any other ways to resolve this issue.


0

Response Number 19
Name: robber2
Date: January 16, 2008 at 06:06:22 Pacific
Reply:

Thanks for the helpful insight and feedback so far!


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Web Site critique requested

spam & web sites www.computing.net/answers/webdevel/spam-amp-web-sites/306.html

My web site www.computing.net/answers/webdevel/my-web-site/357.html

free web site hacked www.computing.net/answers/webdevel/free-web-site-hacked/804.html