<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IRL Geek &#187; xhtml</title>
	<atom:link href="http://irlgeek.com/tag/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://irlgeek.com</link>
	<description>Being a geek is awesome!</description>
	<lastBuildDate>Sat, 12 Nov 2011 08:30:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>The importance of being HTML valid</title>
		<link>http://irlgeek.com/geekstuff/the-importance-of-being-html-valid/</link>
		<comments>http://irlgeek.com/geekstuff/the-importance-of-being-html-valid/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 12:12:02 +0000</pubDate>
		<dc:creator>Panos Oikonomakis</dc:creator>
				<category><![CDATA[/*Geek Stuff*/]]></category>
		<category><![CDATA[html valid]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://irlgeek.com/?p=81</guid>
		<description><![CDATA[Recently, I had to remake my project, so it could be correctly displayed to all browsers. Since it was meant to be presented to 5-6 people, I didn&#8217;t care about IE compatability. The website was developed in Dreamweaver CS4, tested on Firefox and Chrome, where the display was the exact same as the design. When [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="w3c validator" src="http://www.w3.org/Icons/valid-xhtml10" alt="w3c validator" width="88" height="31" />Recently, I had to remake my <a title="E.press" href="http://irlgeek.com/geekstuff/e-press-%CE%B7-%CF%80%CF%84%CF%85%CF%87%CE%B9%CE%B1%CE%BA%CE%AE-%CE%BC%CE%BF%CF%85/" target="_blank">project</a>, so it could be correctly displayed to all browsers. Since it was meant to be presented to 5-6 people, I didn&#8217;t care about IE compatability. The website was developed in Dreamweaver CS4, tested on Firefox and Chrome, where the display was the exact same as the design.</p>
<p>When the <a title="E.press" href="http://irlgeek.com/geekstuff/e-press-%CE%B7-%CF%80%CF%84%CF%85%CF%87%CE%B9%CE%B1%CE%BA%CE%AE-%CE%BC%CE%BF%CF%85/" target="_blank">project</a> was released to the public, I hooked a Google Analytics code, to keep track of any random visitors.<span id="more-81"></span> A couple of visitors were using IE 6.0, which has the most problems considering compatability. It seems that IE cannot repair broken tags or unable to understand some css.</p>
<p>A safe way to make sure that the page is viewed properly is to be HTML valid, by the rules of <a title="w3c" href="http://w3c.org" target="_blank">w3c standards</a>. Some benefits of having an HTML valid website:</p>
<ol>
<li>The layers are displayed properly in all browsers Scrap that &#8211; IE 6.0 has many CSS incompatabilities &#8211; even if you are 100% CSS valid.</li>
<li>The compiling time is decreased &#8211; therefore making the site load a bit faster</li>
<li>It&#8217;s shows that the site is done professionally</li>
</ol>
<p>The tactic that is more effective is to try to fix one error at a time. A missing tag is probable to fix any errors following. e.g. if you ommit the &lt;/head&gt; tag,  the errors that follow it considering tags are dissapeared.</p>
<p>Also: Fill the alt tag in your images. It also counts as an error.</p>
<p>Plus: Give your scripts the &#8220;type&#8221;. Some of the scripts that are distributed freely like  Twitter, tend not to include the &#8220;type=&#8221;text/javascript&#8221; atrribute.</p>
]]></content:encoded>
			<wfw:commentRss>http://irlgeek.com/geekstuff/the-importance-of-being-html-valid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

