<?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>Will Ayers</title>
	<atom:link href="http://willayers.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://willayers.net</link>
	<description>In love with Codeigniter &#38; jQuery</description>
	<lastBuildDate>Sun, 28 Feb 2010 23:20:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mouse Paths</title>
		<link>http://willayers.net/2010/02/mouse-paths/</link>
		<comments>http://willayers.net/2010/02/mouse-paths/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 23:20:44 +0000</pubDate>
		<dc:creator>Will Ayers</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Mouse Paths]]></category>

		<guid isPermaLink="false">http://willayers.net/?p=78</guid>
		<description><![CDATA[Here are a couple shots of my mouse path&#8217;s over the past week.







]]></description>
		<wfw:commentRss>http://willayers.net/2010/02/mouse-paths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Digital Clock Inspired by HTC Hero Widget</title>
		<link>http://willayers.net/2010/02/jquery-digital-clock-inspired-by-htc-hero-widget/</link>
		<comments>http://willayers.net/2010/02/jquery-digital-clock-inspired-by-htc-hero-widget/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 16:05:40 +0000</pubDate>
		<dc:creator>Will Ayers</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Clock]]></category>
		<category><![CDATA[Digital Clock]]></category>
		<category><![CDATA[HTC Hero Widget]]></category>

		<guid isPermaLink="false">http://willayers.net/?p=66</guid>
		<description><![CDATA[jDigiClock is a jQuery plugin that recreates a digital clock inspired by the HTC Hero Widget.
It is as simple as including the jDigiClock file below a include of jQuery and calling the jdigiclock() function. jDigiClock instructions, download and demo can be found here.


]]></description>
		<wfw:commentRss>http://willayers.net/2010/02/jquery-digital-clock-inspired-by-htc-hero-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Webmaster Quiz Answers</title>
		<link>http://willayers.net/2010/02/google-webmaster-quiz-answers/</link>
		<comments>http://willayers.net/2010/02/google-webmaster-quiz-answers/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 01:42:35 +0000</pubDate>
		<dc:creator>Will Ayers</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Webmaster Quiz]]></category>

		<guid isPermaLink="false">http://willayers.net/?p=61</guid>
		<description><![CDATA[I somehow must have missed the invitation to take the Google webmaster quiz. It has been turned off now but the questions and correct answers have been posted at the Google Webmaster Central blog. via Martin : on ghacks.net.

You have moved your site to a new domain name. For users and search engines, the preferred [...]]]></description>
		<wfw:commentRss>http://willayers.net/2010/02/google-webmaster-quiz-answers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Todays Rant : Pagination</title>
		<link>http://willayers.net/2010/02/todays-rant-pagination/</link>
		<comments>http://willayers.net/2010/02/todays-rant-pagination/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 21:23:52 +0000</pubDate>
		<dc:creator>Will Ayers</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Pagination]]></category>

		<guid isPermaLink="false">http://willayers.net/?p=57</guid>
		<description><![CDATA[I find it very annoying to use a website when there are multiple entries on multiple pages and they do not do a good job of providing a user-friendly pagination navigation.
You need to put more then just a previous/next button. There needs to be numbers for each of your pages and a first, last, previous [...]]]></description>
		<wfw:commentRss>http://willayers.net/2010/02/todays-rant-pagination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page Accessed by jQuery or HTTP</title>
		<link>http://willayers.net/2010/02/page-accessed-by-jquery-or-http/</link>
		<comments>http://willayers.net/2010/02/page-accessed-by-jquery-or-http/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 23:23:24 +0000</pubDate>
		<dc:creator>Will Ayers</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://willayers.net/?p=50</guid>
		<description><![CDATA[Here is a little code snippet I have been working with to integrate into the cms I am building with Codeigniter. It is used to determine if the controller is accessed by jQuery ( an ajax request ) or by a normal http request.

/* Access()
 * returns http if requested by http request
 * returns [...]]]></description>
		<wfw:commentRss>http://willayers.net/2010/02/page-accessed-by-jquery-or-http/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Problem with the Apple iPad</title>
		<link>http://willayers.net/2010/01/the-problem-with-the-apple-ipad/</link>
		<comments>http://willayers.net/2010/01/the-problem-with-the-apple-ipad/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 19:26:22 +0000</pubDate>
		<dc:creator>Will Ayers</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Laptops]]></category>
		<category><![CDATA[Life Hacker]]></category>
		<category><![CDATA[Steve Jobs]]></category>

		<guid isPermaLink="false">http://willayers.net/?p=43</guid>
		<description><![CDATA[Steve Jobs worked his charm, attempting to wow the world with the Apple iPad, a new, super-slim computer he touted as the missing link between iPhones and laptops. It&#8217;s an undeniably beautiful device, but it also represents some serious problems.
The Problem with the Apple iPad by Life Hacker
Edit:
Also don&#8217;t forget this article 8 things that [...]]]></description>
		<wfw:commentRss>http://willayers.net/2010/01/the-problem-with-the-apple-ipad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wordpress And Shopping Cart Sitting In A Tree</title>
		<link>http://willayers.net/2010/01/wordpress-and-shopping-cart-sitting-in-a-tree/</link>
		<comments>http://willayers.net/2010/01/wordpress-and-shopping-cart-sitting-in-a-tree/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 17:43:04 +0000</pubDate>
		<dc:creator>Will Ayers</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Shopping Cart]]></category>

		<guid isPermaLink="false">http://willayers.net/?p=36</guid>
		<description><![CDATA[Get Shopped! &#8211; Home of the WP e-Commerce Plugin!
Get Shopped is a Wordpress plugin that brings together the power of Wordpress and the power of e-commerce. It has a vast list of features. Here is a little excerpt of the basic features.
WordPress Integration

Easy to install WordPress plugin
Works with any standards compliant WordPress theme
Plays well with [...]]]></description>
		<wfw:commentRss>http://willayers.net/2010/01/wordpress-and-shopping-cart-sitting-in-a-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Jailbroke My 3GS iPhone</title>
		<link>http://willayers.net/2010/01/i-jailbroke-my-3gs-iphone/</link>
		<comments>http://willayers.net/2010/01/i-jailbroke-my-3gs-iphone/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 01:49:28 +0000</pubDate>
		<dc:creator>Will Ayers</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[3GS]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Jailbreak]]></category>
		<category><![CDATA[Jailbroke]]></category>

		<guid isPermaLink="false">http://willayers.net/?p=32</guid>
		<description><![CDATA[I took the plunge into the jailbroken iPhone world and I am in love. There are so many little tweaks that are so small but so worth it. Here is a screen shot of my current theme.
If you have any questions about jailbreaking your iphone, leave a comment and I will help you out.
]]></description>
		<wfw:commentRss>http://willayers.net/2010/01/i-jailbroke-my-3gs-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Snowboarding</title>
		<link>http://willayers.net/2010/01/snowboarding/</link>
		<comments>http://willayers.net/2010/01/snowboarding/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 18:06:22 +0000</pubDate>
		<dc:creator>Will Ayers</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Snow Boarding]]></category>

		<guid isPermaLink="false">http://willayers.net/?p=30</guid>
		<description><![CDATA[So I went snowboarding for the first time and loved it. I can not wait to go back and do it again. I was pretty nervous about the whole thing but figured since I was a big skateboarder my whole life that I would be able to learn it quickly. Anyway I thought I would [...]]]></description>
		<wfw:commentRss>http://willayers.net/2010/01/snowboarding/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Make A New Years Resolution List</title>
		<link>http://willayers.net/2010/01/dont-make-a-new-years-resolution-list/</link>
		<comments>http://willayers.net/2010/01/dont-make-a-new-years-resolution-list/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 16:52:10 +0000</pubDate>
		<dc:creator>Will Ayers</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[New Years]]></category>
		<category><![CDATA[Resolution]]></category>

		<guid isPermaLink="false">http://willayers.net/?p=3</guid>
		<description><![CDATA[Don&#8217;t make a new years resolution list? Now why would you tell someone that?
When I say don&#8217;t make a list, I am saying to you to be honest with your self. Every year, without fail, so many people slack off all year putting things off when all of a sudden it is the end of [...]]]></description>
		<wfw:commentRss>http://willayers.net/2010/01/dont-make-a-new-years-resolution-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
