<?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>Displaced Aussie &#187; Web</title>
	<atom:link href="http://www.displacedaussie.net/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.displacedaussie.net</link>
	<description>Finally An Engineer. Daniel's Life in England.</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:14:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Twilter</title>
		<link>http://www.displacedaussie.net/2009/12/twilter/</link>
		<comments>http://www.displacedaussie.net/2009/12/twilter/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 23:55:52 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.displacedaussie.net/?p=160</guid>
		<description><![CDATA[It&#8217;s definitely not called twilter, but I was sick of my text editor and felt like putting my Engineering degree to some kind of use.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s definitely not called twilter, but I was sick of my text editor and felt like putting my Engineering degree to some kind of use.</p>

<p><img src="http://www.displacedaussie.net/uploads/2009/12/twilter.png" alt="twilter" title="twilter" width="400" height="300" class="aligncenter size-full wp-image-161" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.displacedaussie.net/2009/12/twilter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s 2008, fix your script and let me in</title>
		<link>http://www.displacedaussie.net/2008/02/its-2008-fix-your-script-and-let-me-in/</link>
		<comments>http://www.displacedaussie.net/2008/02/its-2008-fix-your-script-and-let-me-in/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 12:56:45 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.displacedaussie.net/2008/02/its-2008-fix-your-script-and-let-me-in/</guid>
		<description><![CDATA[The ECB has a website called Play-Cricket that stores results, fixtures and statistics for cricket clubs all over the UK. My club page can be found here. Unfortunately, in their infinite wisdom, the site developers have included a fancy piece of javascript that directs people to an &#8220;upgrade&#8221; page if you&#8217;re not using a browser [...]]]></description>
			<content:encoded><![CDATA[<p>The ECB has a website called Play-Cricket that stores results, fixtures and statistics for cricket clubs all over the UK. My club page can be found <a href="http://morebath.play-cricket.com" title="Play-Cricket: Morebath CC">here</a>.</p>

<p>Unfortunately, in their infinite wisdom, the site developers have included a fancy piece of javascript that directs people to an &#8220;<a href="http://play-cricket.com/upgrade/upgrade.htm" title="Play-Cricket: Upgrade">upgrade</a>&#8221; page if you&#8217;re not using a browser they have selected as appropriate. It is possible to get around this, however, by typing in the full address: <a href="http://morebath.play-cricket.com/home/home.asp" title="Play-Cricket: Morebath CC">http://morebath.play-cricket.com/home/home.asp</a>.</p>

<p>I sent them an email in June last year detailing the problem and asking if they could get it fixed. I got a nice reply from their Helpdesk, but so far they haven&#8217;t done anything about it. I still get directed to an upgrade page if I navigate anywhere.</p>

<p>It&#8217;s 2008. There is almost no reason for doing this. I&#8217;m also on a Mac. Why are you telling me to upgrade to Internet Explorer or Netscape?</p>

<blockquote>
  <p><strong>From:</strong> Daniel Marks<br />
  <strong>Sent:</strong> Mon 6/4/2007 10:37 AM<br />
  <strong>To:</strong> Play-Cricket Helpdesk<br />
  <strong>Subject:</strong> Browser support  </p>
  
  <p>Please, please, please fix up (or preferably remove) the Client-side browser Check from the play-cricket website.</p>
  
  <p>It&#8217;s 2007, most browsers are compatible, and it&#8217;s just a horrible way of limiting your audience to people who are using web browsers that you think will work properly.</p>
  
  <p>My computer time is spent on either a Mac, or some kind of machine running Linux, and I use Opera.</p>
  
  <p>You haven&#8217;t considered Opera in your script, so I get sent to a ridiculous &#8216;upgrade.htm&#8217; page telling me to download the latest version of Internet Explorer or Netscape (Ha! How 1998!). Sites were doing this 10 years ago!</p>
  
  <p>The silly thing is that if I go directly to a page I know about (ie, if I run Safari and then browse to my teams site, copy the address, and then paste it into Opera), it bypasses the script and everything works fine. How about just removing the script? I&#8217;m sure you&#8217;ll find that zero people (or very close to zero) have a problem viewing the site, especially if it has been designed correctly against suitable web standards (which, incidentally, it hasn&#8217;t [1], but things should still work fine).</p>
  
  <p>The relevant script is this one:</p>
  
  <p><code>// Client-side Browser Check</code><br />
  <code>var agt = navigator.userAgent.toLowerCase();</code><br />
  <code>var version = parseFloat(navigator.appVersion);</code><br />
  <code>var is_ie = ((agt.indexOf("msie") != -1));</code><br />
  <code>var is_ie3 = (is_ie &amp;&amp; (version &lt; 4));</code><br />
  <code>var is_ie4 = (is_ie &amp;&amp; (version == 4) &amp;&amp; (agt.indexOf("msie 5")==-1) );</code><br />
  <code>var is_ie4up = (is_ie &amp;&amp; (version &gt;= 4));</code><br />
  <code>var is_ie5 = (is_ie &amp;&amp; (version == 4) &amp;&amp; (agt.indexOf("msie 5.0")!=-1) );</code><br />
  <code>var is_ie5_5 = (is_ie &amp;&amp; (version == 4) &amp;&amp; (agt.indexOf("msie 5.5") !=-1));</code><br />
  <code>var is_ie5up = (is_ie &amp;&amp; !is_ie3 &amp;&amp; !is_ie4);</code><br />
  <code>var is_ie5_5up =(is_ie &amp;&amp; !is_ie3 &amp;&amp; !is_ie4 &amp;&amp; !is_ie5);</code><br />
  <code>var is_nav = ((agt.indexOf('mozilla')!=-1) &amp;&amp; (agt.indexOf('spoofer')==-1)</code><br />
   &nbsp; &nbsp; &nbsp; &nbsp; <code>&amp;&amp; (agt.indexOf('compatible') == -1)</code><br />
   &nbsp; &nbsp; &nbsp; &nbsp; <code>&amp;&amp; (agt.indexOf('webtv')==-1) &amp;&amp; (agt.indexOf('hotjava')==-1));</code><br />
  <code>var is_mac = (agt.indexOf("mac")!=-1);</code><br />
  <code>var is_nav6up = (is_nav &amp;&amp; (version &gt;= 5));</code><br />
  <code>var is_nav4_5up = (is_nav &amp;&amp; (version &gt;= 4.5));</code>
  <code>var is_ie4up  = (is_ie &amp;&amp; (version &gt;= 4));</code></p>
  
  <p><code>//alert("agent: "+agt+"\nversion: "+version+"\nis_ie: "+is_ie +"\nis_nav: "+is_nav+"\nis_mac: "&gt;+is_mac+"\nis_nav4_5up: "+is_nav4_5up +"\nis_ie4up: "+is_ie4up+"\nis_ie5up: "+is_ie5up);</code>     </p>
  
  <p><code>if ((!is_mac &amp;&amp; is_ie4up) || (is_mac &amp;&amp; is_ie5up) || (is_nav6up)) {</code><br />
  &nbsp; &nbsp; &nbsp; &nbsp; <code>window.top.location = "/home/home.asp";</code><br />
  <code>} else {</code><br />
  &nbsp; &nbsp; &nbsp; &nbsp; <code>window.top.location = "/upgrade/upgrade.htm";</code><br />
  <code>}</code></p>
  
  <p>You should be loading <code>/home/home.asp</code> for everyone!  </p>
  
  <p>Cheers,
   Daniel.</p>
  
  <p>[1] <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.play-cricket.com%2Fhome%2Fhome.asp&amp;charset=iso-8859-1&amp;doctype=Inline,">http://validator.w3.org/check?uri=http%3A%2F%2Fwww.play-cricket.com%2Fhome%2Fhome.asp&amp;charset=iso-8859-1&amp;doctype=Inline,</a></p>
</blockquote>

<p>That whole thing could just be replaced with <code>window.top.location = "/home/home.asp";</code></p>

<p>Who knows, maybe one day..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.displacedaussie.net/2008/02/its-2008-fix-your-script-and-let-me-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It slices it dices</title>
		<link>http://www.displacedaussie.net/2007/12/it-slices-it-dices/</link>
		<comments>http://www.displacedaussie.net/2007/12/it-slices-it-dices/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 17:45:57 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.displacedaussie.net/2007/12/it-slices-it-dices/</guid>
		<description><![CDATA[A couple of days ago I signed up with Slicehost and so far I&#8217;ve been really impressed. I&#8217;ve been using Linux for 6 or 7 years. During that time I&#8217;ve had websites hosted with a few different hosting companies, but until now I&#8217;d never had my own Linux machine (or at least slice of a [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago I signed up with <a href="http://www.slicehost.com" title="Slicehost - VPS Hosting">Slicehost</a> and so far I&#8217;ve been really impressed.</p>

<p>I&#8217;ve been using Linux for 6 or 7 years. During that time I&#8217;ve had websites hosted with a few different hosting companies, but until now I&#8217;d never had my own Linux machine (or at least slice of a machine) online somewhere that I could do anything with.</p>

<p>I&#8217;m going to start populating the machine soon with various websites (some moved from other hosting, a few sites Sherry and I have been working on, a webapp or two that I&#8217;m writing in <a href="http://www.rubyonrails.org/" title="Ruby on Rails">Ruby on Rails</a>), and it&#8217;s also going to be a bit of a testing ground for other development work I&#8217;m doing.</p>

<p>While setting everything up there were a couple of things I had to remind myself of, including working with Apache&#8217;s <a href="http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html" title="Apache module - mod_rewrite">mod_rewrite</a> module.</p>

<p>I have one domain where I own both the <strong>.com</strong> and <strong>.net</strong>. For various reasons I want to make it so that whatever people type in, they always end up at the same place. I also want the <strong>www</strong> added to the start of the domain if it&#8217;s ever missed out (I initially wanted it the other way but it looks better with the www).</p>

<p>This is what I was aiming for:</p>

<pre><code>www.domain.net -&gt; www.domain.net
domain.net -&gt; www.domain.net
www.domain.com -&gt; www.domain.net
domain.com -&gt; www.domain.net
</code></pre>

<p>I got this to work by modifying my domain.net apache configuration file: <code>/etc/apache2/sites-available/domain.net</code></p>

<p>First I setup some aliases:</p>

<pre><code>ServerName  domain.net
ServerAlias www.domain.net
ServerAlias domain.com
ServerAlias www.domain.com
</code></pre>

<p>Next I created the Rewrite rule</p>

<pre><code>RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.domain.net$ [NC]
RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.net$1 [L,R=301]
</code></pre>

<p>After saving the file and restarting apache (<code>sudo /etc/init.d/apache2 reload</code>), everything was being directed to <code>www.domain.net</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.displacedaussie.net/2007/12/it-slices-it-dices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>If I&#8217;m spending my money, don&#8217;t make it hard.</title>
		<link>http://www.displacedaussie.net/2007/10/if-im-spending-my-money-dont-make-it-hard/</link>
		<comments>http://www.displacedaussie.net/2007/10/if-im-spending-my-money-dont-make-it-hard/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 10:07:15 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.displacedaussie.net/2007/10/if-im-spending-my-money-dont-make-it-hard/</guid>
		<description><![CDATA[Too many online stores make it hard for me to spend my money. If I have to think too much, or if there is some kind of barrier between me and the &#8220;buy&#8221; button, I&#8217;m much more likely to just give up than I am to spend the money. Let me opt-in This morning I [...]]]></description>
			<content:encoded><![CDATA[<p>Too many online stores make it hard for me to spend my money. If I have to think too much, or if there is some kind of barrier between me and the &#8220;buy&#8221; button, I&#8217;m much more likely to just give up than I am to spend the money.</p>

<h2>Let me opt-in</h2>

<p>This morning I went to book tickets to see Ratatouille. Odeon have a reasonable <a href="http://www.odeon.co.uk/" title="Odeon Online">website</a> (infinitely better than their old one), and their online booking system is easy to use and lets me to choose the exact seats I want.</p>

<p>But just before I can click to give them my money I have to read this:</p>

<p><img src="/uploads/optout-3.jpg" alt="" title="Odeon Cinemas: Online booking" /></p>

<p>I have to work out what it says, and realise that if I don&#8217;t tick the boxes I&#8217;m going to get spammed with crap I don&#8217;t want or need.</p>

<p>If I&#8217;m spending money, I shouldn&#8217;t have to opt-out <em>every</em> time I buy tickets. It&#8217;s unnecessary. It&#8217;s frustrating. It means I&#8217;m less likely to use the online booking system in the future.</p>

<h2>Decisions decisions </h2>

<p>Recently I reinstalled Windows for a friend, and in the process copied his iTunes music between machines. I gave the laptop back, but when I got home I decided that I wanted to find an application that would let him copy all the music from his iPod to the fresh iTunes install.</p>

<p>It was on Windows, so he couldn&#8217;t use <a href="http://www.scifihifi.com/podworks/" title="Sci-Fi Hi-Fi: PodWorks">PodWorks</a>. I eventually found an <a href="http://www.kennettnet.co.uk/musicrescue/" title="Music Rescue">application</a> that looked like it might do the job.</p>

<p>And then I got to the order page.</p>

<p><img src="/uploads/toomanyoptions.jpg" alt="" title="Music Rescue: Order Page" /></p>

<p>That was too much of a barrier.</p>

<ul>
<li>I didn&#8217;t know his iPod serial number, and it was going to be too difficult to ask</li>
<li>I didn&#8217;t know how many computers he had and whether he might need to do this on more than one computer</li>
<li>I didn&#8217;t understand how the licenses worked, or why I was being limited to one of these two options</li>
</ul>

<p>The &#8220;<a href="http://kb.kennettnet.co.uk/questions/14" title="Which license is right for me">Knowledgebase</a>&#8221; didn&#8217;t help much either.</p>

<p>So in the end I just gave up (it didn&#8217;t take me very long to give up) and I decided not to bother buying a license, or indeed an application, for him.</p>

<h2>Please make it easy</h2>

<p>So please, if you want my money, and if you&#8217;ve got me to the point where I&#8217;m about to hand it over, don&#8217;t make it hard for me to do so!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.displacedaussie.net/2007/10/if-im-spending-my-money-dont-make-it-hard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Binary Solo</title>
		<link>http://www.displacedaussie.net/2007/10/binary-solo/</link>
		<comments>http://www.displacedaussie.net/2007/10/binary-solo/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 22:17:50 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.displacedaussie.net/2007/10/binary-solo/</guid>
		<description><![CDATA[I finally got around to ordering a What the Folk! tshirt from our What the Folk! Spreadshirt Shop Sherry and I ordered a couple of shirts from the UK version a few months ago so we could check out the quality (obviously we were more than happy with how that turned out). However, we didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/uploads/wtf_tee_bs.jpg" alt="" title="What the Folk! Flight of the Conchords Binary Solo tee" class="alignleft" />
I finally got around to ordering a <a href="http://www.whatthefolk.net" title="What the Folk!">What the Folk!</a> <a href="http://www.spreadshirt.com/shop.php?op=article&amp;article_id=2361780&amp;p=1" title="What the Folk! tshirt - Binary Solo">tshirt</a> from our <a href="" title="What the Folk! Spreadshirt Shop">What the Folk! Spreadshirt Shop</a></p>

<p>Sherry and I ordered a couple of shirts from the UK version a few months ago so we could check out the quality (obviously we were more than happy with how that turned out). However, we didn&#8217;t get anything that I could personally wear, so finally I&#8217;m going to have something else to show off my geekiness!</p>

<p>I went for the <a href="http://www.spreadshirt.com/shop.php?op=article&amp;article_id=2361780&amp;p=1" title="What the Folk! tshirt - Binary Solo">FOTC in Binary/Binary Solo shirt</a>.</p>

<p>It took me a while to get the back of the shirt sorted (mainly because I checked it about three billion times). It reads:</p>

<p><img src="/uploads/wtf_fotc_code.gif" alt="" title="What the Folk! Flight of the Conchords in binary" /></p>

<p>After the Binary to ASCII conversion we of course end up with:</p>

<p>01000110 &#8211; F<br />
01101100 &#8211; l<br />
01101001 &#8211; i<br />
01100111 &#8211; g<br />
01101000 &#8211; h<br />
01110100 &#8211; t<br />
01101111 &#8211; o<br />
01100110 &#8211; f<br />
01110100 &#8211; t<br />
01101000 &#8211; h<br />
01100101 &#8211; e<br />
01000011 &#8211; C<br />
01101111 &#8211; o<br />
01101110 &#8211; n<br />
01100011 &#8211; c<br />
01101000 &#8211; h<br />
01101111 &#8211; o<br />
01110010 &#8211; r<br />
01100100 &#8211; d<br />
01110011 &#8211; s </p>

<p>When the shirt is delivered I might even upload some action shots.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.displacedaussie.net/2007/10/binary-solo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What the Folk!</title>
		<link>http://www.displacedaussie.net/2007/09/what-the-folk/</link>
		<comments>http://www.displacedaussie.net/2007/09/what-the-folk/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 23:46:06 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.displacedaussie.net/2007/09/what-the-folk/</guid>
		<description><![CDATA[For those who are unaware, Sherry runs the fantastic and popular Flight of the Conchords fan site &#8211; What the Folk!. Sherry has been posting news and Folking out with the Conchords since 2002. What the Folk! has come a long way since the early days. Back then, there were only a few pages, and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/uploads/wtf_tee_fotc.jpg" alt="" title="What the Folk! Flight of the Conchords ringer tee" class="alignleft" /> For those who are unaware, Sherry runs the fantastic and popular <a href="http://www.whatthefolk.net" title="Flight of the Conchords fan site, What the Folk!">Flight of the Conchords fan site &#8211; What the Folk!</a>. Sherry has been posting news and Folking out with the Conchords since 2002. </p>

<p>What the Folk! has come a long way since the early days. Back then, there were only a few pages, and <a href="http://bancomicsans.com/" title="Ban Comic Sans">Comic Sans</a> was the main font! I&#8217;ve been slowly working on a new design based around WordPress to alleviate some of the pain that Sherry faces every time she updates. Dreamweaver running inside a virtual machine in Linux = teh bad. Hopefully we can make everything live sometime later this year.</p>

<p>For literally any information about Bret, Jemaine, the Conchords, and their other projects, What the Folk! is the place to be. The site has always been very popular. Since their <a href="http://whatthefolk.net/hbo.html" title="Flight of the Conchords HBO Television show, What the Folk!">television show</a> began airing earlier in the year, the traffic to the site has increased a lot, and we get many many thousands of unique hits every day. The bandwidth used is well up in the hundreds of gigabytes every month, and for that we have to thank <a href="http://lunarpages.com/" title="Lunarpages">Lunarpages</a> for never falling over.</p>

<p><img src="/uploads/wtf_tee_binary01.jpg" alt="" title="What the Folk! Binary Solo tee - front" class="alignright" />Sherry had never wanted to make any money from the website, but a couple of months ago I convinced her to add some very basic Google ads so that we could recoup something for the huge amount of time and effort that we both put in to keeping the site running (well, she does most of the work. I just tinker and facilitate her work here and there when required <img src='http://www.displacedaussie.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . We also started selling some What the Folk! tshirts, which have been a HUGE success. </p>

<p>We pondered getting tshirts printed locally and then shipping them ourselves, but the up front cost and the lack of flexibility didn&#8217;t make this sound very appealing. Instead, we went with <a href="http://www.spreadshirt.com" title="Spreadshirt">Spreadshirt</a>. Spreadshirt lets you upload your own designs and put them in your own online store. They then do all the work printing and shipping the shirts, before paying you a commission (that you set) at the end. All you have to do is attract people to the store to buy them.</p>

<p>Spreadshirt have been excellent, and not having to worry about stock levels, and having the flexibility to quickly create and change and add and remove designs is great.</p>

<p><img src="/uploads/wtf_tee_binary01back.jpg" alt="" title="What the Folk! Binary Solo tee - back" class="alignleft" />I&#8217;m not even close to a designer, and my skills with Adobe Illustrator are way down at the Zero end of the spectrum, but I did manage, with the help of a <a href="http://anidlebrain.blogspot.com/" title="Luke">good friend</a> (who is at the complete other end of the design spectrum to me), to complete couple of designs. </p>

<p>Our main tshirt is the wonderfully named &#8220;Bit of an Arty Effort Tee&#8221;, shown above in the green ringer style.</p>

<p>If you have heard the Conchords sing <em>Humans are Dead</em>, you may be familiar with their binary solo, which I turned into some What the Folk! shirts. One of the shirt designs has the actual binary solo (0000001, 00000011) on the back. The other has &#8220;Flight of the Conchords&#8221; written in Binary. Amazing!</p>

<p><img src="/uploads/wtf_tee_fotc_binary.jpg" alt="" title="What the Folk! Binary Solo tee - Fligh of the Conchords" class="alignright" />Now, the even more amazing thing is that last month Spreadshirt began what they  are calling their &#8220;Design of the Month&#8221;. They have moved into a new building, they have a kiosk set up in the entry way, and they wanted to decorate it with the most popular tshirts from the proceeding month.</p>

<p>Well what do you know. Our &#8220;Bit of an Arty Effort Tee&#8221; was the most popular design and won the <a href="http://www.forum.spreadshirt.com/showthread.php?t=2265" title="Spreadshirt: Design of the Month - What the Folk">Design of the Month</a> award. That&#8217;s right. I, with no design talent whatsoever, won a design award!</p>

<p>Ha!</p>

<p>So, if you&#8217;re interested in finding out more about the Flight of the Conchords, you <a href="http://www.whatthefolk.net" title="What the Folk">know where to go</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.displacedaussie.net/2007/09/what-the-folk/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Displaced Aussie Logo</title>
		<link>http://www.displacedaussie.net/2007/07/displaced-aussie-logo/</link>
		<comments>http://www.displacedaussie.net/2007/07/displaced-aussie-logo/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 15:08:07 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.displacedaussie.net/2007/07/displaced-aussie-logo/</guid>
		<description><![CDATA[I&#8217;ve been thinking about designing some kind of logo type thing for this blog and I had the idea of doing something like this. I don&#8217;t think it&#8217;s too bad. Anyone want to design me a better one? How about giving me some constructive criticism?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking about designing some kind of logo type thing for this blog and I had the idea of doing something like this.</p>

<p><img src="/uploads/displacedaussie.png" alt="Displaced Aussie Logo" title="Displaced Aussie Logo" /></p>

<p>I don&#8217;t think it&#8217;s too bad. Anyone want to design me a better one?</p>

<p>How about giving me some constructive criticism? <img src='http://www.displacedaussie.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.displacedaussie.net/2007/07/displaced-aussie-logo/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Geek Comics</title>
		<link>http://www.displacedaussie.net/2007/07/geek-comics/</link>
		<comments>http://www.displacedaussie.net/2007/07/geek-comics/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 08:54:33 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Laugh]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.displacedaussie.net/2007/07/geek-comics/</guid>
		<description><![CDATA[I just saw this one and loved it. Another comic to add to my RSS feeds. An Open Letter to Subway My favourite comic these days (other than Lolcats) is xkcd. A few of my favourites: Read the archive! Buy a shirt! Say no to velociraptors!]]></description>
			<content:encoded><![CDATA[<p>I just saw this one and loved it. Another comic to add to my <a href="http://www.newsgator.com/Individuals/NetNewsWire/" title="NetNewsWire">RSS feeds</a>.</p>

<p><a href="http://www.lefthandedtoons.com/?c=77" title="Cartoon: An Open Letter to Subway">An Open Letter to Subway</a></p>

<p>My favourite comic these days (other than <a href="http://icanhascheezburger.com/" title="I can has cheezburger?">Lolcats</a>) is <a href="http://xkcd.com/archive" title="xkcd">xkcd</a>.</p>

<p>A few of my favourites:</p>

<p><a href="http://xkcd.com/c149.html" title="xkcd: sandwich"><img src="/uploads/xkcd_sandwich.png" alt="xkcd: sandwich" title="xkcd: sandwich" /></a></p>

<p><a href="http://xkcd.com/c215.html" title="xkcd: letting go"><img src="/uploads/xkcd_letting_go.png" alt="xkcd: letting go" title="xkcd: letting go" /></a></p>

<p><a href="http://xkcd.com/c285.html" title="xkcd: wikipedian protester"><img src="/uploads/xkcd_wikipedian_protester.png" alt="xkcd: wikipedian protester" title="xkcd: wikipedian protester" /></a></p>

<p>Read the archive!</p>

<p>Buy a shirt!</p>

<p>Say no to velociraptors!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.displacedaussie.net/2007/07/geek-comics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pownce</title>
		<link>http://www.displacedaussie.net/2007/07/pownce/</link>
		<comments>http://www.displacedaussie.net/2007/07/pownce/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 22:57:20 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.displacedaussie.net/2007/07/pownce/</guid>
		<description><![CDATA[Although I&#8217;m still very much a twitter fan, I signed up to Pownce as soon as I had the opportunity. It&#8217;s a bit useless though when you don&#8217;t have any friends. If anybody wants an invite, send me an email: &#x64;&#97;&#x6e;&#105;&#x65;&#108;&#x2e;&#109;&#x61;&#114;&#x6b;&#115;&#x40;&#103;&#x6d;&#97;&#x69;&#108;&#x2e;&#99;&#x6f;&#109;]]></description>
			<content:encoded><![CDATA[<p>Although I&#8217;m still very much a <a href="http://twitter.com/madmax/" title="Twitter">twitter</a> fan, I signed up to <a href="http://pownce.com" title="Pownce">Pownce</a> as soon as I had the opportunity.</p>

<p>It&#8217;s a bit useless though when you don&#8217;t have any friends.</p>

<p>If anybody wants an invite, send me an email: <a href="&#109;&#x61;&#105;&#x6c;&#116;&#x6f;&#58;&#x64;&#97;&#x6e;&#105;&#x65;&#108;&#x2e;&#109;&#x61;&#114;&#x6b;&#115;&#x40;&#103;&#x6d;&#97;&#x69;&#108;&#x2e;&#99;&#x6f;&#109;">&#x64;&#97;&#x6e;&#105;&#x65;&#108;&#x2e;&#109;&#x61;&#114;&#x6b;&#115;&#x40;&#103;&#x6d;&#97;&#x69;&#108;&#x2e;&#99;&#x6f;&#109;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.displacedaussie.net/2007/07/pownce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
