473,396 Members | 2,010 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Validation on Server

When I use the validation service it will validate my pages on my computer,
but when I get them up loaded to the server, and try to validate the pages
on line I get this message: "No DOCTYPE Found! Falling Back to HTML 4.01
Transitional".

This is the doc type I have on all my pages.
"<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">" .

My webpage server is 250free.com and they put a banner at the top and bottom
of my pages. Is this why the validator gives me a no doc type found message?

http://floyd.250free.com

Floyd O'Connell

Jul 20 '05 #1
6 1664
"Rick" <fl*****@aaahawk.com> wrote:
When I use the validation service it will validate my pages on my computer,
but when I get them up loaded to the server, and try to validate the pages
on line I get this message: "No DOCTYPE Found! Falling Back to HTML 4.01
Transitional".

This is the doc type I have on all my pages.
"<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">" .
HTML 3.2? Odd choice for 2004.
My webpage server is 250free.com and they put a banner at the top and bottom
of my pages. Is this why the validator gives me a no doc type found message?

http://floyd.250free.com


Yep, the twenty odd lines of code they insert right at the start of
the file means that the validator can't find a doctype in the proper
place. It also means that the page will never validate to any doctype.
Move to a better host, one that doesn't screw up your pages.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #2
"Rick" <fl*****@aaahawk.com> wrote in
news:10*************@corp.supernews.com:
When I use the validation service it will validate my pages on my
computer, but when I get them up loaded to the server, and try to
validate the pages on line I get this message: "No DOCTYPE Found!
Falling Back to HTML 4.01 Transitional".

This is the doc type I have on all my pages.
"<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">" .

My webpage server is 250free.com and they put a banner at the top and
bottom of my pages. Is this why the validator gives me a no doc type
found message?

http://floyd.250free.com


Yes. Look at the source code of the page as delivered by 250free.
The page starts with the code for the "250Free Advertising".

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
Jul 20 '05 #3
One other question, please. Does the server banner stop the web spiders or
crawlers from seeing my pages?

"Dave Patton" <no**@none.com> wrote in message
news:Xn********************************@24.71.223. 159...
"Rick" <fl*****@aaahawk.com> wrote in
news:10*************@corp.supernews.com:
When I use the validation service it will validate my pages on my
computer, but when I get them up loaded to the server, and try to
validate the pages on line I get this message: "No DOCTYPE Found!
Falling Back to HTML 4.01 Transitional".

This is the doc type I have on all my pages.
"<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">" .

My webpage server is 250free.com and they put a banner at the top and
bottom of my pages. Is this why the validator gives me a no doc type
found message?

http://floyd.250free.com


Yes. Look at the source code of the page as delivered by 250free.
The page starts with the code for the "250Free Advertising".

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/

Jul 20 '05 #4
Please don't top-post.

Rick wrote:
One other question, please. Does the server banner stop the web spiders or
crawlers from seeing my pages?


No, it should have no effect.

--
Brian (remove ".invalid" to email me)

Jul 20 '05 #5

"Brian" <us*****@julietremblay.com.invalid> wrote in message
news:40********@news-1.oit.umass.edu...
Please don't top-post.

Rick wrote:
One other question, please. Does the server banner stop the web spiders or crawlers from seeing my pages?


No, it should have no effect.

--
Brian (remove ".invalid" to email me)


Thanks, and Sorry, I will do better.
Jul 20 '05 #6
Rick wrote:
One other question, please. Does the server banner stop the web spiders or
crawlers from seeing my pages?


I don't think so: until recently, I had a similar problem using
easyspace as a host. I still got hits from search engines.

A bannerless site was prohibitively expensive, and there was no
guarantee that they would not add code to my pages. They did not respond
to an email where I offered to include a banner in my pages and a link
to their site. So I changed hosts.

Paul
Jul 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Hernán Castelo | last post by:
should i to validate all the "Request"s calls like Request.FORM("...") and Request.Cookies("...") ???? if it is so, i have to see inside every "Input" elements like "Text" and even "Hidden"...
4
by: | last post by:
Hello Guys, I am using the validation controls to validate my data. But the problem is "The page is still being posted to server". I want to get rid of the round trips to server. Are there...
14
by: Matt | last post by:
I want to know if ASP.NET Web Forms Validation Controls are Server-Side or Client-Side form validation? Since I think each validator control can select either 1) JavaScript based error dialog or 2)...
4
by: usl2222 | last post by:
Hi folks, I appreciate any assistance in the following problem: I have a form with a bunch of dynamic controls on it. All the controls are dynamically generated on a server, including all...
6
by: Stephen | last post by:
Hi, the validation controls dont work on Netscape or Mozilla and only on Internet Explorer why? How do i correct this problem? Thanks
7
by: Ryan Ternier | last post by:
We're running a site that has required field validation on the login page. It works fine on our development / test machines. However, when I upload this site to our live server i get this error. ...
1
by: Buddy Ackerman | last post by:
I don't know what the problem is. I have a form with several controls that need to be validated, I put a validation group in every form control, every validatoino control, the submit button and...
2
by: dustbort | last post by:
I recently had a problem where my required field validator stopped working. But, the page still posted back and tried to insert a record into the database without performing server-side validation....
12
by: Dabbler | last post by:
I need to insure that at least one of three phone number fields has a value (requiredfield) but I'm not sure of a way to implement this without server side logic. Is there a way to use the...
6
by: Jon Paal | last post by:
validation doesn't fire what's missing ????? /////// ---- code -----/////////////////////////// Sub btnSubmit_Click(sender As Object, e As System.Web.UI.ImageClickEventArgs) 'Handles...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.