Do you validate your design ?
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Webmaster/SEO forum, WebPublishingForum forum Forum Index -> General Webmaster and SEO Discussions
Author Message
iatbm



Joined: 06 May 2006
Posts: 343

PostPosted: Tue May 23, 2006 8:59 pm    Post subject: Do you validate your design ? Reply with quote   

Do you check your html, xhtml and css through w3c validation checker ?

Do you think that it is important that designs are 100% valid ?
Back to top
                  
seo



Joined: 16 Mar 2006
Posts: 1999

PostPosted: Tue May 23, 2006 9:49 pm    Post subject: Reply with quote   

I check occasionally but not religiously. I do not think that it helps SEO much, but I do think that it serves you. Making a standard compliant html cleans up your html and makes it easier to maintain.
_________________
Travel News Online College Degree
Back to top
                  
iatbm



Joined: 06 May 2006
Posts: 343

PostPosted: Tue May 23, 2006 9:51 pm    Post subject: Reply with quote   

No it really does not help SEO. It makes html clean I agree but come on if you make target="_blank" .... then you cannot validate your xhtml design. That is stupid, but most rules are Wink
_________________
Soccer Forum
History Timelines
Back to top
                  
seo



Joined: 16 Mar 2006
Posts: 1999

PostPosted: Tue May 23, 2006 10:41 pm    Post subject: Reply with quote   

iatbm wrote:
No it really does not help SEO. It makes html clean I agree but come on if you make target="_blank" .... then you cannot validate your xhtml design. That is stupid, but most rules are Wink
Code:

<a href="document.html" rel="external">external link</a>

 function externalLinks()
{
    if (!document.getElementsByTagName)
    {
        return;
    }
    var anchors = document.getElementsByTagName("a");
    for (var i=0; i<anchors.length; i++)
    {
        var anchor = anchors[i];
        if (anchor.getAttribute("href") &&
            anchor.getAttribute("rel") == "external")
        {
            anchor.target = "_blank";
        }
    }
}
window.onload = externalLinks;

http://www.sitepoint.com/article/standards-compliant-world
_________________
Travel News Online College Degree
Back to top
                  
iatbm



Joined: 06 May 2006
Posts: 343

PostPosted: Tue May 23, 2006 10:44 pm    Post subject: Reply with quote   

too much code .... slower site ... not worth just to have valid design
_________________
Soccer Forum
History Timelines
Back to top
                  
seo



Joined: 16 Mar 2006
Posts: 1999

PostPosted: Tue May 23, 2006 11:31 pm    Post subject: Reply with quote   

iatbm wrote:
too much code .... slower site ... not worth just to have valid design
You can put this in an external css code. After that, you can just replace target="_blank" with rel="external".
_________________
Travel News Online College Degree
Back to top
                  
rmwebs



Joined: 01 May 2006
Posts: 71
Location: http://whichbb.com/forum

PostPosted: Wed May 24, 2006 1:24 pm    Post subject: Reply with quote   

I do yes, however when it comes to having to do it to a forum system i dont as i feel it would be such a complicated task to perform.
_________________
http://whichbb.com/forum
Back to top
                  
iatbm



Joined: 06 May 2006
Posts: 343

PostPosted: Wed May 24, 2006 4:51 pm    Post subject: Reply with quote   

unless you use punbb.org Wink It is xhtml/css compliant !
I just cannot show how much I like that piece of software
_________________
Soccer Forum
History Timelines
Back to top
                  
domainaddicted.com



Joined: 20 May 2006
Posts: 25

PostPosted: Thu May 25, 2006 12:19 am    Post subject: Reply with quote   

I check every so often, its really not that important to me.
Back to top
                  
htmlmaster



Joined: 07 May 2006
Posts: 164

PostPosted: Thu May 25, 2006 8:37 pm    Post subject: Reply with quote   

I always code to be valid. The first time I did it as a challenge and ever since it's been reflexive. I advise it to everyone because valid sites are usually cross-browser compatible (except for IE because IE just sucks with CSS).
_________________
www.nerdcouncil.com - Forums are finally done!!!
Back to top
                  
iatbm



Joined: 06 May 2006
Posts: 343

PostPosted: Thu May 25, 2006 9:01 pm    Post subject: Reply with quote   

Yes too many hacks ... and if you want your beautiful site to work with IE validation is not 100%
_________________
Soccer Forum
History Timelines
Back to top
                  
seo



Joined: 16 Mar 2006
Posts: 1999

PostPosted: Thu May 25, 2006 9:17 pm    Post subject: Reply with quote   

iatbm wrote:
Yes too many hacks ... and if you want your beautiful site to work with IE validation is not 100%
You can make it work, but you often need to find a workaround and approach html coding a little differently.
_________________
Travel News Online College Degree
Back to top
                  
Zerabira



Joined: 01 May 2006
Posts: 105

PostPosted: Thu Jun 01, 2006 11:49 am    Post subject: Reply with quote   

I put a site through a validator once and never returned after seeing all the errors. I've got too much to do without worrying about that right now. Very sloppy I know but I'll worry about it if it becomes an issue. What are the major concerns with not completely compliant code?
Back to top
                  
seo



Joined: 16 Mar 2006
Posts: 1999

PostPosted: Thu Jun 01, 2006 10:37 pm    Post subject: Reply with quote   

Zerabira wrote:
What are the major concerns with not completely compliant code?

The site doesn't look consist in different browsers and OSs.
_________________
Travel News Online College Degree
Back to top
                  
dojo



Joined: 13 Jun 2006
Posts: 88
Location: Romania

PostPosted: Tue Jun 13, 2006 6:33 pm    Post subject: Reply with quote   

No. I don't care about this and nor do my clients. I make unique layouts and make sure the sites look very good and function as they should in mozilla firefox and IE. Validating the code is not something I pay too much attention. I don't have the time for this
_________________
Webmaster Tips & Tricks - Music forums - Movie forums
Back to top
                  
Display posts from previous:   
Post new topic   Reply to topic    Webmaster/SEO forum, WebPublishingForum forum Forum Index -> General Webmaster and SEO Discussions All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 

Related topics
 Topics   Replies   Author   Views   Last Post 
No new posts Web design question: Photo editor 15 iDevelopCommunity 1193 Fri May 23, 2008 6:30 am
altyfc View latest post
No new posts Do you think it's easy to make a Google Map? 0 altyfc 150 Mon Jan 28, 2008 9:33 pm
altyfc View latest post
No new posts Web design question: White background 18 iDevelopCommunity 1623 Sat Jul 29, 2006 8:58 am
scolls View latest post
No new posts What do you think about this one ? 7 iatbm 925 Sat Jul 15, 2006 5:01 pm
Camron View latest post
No new posts Web design question: Standard compliance 7 iDevelopCommunity 694 Mon Jun 26, 2006 5:02 pm
frankcow View latest post
 


Powered by phpBB © 2001, 2002 phpBB Group