Click to See Complete Forum and Search --> : [RESOLVED] Review of Pet Site needed.


hlj71
10-13-2009, 05:46 PM
Hi! I have just finished creating a new site that will replace one of our current sites.There is not any content yet, so I have added filler content where needed. All of these pages will eventually be developed in C#, so I have to keep the line of code that is in the first line of each page:<%@ Page Language="C#" ContentType="text/html" ResponseEncoding="utf-8" %> I am aware this throws IE into quirks mode, but I have no choice but to develop around it.

The only working links on the page will be the main menu links (not the sub-nav links) which will take you to what the inner pages will look like.

I have validated the XHTML and the CSS code via W3C and I have tested the site in IE/FireFox/Google Chrome/Safari. This is the first website I have done using CSS layout, so I'm sure my code is bloated. Any tips on how to make it more efficient would be great! Any comments/suggestion welcomed, in fact.

Site:
http://www.aahahealthypet.com/home_v1.aspx

Thank you!!

andr105
10-15-2009, 07:06 AM
I appreciate the idea of the site but it looks unfinished. And the bottom of the page is empty - if possible, correct this small defect. But nevertheless I like the photo on the main page!

hlj71
10-15-2009, 09:52 AM
Well, the site is unfinished in the sense that there is no content for it yet, which is why there is just filler text/links/picture (on home page). We needed to get the site built so we could develop the content, etc in C#. Can you be a little more specific when you say "unfinished"? Am I missing something else? I have been engrossed in the code of this site for so long, maybe I am missing something that is obvious to users?

Thanks for the feedback!

6StringGeek
10-15-2009, 10:17 AM
Looks very nice. Not sure why I can scroll down beyond the bottom for the length of another page...but that's not a deal killer. Good job.

hlj71
10-15-2009, 12:21 PM
I just noticed that in IE when I am on the inner pages (http://www.aahahealthypet.com/accred.aspx), at the bottom left of the window, a little yellow triangle is showing up and when I click on it, a message box pops up and says:

Line: 29
Char: 2
Error: 'document.getElementIDByID(...)' is null or not an object
Code: 0
URL: http://www.aahahealthypet.com/accred.aspx


Does anyone know what this means and/or how I fix it?