Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1368 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

A Validation test of PSD to XHTML providers

Thread title: A Validation test of PSD to XHTML providers
Closed Thread  
Page 1 of 3 1 2 3 >
    Thread tools Search this thread Display Modes  
02-25-2008, 12:28 AM
#1
mikeroq is offline mikeroq
mikeroq's Avatar
Status: Member
Join date: Feb 2006
Location: Ponca City, OK
Expertise: xHTML/CSS/PHP/Computer Tech
Software: Photoshop, Notepad++, Winamp
 
Posts: 332
iTrader: 5 / 100%
 

mikeroq is an unknown quantity at this point

Send a message via AIM to mikeroq Send a message via MSN to mikeroq Send a message via Yahoo to mikeroq

  Old  A Validation test of PSD to XHTML providers

A Quick Validation Test of PSD to XHTML services

I'm starting up a service in which I convert PSD to XHTML and decided to check out a competitor. So I was looking at one, and I checked if their code validated, it didn't. Then I decided to test other sites, here's what I found. I placed them in order of Invalid to valid. I did all that were posted on http://sentences.org 19 quality xhtml/css/cms providers post. Only a couple came out invalid. The rest passed with flying colors. I pan to analize each of their layouts and post my findings at a much later date.

xHTMLType.com
HTML Valid: No
CSS Valid: No

XHTMLd.com
HTML Valid: No
CSS Valid: Yes

PSDtoCode.com
HTML Valid: Yes
CSS Valid: Yes

Xhtmlized.com
HTML Valid: Yes
CSS Valid: Yes

PSD2HTML.com
HTML Valid: Yes
CSS Valid: Yes

WeUseScissors.com
HTML Valid: Yes
CSS Valid: Yes

CMSthemer.com
HTML Valid: Yes
CSS Valid: Yes

XHTMLGenius.com
HTML Valid: Yes
CSS Valid: No

XHTMLSlicer.com
HTML Valid: Yes
CSS Valid: Yes

InstandCoding.com
HTML Valid: Yes
CSS Valid: Yes

XHTMLIT.com
HTML Valid: Yes
CSS Valid: Yes

w3-markup.com
HTML Valid: Yes
CSS Valid: Yes

choprr.com
HTML Valid: Yes
CSS Valid: Yes

slicendiceit.com
HTML Valid: Yes
CSS Valid: Yes

SliceRus.com
HTML Valid: Yes
CSS Valid: Yes

wellcodeit.com
HTML Valid: Yes
CSS Valid: Yes

xhtmlmaster.com
HTML Valid: Yes
CSS Valid: Yes

psdslicing.com
HTML Valid: Yes
CSS Valid: Yes

psdgator.com
HTML Valid: Yes
CSS Valid: Yes

mydesigntohtml.co.uk
HTML Valid: Yes
CSS Valid: Yes

02-25-2008, 02:13 AM
#2
Awesome is offline Awesome
Awesome's Avatar
Status: Pastafarian
Join date: May 2006
Location: Duct Taped to your Ceiling
Expertise:
Software:
 
Posts: 3,440
iTrader: 26 / 93%
 

Awesome is on a distinguished road

  Old

You know that valid code is not even half the battle right? Being accessible and semantic is much more important.

How do you plan to 'analyze' the code, and what makes you qualified to provide a thorough and correct assessment? Looking at your portfiolo you have a fair amount to learn about front end coding...
HTML Code:
        <div id='nav'>
		<a href='/'>Home</a>

		<a href='/portfolio/' >Portfolio</a>
		<a href='/services/' >Services</a>
		<a href='/clients/' >Client Area</a>
		<a href='/contact/' >Contact</a>
		<a href='/about/' >About</a>
	</div>
HTML Code:
Welcome!<br /><br />
I'm Mike Roquemore, and If you have come here looking for some Web Design or coding work, then you have come to the right place. 
I entered the freelance field over 2 years ago, and I bring experiance from designing / coding my personal sites, previously running web hosting companys, 
and my knowledge of Computers and the Internet.	
<br /><br />
If you are looking to get some work done, head on over to my Services page. There you can get a sample of my pricing. If my low prices doesn't sell you, check
out my Portfolio for my coding and design work.
<br /><br />
Thank You,<br /><br />

Mike Roquemore	<p>				  
<br />
For serious?


(yay for devils advocate )

02-25-2008, 05:35 AM
#3
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

Valid code doesn't mean anything. I wouldn't bother if everyone knew how little it actually means, but since I always get people bugging me asking if my coding will be valid, I tend to do it anyway. Like Chris said, validity isn't as important as semantic and well-written code.

But I'm glad to see that I was valid.

02-26-2008, 07:04 AM
#4
Szandor is offline Szandor
Status: Junior Member
Join date: Jan 2008
Location: Växjö, Sweden
Expertise:
Software:
 
Posts: 45
iTrader: 0 / 0%
 

Szandor is on a distinguished road

  Old

Originally Posted by Andrew R View Post
Valid code doesn't mean anything. I wouldn't bother if everyone knew how little it actually means, but since I always get people bugging me asking if my coding will be valid, I tend to do it anyway. Like Chris said, validity isn't as important as semantic and well-written code.

But I'm glad to see that I was valid.
I personally believe that valid code is extremely important since it helps further both standards and well written websites. It's not really hard to make a website valid either so there's no good reason for not making it 100% valid. That being said, I also believe that semantics are just as important (i.e extremely) and that you can have both with ease.

02-26-2008, 03:30 PM
#5
Gaz is offline Gaz
Gaz's Avatar
Status: Request a custom title
Join date: Apr 2007
Location: UK
Expertise: Code & Programming
Software: Coda, TextMate, Sublime 2
 
Posts: 2,097
iTrader: 26 / 100%
 

Gaz will become famous soon enough Gaz will become famous soon enough

Send a message via Skype™ to Gaz

  Old

Interesting: I like valid code but I also like well presented code. I'm not surprised most coding services have valid websites!

02-26-2008, 04:44 PM
#6
RossJJ is offline RossJJ
Status: RJ
Join date: Dec 2004
Location: Essex
Expertise:
Software:
 
Posts: 1,116
iTrader: 1 / 100%
 

RossJJ is on a distinguished road

Send a message via AIM to RossJJ Send a message via MSN to RossJJ

  Old

to be fair XhtmlType.com's errors are all javascript..

02-27-2008, 12:40 AM
#7
mikeroq is offline mikeroq
mikeroq's Avatar
Status: Member
Join date: Feb 2006
Location: Ponca City, OK
Expertise: xHTML/CSS/PHP/Computer Tech
Software: Photoshop, Notepad++, Winamp
 
Posts: 332
iTrader: 5 / 100%
 

mikeroq is an unknown quantity at this point

Send a message via AIM to mikeroq Send a message via MSN to mikeroq Send a message via Yahoo to mikeroq

  Old

But they should have put their JS in an external file. Thats how you should do it.

02-27-2008, 02:07 AM
#8
Zara is offline Zara
Status: Member
Join date: Apr 2006
Location:
Expertise:
Software:
 
Posts: 249
iTrader: 9 / 100%
 

Zara is on a distinguished road

  Old

Originally Posted by Mike Roq View Post
But they should have put their JS in an external file. Thats how you should do it.
So basically your saying to use external JS to hide any errors? Thats a rather shady behavior...

Anyway, they are correct when saying validation is not as important. Search engines to do look to make sure a site is perfectly coded and the users certainly do not in most situations.

When I code I make sure to code cleanly with standard formatting, I make sure to use proper tags for search engines and other applications such as those used by the blind, and lastly I check for validity as it is simply a part of others expectations and trying to set a standard.

02-27-2008, 04:31 AM
#9
VimF is offline VimF
VimF's Avatar
Status: Junior Member
Join date: Jan 2008
Location: on CSS
Expertise:
Software:
 
Posts: 63
iTrader: 0 / 0%
 

VimF is on a distinguished road

  Old

I wouldn't say valid code doesn't mean anything. It's just the less important thing to concern about when coding a layout, although most of the times it's the only requirement.

02-27-2008, 04:49 AM
#10
mikeroq is offline mikeroq
mikeroq's Avatar
Status: Member
Join date: Feb 2006
Location: Ponca City, OK
Expertise: xHTML/CSS/PHP/Computer Tech
Software: Photoshop, Notepad++, Winamp
 
Posts: 332
iTrader: 5 / 100%
 

mikeroq is an unknown quantity at this point

Send a message via AIM to mikeroq Send a message via MSN to mikeroq Send a message via Yahoo to mikeroq

  Old

Originally Posted by Phaaze View Post
So basically your saying to use external JS to hide any errors? Thats a rather shady behavior...
No, putting your javascript in an external file keeps it separate from your HTML. Thats not hiding errors, thats how your supposed to do it. You should separate your behavior from your presentation.

http://thinkingandmaking.com/entries/63

Plus, they should have a backup to javascript. Some computer user could have disabled javascript by accident, or by choice. That bars them from using the calender element. I'm not going to be too harsh on the xhtmltype for this since its a premade script.

What about things like this in the code?
Code:
 <ul style="text-indent: 0px; list-style: none; margin: 0px; padding: 0px;">
Code:
<div id="main" style="float:left;">
Code:
<div class="contentHeader" style="margin-top: 10px;">

Closed Thread  
Page 1 of 3 1 2 3 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed