<?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>DerekWilson.ca</title>
	<atom:link href="http://www.derekwilson.ca/feed" rel="self" type="application/rss+xml" />
	<link>http://www.derekwilson.ca</link>
	<description>The partially coherent, marginally abridged ramblings of a Canadian student.</description>
	<lastBuildDate>Mon, 16 Jan 2012 20:48:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Set up a Personal Webpage</title>
		<link>http://www.derekwilson.ca/2012/how-to-set-up-a-personal-webpage?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-set-up-a-personal-webpage</link>
		<comments>http://www.derekwilson.ca/2012/how-to-set-up-a-personal-webpage#comments</comments>
		<pubDate>Mon, 16 Jan 2012 00:20:23 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.derekwilson.ca/?p=375</guid>
		<description><![CDATA[So you&#8217;ve finally decided to take the plunge and finally invest in a personal webpage so you can make your mark on the internet. Now, it may seem pretty daunting at first but we&#8217;ll break it down into some small steps so you&#8217;ll be set-up in no time. Part 1: The Domain What is a [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve finally decided to take the plunge and finally invest in a personal webpage so you can make your mark on the internet. Now, it may seem pretty daunting at first but we&#8217;ll break it down into some small steps so you&#8217;ll be set-up in no time.</p>
<h3>Part 1: The Domain</h3>
<h4>What is a domain name?</h4>
<p>If you&#8217;re looking to create a professional looking website and want the credibility you deserve then you need to grab a real domain name. A domain name is a human-friendly way to represent the location of your website. For example right now you&#8217;re visiting &#8216;derekwilson.ca&#8217; which is the domain name I purchased for my website. There are many different extensions available (.com, .ca, .org, .net) for you to choose from. The dot-com extension is the most popular but that also means that it can be hard to find the name you want (since only one person can have a particular domain name at a time).</p>
<h4>Where can I get a domain?</h4>
<p>You can purchase a domain name from many places and they mostly all do the same thing. A few that I&#8217;d reccomend are:</p>
<p><a href="http://www.namecheap.com/">NameCheap.com</a></p>
<p><a href="http://www.name.com/">Name.com</a></p>
<p><a href="http://www.namespro.ca">Namespro.ca</a></p>
<p>GoDaddy is another popular domain registrar, but not one I&#8217;d recommend.</p>
<h4>What should I do with my domain?</h4>
<p>Once you&#8217;ve purchased an available domain you&#8217;ll need to configure it to work with your server. The set-up is a bit different depending on which company you buy the domain from but in most cases you&#8217;ll just need to enter some information that your web server host sends you (the name servers).<a href="http://www.namecheap.com/support/knowledgebase/article.aspx/1056/2/demo-how-to-change-dns-servers-for-a-domain"> Here&#8217;s a tutorial</a> from NameCheap on how to set up the nameservers from your host</p>
<p>Alternatively, if you&#8217;re interested in buying the domain but not quite ready to make a full fledged site you can use the domain to forward to another site (like LinkedIn or Flavors.me) for the time being.</p>
<h3>Part 2: The Server &amp; Site</h3>
<h4> What is a webhost and what do they do?</h4>
<p>A webhost will allow you to rent space on their server (a fancy computer that serves web pages to people). This is where the files that make up your website live. There are many different options for webhosts ranging from simple, inexpensive plan for small personal sites to powerful and full featured plans for people who run popular sites.</p>
<h4>How much does it cost?</h4>
<p>It&#8217;s possible to find hosting that won&#8217;t cost you very much and in some cases you can even get some hosting for free. For example University of Saskatchewan students and faculty have access to some simple webhosting for making a basic homepage which can be configured through PAWS. But in general if you want full control over your site you&#8217;re going to have to pay at least a little money.</p>
<p>If you&#8217;re just starting out and you&#8217;re willing to learning how the backend of a web server works you probably won&#8217;t need anything that costs more than a couple of dollars a month.</p>
<p>Some companies like</p>
<p><a href="http://www.varialhosting.com/hosting/shared/">Varial Hosting</a> (A local Saskatoon business)</p>
<p><a href="https://www.nearlyfreespeech.net/">Nearly Free Speech</a> (hosting as low as $0.25 per month)</p>
<p><a href="http://dreamhost.com/web-hosting/">Dreamhost</a></p>
<p><a href="http://order.1and1.com/Hosting">1&amp;1</a></p>
<p>Are some examples of popular web hosts on the web.</p>
<h4>What should I put on my website?</h4>
<p>You can put anything you want on your website. I recommend creating a simple webpage all about you (like <a href="http://brahm.ca/">brahm.ca</a>) , or an online resume or perhaps a blog where you can write about your interests.</p>
<h4>How do I make a website?</h4>
<p>In it&#8217;s simplest form a webpage is a simply a file written in HTML (Hypertext Markup Language). HTML is very easy to learn and there are plenty of resources on the web to get you started.  You could use a template and edit it for your need but be careful some templates can look tacky and unprofessional. More complex dynamic sites like a blog can be created installing and using content management system (CMS) like WordPress.</p>
<h4>I&#8217;m need something a bit easier</h4>
<p>If you&#8217;re not particularly internet or computer savvy fear not because there are still some options available for you. Some companies like <a href="http://www.squarespace.com/">Squarespace</a>, WordPress and Typepad exist for users who want to get started with a website but want to focus on the content and not worry about the delivery. These hosts are usually a bit more expensive but offer completely managed environments for creating and looking after your website. Many services like these allow you to use your own domain name so your website can retain some added credibility.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Those the basics involved in getting your page on the internet. Expect this article to improve over time as more details are added.</p>
<p>If you&#8217;ve got any questions or would like more detail on a particular aspect just leave a comment and I&#8217;ll do my best to answer it.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekwilson.ca/2012/how-to-set-up-a-personal-webpage/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find missing tracks in iTunes</title>
		<link>http://www.derekwilson.ca/2011/find-missing-tracks-in-itunes?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=find-missing-tracks-in-itunes</link>
		<comments>http://www.derekwilson.ca/2011/find-missing-tracks-in-itunes#comments</comments>
		<pubDate>Fri, 25 Nov 2011 06:14:45 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.derekwilson.ca/?p=367</guid>
		<description><![CDATA[Sometimes something that should be so simple ends up being rather tricky. Such was the case recently when I decided to clean up my iTunes library and delete any missing tracks from my library (you know, those bothersome ones with the exclamation mark on the left that practically laugh in your face. &#8220;Ha&#8221;, they say [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes something that should be so simple ends up being rather tricky. Such was the case recently when I decided to clean up my iTunes library and delete any missing tracks from my library (you know, those bothersome ones with the exclamation mark on the left that practically laugh in your face. &#8220;Ha&#8221;, they say &#8220;You may have deleted me but you&#8217;ll never find my brothers&#8221;. I just want to punch them all in the face. But, I digress.).</p>
<p>Unfortunately it&#8217;s not the most straight forwards problem to solve, there is no built in &#8220;Display missing tracks&#8221; menu item. So we need to get crafty. Here&#8217;s the solution I used.</p>
<ol>
<li>Create a new playlist (Ctrl+N) called &#8220;Not-Missing&#8221;.</li>
<li>Drag your entire library into the playlist. (Ctrl+A to select all then click and drag).</li>
<li>Create a new Smart playlist (Ctrl+Alt+N) called &#8220;Missing&#8221;.</li>
<li>Match the following Rules:
<ul>
<li>[Playlist] [is not] [Not-Missing]</li>
<li>[Media Kind] [is] [Music]</li>
<li>No Limit to results</li>
<li>Live Updating is selected</li>
</ul>
</li>
</ol>
<p>Now check out that playlist called &#8220;Missing&#8221;. It should have all the missing tracks. You&#8217;ll have to delete the tracks from your library (not directly from the playlist) but now you at least know what you&#8217;re looking for.</p>
<p>This works because you can&#8217;t add missing tracks to a regular playlist, then we use a smart-playlist that filters the not-missing tracks from your library.</p>
<p>As always, give me a shout in the comments if you&#8217;ve got questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekwilson.ca/2011/find-missing-tracks-in-itunes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced Gmail Filters</title>
		<link>http://www.derekwilson.ca/2011/advanced-gmail-filters?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=advanced-gmail-filters</link>
		<comments>http://www.derekwilson.ca/2011/advanced-gmail-filters#comments</comments>
		<pubDate>Sat, 15 Oct 2011 16:07:12 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.derekwilson.ca/?p=249</guid>
		<description><![CDATA[If you’re looking to stay on top of your email the easiest method is to automate your inbox. One of the most powerful (but unfortunately underused) features of Gmail are the mail filters. Using filters you can match criteria like “to” or “from” and then execute an action like “Mark as read”, “Skip the inbox” [...]]]></description>
			<content:encoded><![CDATA[<p>If you’re looking to stay on top of your email the easiest method is to automate your inbox. One of the most powerful (but unfortunately underused) features of Gmail are the mail filters. Using filters you can match criteria like “to” or “from” and then execute an action like “Mark as read”, “Skip the inbox” or “Apply a label”. Here are some of my favorites that I used to keep my inbox in check.</p>
<h2>Note to Self</h2>
<p>Sometimes you need a quick way to write down a reminder and have it accessible privately on the web. Often I’ll just create a draft of an email (and never send it) or other times send an email to myself. A neat feature of Gmail is that you can append a + then some text to your email address and Gmail will ignore the text after the +. For example if you own bob@gmail.com you could send a message to bob+note@gmail.com and it would still arrive to your inbox. So if you use the same +note appendage for all your “notes to self” then we can set up a rule to filter them.</p>
<blockquote><p>to:(email+note@gmail.com)<br />
Do this: Apply label “Notes”, Apply star.</p></blockquote>
<p>(where “email” is your address)</p>
<p><strong>What it filters:</strong> Any email sent to your “secret” +note address.</p>
<p><strong>What it does:</strong> We’ll apply a label “notes” so we can find them easier in the future and I like to star it as well so it’s at the top of my inbox so I can “unstar” it when I’ve dealt with the reminder.</p>
<h2>I didn’t sign up for this</h2>
<p>Similar to the +text trick above you can insert a period “.” into your email address and it will be ignored. That means bob@gmail.com will receive email from b.ob@gmail.com or b.o.b@gmail.com (or any combination of periods and letters). This is especially handy for signing up for sites that you don’t entirely trust. If you’re not interested in hearing from a company after signing up (or you’re worried they’re selling your address) then use a variant of your address with a period in it and set up a rule to filter it out of your inbox.</p>
<blockquote><p>to:(e.mail@gmail.com)<br />
Do this: Skip Inbox, Mark as Read, Never mark it as important</p></blockquote>
<p><strong>What it filters:</strong> Only email sent to the variant of your address with periods in it.</p>
<p><strong>What it does:</strong> By skipping the inbox (archiving) and marking it as read we won’t receive any notice that an email has arrived. But if we really need to find the messages we can use the search function to find them. If you were sure you were never going to read these message you could set it up to delete instead of archive.</p>
<h2>Social Media Spam</h2>
<p>I like to keep notifications from social media websites as a fallback in case the site is down or as an archive of past events. This, however, would flood my inbox with email I would likely never read. So I apply this filter:</p>
<blockquote><p>from:(*@facebookappmail.com OR *@facebookmail.com OR *@postmaster.twitter.com OR *@linkedin.com)<br />
Do this: Skip Inbox, Mark as read, Apply label &#8220;Social&#8221;</p></blockquote>
<p><strong>What it filters:</strong><br />
First thing you may notice is that I haven’t specified which address the mail is from. I used a wildcard (denoted by a *) which will catch any and all email from those domains. I also used the OR operator which does exactly as you’d suspect and will trigger the filter if the incoming mail matching any of the listed domains.</p>
<p><strong>What it does:</strong><br />
Incoming mail that matches the rule will be automatically archived (so it won’t clutter up my inbox), it will be marked as read (so my phone doesn’t get notified either) and then applies the label “Social” which makes it easy to find these messages later.</p>
<p>That’s it for now. I hope with some of these tips and tricks (the +text, the period trick, boolean operators and wildcards) you can write some especially handy filters to make managing your inbox just a bit easier.</p>
<p>Feel free to share some of your favorite Gmail filters in the comments, I’m always looking for some way to save time dealing with email.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekwilson.ca/2011/advanced-gmail-filters/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 tips for new Kindle users</title>
		<link>http://www.derekwilson.ca/2011/top-5-things-new-kindle-users-should-know?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=top-5-things-new-kindle-users-should-know</link>
		<comments>http://www.derekwilson.ca/2011/top-5-things-new-kindle-users-should-know#comments</comments>
		<pubDate>Sun, 17 Jul 2011 22:43:55 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[Kindle]]></category>
		<category><![CDATA[Top 5]]></category>

		<guid isPermaLink="false">http://www.derekwilson.ca/?p=176</guid>
		<description><![CDATA[So you&#8217;ve got a fancy new Kindle eReader? You might be aware you can read books on it (I sure hope) but Kindles are capable of a bit more than simply reading books purchased from Amazon. Here&#8217;s a list of the top 5 things you should try after getting your new kindle. Custom Wallpapers: After [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve got a fancy new Kindle eReader? You might be aware you can read books on it (I sure hope) but Kindles are capable of a bit more than simply reading books purchased from Amazon. Here&#8217;s a list of the top 5 things you should try after getting your new kindle.</p>
<div><img class="aligncenter size-full wp-image-205" style="float: none;" title="wallpaper" src="http://www.derekwilson.ca/wp-content/uploads/2011/07/wallpaper.jpg" alt="" width="523" height="90" /></div>
<h3>Custom Wallpapers:</h3>
<p>After using your Kindle for a while, the portrait of Emily Dickenson will start to haunt your dreams. Luckily, there&#8217;s a way to add your own custom wallpapers (though Amazon doesn&#8217;t officially support a way to do this). To add your own wallpapers you&#8217;ll need to &#8220;jailbreak&#8221; it, which is a pretty easy process. The Mobileread forums have the most upto date instructions on how to jailbreak your device and install the custom screensaver hack <a href="http://www.mobileread.com/forums/showthread.php?t=88004"> which you can find here</a>.</p>
<div><img class="size-full wp-image-206 alignnone" style="float: none;" title="instapaper" src="http://www.derekwilson.ca/wp-content/uploads/2011/07/instapaper.jpg" alt="" width="523" height="90" /></div>
<h3>Get Instapaper delivered to your Kindle:</h3>
<p><a href="http://www.instapaper.com/">Instapaper</a> is an awesome online service for saving articles online to read later. It makes reading long articles on the web much more pleasant and allows me to defer reading some excellent writing for boring bus rides or quiet evenings. Since I read a lot online my Instapaper queue tends to really get backlogged. Thankfully the developer of Instapaper has set up an automatic delivery system for Kindle users. Using your free Kindle email address Instapaper can send a compilation of upto 20 unread articles automatically or manually on a set interval. Head to the <a href="http://www.instapaper.com/user/kindle">Manage your Kindle</a> page at Instapaper for instructions on how to set it up.</p>
<div><img style="float: none;" title="kinstant" src="http://www.derekwilson.ca/wp-content/uploads/2011/07/kisntant.jpg" alt="" width="523" height="90" align="middle" /></div>
<h3>Kindle Optimized Websites:</h3>
<p>You are probably aware that the Kindle has a rudimentary web browswer (If not check it out by going to Menu &gt; Experimental &gt; Launch Browser). Even though the browser is based on the Webkit engine (the same engine that powers Google Chrome and Safari) the browsing experience can be a bit cumbersome. Luckily there&#8217;s a tool called Kinstant (<a href="http://www.kinstant.com">http://www.kinstant.com</a>) that hat can optimize websites for the Kindle by simplifying the formatting. You can even bookmark your commonly visited sites to save you some typing.</p>
<div><img class="aligncenter size-full wp-image-203" style="float: none;" title="duokan" src="http://www.derekwilson.ca/wp-content/uploads/2011/07/duokan.jpg" alt="" width="523" height="90" /></div>
<h3>Custom Firmware:</h3>
<p>The Kindle has a pretty good list of supported ebook formats, but if you&#8217;re looking for support for a few more (epub, doc, djvu &amp; better pdf support) some rather crafty Chinese programmers have created a custom firmware for Kindle called Duokan. It&#8217;s a bit of an involved installation process but it may be worth it you&#8217;ve got an extensive ebook collection in another format or can&#8217;t stand to see your personal electronics go un-tweaked (I&#8217;m guilty of this.) Check out <a href="http://flip.netzbeben.de/2010/11/duokan-available-with-english-gui-today/">this installation guide</a> to get you started with the proper files and step-by-step instructions.</p>
<div><img class="aligncenter size-full wp-image-204" style="float: none;" title="pdf" src="http://www.derekwilson.ca/wp-content/uploads/2011/07/pdf.jpg" alt="" width="523" height="90" /></div>
<h3>PDF Conversion:</h3>
<p>Although the Kindle does officially support PDF files, the reading experience is far from optimal. Luckily the easiest way to convert your PDFs to a Kindle format is both free and simple! Amazon offers a conversion service for free! You can send documents to your kindle for free over wifi by sending an email with attachment to your name@free.kindle.com address (go <strong>Menu &gt; Settings &gt; Page 2</strong> to check your &#8220;Device Email&#8221;.) To convert a PDF, attach to to an email and send it to your @free.kindle.com device email with the subject &#8220;<strong>convert</strong>&#8220;.</p>
<p>That&#8217;s it for now. What are some awesome tips you&#8217;ve got for Kindle users? Share it in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekwilson.ca/2011/top-5-things-new-kindle-users-should-know/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Album of the Month: Sigh No More – Mumford &amp; Sons</title>
		<link>http://www.derekwilson.ca/2011/album-of-the-month-sigh-no-more-%e2%80%93-mumford-sons?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=album-of-the-month-sigh-no-more-%25e2%2580%2593-mumford-sons</link>
		<comments>http://www.derekwilson.ca/2011/album-of-the-month-sigh-no-more-%e2%80%93-mumford-sons#comments</comments>
		<pubDate>Tue, 17 May 2011 21:02:26 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[AotM]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[aotm]]></category>
		<category><![CDATA[mumford]]></category>

		<guid isPermaLink="false">http://www.derekwilson.ca/?p=145</guid>
		<description><![CDATA[If you&#8217;re looking for the hottest new music, you&#8217;ve come to the wrong place. This month I&#8217;d like to highlight a wonderful album that&#8217;s been staple of my folk music collection for some time. In 2009 the English folk band Mumford and Sons release their first full length album&#8211; Sigh No More. These fellas have [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re looking for the hottest new music, you&#8217;ve come to the wrong place. This month I&#8217;d like to highlight a wonderful album that&#8217;s been staple of my folk music collection for some time. In 2009 the English folk band Mumford and Sons release their first full length album&#8211; Sigh No More. These fellas have been around since 2007 but they didn&#8217;t get the love they deserved until just last year. This four piece band of West Londoners have a common purpose &#8220;to make music that matters, without taking themselves too seriously.&#8221; a motto I couldn&#8217;t enjoy more and which really shines through in their music. Have a listen below and you&#8217;ll understand why these boys have started to make some noise in the folk music community.</p>
<p><object width="400" height="400"><param name="movie" value="http://grooveshark.com/widget.swf" /><param name="wmode" value="window" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="hostname=cowbell.grooveshark.com&#038;playlistID=53806251&#038;bbg=402b30&#038;bth=402b30&#038;pfg=402b30&#038;lfg=402b30&#038;bt=949494&#038;pbg=949494&#038;pfgh=949494&#038;si=949494&#038;lbg=949494&#038;lfgh=949494&#038;sb=949494&#038;bfg=38262a&#038;pbgh=38262a&#038;lbgh=38262a&#038;sbh=38262a&#038;p=0" /><embed src="http://grooveshark.com/widget.swf" type="application/x-shockwave-flash" width="400" height="400" flashvars="hostname=cowbell.grooveshark.com&#038;playlistID=53806251&#038;bbg=402b30&#038;bth=402b30&#038;pfg=402b30&#038;lfg=402b30&#038;bt=949494&#038;pbg=949494&#038;pfgh=949494&#038;si=949494&#038;lbg=949494&#038;lfgh=949494&#038;sb=949494&#038;bfg=38262a&#038;pbgh=38262a&#038;lbgh=38262a&#038;sbh=38262a&#038;p=0" allowScriptAccess="always" wmode="window" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekwilson.ca/2011/album-of-the-month-sigh-no-more-%e2%80%93-mumford-sons/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Organizing Compilations on iPhone/iPod Touch</title>
		<link>http://www.derekwilson.ca/2011/organizing-compilations-on-iphoneipod-touch?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=organizing-compilations-on-iphoneipod-touch</link>
		<comments>http://www.derekwilson.ca/2011/organizing-compilations-on-iphoneipod-touch#comments</comments>
		<pubDate>Tue, 17 May 2011 20:31:47 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://www.derekwilson.ca/?p=123</guid>
		<description><![CDATA[Edit 15/01/2012 : Users of iOS5+ will notice that artist sorting has been changed. Your iOS device will now list the artist listed in the &#8220;Album Artist&#8221; field rather than the &#8220;Artist&#8221; field when sorting your music by Artist. This mean you can simply change the &#8220;Album Artist&#8221; field to be something like &#8220;Various Artists&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Edit 15/01/2012 :</strong> Users of iOS5+ will notice that artist sorting has been changed. Your iOS device will now list the artist listed in the &#8220;Album Artist&#8221; field rather than the &#8220;Artist&#8221; field when sorting your music by Artist. This mean you can simply change the &#8220;Album Artist&#8221; field to be something like &#8220;Various Artists&#8221; or  &#8221;The Cast of Grease&#8221;  and then all the separate compilation artists won&#8217;t clog up your list.</p>
<p>&nbsp;</p>
<p>If you&#8217;re anything like me your iTunes library is pretty immaculate. With tools like <a href="http://www.ipodsoft.com/site/pmwiki.php?n=IArt.HomePage">iArt</a> or <a href="http://www.tuneupmedia.com/">TuneUp</a> it&#8217;s pretty easy to keep your library lookin&#8217; good. This is all fine and dandy until you want to take your music on the go. On non-touchscreen iPods, there&#8217;s a menu option <em>(Settings&gt;Music&gt;Compilations)</em> to turn compilations on or off. When this is on, tracks in your library that have been tagged as &#8216;part of a compilation&#8217; won&#8217;t show up in the artists menu. This is a great option if you have a few compilation or soundtrack albums as it keeps your artists list from being cluttered with one-off artists. This option, however, is <strong>NOT</strong> on the iPod touch/iPhone (seriously wtf?). Fear not, as in this guide I will show you have to bring about some organization to your music listings.</p>
<ol>
<li>First make sure all the albums/artists that you don&#8217;t want mixed into your regular artists are marked as &#8220;Part of a compilation&#8221; in your iTunes library. (Select songs&gt;Get Info&gt;Options&gt;Part of a Compilation&gt;Yes)</li>
<li>Create a smart playlist (File&gt;New Smart Playlist) and Match the Following rule[Compliation] [is true]Don&#8217;t limit the number of items.</li>
<li>Select the New playlist and select all songs (Ctrl+A)</li>
<li>Right click&gt; Get Info &gt; Sorting &gt; Sort ArtistPut a &#8220;0&#8243; (zero) in the &#8220;Sort Artist&#8221; field and hit okay. iTunes will edit the metadata and this may take a few seconds.</li>
<li>Sync your iPhone/iPod touch with the new tracks.</li>
</ol>
<p>Super. Now when you browse your music on the iPod by artist all of the artists we tagged as part of a compilation will be at the very bottom and not scattered all over.<br />
The biggest problem is that you cannot have two of the same Artist entries in your iPod. So if you have a track by Frank Sinatra that is part of a compilation and a legitimate albums you will only be able to find Frank at the bottom with other one-song wonders (Poor Frank). You can remedy this by removing the &#8220;0&#8243; in the sort artist field for artists which have non-compilation albums.</p>
<p>Let me know if you&#8217;ve got questions in the comments. The last couple steps are shown in the image below.</p>
<p><a href="http://www.derekwilson.ca/wp-content/uploads/2011/05/iTunes.jpg"><img class="aligncenter size-medium wp-image-126" title="iTunes" src="http://www.derekwilson.ca/wp-content/uploads/2011/05/iTunes-300x182.jpg" alt="" width="300" height="182" /></a></p>
<p>This is far from a perfect solution but it&#8217;s the best option I could find. I&#8217;ve contacted Apple countless times about this (seriously, how hard could it be to implement?) but they&#8217;ve never taken any action. Let them know you want a better option in iOS by submitting some feedback to <a href="http://www.apple.com/feedback/iphone.html">Apple</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekwilson.ca/2011/organizing-compilations-on-iphoneipod-touch/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Making the Switch to Gmail from PAWS</title>
		<link>http://www.derekwilson.ca/2010/making-the-switch-to-gmail?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=making-the-switch-to-gmail</link>
		<comments>http://www.derekwilson.ca/2010/making-the-switch-to-gmail#comments</comments>
		<pubDate>Wed, 31 Mar 2010 04:04:10 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[PAWS]]></category>
		<category><![CDATA[Usask]]></category>

		<guid isPermaLink="false">http://www.derekwilson.ca/?p=87</guid>
		<description><![CDATA[Recently in my communications class I was required to present a five-minute persuasive speech on a topic of my choosing. Naturally being somewhat of a nerd I picked something tech related but also something I thought the other students would care about and also take action upon. I presented my speech on why you should [...]]]></description>
			<content:encoded><![CDATA[<p>Recently in my communications class I was required to present a five-minute persuasive speech on a topic of my choosing. Naturally being somewhat of a nerd I picked something tech related but also something I thought the other students would care about and also take action upon. I presented my speech on <em>why you should be managing your email with Google&#8217;s Gmail service. </em>My speech aimed to convince students why they should stop using the PAWS email system at the U of S and start using Gmail. In an effort to make switching as easy as possible for students I created a step by step handout of how they could switch to Gmail. Below are the 3 steps that I laid out for them which perhaps you&#8217;ll also find handy. In future weeks I&#8217;m planning on writing a few more guides on some of the features of Gmail since it&#8217;s something I use daily and quite frankly love like a family member.</p>
<p>Here are the 3 basic steps required for switching to Gmail from PAWS.</p>
<h3><strong>Step 1: Signing Up</strong></h3>
<p>Visit www.gmail.com and click on &#8220;Create an Account&#8221;. Fill in the form as required making sure to pick a professional sounding login name. Addresses in the format first.last or initial.last can be good choices if available.</p>
<h3><strong>Step 2: Forward Existing Mail to Gmail</strong></h3>
<p><strong>UofS Students: </strong></p>
<ul>
<li>Go to <strong><a href="http://www.mits.usask.ca">www.mits.usask.ca</a></strong> and login with your <strong>NSID</strong> and password.</li>
<li>Click on “<strong>Forwarding</strong>” under the heading “<strong>Email</strong>” on the left hand menu.</li>
<li>Enter your new Gmail address in the “<strong>Forward to</strong>” space and click “<strong>Set Forwarding</strong>”.</li>
<li>Now future email sent to your PAWS account will be automatically forwarded to Gmail.</li>
</ul>
<p><center><iframe src="http://www.youtube.com/embed/cpRHKq599T0" frameborder="0" width="560" height="349"></iframe></center><strong>Hotmail Users: </strong></p>
<ul>
<li>In Hotmail go to <strong>Options</strong> &gt; <strong>More Options </strong>(In inbox, link is on upper right hand side)</li>
<li>Under the heading <strong>Manage your account</strong> click <strong>&#8220;Forward mail to another e-mail accounts&#8221;</strong></li>
<li>Select <strong>&#8220;Forward your mail to another e-mail address&#8221;</strong> and type in your gmail address</li>
<li>Click <strong>Save</strong>, and you&#8217;re done!</li>
</ul>
<h3><strong>Step 3: Import Old Emails into Gmail</strong></h3>
<ol>
<li>Download and install <strong>Mozilla Thunderbird</strong>:<br />
<a href="http://www.mozillamessaging.com/thunderbird/" target="_blank">www.mozillamessaging.com/thunderbird/</a></li>
<li>In Thunderbird navigate to <strong>File &gt; New &gt; Mail Account</strong></li>
<li>Enter your email and password from your new <strong>Gmail</strong> account and click “<strong>Continue</strong>”</li>
<li>Repeat steps 2 &amp; 3 this time using your<strong> old email</strong> address and password (for U of S students this means your PAWS account)</li>
<li>Thunderbird will start to load your messages. This could take a while if you have a lot of email.</li>
<li>Select your old email inbox in the left menu column (for U of S students this means your PAWS account)</li>
<li>Click on a message then press “<strong>Ctrl + A</strong>”  to select all messages.</li>
<li><strong>Click and drag</strong> these messages to your Gmail inbox in the left.</li>
<li>Wait patiently while Thunderbird moves your mail.</li>
<li>Voila! Enjoy all the new capabilities of Gmail without losing any old emails!</li>
</ol>
<p>That&#8217;s it, I did it in under 3 minutes and I&#8217;m sure you can too. If you have any questions or would like to request a step-by-step guide for something else related to Gmail  feel free to leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekwilson.ca/2010/making-the-switch-to-gmail/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Album of the Month &#8211; Nice, Nice, Very Nice &#8211; Dan Mangan</title>
		<link>http://www.derekwilson.ca/2010/album-of-the-week-nice-nice-very-nice-dan-mangan?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=album-of-the-week-nice-nice-very-nice-dan-mangan</link>
		<comments>http://www.derekwilson.ca/2010/album-of-the-week-nice-nice-very-nice-dan-mangan#comments</comments>
		<pubDate>Sun, 28 Feb 2010 20:03:10 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[AotM]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[aotm]]></category>
		<category><![CDATA[dan mangan]]></category>

		<guid isPermaLink="false">http://www.derekwilson.ca/?p=77</guid>
		<description><![CDATA[This week I&#8217;d like to highlight an album that I&#8217;ve been listening to a lot lately. It&#8217;s the album &#8220;Nice, Nice, Very Nice&#8221; by Canadian artist Dan Mangan. I don&#8217;t think it&#8217;s really necessary to write a big comprehensive review of the album, I think enough people do that already. I will say this though; [...]]]></description>
			<content:encoded><![CDATA[<p>This week I&#8217;d like to highlight an album that I&#8217;ve been listening to a lot lately. It&#8217;s the album &#8220;Nice, Nice, Very Nice&#8221; by Canadian artist Dan Mangan. I don&#8217;t think it&#8217;s really necessary to write a big comprehensive review of the album, I think enough people do that already. I will say this though; it&#8217;s good and  you should listen to it. That should be enough for most people but if you&#8217;re still doubting me here&#8217;s a review from <em>The Coast</em></p>
<blockquote><p><em>Vancouver native Dan Mangan’s vocals on this LP will  charm the pants off any summer road-tripper, via beautifully sung folk  pop melodies, sometimes about coffee, sometimes about love. Mangan’s  smart, soul-bearing album kicks off with “Road Regrets,” a song he wrote  in 2007 while driving from El Paso to Austin, drinking gas-station  coffee and regretting it all the way. Second track “Robots” is a  sincerely sung silly tune that proves “robots need love too.” Mangan  wrote the Nice, Nice, Very Nice tunes between 2005 and 2008, and it  shows; this is a thoughtful release that will grow on you, listen after  listen, all summer long.</em></p></blockquote>
<p>There, see I&#8217;m not the only one who likes it. Should that not be enough to convince you I recommend you give the album a listen yourself and you can be the judge.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="350" height="430" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="window" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="hostname=cowbell.grooveshark.com&amp;widgetID=20291929&amp;style=metal&amp;bbg=402b30&amp;bfg=402b30&amp;bt=4d3c40&amp;bth=993550&amp;pbg=38262a&amp;pbgh=402b30&amp;pfg=949494&amp;pfgh=993550&amp;si=993550&amp;lbg=38262a&amp;lbgh=b2d9cc&amp;lfg=ffffff&amp;lfgh=000000&amp;sb=38262a&amp;sbh=422e32&amp;p=0" /><param name="src" value="http://listen.grooveshark.com/widget.swf" /><embed type="application/x-shockwave-flash" width="350" height="430" src="http://listen.grooveshark.com/widget.swf" flashvars="hostname=cowbell.grooveshark.com&amp;widgetID=20291929&amp;style=metal&amp;bbg=402b30&amp;bfg=402b30&amp;bt=4d3c40&amp;bth=993550&amp;pbg=38262a&amp;pbgh=402b30&amp;pfg=949494&amp;pfgh=993550&amp;si=993550&amp;lbg=38262a&amp;lbgh=b2d9cc&amp;lfg=ffffff&amp;lfgh=000000&amp;sb=38262a&amp;sbh=422e32&amp;p=0" allowscriptaccess="always" wmode="window"></embed></object><br />
<em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekwilson.ca/2010/album-of-the-week-nice-nice-very-nice-dan-mangan/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Top 5 iPod Apps (+ Top 5 Jailbreak Apps)</title>
		<link>http://www.derekwilson.ca/2010/my-top-5-iphone-apps-top-5-jailbreak-apps?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-top-5-iphone-apps-top-5-jailbreak-apps</link>
		<comments>http://www.derekwilson.ca/2010/my-top-5-iphone-apps-top-5-jailbreak-apps#comments</comments>
		<pubDate>Mon, 22 Feb 2010 05:31:42 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[Top 5]]></category>

		<guid isPermaLink="false">http://www.derekwilson.ca/?p=17</guid>
		<description><![CDATA[I purchased an iPod touch back in October and I haven&#8217;t looked back since. With some help from web services like Google the iPod has helped me to organize my life and it&#8217;s been great for staying on track during school (well, ignoring time spent playing games during boring lectures). There&#8217;s no denying that the [...]]]></description>
			<content:encoded><![CDATA[<p>I purchased an iPod touch back in October and I haven&#8217;t looked back since. With some help from web services like Google the iPod has helped me to organize my life and it&#8217;s been great for staying on track during school (well, ignoring time spent playing games during boring lectures). There&#8217;s no denying that the iTunes App Store is nothing short of amazing, never have mobile applications been so easy to purchase and use. It&#8217;s biggest downfall, however, is that 99% of what’s in the store is poor quality or just plain useless. This makes it even more exciting when you find a app that adds some amazing functionality to your iDevice. When I first got my iPod I spent a lot of time scouring Top 10 lists and the iTunes top seller lists to find good quality apps, a lot of the time these pointed to really obvious apps (like Facebook, Skype, Remote or Shazam), niche apps or games. Now that I&#8217;ve owned my iPod long enough I have compiled my list of my favourite apps which I used almost daily. I&#8217;ve left out the obvious ones, because chances are you probably already have them, as well as games (I think I&#8217;ll do a top 5 favourite games as well at a later date).</p>
<p>Let&#8217;s saddle up and get going. Here&#8217;s my top 5 favourite iPod apps:</p>
<div style="width: 100%; overflow: auto;">
<div class="onehalf"><strong>5. GeeTasks </strong>- As a student it can be pretty hard to stay on top of all my assignments and due dates. Luckily I found Geetasks which integrates with my Google Tasks to keep me synced and stay on top of my work. GeeTasks is pretty simple in it&#8217;s execution (other to-do apps seem to be a victim of feature bloat) but it does it&#8217;s job well allowing me access to my tasks both offline and on.</div>
<div class="onehalf_last"><img src="http://www.derekwilson.ca/wp-content/uploads/2010/02/iPhoneTasks-200x300.png" alt="" title="iPhoneTasks" width="100" height="150" class="aligncenter size-medium wp-image-242" style="float:none;"/></div>
<div class="onehalf"><strong>4. Dropbox</strong> &#8211; This is a must have if you&#8217;re a user of the desktop version of Dropbox. If you don&#8217;t know what Dropbox is, it&#8217;s a really great application that keeps files synced between computers over the internet plus so much more (Check out more info at the Dropbox <a href="https://www.dropbox.com/referrals/NTIxODMyNTI5">website</a>). The iPod app is just an extension of the desktop functionality allowing you to view your files on your iPod</span></div>
<div class="onehalf_last"><img class="size-medium wp-image-233 alignnone" title="Dropbox" src="http://www.derekwilson.ca/wp-content/uploads/2010/02/Dropbox-200x300.png" alt="" width="100" height="150" style="float:none;"/></div>
<div class="onehalf"><strong>3. Reeder </strong>- I&#8217;ve tried a few RSS reading applications in the past few years and Reeder continues to be my favorite. It&#8217;s got a great UI, it&#8217;s easy to set up and use and overall it&#8217;s just a winner. It even caches stories and images from your feeds for reading on the go.</p>
</div>
<div class="onehalf_last"><img class="aligncenter size-medium wp-image-234" title="Reader" src="http://www.derekwilson.ca/wp-content/uploads/2010/02/Reader-200x300.png" alt="" width="100" height="150" style="float:none;"/></div>
<div class="onehalf"><strong>2. Instapaper </strong>- I do a lot of reading on the web (thanks Reddit) and sometimes I stumble upon an interesting article that&#8217;s just a little too long to read in one sitting in front of my computer. Enter Instapaper. Instapaper is a service that allows you to save articles from the web to read later. It strips out all the unnecessary formatting and just leaves you with the story itself. Linking the Instapaper app with your account means you can read your Instapaper queue while on the go (it even syncs to your device for offline reading). You can even go one step further and have it send articles to your <a title="Top 5 tips for new Kindle users" href="http://www.derekwilson.ca/archives/176">Kindle</a> to round out your reading experience.</div>
<div class="onehalf_last"><img class="aligncenter size-medium wp-image-235" title="Instapaper" src="http://www.derekwilson.ca/wp-content/uploads/2010/02/Instapaper-200x300.png" alt="" width="100" height="150" style="float:none;"/></div>
<div class="onehalf"><strong>1. Air Video </strong>- This is probably my favourite non-jailbroken iPod app although it may not have the same impact for everyone. It allows you to stream video from you computer to your iPod over your home network. Oh, but all your videos are avi&#8217;s you say? No problem Air Video will transcode on the fly or if you wish it can convert it and add it to iTunes for later. The app has two parts, the iPod app for accessing your files and a media server backend that lives on your computer and does all the heavy lifting. If you&#8217;re anything like me you have a large media collection of movies and TV shows and this app allows you to access it when and where you want. I&#8217;ve spent time organizing my media for use with XBMC so this program fit in so nicely. It allows me to continue watching my media all over my house or in bed without needing to fill up my iPod with large video files. Also you can setup to server to serve you videos over the internet so you can access them where ever there&#8217;s a wifi hotspot.</div>
<div class="onehalf_last"><img class="aligncenter size-medium wp-image-236" title="AirVideo" src="http://www.derekwilson.ca/wp-content/uploads/2010/02/AirVideo-200x300.png" alt="" width="100" height="150" style="float:none;"/></div>
</div>
<p>[Bonus: Ambiance, GoodReader, WolframAlpha]</p>
<p><strong>5. Maps Enhancer &#8211; </strong>The problem with having an iPod touch rather than an iPhone is that it requires a wifi connection for a lot of it&#8217;s usefulness. Maps enhancer helps a bit in this regard, it will allow you to use the maps app in an offline mode. It works by first viewing the map you want while you&#8217;re connected to the internet then it stores those images in a cache for offline viewing.</p>
<p><strong>4. Scrobbl -</strong> This one is exclusively useful for last.fm users. It allows you to scrobble your music on the fly so you can keep your last.fm profile up to date. I think last.fm is a great service for data nerds like myself and this just makes harvesting listening data that much easier.</p>
<p><strong>3. Winterboard -</strong> This one allows you to add a custom theme to your iPod. Sure, it&#8217;s an app that probably everyone already has but that won&#8217;t stop me from loving it. I especially love having a the transparent lock slider since most people won’t know how to unlock your iPod if someone decides to borrow it.</p>
<p><strong>2. Five Icon Dock – </strong>This one does as the name implies, it increases the number of apps you can have in the dock from four to five. When I first got my iPod I had a tough time deciding which four apps were worthy of the dock this app helps to make your decision a little easier.</p>
<p><strong>1. LockInfo –</strong> This might be the single best piece of software on my iPod. It adds some extra info to your lockscreen which means that you can get all the information you need (email alerts, calendar events, weather, time, ect) without even unlocking your iPod. Not only that but it looks really nice and feels like something Apple should have shipped with the official firmware.</p>
<p>[Bonus: SBSettings, NES 3, Inspell, Categories]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekwilson.ca/2010/my-top-5-iphone-apps-top-5-jailbreak-apps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Obese Geese Playlist (part one)</title>
		<link>http://www.derekwilson.ca/2010/obese-geese-playlist-part-one?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=obese-geese-playlist-part-one</link>
		<comments>http://www.derekwilson.ca/2010/obese-geese-playlist-part-one#comments</comments>
		<pubDate>Thu, 18 Feb 2010 21:04:41 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[playlist]]></category>

		<guid isPermaLink="false">http://www.derekwilson.ca/?p=21</guid>
		<description><![CDATA[A made a playlist for a friend recently it was titled Obese Geese because it a) ryhmed and b) brought a funny mental picture. Anyways I love discovering new music and I&#8217;d like to share that you.. With no further adieu here&#8217;s a little new music to enjoy during the Reading Week break. That&#8217;s just [...]]]></description>
			<content:encoded><![CDATA[<p>A made a playlist for a friend recently it was titled Obese Geese because it a) ryhmed and b) brought a funny mental picture. Anyways I love discovering new music and I&#8217;d like to share that you.. </p>
<p>With no further adieu here&#8217;s a little new music to enjoy during the Reading Week break.</p>
<p><center><object width="350" height="400"><param name="movie" value="http://listen.grooveshark.com/widget.swf"></param><param name="wmode" value="window"></param><param name="allowScriptAccess" value="always"></param><param name="flashvars" value="hostname=cowbell.grooveshark.com&#038;widgetID=20180799&#038;style=metal&#038;bbg=402b30&#038;bfg=ffffff&#038;bt=000000&#038;bth=993550&#038;pbg=38262a&#038;pbgh=38262a&#038;pfg=949494&#038;pfgh=993550&#038;si=993550&#038;lbg=38262a&#038;lbgh=b2d9cc&#038;lfg=ffffff&#038;lfgh=000000&#038;sb=38262a&#038;sbh=5e4d51&#038;p=0"></param> <embed src="http://listen.grooveshark.com/widget.swf" type="application/x-shockwave-flash" width="350" height="400" flashvars="hostname=cowbell.grooveshark.com&#038;widgetID=20180799&#038;style=metal&#038;bbg=402b30&#038;bfg=ffffff&#038;bt=000000&#038;bth=993550&#038;pbg=38262a&#038;pbgh=38262a&#038;pfg=949494&#038;pfgh=993550&#038;si=993550&#038;lbg=38262a&#038;lbgh=b2d9cc&#038;lfg=ffffff&#038;lfgh=000000&#038;sb=38262a&#038;sbh=5e4d51&#038;p=0" allowScriptAccess="always" wmode="window"></embed></object></center></p>
<p>That&#8217;s just the first half of the playlist. Stay tuned for the other half coming up later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekwilson.ca/2010/obese-geese-playlist-part-one/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.derekwilson.ca @ 2012-02-07 09:53:40 -->
