The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Website validation errors, Validation check on website am now stuck with solving problem
Rating  3
Katy
post Feb 12 2007, 02:32 PM
Post #1





Group: Members
Posts: 5
Joined: 12-February 07
Member No.: 1,874



Dear all,

After recently learning from the net how to use HTML, javascript, frontpage make pages from scratch and publishing my site (still need to finish 2 pages).
I have encounterd the next hurdle,.../....: validation errors and I'm at loss as how to solve the remaining ones.

It has to do wth the public HTML choice made for my pages but do not know which is the best one to use, have tried all HTML options and errors still pop up.

Can someone please advise me on solving this problem and maybe how to speed the site up. All feedback is welcome.

www.cloudchamber.eu

thanks for support

Katy
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Feb 12 2007, 04:16 PM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



For starters, I recommend that you get rid of the content-free entry page and go directly to the content that is currently at http://www.cloudchamber.eu/home.html

The validation errors with your frameset page are caused by a missing quote at the end of the <meta name="description" ...> tag.

Many of the validation errors for your framed content pages are caused by using the frameset doctype declaration for non-frameset pages. I recommend that you avoid using frames, but if you're going to use them, then you should use the frameset doctype declaration
CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
for only the frameset page(s). You should use the transitional doctype declaration
CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
for all the framed content pages.

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Katy
post Feb 12 2007, 04:30 PM
Post #3





Group: Members
Posts: 5
Joined: 12-February 07
Member No.: 1,874



Thank you Darin for you very rapid response!

Will give it a go and let you know the result before brain explodes...this is my first site and would love to make more after this works ok.

regards
Katy
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Katy
post Feb 12 2007, 05:10 PM
Post #4





Group: Members
Posts: 5
Joined: 12-February 07
Member No.: 1,874



Hi Darrin,

HTML codes are ok now.

Q The validation errors with your frameset page are caused by a missing quote at the end of the <meta name="description" ...> tag.

tag? (pls example, I don't see the error.)

thanks
Katy
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Feb 12 2007, 05:23 PM
Post #5


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



The final closing quote is missing. You've got
CODE
<meta name="description" content="Float on a cloud thru a room to view art, theater and performance elements created around Europe.>
where you should have
CODE
<meta name="description" content="Float on a cloud thru a room to view art, theater and performance elements created around Europe.">
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Katy
post Feb 12 2007, 05:37 PM
Post #6





Group: Members
Posts: 5
Joined: 12-February 07
Member No.: 1,874



I will put my glasses on now...thank you
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Katy
post Feb 12 2007, 07:53 PM
Post #7





Group: Members
Posts: 5
Joined: 12-February 07
Member No.: 1,874



Great everything is validated now, please advise were you can find programs to help speed up site.

Thanks a million!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Feb 13 2007, 05:04 AM
Post #8


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,732
Joined: 9-August 06
Member No.: 6



What kind of programs do you mean? If you write leaner code, use external CSS and JS files and use smaller and/or more optimized images it will speed your site up.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Feb 13 2007, 06:44 AM
Post #9


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



A javascript driven navigation is getting out of date, when you can easily do such image swap behavior with CSS, see CSS nopreload rollovers and/or the Alistapart article on sprites. I'm sure it will speed up your page.

And you could use CSS to avoid the frames too. Look through the links at d.umn.edu.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 07:08 PM