You are not logged in or registered. Please login or register to use the full functionality of this board...
Close
HTML Dog - Learn HTML and CSS HTML Dog HTML Dog - Learn HTML and CSS
CSS-Tricks Blog CSS-Tricks.com CSS-Tricks Blog
David Walsh Blog David Walsh Blog David Walsh Blog
Addy Osmani Blog Addy Osmani Blog Addy Osmani Blog
CSS Zengarden CSS Zengarden CSS Zengarden
jQuery - Write Less Do More jQuery jQuery - Write Less Do More
Learning jQuery Learning jQuery Learning jQuery
jQuery User Interface jQuery User Interface jQuery User Interface
jQuery Tools - The Missing UI Library for the Web jQuery Tools jQuery Tools
Accounts that are inactive for 90 days will get deleted. Accounts that do not activate via mail will get banned.


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Website
09-06-2010, 01:33 PM
Post: #1
Website
Do you review websites? I sure need an opinion on mine since it is not bringing traffic. Thanks http://www.birdhousesnook.com
Quote this message in a reply
09-06-2010, 05:05 PM
Post: #2
RE: Website
Hey Mrs. Puff Big Grin

Ok, let's go on with a short review for your site.

First of all: DOCTYPE seems to be HTML 4.01 Transitional.

W3C Validator tells me: 54 Errors and 19 warnings.

Hm, that's not really good tbh. But hey, this site is coded with tables.

If you code for this doctype you should disable shorttags. That means, something like e.g.

Code:
<meta content="110WTBI8eRAr1PAZlpnIjICyaiE" name="alexaVerifyID" />

should be

Code:
<meta content="110WTBI8eRAr1PAZlpnIjICyaiE" name="alexaVerifyID">

and so on... A full list of errors is here: http://validator.w3.org/check?uri=http:/...ne&group=0

You have all your styles inline. And this one here

Code:
<style>
    <!--
    .debug{
        color : #B30000;
        width : 100%;
        height : 15px;
        font-family : arial;
        background-color : #FFFFBF;
        font-weight : bold;
        margin-top : 0px;
    }
    -->
</style>

is not necessary anymore Wink I think you do not need it.

Oh, there is a external stylesheet ... the best is you put ALL (inline styles too) into the external sheet that is loaded here:

Code:
<link rel="stylesheet" type="text/css" href="/css/designs/templateText.css"></link>

The code is cluttered ... that's not really good!

All those

Code:
<td

                      align="left"

                        class="link"

                        onmouseover="bgColor='bbbbbb'"

                        onmouseout="bgColor='dddddd'"

                        onclick="window.location='/faq_page.html'"

                        bgcolor="dddddd"

                        width="140"                            

                        >

is not really the way to code a site nowadays. What program did you use for it?

This lines here are not allowed to be placed there:

Code:
            <style>
                .hostReferralLink{font-size:0pt;}
            </style>

And you forgot to set the type anyway Wink

Google Page Speed Score is 82.

Suggestions from the big G are:

Code:
Leverage browser caching
Serve scaled images
Serve static content from a cookieless domain
Combine external JavaScript
Enable compression
Optimize images
Minify CSS
Minify JavaScript
Optimize the order of styles and scripts
Put CSS in the document head
Specify a Vary: Accept-Encoding header
Specify image dimensions

As you can see there is a lot to optimize. TBH I would do a new site ... done from the scratch.

May I ask what is this site for? Business?

XHTML-valid-websites Forum | My Ezine Articles Profile | Cookieless Domain Service
Visit this user's website Find all posts by this user
Quote this message in a reply
09-08-2010, 11:00 AM
Post: #3
RE: Website
Rose Puff, I have just seen your this site and I just want to say that I really like that too much. The infomration which you have shown here thats also that much informative. The another thing is that the services which you are providing its really that much fantastic.
Quote this message in a reply
09-08-2010, 09:31 PM
Post: #4
RE: Website
(09-06-2010 05:05 PM)csm Wrote:  Hey Mrs. Puff Big Grin

Ok, let's go on with a short review for your site.

First of all: DOCTYPE seems to be HTML 4.01 Transitional.

W3C Validator tells me: 54 Errors and 19 warnings.

Hm, that's not really good tbh. But hey, this site is coded with tables.

If you code for this doctype you should disable shorttags. That means, something like e.g.

Code:
<meta content="110WTBI8eRAr1PAZlpnIjICyaiE" name="alexaVerifyID" />

should be

Code:
<meta content="110WTBI8eRAr1PAZlpnIjICyaiE" name="alexaVerifyID">

and so on... A full list of errors is here: http://validator.w3.org/check?uri=http:/...ne&group=0

You have all your styles inline. And this one here

Code:
<style>
    <!--
    .debug{
        color : #B30000;
        width : 100%;
        height : 15px;
        font-family : arial;
        background-color : #FFFFBF;
        font-weight : bold;
        margin-top : 0px;
    }
    -->
</style>

is not necessary anymore Wink I think you do not need it.

Oh, there is a external stylesheet ... the best is you put ALL (inline styles too) into the external sheet that is loaded here:

Code:
<link rel="stylesheet" type="text/css" href="/css/designs/templateText.css"></link>

The code is cluttered ... that's not really good!

All those

Code:
<td

                      align="left"

                        class="link"

                        onmouseover="bgColor='bbbbbb'"

                        onmouseout="bgColor='dddddd'"

                        onclick="window.location='/faq_page.html'"

                        bgcolor="dddddd"

                        width="140"                            

                        >

is not really the way to code a site nowadays. What program did you use for it?

This lines here are not allowed to be placed there:

Code:
            <style>
                .hostReferralLink{font-size:0pt;}
            </style>

And you forgot to set the type anyway Wink

Google Page Speed Score is 82.

Suggestions from the big G are:

Code:
Leverage browser caching
Serve scaled images
Serve static content from a cookieless domain
Combine external JavaScript
Enable compression
Optimize images
Minify CSS
Minify JavaScript
Optimize the order of styles and scripts
Put CSS in the document head
Specify a Vary: Accept-Encoding header
Specify image dimensions

As you can see there is a lot to optimize. TBH I would do a new site ... done from the scratch.

May I ask what is this site for? Business?


Thank you Nikjerry, I have worked hard but it has too many errors. It may never be seen.
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)
Loading..
User/s Online