<?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>User Interface Trends &#187; xhtml</title>
	<atom:link href="http://uitrends.com/tag/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://uitrends.com</link>
	<description>A place to catalog, discuss, and rate trends in user interface design</description>
	<lastBuildDate>Thu, 12 Aug 2010 22:36:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Get Your Name Listed In a &#8220;For Dummies&#8221; Web Design Book</title>
		<link>http://uitrends.com/2010/05/20/get-your-name-listed-in-a-for-dummies-web-design-book/</link>
		<comments>http://uitrends.com/2010/05/20/get-your-name-listed-in-a-for-dummies-web-design-book/#comments</comments>
		<pubDate>Fri, 21 May 2010 00:59:39 +0000</pubDate>
		<dc:creator>Jeff Noble</dc:creator>
				<category><![CDATA[Worth a Look]]></category>
		<category><![CDATA[Dummies]]></category>
		<category><![CDATA[For Dummies]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://uitrends.com/?p=2048</guid>
		<description><![CDATA[Greetings ladies and gentlemen and Russ, I&#8217;ve just started working on the 7th edition of HTML, XHTML &#38; CSS For Dummies and yes, before you say it, Wiley publishing picked the perfect &#8220;dummy&#8221; for the job (insert sitcom laugh track here &#8211; har, har, har).  Anyway, I&#8217;ve created a new Twitter account for the upcoming [...]]]></description>
			<content:encoded><![CDATA[<p><img  title="dummiesbook" src="http://uitrends.com/wp-content/uploads/2010/05/dummiesbook1.gif" alt="" width="200" height="237" style="float: right; margin-left: 10px" />Greetings ladies and gentlemen and Russ, I&#8217;ve just started working on the 7th edition of <em><a href="http://www.amazon.com/HTML-XHTML-Dummies-Computer-Tech/dp/047023847X/ref=pd_bbs_sr_2?ie=UTF8&amp;s=books&amp;qid=1210125810&amp;sr=8-2?_encoding=UTF8&amp;tag=conqmedi-20" target="_blank">HTML, XHTML &amp; CSS For Dummies</a> </em>and yes, before you say it, Wiley publishing picked the perfect &#8220;dummy&#8221; for the job (insert sitcom <a href="http://www.tvparty.com/laugh.html">laugh track</a> here &#8211; har, har, har).  Anyway, I&#8217;ve created a new Twitter account for the upcoming version of the book and we are going to list the first 1,000 followers as supporters.  Why? Why not! That&#8217;s why. So if you are interested in web design, HTML, XHTML, CSS or you just really enjoy seeing your name printed in a book, all you need to do is follow this Twitter account:</p>
<h2><a href="http://twitter.com/dummieshtml" target="_blank">http://twitter.com/dummieshtml</a></h2>
<p>That&#8217;s it.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://uitrends.com/2010/05/20/get-your-name-listed-in-a-for-dummies-web-design-book/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>UItrends Web Design Tip #1</title>
		<link>http://uitrends.com/2009/11/12/uitrends-web-design-tip-1/</link>
		<comments>http://uitrends.com/2009/11/12/uitrends-web-design-tip-1/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 15:09:11 +0000</pubDate>
		<dc:creator>Jeff Noble</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web design tips]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://uitrends.com/?p=1292</guid>
		<description><![CDATA[Hello and welcome to the first ever UItrends tip! If you are a web designer and upon viewing the source code (Firefox shortcut: Ctrl + U or Internet Explorer longcut: Alt + V + C) of a recent project of yours, you happen to see anything that resembles any of the following tags: &#60;!DOCTYPE HTML [...]]]></description>
			<content:encoded><![CDATA[<p>Hello and welcome to the first ever UItrends tip!</p>
<p>If you are a web designer and upon viewing the source code (Firefox shortcut: Ctrl + U or Internet Explorer longcut: Alt + V + C) of a recent project of yours, you happen to see anything that resembles any of the following tags:</p>
<ul class="circle">
<li>&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221;&gt;</li>
<li>&lt;table&gt; (For layout)</li>
<li>&lt;td&gt;</li>
<li>&lt;tr&gt;</li>
<li> &lt;IFRAME&gt;</li>
<li>&lt;frame&gt;</li>
<li>&lt;frameset&gt;</li>
<li>&lt;hr&gt;</li>
<li>&lt;br&gt;</li>
<li>&lt;font face=&#8221;Arial&#8221; size=&#8221;1&#8243;&gt;</li>
<li>&lt;bold&gt;</li>
<li>
<div style="text-decoration: line-through">&lt;strong&gt;</div>
<p>OK, this has been removed. Thanks for the feedback!</li>
<li>&lt;center&gt;</li>
<li>&lt;map name=&#8221;Map&#8221;&gt;</li>
<li>&lt;area shape=&#8221;circle&#8221; coords=&#8221;101,396,82&#8243; href=&#8221;#&#8221;&gt;</li>
<li>&lt;b&gt;</li>
</ul>
<p>Please stop! I know these tags have been your trusty friends that you&#8217;ve gotten to know very well over the years and you&#8217;re having a hard time leaving them, but what you might not know is they are creating more work for you, slowing development, creating unorganized code, painful website updates, larger file size and slower times for your website visitors. I beg you, please join us here in the modern web design community where <a href="http://www.w3schools.com/css/css_intro.asp">CSS</a> and <a href="http://www.w3schools.com/xhtml/xhtml_intro.asp">XHTML</a> is your new best friend. I promise you will love them and in return they will honor and cherish you from here until eternity&#8230; or maybe just until <a href="http://www.w3.org/TR/css3-roadmap/">CSS3</a> and <a href="http://dev.w3.org/html5/html4-differences/">HTML5</a> are widely accepted and we rightfully trash the current standards and start the cycle all over again.</p>
]]></content:encoded>
			<wfw:commentRss>http://uitrends.com/2009/11/12/uitrends-web-design-tip-1/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
	</channel>
</rss>
