View The Errors In Your Html!

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #14) by BordaForx on Dec 22 2005, 04:45 AM. (Line Breaks Removed)
http://www.yahoo.com/ ------- 255 errorshttp://www.trap17.com/ ---------43 errorsWow, trap17, good job. You beat Yahoo!.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > CONTRIBUTE > The Internet > Website Discussion

View The Errors In Your Html!

jack
Did you ever do a script and think... How do I know if it is going to display right for everyone.... How do I know my HTML is pure 100% clean, well, think no more... http://validator.w3.org/ - on that URL, you can put in your URL and it tells you how many errors and it displays the errors in your coding!!

example: http://validator.w3.org/check?uri=http%3A%...&doctype=Inline

Displays 51 errors!

Enjoy wink.gif

Jack

Reply

moogie
I went to this site as you suggested and from what I can see, it

QUOTE
validates conformance to W3C Recommendations and standards


It doesn't check your html for errors but for non-conformance to those standards.

I entered the URL for my own website, which by the way displays and performs very well, and came up with 17 compliance issues....not html errors.

So I think you may have misunderstood what this organization does.

Reply

Tyssen
QUOTE(moogie @ Nov 17 2005, 02:26 PM)
So I think you may have misunderstood what this organization does.

No, I think it's you who's misunderstood. If the validator finds errors, they're errors, not compliance issues. Just cos your site might display how you think it should doesn't mean that your code doesn't have errors, especially if you're using a loose doctype (or even if you have one at all).

Reply

moogie
Thanks Tyssen. You are right of course. Errors are errors. And you're also right about a site displaying even if it has errors and mine did come up with errors.

Reply

Goosestaf
newbie questions . . . .
but why do you need to make a website 100% validated?
Whats the problem if it views allright in all borwsers?
How can you make your code "correct"?
Why doesn't software liek Dreamweaver create the "correct" code in the first place?

Reply

jlhaslip
Another point to be made here.
Even if your page goes through the validation process without errors it may not (actually probably won't) display the same in all browsers.
The Standards applied are reccomended standards. Not enforced. So various browsers read and interpret them differently which results in the displayed output being similar perhaps, but almost never the same on any two browsers.
Firefox (and I am not going to rant about how good it is or isn't) and Opera (same) seem to be the most compliant to the standards. IE requires the most hacks or fixes.
I believe the standards are a good thing and I hope the next version of Internet Explorer moves closer to the standards. It would be so much nicer to not have these issues.

Reply

Goosestaf
I just dont see the point of spending the time if the most used browser isn't very compliant.

Reply

Razor
All it really did for my site is tell me things like
"Marginwidth = 0"
and would say thats wrong because i didnt need margin width in there at all......still wouldnt make a difference..just really cleared up exess ..uneeded html if you ask me tongue.gif...
and gave me into trouble for not having a # before my colour numbers tongue.gif ..
but at least i finally found out what this validated stuff was all about..tongue.gif.

Reply

wild20
Hey thanks for the topic, this will be great. My site is scratch HTML and I am sure it has plenty of errors that could stand to be fixed. I can't believe someone didn't think of this sooner, it will allow people to perfect their codes. Just need one for javascript, html combined. Thanks again! smile.gif

Reply

Plenoptic
I have tried this site before. I tried it long ago and had a whole bunch of errors. Of course I couldn't fix it because back then I had no idea what I was doing. It is a pretty good source for proffesional sites. They put the picture saying their site had been validated. It helps make sure that all of the browsers see the same thing and no distorted stuff I think. I don't know the full details.

Reply

Latest Entries

BordaForx
http://www.yahoo.com/ ------- 255 errors

http://www.trap17.com/ ---------43 errors

Wow, trap17, good job. You beat Yahoo!.

Reply

Dart-kun
Haha, that checker is pretty neat, though, it wants more coding in there, adding things like "border=0" while the border is automatically equal. These types of things get less errors on that site, but it sure does add alot of junk to your coding, pretty unnessesary junk IMO. I like my clean uncomplete code better. tongue.gif

Nice site though, worth a few chuckles.

Reply

Tyssen
QUOTE(Goosestaf @ Nov 17 2005, 10:13 PM)
I just dont see the point of spending the time if the most used browser isn't very compliant.

The point comes if you're trying to make your site viewable to as many people using as many devices (not just browsers) on as many operating systems as possible while at the same time taking into account people's disabilities (mobility, sight etc.).

Reply

theplok
Yes, this is a very good tool. I use this tool a lot to check errors and compatibilaty problems with my site, and other sites if i am reading their source.

If anyone here uses Firefox, there is a better and more efficient way to do this. If you download an extension called "HTML Validator" which adds the HTML validator to the bottom when you view the source code of any site.

Also, there is a better and more efficient way to do this. If you download an extension called "Web Developer". This adds a toolbar above your tab displayer, with many options, like a quick view source, a menu to disable many features, and of course, the option to validate HTML, along with CSS, feed, links, and others.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2
Similar Topics

Keywords : view, errors, html

  1. Changing Isps
    A unique view into the lives of Statesmen and RadioChick (7)
  2. Accidently Deleted Template.html
    please somebody provide the original one (3)
    I recently signed for qupis account. When I uploaded all my files the site was not showing and was
    still rediecting to template.html and so I deleted it. But now I can't access my website as it
    is not considering other files like index.html, index.php for showing as default page. I now
    understood unlike trap17, qupis displays ads and template.html is essential and should be used for
    default page. NOW SOMEBODY PLEASE SEND ME ORIGINAL TEMPLATE.HTML. And then how to actually get my
    index.php work. please help.....
  3. Some Questions On Html
    (6)
    I was just curious on how people here learned HTML or XML (assuming you did, which, judging by the
    fact you are actually here on this board). How long did it take for you to learn the basics of HTML?
    How proficient are you right now in HTML? Which resources did you use when you were learning HTML
    (or are currently learning HTML?). How did you find learning HTML? Thanks.....
  4. Create Dynamic Html/php Pages Using Simple Vb.net Code
    Taking your application data, and creating a webpage for others to vie (1)
    This example will show you how use a string in VB to create PHP code. In order to do this, you need
    a string to store your PHP page and a function that I will list at the bottom of the page for you to
    put in a module. This code is written in VB.NET Public Sub CreatePage(ByVal HTMLTitle As
    String, ByVal HTMLText As String, ByVal HTMLFileName As String) Dim strFile As String '
    ---------------------- ' -- Prepare String -- ' ---------------------- strFile = "" '
    -------------------- ' -- Write Starter -- ' -------------------- strFile = " " ....
  5. Flippingbook Html Edition
    download FREE version (0)
    You can create professional online albums/books with this simple and convenient tool: FlippingBook
    HTML Edition . The main attraction with this Javascript+SWF application is the page-flipping or
    page-turning feature, like we are used to do with physical publications like books, magazines, etc.
    http://www.page-flip.com/downloads.htm this free version has several limitation however: up to 10
    pages only, and you gotta retain the copyright link embedded in it. of course there is the paid
    edition too, in case you want to use it beyond the limitations of the free version.....
  6. Html Based Emails On Hotmail
    (0)
    Hi everyone. I would like to ask if anyone here knows how to compose a HTML based email, with
    pictures and links, on Hotmail? I can't seem to compose one. Thanks in advance.....
  7. Ur View On Cheaters
    Whats your view on cheaters? (11)
    Whats your opinion about cheaters? I, myself, often use cheats on games. I also use multihacks on
    multiplayer games, but I only use cheats vs. other cheaters, so it stays fair.. Im currently an
    active cheater in Wolfenstein - Enemy Territory. I only play in servers where an aimbot is allowed
    and i respect noncheaters (I used to play noncheat myself aswell). So, whats your view on cheaters?
    Do they suck, or do you respect them as long as they stay on their own territory? ~ Greetings,
    Accure....
  8. Html, Xhtml, And Css, Sixth Edition (visual Quickstart Guide) Review
    (0)
    HTML, XHTML & CSS then this book is a must as this book will teach you how to build basic websites
    and learn what each tag does and how and where to use it. When you finish this book you will have
    saved yourself a whole bunch of time trying to learn from tutorials and other websites as you will
    be able to build a fully functional website in no time. Also what is best with this book as it
    comes with a companion website in which you can download all the mini tutorials that this book as to
    offer so you can see what their examples look like and learn from how the coding is....
  9. Sitepoint: The Ultimate Html Reference
    (0)
    If you’re a web design both beginner and advance and have a hard time remembering all the
    various html tags, then this book is for you as Ian Lloyd covers every tag from html 1 to XHTML.
    Each tag is broken down about what is is supposed to do and gives you an example of what it looks
    like and what other HTML’s can be used with that tag as well. This book also provides
    DOCTYPES which includes the early version of html up to the current XHTML. So I highly recommend
    getting this book and adding it to your collection as you will never have to buy those bulky h....
  10. Folder View In Kde 4.1
    (4)
    Even though there was a lot of negative criticism over the new KDE, but over the last time there are
    mostly positive critics and they encouraged me to try this DE (some of them even told me that KDE4
    is better than MS Vista's and even OSX's one!). For those which don't know what is
    KDE and what should they expect from it, here is the official link from the devs. :
    http://www.kde.org/announcements/4.1/ With the comming of KDE 4 lots of things changed and lots
    of new things were added in it, but I'll keep on one productive thing in here, and its cal....
  11. Lan Surfer In Linux
    GUI software to view other's shared files (2)
    I have been using LAN surfer and Network scanner in Windows , These software's are used
    to scan the LAN over a given range of IP addresses and then display the folders shared by each
    computer available on LAN in the specified range... now i have switched to Linux... Can you tell me
    any GUI software which would do this task in Linux ubuntu 7.04. I tried nmap but i did not
    find it that useful...i think it does only port scanning and stuff but does not display the files
    shared... but i am not sure..tell me if it can be used and how... I also installed s....
  12. Making A Picture Viewer Website
    Html programming or javascript (3)
    this is one thing i've struggled with for ages. I want a webpage where there are little
    thumbnails and in the middle somewhere is the main picture. The littole thumbnails or snipets of
    infor when clicked display the main image corresponding to that clicked thumbnail or link. e.g
    pictures of the country side listed in pairs or 3's or 4's in a column and you click each
    one an the main view on the screen displays that particular picture. How is this achieved. Can any
    one gimme a link to a site with templated for that or javascript for that or html code or past....
  13. Naming Web Page Files
    Which way you like- MyPage.html or my-page.html or my_page.html (9)
    Everybody talks about meta tags, keywords, good title names and how they can increase page rankings,
    etc. But I was wondering whether the page name itself holds any value in indexing. Yes, I am
    talking about the web page file names (some-thing.html) NOT the one which you put in title tags. I
    am going to express my views and want to know what you think is correct. I have seen pages named in
    various ways like these: 1) my_web_page.html 2) DoYouLikeMyPage.html 3) hey-see-my-webpage.html (I
    think this way is more appropriate) 4) this.is.a.page.html (somewhat confusing) ....
  14. Is The Database System Gone Again? [resolved]
    Errors on PHPMyAdmin again (12)
    I wonder if there is a problem with the PHPMyAdmin system again? When trying to get into it, I once
    again get the following: QUOTE Warning: session_write_close() : SQLite: session write query
    failed: database is full in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42
    Warning: session_write_close() : Failed to write session data (sqlite). Please verify that the
    current setting of session.save_path is correct
    (/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb) in
    /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42 Warning: Ca....
  15. Add Flashing Inbox To Invisionfree Forum
    Html code for invsiionfree!! (2)
    Do you find it annoying when you are on your invisionfree forum, and you get a new message, and it
    ends up taking you 5 minutes to notice? This code makes the inbox link flash bold red saying how
    many messages you have. In version 1 the word inbox stays the same, and doesnt change at all (for
    Example this is flashing: Inbox (2) In version 2 (the second code) the word inbox changes to
    messages (constantly, so that if you have none, it says messages (0) instead of inbox (0). It still
    flashes Red Put the following In the Header and Body Section (Admin Cp>>>Skinning ....
  16. How To Make A View New Post Script?
    (5)
    Ok so i'm still working on the forum software i posted about a while back, but I have no idea
    how to do this. I want to make a view new post script, as this is one of the main things that my
    forum software dose not have that all other forums have. so does any body have an idea on how i
    would do this? Thanks.....
  17. What Is The Best Free Html Editor?
    (20)
    im looking for any kind that is free really.... i use windows but if you have one for a different
    platfor, go ahead and add it for reference for other users. If you have one for normal text editor
    and wysiwyg, add them both. i have been using notepad as my normal html editor but im looking for
    something different... at least so i can see the different colors of the codes. Right now i am
    downloading moxilla's seamonkey suite but im not sure how good it is... i will post a review if
    i ever use one. If you have used the html editor you suggest or you just heard abou....
  18. Flash Media Into Html/css Website
    does anyone know how to import a flash into a webpage with transparenc (1)
    Hi I need some help , Im designing this website for school studies However, I made a flash drop down
    menu, works perfectly, but you know how flash has a background when you export it in to a SWF file?
    For example my flash is width= 800, and height = 200 but my div box on my html page for my
    navigation is only 50 px my buttons is width of 50px and the rest of the content is the drop down
    animations i want to insert it into my navigation div box but i want to set the flash background to
    transparent so that when the drop down menu comes down it overlaps the text or whateva....
  19. Has Anybody Tried Ms Expression Web Html Editor
    It's much better than Frontpage (3)
    I was desperate to finish a site I was designing after I lost my hard drive and my software. I
    downloaded Expression Web from the Microsoft site for a 3 month free trial, and guess what? It's
    surprisingly good! Nothing like that crappy frontpage, it's standards compliant and very
    good for writing CSS. Haven't heard anybody mention the program and wondering if anybody else
    has tried it out. It's free to try from the MS site.....
  20. Where Is There A Good Site To Learn Web Html?
    (20)
    im a noob when it comes to web html to design web sites, can some one tell me where to find a good
    website that has good tutorials on how to use web html?....
  21. Starcraft
    What's you view? (14)
    Starcraft, some people hate it, some people love it, some people don’t give a damn. But I’m just
    wondering, what’s your opinion about this game? What do you think has led this game to become so
    big, why do you keep playing it? What keeps you hooked onto this game, I probably won’t get a
    straightforward answer, but lately I’ve been thinking a lot about this and I want to see what you
    think. In my opinion, Starcraft is an amazing game, it's an old game, but it's a classic.
    People in Korea have like an entire channel dedicated to this game and hold tournaments, (T....
  22. Psd --> Editable Html
    (4)
    Here's the deal. I am new at working with web objects in photoshop. I have CS3, and I created a
    really nice template. I'm told I have to do something with slicing. So I have the template, and
    it has images, buttons, and text on the buttons, and text fields, etc. How can I export this to HTML
    and images, and be able to open it up in dreamweaver in an editable web page? I've tried
    exporting to "web and devices" and exporting as HTML and Images, but when I open it up in
    dreamweaver, it looks right, but it is all images. Thanks....
  23. Learn Html Quick And Easy
    HTML, javascript, and CSS (14)
    well eversince i got interested in web desighn i've looked for tutorials but they where not that
    helpfull and uderstanderble but there where two web sites that i liked 1. my favorite one was
    htmldog it had tutorials on HTML, CSS, and a little bit of javascript. they where very
    comprehenseve . and i read through all of them, understoode them, in about less than a week. also
    has full references for HTML, and CSS tags. 2.since html dog did not provide realy good javascript
    tutorial i looked to w3school for that while it wasnt very understandable too me, maybe it....
  24. Wanting To Touch Up/learn My Html Again
    (27)
    Ok, well recently i realized that i am not as skilled in HTML (such as building website layouts) as
    i want to be, with tables etc... and so i was thinking about going through many many many many many
    many sites and just touching up on my HTML and see if i can code my own website template before
    starting to learn PHP because that is what i want to do. so, i am asking all of you experianced
    people on trap17 what websites did you use to learn your HTML skills, yees i know i could go to
    google and type in learn html or somthing along the lines of that, but i want to know wh....
  25. Adding Rows & Columns In Html Table Using Javascript
    (1)
    I'm trying to create a website with a form that collects some user information to store in MySQL
    database. However, I've a problem when I want to dynamically add new rows and columns in the
    HTML table so that the user can add more information in the dynamically added textboxes. Here's
    what I have: CODE                  <table border="0" width="90%"
    align="center" id="itemsTable">                   <tr>
                       <td width="20%">                     Quantity                   
    <....
  26. Html Tag For A Code Box
    Where You Put HTML Code For Your Users (4)
    Well I have seen it all over the web. Lots of sites have code boxes so you can promote them or they
    show you a code you can use for javascript and stuff like that. I would like to know the HTML code
    for those boxes. Thanks in advance for your help.....
  27. The Best And Free Website/html Editors + Text Editors
    A good collection! Check it out. (48)
    Here they are, the best html editors. Just pick one because they are all free, or choose one of the
    ones i most recommend. WebCore Designer 2005 http://www.mpsoftware.dk/webcoredesigner.php
    HTMLGate Free http://www.mpsoftware.dk/htmlgate.php Ma Page Web http://www.aldweb.com
    MAX's HTML Beauty++ 2004 http://www.htmlbeauty.com WebWorks http://w1.213.telia.com
    PageBuilder HTML Editor http://www.tafweb.com Website Mentor http://www.dark-street.com
    Cascade DTP http://www.price-media.demon.co.uk BPlainPro http://home5.swipnet.se/~w-52253/hy....
  28. Mozilla Firefox Poll
    Give your view about the FireFox browser (77)
    Hey guys, Lemme know what you think abou the Mozilla Firefox browser. I personally think it out
    runs Microsoft Internet Explorer mainly cos of the convenience of having all the windows in one main
    window, plus enhanced security features. What do you think? Cheers! Yasir /smile.gif'
    border='0' style='vertical-align:middle' alt='smile.gif' /> ....
  29. Does Anyone Know Where I Can Get A Free Html Maker
    (15)
    I was curious. There is a program clled dreamweaver which does what I want but it cost to much.....
  30. where did you learn html from?
    (89)
    HI, i am intresting in knowing where you began learning html of what inspired you to start learning
    html. which programs did you use or which progs dyu use?....

    1. Looking for view, errors, html

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for view, errors, html

*MORE FROM TRAP17.COM*
Similar
Changing Isps - A unique view into the lives of Statesmen and RadioChick
Accidently Deleted Template.html - please somebody provide the original one
Some Questions On Html
Create Dynamic Html/php Pages Using Simple Vb.net Code - Taking your application data, and creating a webpage for others to vie
Flippingbook Html Edition - download FREE version
Html Based Emails On Hotmail
Ur View On Cheaters - Whats your view on cheaters?
Html, Xhtml, And Css, Sixth Edition (visual Quickstart Guide) Review
Sitepoint: The Ultimate Html Reference
Folder View In Kde 4.1
Lan Surfer In Linux - GUI software to view other's shared files
Making A Picture Viewer Website - Html programming or javascript
Naming Web Page Files - Which way you like- MyPage.html or my-page.html or my_page.html
Is The Database System Gone Again? [resolved] - Errors on PHPMyAdmin again
Add Flashing Inbox To Invisionfree Forum - Html code for invsiionfree!!
How To Make A View New Post Script?
What Is The Best Free Html Editor?
Flash Media Into Html/css Website - does anyone know how to import a flash into a webpage with transparenc
Has Anybody Tried Ms Expression Web Html Editor - It's much better than Frontpage
Where Is There A Good Site To Learn Web Html?
Starcraft - What's you view?
Psd --> Editable Html
Learn Html Quick And Easy - HTML, javascript, and CSS
Wanting To Touch Up/learn My Html Again
Adding Rows & Columns In Html Table Using Javascript
Html Tag For A Code Box - Where You Put HTML Code For Your Users
The Best And Free Website/html Editors + Text Editors - A good collection! Check it out.
Mozilla Firefox Poll - Give your view about the FireFox browser
Does Anyone Know Where I Can Get A Free Html Maker
where did you learn html from?
advertisement



View The Errors In Your Html!



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE