<?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; Tutorials</title>
	<atom:link href="http://www.kyleschaeffer.com/category/tutorials/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>Plug in to Amazon Web Services (AWS) using PHP</title>
		<link>http://www.kyleschaeffer.com/tutorials/amazon-web-services-php/</link>
		<comments>http://www.kyleschaeffer.com/tutorials/amazon-web-services-php/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 17:55:46 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=506</guid>
		<description><![CDATA[I&#8217;ve recently started using Amazon Web Services (AWS) to import large amounts of rich content into my weekend-warrior project, ThumbSticks.com. I have to say that I&#8217;m quite impressed with Amazon&#8217;s dedication to providing their product information in such a transparent and detailed manner. If you&#8217;re not familiar with AWS, here is a quick introduction and [...]]]></description>
		<wfw:commentRss>http://www.kyleschaeffer.com/tutorials/amazon-web-services-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Create a Lightbox with jQuery and CSS</title>
		<link>http://www.kyleschaeffer.com/tutorials/lightbox-jquery-css/</link>
		<comments>http://www.kyleschaeffer.com/tutorials/lightbox-jquery-css/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 21:37:05 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DHTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=488</guid>
		<description><![CDATA[The &#8220;lightbox&#8221; is a unique and useful design tool when used properly. It allows designers to present information that is totally independent from the site theme, and it is especially useful when displaying information that is loaded via AJAX requests (often negating the need for additional post-backs on your pages). There are countless ways to [...]]]></description>
		<wfw:commentRss>http://www.kyleschaeffer.com/tutorials/lightbox-jquery-css/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>IE Corner Inserts via jQuery</title>
		<link>http://www.kyleschaeffer.com/tutorials/ie-corner-inserts-via-jquery/</link>
		<comments>http://www.kyleschaeffer.com/tutorials/ie-corner-inserts-via-jquery/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 22:51:43 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Corners]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=422</guid>
		<description><![CDATA[I recently had a client whose design demanded rounded corners in a lot of different areas of their site. As I looked through the design documentation, the variety and color of these rounded widgets really started to add up. I quickly decided that pure CSS corners were the best choice for their design. Most users [...]]]></description>
		<wfw:commentRss>http://www.kyleschaeffer.com/tutorials/ie-corner-inserts-via-jquery/feed/</wfw:commentRss>
		<slash:comments>9</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>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>Navigation Using Unordered Lists</title>
		<link>http://www.kyleschaeffer.com/tutorials/navigation-using-unordered-lists/</link>
		<comments>http://www.kyleschaeffer.com/tutorials/navigation-using-unordered-lists/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 21:21:07 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=74</guid>
		<description><![CDATA[An unordered list (the &#60;ul/&#62; tag in HTML) is a great way to easily organize your site navigation with a minimal use of HTML, but how is it done? This is a simple tutorial showing you exactly how to create a simple list-based navigation menu in your site. Vertical Menus Vertical menus are the easiest [...]]]></description>
		<wfw:commentRss>http://www.kyleschaeffer.com/tutorials/navigation-using-unordered-lists/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>All About Table-less Column Design</title>
		<link>http://www.kyleschaeffer.com/best-practices/all-about-tableless-column-design/</link>
		<comments>http://www.kyleschaeffer.com/best-practices/all-about-tableless-column-design/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 17:43:25 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Columns]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=54</guid>
		<description><![CDATA[There are a number of ways to create vertical columns in your XHTML design without using the &#60;table/&#62; tag and the horrendous amount of HTML that always seems to accompany it. Each method listed here is superior in various situations, so choose a good fit for your particular design. But&#8230;why? Why do we go through [...]]]></description>
		<wfw:commentRss>http://www.kyleschaeffer.com/best-practices/all-about-tableless-column-design/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Karate Corners: XHTML/CSS Rounded Corners</title>
		<link>http://www.kyleschaeffer.com/tutorials/karate-corners-easy-rounded-corners-xhtml-no-script/</link>
		<comments>http://www.kyleschaeffer.com/tutorials/karate-corners-easy-rounded-corners-xhtml-no-script/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 12:58:10 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<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=31</guid>
		<description><![CDATA[I&#8217;ve seen a lot of different ways to create round corners and boxes in web sites, and quite frankly I haven&#8217;t exactly fallen in love with any of them. A lot of the methods that I&#8217;ve seen use either (1) a table structure which I try to avoid at all costs, (2) too many nested [...]]]></description>
		<wfw:commentRss>http://www.kyleschaeffer.com/tutorials/karate-corners-easy-rounded-corners-xhtml-no-script/feed/</wfw:commentRss>
		<slash:comments>65</slash:comments>
		</item>
	</channel>
</rss>
