<?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>Kyle Schaeffer - Interactive Media Design &#187; XHTML</title>
	<atom:link href="http://www.kyleschaeffer.com/tag/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kyleschaeffer.com</link>
	<description>Best practices and design related to all things web.</description>
	<lastBuildDate>Thu, 15 Jul 2010 21:29:05 +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>Input Prompt Text:  A Better Way</title>
		<link>http://www.kyleschaeffer.com/best-practices/input-prompt-text/</link>
		<comments>http://www.kyleschaeffer.com/best-practices/input-prompt-text/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 02:43:37 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=565</guid>
		<description><![CDATA[It&#8217;s a very cool feature to have a form field that has prompt text such as Enter search keywords&#8230; right inside the input box, itself. It looks good, it makes sense to users, and it can save a lot of real estate in your design by negating the need for field labels. The problem, however, [...]]]></description>
		<wfw:commentRss>http://www.kyleschaeffer.com/best-practices/input-prompt-text/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Image Buttons and Accessibility</title>
		<link>http://www.kyleschaeffer.com/best-practices/image-buttons-and-accessibility/</link>
		<comments>http://www.kyleschaeffer.com/best-practices/image-buttons-and-accessibility/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 21:29:32 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=358</guid>
		<description><![CDATA[Image buttons are a fairly common occurrence in web media. As with everything else in web design, you have a dizzying arsenal of methods from which you can choose to create this type of design element, and choosing the right method can greatly aid in your design&#8217;s accessibility, performance, and SEO-friendliness. Concerning Accessibility Accessibility is [...]]]></description>
		<wfw:commentRss>http://www.kyleschaeffer.com/best-practices/image-buttons-and-accessibility/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A Simple jQuery Tabs Template</title>
		<link>http://www.kyleschaeffer.com/web-controls/simple-jquery-tabs-template/</link>
		<comments>http://www.kyleschaeffer.com/web-controls/simple-jquery-tabs-template/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 14:47:28 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Web Controls]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DHTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Tabs]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=348</guid>
		<description><![CDATA[I love jQuery; I use it all the time. I also love the great UI controls that come with the jQuery UI library. Unfortunately, I&#8217;ve found that a lot of these controls can be a little heavy in terms of required JS/CSS files that your clients will have to download in order to use these [...]]]></description>
		<wfw:commentRss>http://www.kyleschaeffer.com/web-controls/simple-jquery-tabs-template/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Reusable Transparent CSS Rounded Corners</title>
		<link>http://www.kyleschaeffer.com/best-practices/reusable-transparent-css-rounded-corners/</link>
		<comments>http://www.kyleschaeffer.com/best-practices/reusable-transparent-css-rounded-corners/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 21:45:09 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Corners]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=296</guid>
		<description><![CDATA[In retrospective, there are definitely some areas where I could have improved on my Karate Corners design. I decided to take a second look and write a quick post that details how I create corners today, after almost a year of evolution in the ever-changing world of web design. This is absolutely the most simple [...]]]></description>
		<wfw:commentRss>http://www.kyleschaeffer.com/best-practices/reusable-transparent-css-rounded-corners/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>A Very Simple CSS Chat Bubble</title>
		<link>http://www.kyleschaeffer.com/tutorials/a-very-simple-css-chat-bubble/</link>
		<comments>http://www.kyleschaeffer.com/tutorials/a-very-simple-css-chat-bubble/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 13:38:19 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=293</guid>
		<description><![CDATA[Each time you implement a new design element into your site, there are a vast array of approaches you can take to achieve the same outcome. Often times, I feel that the most simple of solutions is the best one. When implementing the &#8220;user comments&#8221; feature into ThumbSticks.com, I decided to wrap each user comment [...]]]></description>
		<wfw:commentRss>http://www.kyleschaeffer.com/tutorials/a-very-simple-css-chat-bubble/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Wisdom of Simplicity</title>
		<link>http://www.kyleschaeffer.com/best-practices/the-wisdom-of-simplicity/</link>
		<comments>http://www.kyleschaeffer.com/best-practices/the-wisdom-of-simplicity/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 18:38:11 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=237</guid>
		<description><![CDATA[Web designers would be wise to approach every situation with one thing in mind: simplicity. Simplicity is the cornerstone of designing a well-structured and highly flexible HTML/CSS design. I&#8217;ve found that all too often, many designers approach a website with one thing in mind: the &#8220;look&#8221; of the fully rendered site. They approach each page [...]]]></description>
		<wfw:commentRss>http://www.kyleschaeffer.com/best-practices/the-wisdom-of-simplicity/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS Absolute Positioning</title>
		<link>http://www.kyleschaeffer.com/best-practices/css-absolute-positioning/</link>
		<comments>http://www.kyleschaeffer.com/best-practices/css-absolute-positioning/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 15:56:36 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Positioning]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=201</guid>
		<description><![CDATA[Absolute positioning is a very powerful CSS technique when used properly. Traditionally, when you use &#60;div/&#62; tags and the like, everything in your page design is generally stacked from top to bottom. Using absolute positioning gives you the freedom to place elements of your page just about anywhere you&#8217;d like. Here are some fundamentals of [...]]]></description>
		<wfw:commentRss>http://www.kyleschaeffer.com/best-practices/css-absolute-positioning/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Pure CSS Image Hover</title>
		<link>http://www.kyleschaeffer.com/best-practices/pure-css-image-hover/</link>
		<comments>http://www.kyleschaeffer.com/best-practices/pure-css-image-hover/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 14:14:17 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DHTML]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=142</guid>
		<description><![CDATA[Many site designs will feature varying types of image &#8220;hover&#8221; states, where an image or background image changes when you move your mouse cursor into that area of the page. Traditionally, this change in image is handled via JavaScript. It&#8217;s fairly easy to write a small script that swaps out images on mouseover, but there [...]]]></description>
		<wfw:commentRss>http://www.kyleschaeffer.com/best-practices/pure-css-image-hover/feed/</wfw:commentRss>
		<slash:comments>57</slash:comments>
		</item>
		<item>
		<title>Create a DHTML Tab Strip</title>
		<link>http://www.kyleschaeffer.com/tutorials/create-a-dhtml-tab-strip/</link>
		<comments>http://www.kyleschaeffer.com/tutorials/create-a-dhtml-tab-strip/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 18:18:23 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Controls]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DHTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Tabs]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=107</guid>
		<description><![CDATA[Tab strips are commonplace throughout the web, and they&#8217;re utilized in a wide variety of ways, such as in site navigation or form wizards. Organizing links in a tabbed format can add quite a bit of style and functionality to your site, as many visitors are already familiar and comfortable with using tabs on other [...]]]></description>
		<wfw:commentRss>http://www.kyleschaeffer.com/tutorials/create-a-dhtml-tab-strip/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Five Elegant Rounded Corner Boxes</title>
		<link>http://www.kyleschaeffer.com/web-controls/five-elegant-rounded-corner-boxes/</link>
		<comments>http://www.kyleschaeffer.com/web-controls/five-elegant-rounded-corner-boxes/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 14:57:10 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Web Controls]]></category>
		<category><![CDATA[Corners]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=101</guid>
		<description><![CDATA[I wanted to really take the concept of my &#8220;Karate Corners&#8221; design to new levels, so I created this simple demo to show you how visual elegance can work in tandem with technical simplicity. Seeing is believing, so without further adieu&#8230; View the Karate Corners Demo by clicking here.]]></description>
		<wfw:commentRss>http://www.kyleschaeffer.com/web-controls/five-elegant-rounded-corner-boxes/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
