<?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>Are you Awake</title>
	<atom:link href="http://youawake.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://youawake.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 07 Feb 2012 04:28:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha</generator>
		<item>
		<title>Building an API</title>
		<link>http://youawake.com/building-an-api/</link>
		<comments>http://youawake.com/building-an-api/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 03:37:09 +0000</pubDate>
		<dc:creator>westondeboer</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://youawake.com/?p=294</guid>
		<description><![CDATA[I never intended to build an API for this site, but as it turns out, I need some API&#8217;s to do things easier. In doing so, I have learned that making an API for WordPress is an extremely easy thing &#8230; <a href="http://youawake.com/building-an-api/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I never intended to build an API for this site, but as it turns out, I need some API&#8217;s to do things easier. In doing so, I have learned that making an API for WordPress is an extremely easy thing to do.</p>
<p><img src="http://youawake.com/images/2011/12/my-first-api.png" alt="" title="my-first-api" width="415" height="57" class="alignnone size-full wp-image-295" /></p>
<p>In creating the art submission form, I wanted to make it easy to select an artist. So it queries the artist&#8217;s in the DB to see if anything matches. Super easy, super simple.</p>
<p>I hope to include more API&#8217;s and allow others to use my API&#8217;s in the future. But nothing to report now as we are still in alpha.</p>
<p>Oh and of course this site is updated to <a href="http://wordpress.org/news/2011/12/sonny/">WordPress 3.3</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://youawake.com/building-an-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment Spam</title>
		<link>http://youawake.com/comment-spam/</link>
		<comments>http://youawake.com/comment-spam/#comments</comments>
		<pubDate>Mon, 09 May 2011 00:50:56 +0000</pubDate>
		<dc:creator>westondeboer</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://youawake.com/?p=159</guid>
		<description><![CDATA[So it finally happened, I got some comment spam! I don&#8217;t have Akismet activated, and it finally happened. I wanted to see how long I could go without it. So I created a plugin to see what it will do &#8230; <a href="http://youawake.com/comment-spam/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So it finally happened, I got some comment spam! I don&#8217;t have Akismet activated, and it finally happened. I wanted to see how long I could go without it. So I created a plugin to see what it will do about future comment spam.</p>
<p><img src="http://youawake.com/images/2011/05/comment-spam-640x292.gif" alt="" width="640" height="292" class="alignnone size-large wp-image-160" /></p>
<p>You can download it and read more about it <a href="http://tipsforwordpress.com/wordpress/simple-comment-spam-stopper/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://youawake.com/comment-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Registered User Spam</title>
		<link>http://youawake.com/register-user-spam/</link>
		<comments>http://youawake.com/register-user-spam/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 04:21:56 +0000</pubDate>
		<dc:creator>westondeboer</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://youawake.com/?p=118</guid>
		<description><![CDATA[Wow, as I was talking about how I am going to try and not use Akismet, I look and see if anyone has registered on the site and wow yes, there has been a registration at least once a day. &#8230; <a href="http://youawake.com/register-user-spam/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wow, as I was talking about how I am going to try and not use Akismet, I look and see if anyone has registered on the site and wow yes, there has been a registration at least once a day. But they have all been spam bots!</p>
<p><img src="http://youawake.com/images/2011/04/spam-registered-users-640x321.gif" alt="" width="640" height="321" class="alignnone size-large wp-image-120" /></p>
<p>I was reading about this <a href="http://uxmovement.com/forms/captchas-vs-spambots-why-the-checkbox-captcha-wins">post</a> about adding an are you a bot check box. So I am going to try that and see what happens. </p>
<p><img src="http://youawake.com/images/2011/04/register.gif" alt="" width="640" height="214" class="alignnone size-full wp-image-121" /></p>
]]></content:encoded>
			<wfw:commentRss>http://youawake.com/register-user-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugins Used on this Site</title>
		<link>http://youawake.com/plugins-used-on-this-site/</link>
		<comments>http://youawake.com/plugins-used-on-this-site/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 04:00:36 +0000</pubDate>
		<dc:creator>westondeboer</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://youawake.com/?p=110</guid>
		<description><![CDATA[I have a love / hate relationship with WordPress plugins. I love how they can do exactly what I ask of them, but I Abhor how bloated they are. I have my favorite plugins of course, Google XML sitemaps, akismet &#8230; <a href="http://youawake.com/plugins-used-on-this-site/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have a love / hate relationship with WordPress plugins. I love how they can do exactly what I ask of them, but I Abhor how bloated they are. I have my favorite plugins of course, Google XML sitemaps, akismet and WordPress Stats. But I tend to stay away from plugins for the most part. I look inside plugins all of the time to see how they did things, but I rarely enable them.</p>
<p>So far the plugins I have installed are:<br />
<a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/">Google XML Sitemaps</a> &#8211; added 04/25/2011<br />
<a href="http://wordpress.org/extend/plugins/stats/">WordPress.com Stats</a> &#8211; added 04/25/2011<br />
<a href="http://tipsforwordpress.com/wordpress/simple-comment-spam-stopper/">Simple Comment Spam Stopper</a> &#8211; added 05/08/2011</p>
<p>I will update this list as the site goes long. Everything else at the moment is just template editing. It is a child theme of twenty ten, some custom page templates and some custom post types. I am going to try my hardest and not use akismet, I doubt this site will get very many hits to where I will need it. But we will see.</p>
]]></content:encoded>
			<wfw:commentRss>http://youawake.com/plugins-used-on-this-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About this Site</title>
		<link>http://youawake.com/about-this-site/</link>
		<comments>http://youawake.com/about-this-site/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 20:59:33 +0000</pubDate>
		<dc:creator>westondeboer</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://youawake.com/?p=51</guid>
		<description><![CDATA[I have updated the About section, which says: So the story goes like this, I was unhappy with the current online Art Tracking systems. I just found them pretty complicated to use, not very intuitive. And I just found them &#8230; <a href="http://youawake.com/about-this-site/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have updated the About section, which says:</p>
<blockquote><p>So the story goes like this, I was unhappy with the current online Art Tracking systems. I just found them pretty complicated to use, not very intuitive. And I just found them not exactly what I wanted them to be. I have a pretty extensive collection of art and I want to keep track of it. I want to know if the version I have is signed, if it is framed, so many things. I also want to keep track of the art that I have loaned to my friends.</p></blockquote>
<blockquote><p>There is so many things that I want from this website, I just hope that you will find them useful also.</p></blockquote>
<p>Well I have a name for this site, I just haven&#8217;t purchased the domain yet. I don&#8217;t have that much time for this site at the moment, but I am trying. I have no idea what I am doing and really what the goal is. And this is my <a title="todo" href="http://youawake.com/todo/">todo</a> list.</p>
<p>I am going to what I am doing pretty open. If anyone finds this site and finds it interesting, more power to you.</p>
<p>Just found out that of course you can use meta for taxonomies! </p>
]]></content:encoded>
			<wfw:commentRss>http://youawake.com/about-this-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://youawake.com/hello-world-2/</link>
		<comments>http://youawake.com/hello-world-2/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 20:39:34 +0000</pubDate>
		<dc:creator>westondeboer</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[started]]></category>

		<guid isPermaLink="false">http://youawake.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://youawake.com/hello-world-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

