<?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>IfYouCodeItTheyWill.com &#187; xHTML</title>
	<atom:link href="http://ifyoucodeittheywill.com/category/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://ifyoucodeittheywill.com</link>
	<description>xHTML and CSS made simple.</description>
	<lastBuildDate>Mon, 07 Jun 2010 15:55:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Accessible Forms</title>
		<link>http://ifyoucodeittheywill.com/2010/03/accessible-forms/</link>
		<comments>http://ifyoucodeittheywill.com/2010/03/accessible-forms/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 20:01:16 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[xHTML]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[forms]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=987</guid>
		<description><![CDATA[When you create a form for your website, you need to keep in mind that not everyone will be able to see them, and not everyone will be able to use a mouse to fill them in. For those who can see and use a mouse, they may have poor motor control, finding it difficult [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2010/03/accessible-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soft Word Breaks For Long Words</title>
		<link>http://ifyoucodeittheywill.com/2009/11/soft-word-breaks-for-long-words/</link>
		<comments>http://ifyoucodeittheywill.com/2009/11/soft-word-breaks-for-long-words/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 02:55:42 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[xHTML]]></category>
		<category><![CDATA[word break]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=959</guid>
		<description><![CDATA[It used to be that, whenever you wanted to allow a long word to break at the end of a line without forcing it, then you might have added a &#60;wbr&#62; there. Since most browsers wouldn&#8217;t insert a dash at the break, it was also necessary to use a CSS pseudo-class to display that dash. [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/11/soft-word-breaks-for-long-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flexible-width, content-first layout with fixed-width, equal-height sidebar</title>
		<link>http://ifyoucodeittheywill.com/2009/06/flex-width-equal-height-sidebar-layout/</link>
		<comments>http://ifyoucodeittheywill.com/2009/06/flex-width-equal-height-sidebar-layout/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 22:39:51 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Misc. Design Topics]]></category>
		<category><![CDATA[xHTML]]></category>
		<category><![CDATA[equal height]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[sidebar]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=919</guid>
		<description><![CDATA[Wow, that&#8217;s a wordy title, but I wanted to make sure people will know what to expect before they click on my link.
To see what you&#8217;ll be creating today, see a working example here.
Creating this type of layout without tables may sound like a tall order right now, but not only will I show you [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/06/flex-width-equal-height-sidebar-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Pseudo-elements</title>
		<link>http://ifyoucodeittheywill.com/2009/05/css-pseudo-elements/</link>
		<comments>http://ifyoucodeittheywill.com/2009/05/css-pseudo-elements/#comments</comments>
		<pubDate>Thu, 14 May 2009 00:58:17 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[xHTML]]></category>
		<category><![CDATA[pseudo]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=851</guid>
		<description><![CDATA[Pseudo-elements are very similar to pseudo-classes. So similar, in fact, that I&#8217;m not even sure why they consider them two different things.
All that really matters is understanding how they work, and that&#8217;s what I&#8217;m going to show you today.
Pseudo-elements you can use are:

:first-letter
:first-line
:before
:after


:first-letter
Syntax:
tagname.classname:first-letter
:first-letter does what you might expect. It affects the first letter within the [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/05/css-pseudo-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Photo Gallery</title>
		<link>http://ifyoucodeittheywill.com/2009/04/css-photo-gallery/</link>
		<comments>http://ifyoucodeittheywill.com/2009/04/css-photo-gallery/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 01:35:26 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[xHTML]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[positioning]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=791</guid>
		<description><![CDATA[There are many ways to make a photo gallery. Some use javascript to pop up a larger image in the same or a different window. Some load a new page for every enlarged image. You could easily use an iframe, but since those are bad for accessibility, I stay away from iframes as much as [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/04/css-photo-gallery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Easily Find and Correct Errors In Your xHTML</title>
		<link>http://ifyoucodeittheywill.com/2009/04/easily-find-and-correct-errors-in-your-xhtml/</link>
		<comments>http://ifyoucodeittheywill.com/2009/04/easily-find-and-correct-errors-in-your-xhtml/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 10:32:19 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[xHTML]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=757</guid>
		<description><![CDATA[Before putting any xHTML or CSS file online, you should always check it for errors. A good way to do this is to run your code through w3c&#8217;s Markup Validator and CSS Validator.
As good as these and similar services are, I have found that some beginners have trouble understanding what the errors mean and how [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/04/easily-find-and-correct-errors-in-your-xhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inside the Head of a Web Page</title>
		<link>http://ifyoucodeittheywill.com/2009/04/inside-head-web-page/</link>
		<comments>http://ifyoucodeittheywill.com/2009/04/inside-head-web-page/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 10:19:02 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[Editorials]]></category>
		<category><![CDATA[Getting Started with xHTML and CSS]]></category>
		<category><![CDATA[xHTML]]></category>
		<category><![CDATA[xHTML for Beginners]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[link tag]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[stylesheet]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=616</guid>
		<description><![CDATA[In the previous post of these tutorials, we got into the anatomy of a web page.  There, we covered the &#60;!DOCTYPE&#62;, &#60;html&#62;, &#60;head&#62;, and &#60;body&#62; tags.
Now we&#8217;ll delve into the &#60;head&#62; section, starting with the &#60;title&#62; tag.
&#60;title&#62;
The &#60;title&#62; tag is very simple. All it does is put the title of your page into the [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/04/inside-head-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
