Recommended Resources
HTML Dog - Learn HTML and CSS
HTML Dog - Learn HTML and CSS
HTML Dog - Learn HTML and CSS
CSS-Tricks Blog
CSS-Tricks Blog
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 - Write Less Do More
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
|
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
|
|||
|
09-06-2010, 05:05 PM
Post: #2
|
|||
|
|||
|
RE: Website
Hey Mrs. Puff
![]() 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> is not necessary anymore 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: <tdis 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> And you forgot to set the type anyway ![]() Google Page Speed Score is 82. Suggestions from the big G are: Code: Leverage browser cachingAs 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 |
|||
|
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.
|
|||
|
09-08-2010, 09:31 PM
Post: #4
|
|||
|
|||
RE: Website
(09-06-2010 05:05 PM)csm Wrote: Hey Mrs. Puff Thank you Nikjerry, I have worked hard but it has too many errors. It may never be seen. |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
User/s Online





I think you do not need it.
