<?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>Dustin Brewer Web Design &#187; XHTML</title>
	<atom:link href="http://dustinbrewer.com/category/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://dustinbrewer.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 01 Mar 2010 09:08:05 +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>CSS fix for the double margin float bug in IE6</title>
		<link>http://dustinbrewer.com/css-fix-for-the-double-margin-float-bug-in-ie6/</link>
		<comments>http://dustinbrewer.com/css-fix-for-the-double-margin-float-bug-in-ie6/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 13:01:41 +0000</pubDate>
		<dc:creator>Dustin Brewer</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[double margin]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://dustinbrewer.com/?p=157</guid>
		<description><![CDATA[There are several well known bugs that affect only Internet Explorer 6 that can wreak havoc on your websites. One of the most annoying is the double margin float bug in IE6, simply if you float a block level element to the left it will double the margin you have applied to the element and [...]]]></description>
		<wfw:commentRss>http://dustinbrewer.com/css-fix-for-the-double-margin-float-bug-in-ie6/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>How to create a good looking form without tables, using CSS</title>
		<link>http://dustinbrewer.com/how-to-create-a-good-looking-form-without-tables-using-css/</link>
		<comments>http://dustinbrewer.com/how-to-create-a-good-looking-form-without-tables-using-css/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 15:00:01 +0000</pubDate>
		<dc:creator>Dustin Brewer</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://dustinbrewer.com/?p=154</guid>
		<description><![CDATA[There are a lot of different attempts that we have all made over the years to master the quirky art of creating an aesthetically pleasing form. The trouble is being able to control the form and have your labels and inputs match up nicely without going to too much work. We&#8217;ve all made a form [...]]]></description>
		<wfw:commentRss>http://dustinbrewer.com/how-to-create-a-good-looking-form-without-tables-using-css/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>CSS Naked Day 2008</title>
		<link>http://dustinbrewer.com/css-naked-day-2008/</link>
		<comments>http://dustinbrewer.com/css-naked-day-2008/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 13:36:02 +0000</pubDate>
		<dc:creator>Dustin Brewer</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[css naked day]]></category>

		<guid isPermaLink="false">http://dustinbrewer.com/?p=150</guid>
		<description><![CDATA[CSS Naked day is the day that sites shed their CSS that makes our sites look good to show how seperatation of presentation and structure is so important in web design. To find out more about CSS Naked Day visit http://naked.dustindiaz.com
]]></description>
		<wfw:commentRss>http://dustinbrewer.com/css-naked-day-2008/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Creating a photo gallery in CSS without tables</title>
		<link>http://dustinbrewer.com/creating-a-photo-gallery-in-css-without-tables/</link>
		<comments>http://dustinbrewer.com/creating-a-photo-gallery-in-css-without-tables/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 15:00:08 +0000</pubDate>
		<dc:creator>Dustin Brewer</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[web design news]]></category>
		<category><![CDATA[photo gallery]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://dustinbrewer.com/?p=148</guid>
		<description><![CDATA[I have received several emails recently about creating galleries with CSS. Most people still use tables to create your basic image gallery in CSS. There is a much simpler way to do this with a list and some very easy CSS.  Depending on what you want to do with your photo gallery you may [...]]]></description>
		<wfw:commentRss>http://dustinbrewer.com/creating-a-photo-gallery-in-css-without-tables/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>How you can better organize your HTML with comments</title>
		<link>http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/</link>
		<comments>http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 00:35:56 +0000</pubDate>
		<dc:creator>Dustin Brewer</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[code organization]]></category>
		<category><![CDATA[web design news]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/</guid>
		<description><![CDATA[There are a lot of different ways to organize your HTML to ensure that others, and yourself, are able to easily navigate their ways around your code. One of the best methods for helping to order your code for others is using comment tags to show where certain tags end. The best tag to use [...]]]></description>
		<wfw:commentRss>http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Why web standards are important in web design</title>
		<link>http://dustinbrewer.com/why-web-standards-are-important-in-web-design/</link>
		<comments>http://dustinbrewer.com/why-web-standards-are-important-in-web-design/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 17:00:22 +0000</pubDate>
		<dc:creator>Dustin Brewer</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[web design news]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://dustinbrewer.com/why-web-standards-are-important-in-web-design/</guid>
		<description><![CDATA[There is a lot of talk amongst designers about why web standards are important, sometimes it is a bragging point to say that you know a lot about CSS and HTML and can make a good site within standards. Some of it is just a line to make whatever you are doing sound better. I [...]]]></description>
		<wfw:commentRss>http://dustinbrewer.com/why-web-standards-are-important-in-web-design/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>The importance of using lists for navigation</title>
		<link>http://dustinbrewer.com/the-importance-of-using-lists-for-navigation/</link>
		<comments>http://dustinbrewer.com/the-importance-of-using-lists-for-navigation/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 07:27:02 +0000</pubDate>
		<dc:creator>Dustin Brewer</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[web design news]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[semantics]]></category>

		<guid isPermaLink="false">http://dustinbrewer.com/the-importance-of-using-lists-for-navigation/</guid>
		<description><![CDATA[It is important to use lists in navigation for semantics, accessibility, aesthetics and flexibility. Not using lists for navigation can lead to confusion, inaccessibility and unclear markup. There has been an article published from a popular CSS tutorial web site that is slightly misleading and generally not the best advice for developers and designers. It [...]]]></description>
		<wfw:commentRss>http://dustinbrewer.com/the-importance-of-using-lists-for-navigation/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Opera files formal complaint against Microsft and IE</title>
		<link>http://dustinbrewer.com/opera-files-formal-complaint-against-microsft-and-ie/</link>
		<comments>http://dustinbrewer.com/opera-files-formal-complaint-against-microsft-and-ie/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 00:24:53 +0000</pubDate>
		<dc:creator>Dustin Brewer</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[browser news]]></category>
		<category><![CDATA[web design news]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://dustinbrewer.com/opera-files-formal-complaint-against-microsft-and-ie/</guid>
		<description><![CDATA[Opera&#8217;s CTO announced that they are filing a formal complain against Microsoft and the Internet Explorer browser. Their complaint is about their lack of support for web standards and the disservice they have done to the web community at large. Opera calls for the support of the web community in this charge.
This is fantastic, I&#8217;m [...]]]></description>
		<wfw:commentRss>http://dustinbrewer.com/opera-files-formal-complaint-against-microsft-and-ie/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using lists instead of tables for a gallery</title>
		<link>http://dustinbrewer.com/using-lists-instead-of-tables-for-a-gallery/</link>
		<comments>http://dustinbrewer.com/using-lists-instead-of-tables-for-a-gallery/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 08:00:00 +0000</pubDate>
		<dc:creator>Dustin Brewer</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://dustinbrewer.com/?p=84</guid>
		<description><![CDATA[It seems that a lot of people have trouble migrating their sites over to CSS in place of tables when they run into simple gallery-like issues. The problem of getting 5 rows of items to all look even and function like they would in tables without using tables. Some of course would argue that a [...]]]></description>
		<wfw:commentRss>http://dustinbrewer.com/using-lists-instead-of-tables-for-a-gallery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
