<?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: Some Web Design Basics 1: XHTML</title>
	<atom:link href="http://www.webomatica.com/wordpress/2007/09/15/some-web-design-basics-1-xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webomatica.com/wordpress/2007/09/15/some-web-design-basics-1-xhtml/</link>
	<description>Entertainment and Tech Digest</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:18:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: webomatica</title>
		<link>http://www.webomatica.com/wordpress/2007/09/15/some-web-design-basics-1-xhtml/comment-page-1/#comment-10833</link>
		<dc:creator>webomatica</dc:creator>
		<pubDate>Sun, 23 Sep 2007 16:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.webomatica.com/wordpress/2007/09/15/some-web-design-basics-1-xhtml/#comment-10833</guid>
		<description>mlankton - yep it&#039;s a good goal to get to. The worst feeling is thinking your site is okay and then realizing it&#039;s not loading on someone&#039;s computer, due to some tiny html mistake like a missing tag or something.</description>
		<content:encoded><![CDATA[<p>mlankton — yep it’s a good goal to get to. The worst feeling is thinking your site is okay and then realizing it’s not loading on someone’s computer, due to some tiny html mistake like a missing tag or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mlankton</title>
		<link>http://www.webomatica.com/wordpress/2007/09/15/some-web-design-basics-1-xhtml/comment-page-1/#comment-10800</link>
		<dc:creator>mlankton</dc:creator>
		<pubDate>Sun, 23 Sep 2007 13:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.webomatica.com/wordpress/2007/09/15/some-web-design-basics-1-xhtml/#comment-10800</guid>
		<description>I got my site to validate last night. Actually, after hunting down all the things that were causing me errors, and seeing how many errors some of the other sites I use around the web have, I was pretty proud of myself. So much so I even put the w3c button in my left sidebar. Geeky, I know, but having valid code doesn&#039;t hurt.</description>
		<content:encoded><![CDATA[<p>I got my site to validate last night. Actually, after hunting down all the things that were causing me errors, and seeing how many errors some of the other sites I use around the web have, I was pretty proud of myself. So much so I even put the w3c button in my left sidebar. Geeky, I know, but having valid code doesn’t hurt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webomatica</title>
		<link>http://www.webomatica.com/wordpress/2007/09/15/some-web-design-basics-1-xhtml/comment-page-1/#comment-9928</link>
		<dc:creator>webomatica</dc:creator>
		<pubDate>Mon, 17 Sep 2007 17:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.webomatica.com/wordpress/2007/09/15/some-web-design-basics-1-xhtml/#comment-9928</guid>
		<description>Tia the information between &lt;head&gt; &lt;/head&gt; isn&#039;t for images. Make sure the image is after the &lt;body&gt; tag.

Phil perhaps I should go for &quot;strict&quot;. Right now I need to get the pesky MyBlogLog widget to validate and then I can proceed.&lt;/body&gt;</description>
		<content:encoded><![CDATA[<p>Tia the information between <head> </head> isn’t for images. Make sure the image is after the <body> tag.</p>
<p>Phil perhaps I should go for “strict”. Right now I need to get the pesky MyBlogLog widget to validate and then I can proceed.</body></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.webomatica.com/wordpress/2007/09/15/some-web-design-basics-1-xhtml/comment-page-1/#comment-9894</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 17 Sep 2007 13:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.webomatica.com/wordpress/2007/09/15/some-web-design-basics-1-xhtml/#comment-9894</guid>
		<description>Hmm... sorry to comment again... I left a link in the last comment about strict and transitional doctypes, here it is again as it seems to have disappeared!

&lt;a href=&quot;http://24ways.org/2005/transitional-vs-strict-markup&quot; rel=&quot;nofollow&quot;&gt;http://24ways.org/2005/transitional-vs-strict-markup&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hmm… sorry to comment again… I left a link in the last comment about strict and transitional doctypes, here it is again as it seems to have disappeared!</p>
<p><a href="http://24ways.org/2005/transitional-vs-strict-markup" rel="nofollow">http://24ways.org/2005/transitional-vs-strict-markup</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.webomatica.com/wordpress/2007/09/15/some-web-design-basics-1-xhtml/comment-page-1/#comment-9893</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 17 Sep 2007 12:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webomatica.com/wordpress/2007/09/15/some-web-design-basics-1-xhtml/#comment-9893</guid>
		<description>You&#039;re right, &lt;b&gt; and &lt;i&gt; aren&#039;t deprecated in XHTML (yet...) but their use is discouraged as they are purely presentational. The use of &lt;em&gt; for emphasis and &lt;strong&gt; for strong emphasis is much better and you can style each element as you like.

Also, I would recommend using strict doctypes over transitional ones.</description>
		<content:encoded><![CDATA[<p>You’re right, &lt;b&gt; and &lt;i&gt; aren’t deprecated in XHTML (yet…) but their use is discouraged as they are purely presentational. The use of &lt;em&gt; for emphasis and &lt;strong&gt; for strong emphasis is much better and you can style each element as you like.</p>
<p>Also, I would recommend using strict doctypes over transitional ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tia Martyn</title>
		<link>http://www.webomatica.com/wordpress/2007/09/15/some-web-design-basics-1-xhtml/comment-page-1/#comment-9856</link>
		<dc:creator>Tia Martyn</dc:creator>
		<pubDate>Mon, 17 Sep 2007 07:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.webomatica.com/wordpress/2007/09/15/some-web-design-basics-1-xhtml/#comment-9856</guid>
		<description>Hi, 
I have started blogging lately and i cud not insert image to the header tag , any take on that one?

Regards</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have started blogging lately and i cud not insert image to the header tag , any take on that one?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

