<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Want a job? Tell me what&#8217;s wrong with this html?</title>
	<atom:link href="http://www.arbitraryuser.com/blog/2007/02/16/want-a-job-tell-me-whats-wrong-with-this-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arbitraryuser.com/blog/2007/02/16/want-a-job-tell-me-whats-wrong-with-this-html/</link>
	<description>Jonathan Endersby, Recovering Technologist</description>
	<lastBuildDate>Wed, 11 Jan 2012 23:15:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Peter Wexler</title>
		<link>http://www.arbitraryuser.com/blog/2007/02/16/want-a-job-tell-me-whats-wrong-with-this-html/comment-page-1/#comment-412</link>
		<dc:creator>Peter Wexler</dc:creator>
		<pubDate>Thu, 10 May 2007 12:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.arbitraryuser.com/blog/?p=26#comment-412</guid>
		<description>It&#039;s not a question of what&#039;s wrong.  It&#039;s a question of what would be the right form.  Here is the correct way to present the data in question:






	H1 {
		font-size: extra-large;
		color:red;
	}
	li {
		color: white;
	}
	.greenbox {
		background-color:#CCFF66;
	}

Untitled Document




	Hello World

	I&#039;m not fat I&#039;m big boned
	
		
			Option 1
			Option 2
			Option 3
		
	

	Of course I want some cheesy poofs
	
		
			Option 1
			Option 2
			Option 3
		
	


</description>
		<content:encoded><![CDATA[<p>It&#8217;s not a question of what&#8217;s wrong.  It&#8217;s a question of what would be the right form.  Here is the correct way to present the data in question:</p>
<p>	H1 {<br />
		font-size: extra-large;<br />
		color:red;<br />
	}<br />
	li {<br />
		color: white;<br />
	}<br />
	.greenbox {<br />
		background-color:#CCFF66;<br />
	}</p>
<p>Untitled Document</p>
<p>	Hello World</p>
<p>	I&#8217;m not fat I&#8217;m big boned</p>
<p>			Option 1<br />
			Option 2<br />
			Option 3</p>
<p>	Of course I want some cheesy poofs</p>
<p>			Option 1<br />
			Option 2<br />
			Option 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skye Aspden</title>
		<link>http://www.arbitraryuser.com/blog/2007/02/16/want-a-job-tell-me-whats-wrong-with-this-html/comment-page-1/#comment-45</link>
		<dc:creator>Skye Aspden</dc:creator>
		<pubDate>Thu, 22 Feb 2007 10:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.arbitraryuser.com/blog/?p=26#comment-45</guid>
		<description>Theres no Meta information ;-)

SEO signing out

Skye</description>
		<content:encoded><![CDATA[<p>Theres no Meta information ;-)</p>
<p>SEO signing out</p>
<p>Skye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arbitraryuser</title>
		<link>http://www.arbitraryuser.com/blog/2007/02/16/want-a-job-tell-me-whats-wrong-with-this-html/comment-page-1/#comment-44</link>
		<dc:creator>arbitraryuser</dc:creator>
		<pubDate>Tue, 20 Feb 2007 08:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.arbitraryuser.com/blog/?p=26#comment-44</guid>
		<description>ps. Various people have submitted answers that were all pretty good. I&#039;ll be putting together a new post shortly to discuss the answers and get into some nice nitty gritty xhtml best practice debates.</description>
		<content:encoded><![CDATA[<p>ps. Various people have submitted answers that were all pretty good. I&#8217;ll be putting together a new post shortly to discuss the answers and get into some nice nitty gritty xhtml best practice debates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Izak Burger</title>
		<link>http://www.arbitraryuser.com/blog/2007/02/16/want-a-job-tell-me-whats-wrong-with-this-html/comment-page-1/#comment-42</link>
		<dc:creator>Izak Burger</dc:creator>
		<pubDate>Sun, 18 Feb 2007 12:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.arbitraryuser.com/blog/?p=26#comment-42</guid>
		<description>Lemme see....

1. No DOCTYPE
2. No 
3. No ...
4. therefore also no , which is mandatory...
5. and  should be inside 
6. No  tag
7. &#039;s are not inside  or 
8. style tag has no type attribute
9. Using H1 as an id?  Sounds like a bad idea to me.
10. CSS defines unused styling for id=H1
11. id=&#039;greenBox has missing quote.  Besides, afaik you use double quotes for attributes?
12.  tag matched by  tag, afaik most XML parsers do not like that.

These just off the top of my head.  Didn&#039;t use a validator.</description>
		<content:encoded><![CDATA[<p>Lemme see&#8230;.</p>
<p>1. No DOCTYPE<br />
2. No<br />
3. No &#8230;<br />
4. therefore also no , which is mandatory&#8230;<br />
5. and  should be inside<br />
6. No  tag<br />
7. &#8216;s are not inside  or<br />
8. style tag has no type attribute<br />
9. Using H1 as an id?  Sounds like a bad idea to me.<br />
10. CSS defines unused styling for id=H1<br />
11. id=&#8217;greenBox has missing quote.  Besides, afaik you use double quotes for attributes?<br />
12.  tag matched by  tag, afaik most XML parsers do not like that.</p>
<p>These just off the top of my head.  Didn&#8217;t use a validator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Garb</title>
		<link>http://www.arbitraryuser.com/blog/2007/02/16/want-a-job-tell-me-whats-wrong-with-this-html/comment-page-1/#comment-41</link>
		<dc:creator>Neil Garb</dc:creator>
		<pubDate>Fri, 16 Feb 2007 17:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.arbitraryuser.com/blog/?p=26#comment-41</guid>
		<description>Have you had a look at brainbench?

http://www.brainbench.com

With brainbench you don&#039;t have to sit and twiddle your thumbs while the potential(-less) canditate embarasses themselves.  Just give them a PC, tell them to do the test - if they fail they can just show themselves out.

... or you can install one of those trapdoors that opens when you press a button under your desk.</description>
		<content:encoded><![CDATA[<p>Have you had a look at brainbench?</p>
<p><a href="http://www.brainbench.com" rel="nofollow">http://www.brainbench.com</a></p>
<p>With brainbench you don&#8217;t have to sit and twiddle your thumbs while the potential(-less) canditate embarasses themselves.  Just give them a PC, tell them to do the test &#8211; if they fail they can just show themselves out.</p>
<p>&#8230; or you can install one of those trapdoors that opens when you press a button under your desk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://www.arbitraryuser.com/blog/2007/02/16/want-a-job-tell-me-whats-wrong-with-this-html/comment-page-1/#comment-40</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Fri, 16 Feb 2007 17:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.arbitraryuser.com/blog/?p=26#comment-40</guid>
		<description>what about this:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.arbitraryuser.com%2Fstuff%2Fkiefxhtml%2F&amp;charset=%28detect+automatically%29&amp;doctype=XHTML+1.0+Strict
I don&#039;t think the validator works that well... but I could cheat my way through the test with a little x/html knowledge and the validator</description>
		<content:encoded><![CDATA[<p>what about this:<br />
<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.arbitraryuser.com%2Fstuff%2Fkiefxhtml%2F&amp;charset=%28detect+automatically%29&amp;doctype=XHTML+1.0+Strict" rel="nofollow">http://validator.w3.org/check?uri=http%3A%2F%2Fwww.arbitraryuser.com%2Fstuff%2Fkiefxhtml%2F&amp;charset=%28detect+automatically%29&amp;doctype=XHTML+1.0+Strict</a><br />
I don&#8217;t think the validator works that well&#8230; but I could cheat my way through the test with a little x/html knowledge and the validator</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arbitraryuser</title>
		<link>http://www.arbitraryuser.com/blog/2007/02/16/want-a-job-tell-me-whats-wrong-with-this-html/comment-page-1/#comment-39</link>
		<dc:creator>arbitraryuser</dc:creator>
		<pubDate>Fri, 16 Feb 2007 17:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.arbitraryuser.com/blog/?p=26#comment-39</guid>
		<description>I&#039;m keeping that a &quot;secret&quot; for now... got some potentials coming in over the next few days. Either way, it doesn&#039;t matter -- you&#039;d hit it.</description>
		<content:encoded><![CDATA[<p>I&#8217;m keeping that a &#8220;secret&#8221; for now&#8230; got some potentials coming in over the next few days. Either way, it doesn&#8217;t matter &#8212; you&#8217;d hit it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Garb</title>
		<link>http://www.arbitraryuser.com/blog/2007/02/16/want-a-job-tell-me-whats-wrong-with-this-html/comment-page-1/#comment-38</link>
		<dc:creator>Neil Garb</dc:creator>
		<pubDate>Fri, 16 Feb 2007 17:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.arbitraryuser.com/blog/?p=26#comment-38</guid>
		<description>Where&#039;s the PHP test?</description>
		<content:encoded><![CDATA[<p>Where&#8217;s the PHP test?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arbitraryuser</title>
		<link>http://www.arbitraryuser.com/blog/2007/02/16/want-a-job-tell-me-whats-wrong-with-this-html/comment-page-1/#comment-37</link>
		<dc:creator>arbitraryuser</dc:creator>
		<pubDate>Fri, 16 Feb 2007 17:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.arbitraryuser.com/blog/?p=26#comment-37</guid>
		<description>No, that&#039;s not cheating... in fact you get a point just for suggesting it. However, it only initially spots 7 things wrong. Some of the issues aren&#039;t technically &quot;wrong&quot;, they&#039;re just bad habits that would make someone with a little experience cringe.</description>
		<content:encoded><![CDATA[<p>No, that&#8217;s not cheating&#8230; in fact you get a point just for suggesting it. However, it only initially spots 7 things wrong. Some of the issues aren&#8217;t technically &#8220;wrong&#8221;, they&#8217;re just bad habits that would make someone with a little experience cringe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://www.arbitraryuser.com/blog/2007/02/16/want-a-job-tell-me-whats-wrong-with-this-html/comment-page-1/#comment-36</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Fri, 16 Feb 2007 16:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.arbitraryuser.com/blog/?p=26#comment-36</guid>
		<description>Is doing this cheating? http://validator.w3.org/check?uri=http%3A%2F%2Fwww.arbitraryuser.com%2Fstuff%2Fkiefxhtml%2F</description>
		<content:encoded><![CDATA[<p>Is doing this cheating? <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.arbitraryuser.com%2Fstuff%2Fkiefxhtml%2F" rel="nofollow">http://validator.w3.org/check?uri=http%3A%2F%2Fwww.arbitraryuser.com%2Fstuff%2Fkiefxhtml%2F</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

