<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Introduction</title>
	<atom:link href="http://paulkiley.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulkiley.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 09 Nov 2008 22:00:13 +0000</lastBuildDate>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='paulkiley.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Introduction</title>
		<link>http://paulkiley.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://paulkiley.wordpress.com/osd.xml" title="Introduction" />
	<atom:link rel='hub' href='http://paulkiley.wordpress.com/?pushpress=hub'/>
		<item>
		<title>A List of Useful Ubuntu (Linux) Commands</title>
		<link>http://paulkiley.wordpress.com/2008/11/09/a-list-of-useful-ubuntu-linux-commands/</link>
		<comments>http://paulkiley.wordpress.com/2008/11/09/a-list-of-useful-ubuntu-linux-commands/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 22:00:13 +0000</pubDate>
		<dc:creator>paulkiley</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://paulkiley.wordpress.com/?p=12</guid>
		<description><![CDATA[There is an article at zaphu.com, A List of Useful Ubuntu (Linux) Commands, that has some decent recipes for Ubuntu beginners.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paulkiley.wordpress.com&amp;blog=98729&amp;post=12&amp;subd=paulkiley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There is an article at zaphu.com, <a href="http://www.zaphu.com/2008/10/06/a-list-of-useful-ubuntu-linux-commands/">A List of Useful Ubuntu (Linux) Commands</a>, that has some decent recipes for Ubuntu beginners.  </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paulkiley.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paulkiley.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paulkiley.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paulkiley.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/paulkiley.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/paulkiley.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/paulkiley.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/paulkiley.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paulkiley.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paulkiley.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paulkiley.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paulkiley.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paulkiley.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paulkiley.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paulkiley.wordpress.com&amp;blog=98729&amp;post=12&amp;subd=paulkiley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://paulkiley.wordpress.com/2008/11/09/a-list-of-useful-ubuntu-linux-commands/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7183a1cbdd355cb186d19156e5ffc41?s=96&#38;d=identicon" medium="image">
			<media:title type="html">paulkiley</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Positioning</title>
		<link>http://paulkiley.wordpress.com/2008/11/08/css-positioning/</link>
		<comments>http://paulkiley.wordpress.com/2008/11/08/css-positioning/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 20:07:29 +0000</pubDate>
		<dc:creator>paulkiley</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://paulkiley.wordpress.com/?p=8</guid>
		<description><![CDATA[BarelyFitz Designs published a How To titled: Learn CSS Positioning in Ten Steps. This tutorial examines the different layout properties available in CSS: position:static, position:relative, position:absolute, and float.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paulkiley.wordpress.com&amp;blog=98729&amp;post=8&amp;subd=paulkiley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>BarelyFitz Designs published a How To titled: <a href="http://www.barelyfitz.com/screencast/html-training/css/positioning/">Learn CSS Positioning in Ten Steps</a>. This tutorial examines the different layout properties available in CSS: position:static, position:relative, position:absolute, and float.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paulkiley.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paulkiley.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paulkiley.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paulkiley.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/paulkiley.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/paulkiley.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/paulkiley.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/paulkiley.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paulkiley.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paulkiley.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paulkiley.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paulkiley.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paulkiley.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paulkiley.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paulkiley.wordpress.com&amp;blog=98729&amp;post=8&amp;subd=paulkiley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://paulkiley.wordpress.com/2008/11/08/css-positioning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7183a1cbdd355cb186d19156e5ffc41?s=96&#38;d=identicon" medium="image">
			<media:title type="html">paulkiley</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Colors</title>
		<link>http://paulkiley.wordpress.com/2008/11/01/web-colors/</link>
		<comments>http://paulkiley.wordpress.com/2008/11/01/web-colors/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 17:22:16 +0000</pubDate>
		<dc:creator>paulkiley</dc:creator>
				<category><![CDATA[Colors]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://paulkiley.wordpress.com/?p=5</guid>
		<description><![CDATA[A web design beginner may find the 4096 Color Wheel to be a useful tool for discovering the corresponding&#160; hex codes to the colors of their choice.&#160; This interactive web application is a joy to use.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paulkiley.wordpress.com&amp;blog=98729&amp;post=5&amp;subd=paulkiley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A web design beginner may find the <a href="http://www.ficml.org/jemimap/style/color/wheel.html">4096 Color Wheel</a> to be a useful tool for discovering the corresponding&nbsp; hex codes to the colors of their choice.&nbsp; This interactive web application is a joy to use.</p>
<p><a href="http://paulkiley.files.wordpress.com/2008/11/4096-color-wheel.png" target="_blank"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;margin:0 100px;" height="206" alt="4096-color-wheel" src="http://paulkiley.files.wordpress.com/2008/11/4096-color-wheel-thumb.png?w=244&#038;h=206" width="244" border="0"></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paulkiley.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paulkiley.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paulkiley.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paulkiley.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/paulkiley.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/paulkiley.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/paulkiley.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/paulkiley.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paulkiley.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paulkiley.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paulkiley.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paulkiley.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paulkiley.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paulkiley.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paulkiley.wordpress.com&amp;blog=98729&amp;post=5&amp;subd=paulkiley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://paulkiley.wordpress.com/2008/11/01/web-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7183a1cbdd355cb186d19156e5ffc41?s=96&#38;d=identicon" medium="image">
			<media:title type="html">paulkiley</media:title>
		</media:content>

		<media:content url="http://paulkiley.files.wordpress.com/2008/11/4096-color-wheel-thumb.png" medium="image">
			<media:title type="html">4096-color-wheel</media:title>
		</media:content>
	</item>
	</channel>
</rss>
