Go Back   CodingForums.com > :: Client side development > General web building > Site reviews

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-19-2004, 09:44 PM   PM User | #1
Big Fat
New Coder

 
Join Date: Jul 2004
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Big Fat is an unknown quantity at this point
Post Site Review - let me have it!

Recently redid site. The purpose of the layout was to get a lot of information on a few pages. Is the layout professional? I do not understand CSS, so not a CSS site. Also, do anyone know how to do a redirect from an email link (not a form), or is that possible. I like to send them to a thank you page and then back to home page after sending email. I have too many different emails to use forms. Please review site for possible improvements. Thanx

http://www.mybigfatmortgage.net/quickindex.html

Big Fat

Last edited by Big Fat; 07-20-2004 at 03:17 AM..
Big Fat is offline   Reply With Quote
Old 07-19-2004, 10:27 PM   PM User | #2
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,042
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
Perhaps you can include the URL?
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 07-20-2004, 03:21 AM   PM User | #3
Big Fat
New Coder

 
Join Date: Jul 2004
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Big Fat is an unknown quantity at this point
Arrow Url

oops - http://www.mybigfatmortgage.net/quickindex.html

Layout ok?

How do you redirect from an email link?
Big Fat is offline   Reply With Quote
Old 07-20-2004, 07:09 AM   PM User | #4
ronburk
New to the CF scene

 
Join Date: Jul 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
ronburk is an unknown quantity at this point
I'm running at only a modestly high resolution (1280x1024), but the main page text is microscopic. The text refused to change size, no matter what I set IE's View|Text Size| option to.

I know of no reasonable way to redirect after a mailto: link. I did not understand your explanation of why you couldn't just use a form (which can be much more reliable, since not all organizations permit the mailto: link to function).

Your HTML did not begin with a DOCTYPE declaration, making it difficult to use standard free tools for checking for HTML errors. A cursory inspection showed that the HTML did indeed contain a variety of errors, from the trivial (hex color code missing "#" prefix) to the flat-out broke (h1 appearing inside paragraph element, extraneous illegal attributes in anchor tag, etc.).
__________________
Relaxed Keyword Tracking
ronburk is offline   Reply With Quote
Old 07-20-2004, 08:56 PM   PM User | #5
Big Fat
New Coder

 
Join Date: Jul 2004
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Big Fat is an unknown quantity at this point
Smile ronburk

I admit the html isn't perfect. I'm considering redoing it in CSS. I will look at changing the font so you can change the text size. I use the same resolution as you are. I like it, but maybe the letters are not spaced far enough apart and that makes it seem miroscopic.
Big Fat is offline   Reply With Quote
Old 07-20-2004, 09:50 PM   PM User | #6
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,042
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
I'd agree that the font size is a tad too small. It is probably more readable for you since you already know what it says. Also, consider increasing the ammount of contrast between the body text and the background. That'd improve readability. Choose different colors than dark blue on a blue-silver background.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 07-21-2004, 11:46 AM   PM User | #7
llizard
Regular Coder

 
Join Date: Apr 2004
Location: Canada
Posts: 302
Thanks: 2
Thanked 0 Times in 0 Posts
llizard is an unknown quantity at this point
Quote:
Originally Posted by Big Fat
I admit the html isn't perfect. I'm considering redoing it in CSS. I will look at changing the font so you can change the text size. I use the same resolution as you are. I like it, but maybe the letters are not spaced far enough apart and that makes it seem miroscopic.
Running Win2K viewed in IE6 and MozillaFirefox0.8 at 800x600 res

If you're going to redo in CSS, then your HTML has to be pristine for the CSS to work. If you don't want to put a doctype in, you can use this validator at the WebDesign Group. If the doctype is missing, it assumes HTML 4.01 Transitional and continues with the assessment:

http://www.htmlhelp.org/tools/validator/

Even at 800x600, the font size is miniscule.

You might consider actually choosing a background colour for the top, right and bottom parts of the page - instead of leaving the default - especially as you have chosen colour for the text. My default background colour in Mozilla is grey. Your footer text is entirely invisible in Mozilla. My default background colour in IE6 is ivory. The footer text is just showing through.

Otherwise, the basic layout of the page is fine.
llizard is offline   Reply With Quote
Old 07-21-2004, 10:31 PM   PM User | #8
Big Fat
New Coder

 
Join Date: Jul 2004
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Big Fat is an unknown quantity at this point
Thumbs up

Thanks for the feedback.

I changed the font and the html is <!doctype html public "-//w3c//dtd html 3.2//en"> valid. I did go ahead and put that in the header. I am considering change the color of the font also.

I'm not sure of the difference in html 3.2 and 4 or 4.01. Does this have to do with browser capability? Thanks for the tip about valid html and css.

Anymore suggestions to improve the site? I think it's ok - fast download, no graphs, pleasant to look at - maybe?

http://www.mybigfatmortgage.net/quickindex.html
Big Fat is offline   Reply With Quote
Old 07-21-2004, 11:11 PM   PM User | #9
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,042
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
Quote:
Originally Posted by Big Fat
I'm not sure of the difference in html 3.2 and 4 or 4.01. Does this have to do with browser capability?
http://www.codingforums.com/showthread.php?t=18346

That thread should hopefully answer your questions.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 07-22-2004, 03:35 PM   PM User | #10
llizard
Regular Coder

 
Join Date: Apr 2004
Location: Canada
Posts: 302
Thanks: 2
Thanked 0 Times in 0 Posts
llizard is an unknown quantity at this point
Quote:
Originally Posted by Big Fat
Anymore suggestions to improve the site? I think it's ok - fast download, no graphs, pleasant to look at - maybe?

http://www.mybigfatmortgage.net/quickindex.html
Put your page into either of these validators:

http://validator.w3.org/
http://www.htmlhelp.org/tools/validator/

As you will quickly find out, there is an error in the doctype.

For information about doctypes, take a look at:
http://www.w3schools.com/tags/tag_doctype.asp

~~~~~~~~~~~~~~~~
I'm viewing at 800x600 and still find the font to be quite small. I made the font larger (ctrl +) and this made it necessary to scroll down in order to see the tables to the right. Is there a reason that you are setting the font size? Is it absolutely necessary? If so, why don't you try using relative values (small, medium, large, % of parent element)

For more about fontsizes:
http://www.w3schools.com/css/pr_font_font-size.asp

~~~~~~~~~~~~~~~
The other possible problem is that you have not set a background colour for the page. This will only create difficulties for some viewers. To recreate problem scenario, go into the tools section of one of your browsers and change the default background colour to black, navy, red, green... and look at your page.

~~~~~~~~~~~~~~~
I wonder what it would look like if "Fat" in the title were made fatter and larger to really catch the eye. Or perhaps you might put a line through "Fat" to indicate to your potential customers that their mortgage will be greatly reduced if they go with your company.

~~~~~~~~~~~~~~~
Otherwise, the page is aesthetically quite pleasing. It just needs a few tweaks.
llizard is offline   Reply With Quote
Old 07-22-2004, 04:00 PM   PM User | #11
ronaldb66
Senior Coder

 
Join Date: Jun 2002
Location: The Netherlands, Baarn, Ut.
Posts: 4,253
Thanks: 0
Thanked 0 Times in 0 Posts
ronaldb66 is an unknown quantity at this point
Body text, header, whitespace

I'm not too crazy about default Times as the body text; I'd suggest a more appropriate sans-serif font (verdana always works well).

Furthermore, I think your header / site name could be more prominent; in that case, it might be a good idea to move the nav bar underneath it.

Layout-wise, the home page lacks air, whitespace: everything looks cramped because there's so much on it. I'd seriously consider spreading the content out some more, leading the viewer in through the top level pages and pointing them when interested to a more detailed level (with thinks like tables full of figures). The way the sidebar is used makes it work full, crowded.

Upon further inspection: the link "Sign up" leads to a page called "Mortgage manager"; not a good idea. Since that page is all about the Mortgage manager, call the link the same. Calling it "sign up" makes viewers expect a typical signup-form (in which they might not even be interested: sign up for what?); getting a whole page about some Mortgage manager may confuse them.

Code-wise, it's the typical Frontpage junk, so there's no use commenting on that.
__________________
Regards,
Ronald.
ronaldvanderwijden.com
ronaldb66 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:41 AM.


Advertisement
Log in to turn off these ads.