http://validator.w3.org/

Go there, then type http://tifreakware.calcgames.org/index.htm

That should give you quite a laugh... Laughing
What's so funny? Mine isn't valid either because there's no way to get SWF files to be valid right now.
why are you laughing at your own site's crappy programming? ever considered actually FIXING the a errors?

Oh, and my W3C validator in firefox shows 90 warnings for your site, so the 60 errors that they are reporing is being lenient.

Kirb's site, by contrast, only has 3 warnings, and they all deal with the .swf embed tag (which is wierd, cause if you do a search, you'll see w3c examples w/ the embed tag, but whatever)

course, this site gets ~150 errors - which really should be fixed
Hehe...try mine...oh wait, you already said that. I should probably work on that. Sad
my main page only gets 7 errors, and they are all but one, not having alt tags on images
Razz I almost NEVER give my imgs alt tags.
yeah, I don't see the point really, but I guess they should be used for off site pics
Kllrnohj wrote:
why are you laughing at your own site's crappy programming? ever considered actually FIXING the <font color=red>censored</font> errors?

Oh, and my W3C validator in firefox shows 90 warnings for your site, so the 60 errors that they are reporing is being lenient.

Kirb's site, by contrast, only has 3 warnings, and they all deal with the .swf embed tag (which is wierd, cause if you do a search, you'll see w3c examples w/ the embed tag, but whatever)

course, this site gets ~150 errors - which really should be fixed


The page works, that is all that matters... Very Happy
it works NOW, but thats just because web browsers are letting you get by with it. you're lucky that HTML is such a forgiving language, or you'd be screwed...

it would still be a good thing to fix the errors, as then your site will load slightly faster, as web browsers won't have to spend time guessing at what you meant
Well, if I can figure out why in the world <html> is not valid... Mad

For some reason, it is saying that <TR> is not allowed in the tables. I think the validator doesn't have a clue... Mad
Just go through fixing errors a group at a time then revalidating. Each will show why it's wrong as you work through it. I would also suggest making as much as possible CSS-ified.
Indeed. CSS makes everything much easier.
TI-Freak8x wrote:
Well, if I can figure out why in the world <html> is not valid... Mad

For some reason, it is saying that <TR> is not allowed in the tables. I think the validator doesn't have a clue... Mad


<html> is a valid tag...did you read the error? it says why it marked that. The reason is that you never declared a DOCTYPE:

Quote:
no document type declaration; implying "<!DOCTYPE HTML SYSTEM>".


just throw this at the top of every page (assuming it is HTML and in english)


Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
I remember having to do that. Now I have universal pages the hold the layout of the whole site in a few files. Makes it a lot simpler and easier to work with. If you want, I can help you make your site work on CSS, get repeatitive things into external pages, and W3C compliant (unless you use SWF files, in which case that's their fault for not allowing EMBED tags).
That would be great if you could help make it work better... Smile

If you have time I mean.
It isn't a major big deal, and I would like to see it be with less errors, but you also cannot tell me it doesn't load quickly...
TI-Freak8x wrote:
It isn't a major big deal, and I would like to see it be with less errors, but you also cannot tell me it doesn't load quickly...


i never said it didn't load quickly. But for slower computers, fewer errors will equal faster performance
I can defintely tell a difference between this site and many other phpBB boards. This loads so much slower after connecting to the server. Other sites have longer connections, but once connected, the page almost instantly loads. I am currently working to get my forum compliant with some standards.
Yeah, I've cut down my frontpage errors from 187 to 109 now...
Yeah, I might deal with some of the bugs over the weekend...
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 4
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement