Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Whats the best way to convince a client of the value of validated code
Old 11-24-2008, 09:08 PM Whats the best way to convince a client of the value of validated code
TWD
TWD's Avatar
King Spam Talker

Posts: 1,184
Trades: 0
A client wants to implement some junkyard javascript code that has heaps of validation errors. I have explained that we can certainly do that but you need to be aware that it is full of XHTML errors.

Whats a convincing argument to get her to re-consider?
TWD is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-24-2008, 09:32 PM Re: Whats the best way to convince a client of the value of validated code
serandfae's Avatar
Do the "Evil Nanner" !!!

Posts: 9,007
Name: Tim Daily
Location: Apex, NC, US, Sol 3
Trades: 0
Put it in terms of money. Doing it right once is far cheaper than doing it over several times.

tim
__________________
SEO "experts" smell like Big Fish_|_
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

serandfae is offline
Reply With Quote
View Public Profile Visit serandfae's homepage!
 
Old 11-24-2008, 11:20 PM Re: Whats the best way to convince a client of the value of validated code
hartofalyon's Avatar
Extreme Talker

Posts: 163
Location: NYC
Trades: 0
^ good one.
hartofalyon is offline
Reply With Quote
View Public Profile Visit hartofalyon's homepage!
 
Old 11-24-2008, 11:45 PM Re: Whats the best way to convince a client of the value of validated code
The-Pixel's Avatar
I <3 Pixel's

Posts: 888
Name: Lindi Wheaton
Location: In Photoshop
Trades: 0
Hello,

I've run into this issue before. Its extremely hard to educate the client about the validation process when they know nothing about the web and even less about computers. 'serandfae' had a very good idea. Best of luck.
__________________
The-Pixel

Please login or register to view this content. Registration is FREE
:: iPhone Apps, Pre-Made Templates, Widgets, Menus, etc.

Please login or register to view this content. Registration is FREE
:: Web Design / Development, Business Cards, Logo Designs, etc.
The-Pixel is offline
Reply With Quote
View Public Profile Visit The-Pixel's homepage!
 
Old 11-25-2008, 02:46 AM Re: Whats the best way to convince a client of the value of validated code
Experienced Talker

Posts: 45
Trades: 0
If the code shows errors under different browser, you'll need to let them know about it. Either open it live in front of them, or use browsershots.org for some screenshots.
__________________

Please login or register to view this content. Registration is FREE
: Learn more about Web Hosting!
arbet is offline
Reply With Quote
View Public Profile Visit arbet's homepage!
 
Old 11-25-2008, 04:04 AM Re: Whats the best way to convince a client of the value of validated code
Experienced Talker

Posts: 36
Trades: 0
Point him to a url that explains with XHTML is better than garbled non compliant code.. hopefully once he understands why its better he can get off your back lol
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
scotteryboy is offline
Reply With Quote
View Public Profile Visit scotteryboy's homepage!
 
Old 11-25-2008, 07:29 AM Re: Whats the best way to convince a client of the value of validated code
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
If you put your inline JavaScript (in an XHTML document) within
Code:
<script type="text/javascript">
//<![CDATA[

//]]>
</script>
tags, it will validate every time. Likely, the validator sees "html" elements inside of the script where they don't belong, and is choking on them. <![CDATA[ within an XML document (which an XHTML document technically is) is a way of indicating it is general character data.

The problem is not the script, it is just the way XHTML is validated.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 11-25-2008, 09:32 AM Re: Whats the best way to convince a client of the value of validated code
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Exactly. The next question is what is this script doing ?? Can you find an AJAX alternative that's unobtrusive ?
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 11-25-2008, 05:10 PM Re: Whats the best way to convince a client of the value of validated code
Defies a Status

Posts: 1,606
Trades: 0
At the risk of Lady's wrath, no poster has yet answered the quuestion why it makes a tinker's d*** to the real world.

I go for it but I am not obsesive compulsive that it has to be that way as long as the page renders in IE and FF.

I have my thick skin on, go ahead.
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Old 11-26-2008, 07:44 AM Re: Whats the best way to convince a client of the value of validated code
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
I tend to agree, it doesn't make a real difference in reality, and browsers are not slowed down or compromised in any way just because of validation errors (unless they're pointing out real mistakes in your coding).

The main reason I clean up errors like this, is that it makes debugging easier later on, if say, I miss closing a tag, or something thereabouts. Having tons of errors on the page makes it much harder to find mistakes that you need the validation to find for you.

This doesn't mean I support using deprecated tags or attributes, because I generally don't (I do sometimes put target="_blank" on <a> tags).
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.

Last edited by wayfarer07; 11-26-2008 at 07:47 AM..
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 11-26-2008, 06:15 PM Re: Whats the best way to convince a client of the value of validated code
racer x's Avatar
Ultra Talker

Posts: 457
Name: Randy
Location: Northern Wisconsin
Trades: 0
I've read that many hand held devices view xhtml compliant sites much better than sloppy coded sites. And, due to their popularity, the use of these devices will only increase from this day forward.
So, I ask the client: Do you want a current and future compliant website accessable to everyone?

The other thing you can do is find some really poorly coded sites (with navigation buttons that go nowhere, text runs right off the screen, etc.) and then validate those site's coding. Most likely they will have 60 or more errors that you can show your clients. Those sites become your case in point for using validated code.

Now if there only was a validating service for your clients last car repair?...
"Your last repair had contained 47 mistakes."
I'm sure they'd rather have "0" even though the car was 'working' properly.
racer x is offline
Reply With Quote
View Public Profile Visit racer x's homepage!
 
Reply     « Reply to Whats the best way to convince a client of the value of validated code
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.97435 seconds with 12 queries