<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Blogious &#187; validator</title>
	<atom:link href="http://blogious.wordpress.com/tag/validator/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogious.wordpress.com</link>
	<description>Full, or having the qualities, of a blog.</description>
	<lastBuildDate>Sat, 03 May 2008 07:02:42 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='blogious.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/928e8fb267380639e6a7a51ed620f25a?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Blogious &#187; validator</title>
		<link>http://blogious.wordpress.com</link>
	</image>
			<item>
		<title>XHTML, CSS, RSS Valid!</title>
		<link>http://blogious.wordpress.com/2008/04/17/xhtml-css-rss-valid/</link>
		<comments>http://blogious.wordpress.com/2008/04/17/xhtml-css-rss-valid/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 02:32:35 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[This Blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[valid]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[validator]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://blogious.wordpress.com/?p=13</guid>
		<description><![CDATA[I am so thrilled! I am now blogging on a site that is <a title="XHTML Valid!" href="http://validator.w3.org/check?uri=http%3A%2F%2Fblogious.wordpress.com%2F">XHTML</a>, <a title="CSS Valid!" href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fblogious.wordpress.com%2F&#38;profile=css21&#38;usermedium=all&#38;warning=1">CSS</a> and <a title="RSS Valid!" href="http://validator.w3.org/feed/check.cgi?url=http%3A//feeds.feedburner.com/Blogious/">RSS</a> valid! That means a lot to me.

I used to blog in Blogger, but no matter what I did, I could not make the site XHTML valid. What was so displeasing was that the template that I was using boasted the following code:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogious.wordpress.com&blog=3494587&post=13&subd=blogious&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I am so thrilled! I am now blogging on a site that is <a title="XHTML Valid!" href="http://validator.w3.org/check?uri=http%3A%2F%2Fblogious.wordpress.com%2F">XHTML</a>, <a title="CSS Valid!" href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fblogious.wordpress.com%2F&amp;profile=css21&amp;usermedium=all&amp;warning=1">CSS</a> and <a title="RSS Valid!" href="http://validator.w3.org/feed/check.cgi?url=http%3A//feeds.feedburner.com/Blogious/">RSS</a> valid! That means a lot to me.</p>
<p>I used to blog in Blogger, but no matter what I did, I could not make the site XHTML valid. What was so displeasing was that the template that I was using boasted the following code:<br />
<span id="more-13"></span></p>
<blockquote><p>!DOCTYPE html PUBLIC &#8220;-//W3C//DTD <b>XHTML 1.0 Strict</b>//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;</p></blockquote>
<p>and the errors were coming from codes that were server-side, over which Blogger users have no control. If you try to check this site&#8217;s XHTML validity, it only shows validity with XHTML Transitional. That&#8217;s okay, at least it validates.</p>
<p style="text-align:center;"><img src="http://johnangelotan.googlepages.com/valid-stamp.png" alt="valid stamp" /></p>
<p>But why validate? Why do a lot of developers and designers go to extreme measures just so that the favicon of the W3C Validator would show green and not red? Contrary to common belief (and insecure beliefs), this isn&#8217;t just for bragging rights.</p>
<p>According to the W3C article, <a title="Why Validate?" href="http://validator.w3.org/docs/why.html">Why Validate?</a>, there are a lot of reasons. The following is one summary only:</p>
<ol>
<li>WYSINWOG &#8211; What You See Is Not What Others Get &#8211; Validation, in part, ensures that you website displays more uniformly across most browsers and platforms.</li>
<li>Validation offers more accessibility and interoperability across most browsers and platforms. Validated websites do not rely on the error-correcting capabilities of a browser, which varies across the different types.</li>
<li>Validation observes the syntactical correctness of a website&#8217;s code.</li>
</ol>
<p>The W3C article, <a title="Why Validate?" href="http://validator.w3.org/docs/why.html">Why Validate?</a>, also attempts to address the following statements:</p>
<blockquote>
<ol>
<li>&#8220;My site looks right and works fine &#8211; isn&#8217;t that enough?&#8221;</li>
<li>&#8220;Lots of websites out there don&#8217;t validate &#8211; including household-name companies.&#8221;</li>
<li>&#8220;Validation means boring websites, and stifles creativity&#8221;</li>
</ol>
</blockquote>
<p>Those are only a few reasons, and a simple <a title="Google search Why Validate?" href="http://www.google.com/search?hl=en&amp;q=why+validate%3F&amp;btnG=Google+Search">Google search</a> leads to a multitude of other reasons.</p>
<p>Why do we need CSS validation? This <a title="Why validate your CSS?" href="http://jigsaw.w3.org/css-validator/about.html#what">W3C article</a> on CSS Validation states the following:</p>
<blockquote><p>[CSS Validator] tool will be an invaluable ally. Not only will it compare your style sheets to the CSS specifications, helping you find errors, typos, or incorrect uses of CSS, it will also tell you when your CSS poses some risks in terms of usability.</p></blockquote>
<p>Now, why do we need RSS (or feed) validation? This <a title="Why validate your RSS (or feed)?" href="http://validator.w3.org/feed/about.html">W3C article</a> provides:</p>
<blockquote><p>RSS is poorly implemented by many tools. This validator is an attempt to codify the specification (literally, to translate it into code) to make it easier to know when you&#8217;re producing RSS correctly, and to help you fix it when you&#8217;re not.</p></blockquote>
<p>Basically, these tools can be used for the simplest of reasons (much like when you press F7 when typing a document in MS Word), or they can be used for more <em>noble</em> reasons (such as ensuring that you have correct code so that handicapped people wouldn&#8217;t find it difficult to access and navigate through your site).</p>
<p>These services are free. And wouldn&#8217;t it be cool to be able to add the following icons to your site?</p>
<p align="center"><img src="http://johnangelotan.googlepages.com/xhtml-standard.jpg" alt="XHTML Valid! icon" /><img src="http://johnangelotan.googlepages.com/css-standard.jpg" alt="CSS Valid! icon" /><img src="http://johnangelotan.googlepages.com/RSS-standard.jpg" alt="RSS Valid! icon" /></p>
<p>Personally, I found these icons not suitable to my site&#8217;s theme, so as you may have noticed, I&#8217;ve modified mine. They are on the sidebar.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/blogious.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/blogious.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogious.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogious.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blogious.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blogious.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blogious.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blogious.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blogious.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blogious.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blogious.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blogious.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogious.wordpress.com&blog=3494587&post=13&subd=blogious&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blogious.wordpress.com/2008/04/17/xhtml-css-rss-valid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6b0e29e3be934142a2028a2e0cdce93e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Angelo</media:title>
		</media:content>

		<media:content url="http://johnangelotan.googlepages.com/valid-stamp.png" medium="image">
			<media:title type="html">valid stamp</media:title>
		</media:content>

		<media:content url="http://johnangelotan.googlepages.com/xhtml-standard.jpg" medium="image">
			<media:title type="html">XHTML Valid! icon</media:title>
		</media:content>

		<media:content url="http://johnangelotan.googlepages.com/css-standard.jpg" medium="image">
			<media:title type="html">CSS Valid! icon</media:title>
		</media:content>

		<media:content url="http://johnangelotan.googlepages.com/RSS-standard.jpg" medium="image">
			<media:title type="html">RSS Valid! icon</media:title>
		</media:content>
	</item>
	</channel>
</rss>