<?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>Forged Defiance</title>
	<atom:link href="http://xanderx.com/feed/?page=2" rel="self" type="application/rss+xml" />
	<link>http://xanderx.com</link>
	<description>Tempered to the Web</description>
	<lastBuildDate>Wed, 25 Aug 2010 13:22:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>

	<atom:link rel="previous" href="http://xanderx.com/feed/?page=1" />
	<atom:link rel="next" href="http://xanderx.com/feed/?page=3" />

		<item>
		<title>Use Ogg Vorbis for Lag-free Ringtones on Android</title>
		<link>http://xanderx.com/2009/09/21/use-ogg-vorbis-for-lag-free-ringtones-on-android/</link>
		<comments>http://xanderx.com/2009/09/21/use-ogg-vorbis-for-lag-free-ringtones-on-android/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 13:50:42 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[ogg]]></category>
		<category><![CDATA[ringtones]]></category>
		<category><![CDATA[vorbis]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=214</guid>
		<description><![CDATA[Update 2010-06-21: If you want to use custom ringtones in the first place, install Rings Extended from the Android Market, then go to Home &#62; Settings &#62; Sound &#38; display &#62; Phone ringtone.  When it asks which application you want to use, select Rings Extended, and check the checkbox so that it doesn&#8217;t ask you [...]]]></description>
			<content:encoded><![CDATA[<div class="update">
<p><strong>Update 2010-06-21:</strong> If you want to use custom ringtones in the first place, install Rings Extended from the Android Market, then go to Home &gt; Settings &gt; Sound &amp; display &gt; Phone ringtone.  When it asks which application you want to use, select Rings Extended, and check the checkbox so that it doesn&#8217;t ask you again.</p>
<p>This will work anywhere any application asks for you to pick a ringtone, assuming it asks via a standard means!</p>
<p>I&#8217;ve also written <a href="http://xanderx.com/2009/11/08/ogg-vorbis-encoder-for-windows/">another article detailing how to convert your music in to Ogg Vorbis files</a>.</p>
</div>
<p>Why, do I hear you cry?</p>
<p>Simple really, here&#8217;s the story: when I first transferred various files to my phone for use as ringtones (one each for calls, texts, e-mails&#8230;) I used MP3s.  Thanks to the Rings Extended application in the marketplace I had no trouble in using them.</p>
<p>But one thing struck me as odd whenever I got a call (or text etc.); lag.  If I were to get a call right now, the phone would vibrate, the screen would turn black, and then a couple of seconds later the contact details show and my ringtone starts playing.  Not ideal.</p>
<p>So I decided to try something.  I set one of the standard ringtones that came with the phone as the current ringtone, and tried again.  This time the phone started vibrating and played the tone at the same time.</p>
<p>After that I had to figure out what format they used, since I had no idea where the files could be and what format they were.  I reasoned that Ogg Vorbis would be the format they&#8217;d use — an open-source <acronym title="Operating System">OS</acronym> with open-source ringtones.  Makes sense, right?</p>
<p>So I tried it: I converted those same ringtones I started out with to 128kbps CBR Vorbis files.  128kbps because I thought that a higher bitrate would lag the phone out (plus you wouldn&#8217;t hear a quality difference from the speaker anyway), and CBR because I thought it would be easier for the decoder to work with, though I have no evidence to back this up.</p>
<p>Voilà!  Suddenly my ringtones loaded a lot quicker, and no longer did I get vibrations with no accompanying ringtone (unless it was set to vibrate only!).</p>
<p>I haven&#8217;t tested other settings on the Vorbis encoder (different bitrates, VBR etc.), nor have I tested other formats aside from MP3 and Ogg.</p>
<p>Hope this is of help to someone that actually cares about this stuff.</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/09/21/use-ogg-vorbis-for-lag-free-ringtones-on-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Strip ID3v1 Tags from MP3s in Linux</title>
		<link>http://xanderx.com/2009/09/16/strip-id3v1-tags-from-mp3s-in-linux/</link>
		<comments>http://xanderx.com/2009/09/16/strip-id3v1-tags-from-mp3s-in-linux/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 19:38:09 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=209</guid>
		<description><![CDATA[For kicks I decided to remove all the ID3v1 tags from my music files today.  They were just getting in the way and served no useful purpose — since I had perfectly fine ID3v2 tags — so they just had to go. I cooked up a little command to help out here!  But first, we [...]]]></description>
			<content:encoded><![CDATA[<p>For kicks I decided to remove all the ID3v1 tags from my music files today.  They were just getting in the way and served no useful purpose — since I had perfectly fine ID3v2 tags — so they just had to go.</p>
<p>I cooked up a little command to help out here!  But first, we need to make sure you have the command that we&#8217;re going to need here, id3v2.  Install it from the official repositories using your distribution&#8217;s package manager.  For example, on Ubuntu:</p>
<pre>sudo apt-get install id3v2</pre>
<p>This command is used to view and manipulate ID3 tags inside of music files.  One argument in particular is of use to us, <code>-s</code>, which strips ID3v1 tags out of the specified file(s).</p>
<p>With that in mind the task is just getting a list of the files that you want to remove ID3v1 tags from.  I&#8217;ve managed to solve that and fit it all in one line — don&#8217;t forget to replace the path with the correct one:</p>
<pre>find /path/to/music -name \*.mp3 -type f -print0 | xargs -0 id3v2 -s</pre>
<p>That&#8217;s it!  After testing I ran it on my whole music library and it appears to have survived just fine.  Just be patient (and careful) if you&#8217;re stripping tags out of hundreds or thousands of files.</p>
<p>Let me know how it works out for you, and any improvements you may have!</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/09/16/strip-id3v1-tags-from-mp3s-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Forgotten the Installation Code for your Sagem Digital Set-Top Box?</title>
		<link>http://xanderx.com/2009/09/12/forgotten-the-installation-code-for-your-sagem-digitalset-top-box/</link>
		<comments>http://xanderx.com/2009/09/12/forgotten-the-installation-code-for-your-sagem-digitalset-top-box/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 15:24:56 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hints & Tips]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=204</guid>
		<description><![CDATA[It&#8217;s annoying when that or something similar happens — in my case, someone else had changed the code meaning I couldn&#8217;t retune the box to accept more channels. But all is not lost!  Simply follow this quick guide.  This is from a Sagem ITC 62 — it may or may not be the same process [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s annoying when that or something similar happens — in my case, someone else had changed the code meaning I couldn&#8217;t retune the box to accept more channels.</p>
<p>But all is not lost!  Simply follow this quick guide.  This is from a Sagem ITC 62 — it may or may not be the same process for other models:</p>
<ol>
<li><strong>Press Menu</strong> on your remote control.</li>
<li>Select <strong>Installation</strong>.  You&#8217;ll be presented with a screen <strong>where you have to enter an Installation Code.</strong></li>
<li>Press these buttons one after the other on your remote: <strong>Menu, Menu, Red button, Menu</strong>.  You should be taken to a new screen displaying <strong>User Settings</strong> and <strong>Box Settings</strong>.</li>
<li>Select <strong>User Settings</strong>.</li>
</ol>
<p>Now what you do at this point is up to you.  You have two choices:</p>
<h2>Disable the Installation Code</h2>
<p>This means that you don&#8217;t have to enter or remember an installation code in future, but it might be vulnerable to inquisitive children.  If this isn&#8217;t an issue for you (or you don&#8217;t care!), follow these steps:</p>
<ol>
<li>Select <strong>Locking</strong>.</li>
<li>Switch <strong>Box Locked</strong> and <strong>Channels Locked</strong> to <strong>No</strong>.</li>
</ol>
<h2>Change the Installation Code</h2>
<p>If you still want an installation code for whatever reason, follow these steps:</p>
<ol>
<li>Select <strong>Change Installation Code</strong>.</li>
<li>Enter any four digit code you like, and press <strong>OK</strong>.</li>
<li>Re-enter the same code again.  Press <strong>OK</strong>.</li>
</ol>
<p>That&#8217;s it!  Let me know how it goes for you.</p>
<p>Credit to <a href="http://www.howtomendit.com/answers.php?id=66597">Steven Checkley</a> for his amazing hackery.</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/09/12/forgotten-the-installation-code-for-your-sagem-digitalset-top-box/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hey there, Handsome.</title>
		<link>http://xanderx.com/2009/08/13/hey-there-handsome/</link>
		<comments>http://xanderx.com/2009/08/13/hey-there-handsome/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 20:01:35 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=201</guid>
		<description><![CDATA[Are those wings sticking out of your body or are you just happy to see me? Here&#8217;s a picture of a beast Dragonfly waving to all the passers-by in my Nan&#8217;s back garden.  You can tell it isn&#8217;t a Damselfly because this one can&#8217;t fold it wings back along its body &#8211; they have to [...]]]></description>
			<content:encoded><![CDATA[<p>Are those wings sticking out of your body or are you just happy to see me?</p>
<p>Here&#8217;s a picture of a beast Dragonfly waving to all the passers-by in my Nan&#8217;s back garden.  You can tell it isn&#8217;t a Damselfly because this one can&#8217;t fold it wings back along its body &#8211; they have to stick out sideways.  It&#8217;s also huge.</p>
<p>Thus what I said.</p>
<p>Maybe I&#8217;m going a bit far.</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/08/13/hey-there-handsome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://xanderx.com/wp-content/uploads/2009/08/20090809-_3005150.jpg" length="457806" type="image/jpeg" />
	</item>
		<item>
		<title>Angel of Ocean</title>
		<link>http://xanderx.com/2009/07/28/angel-of-ocean/</link>
		<comments>http://xanderx.com/2009/07/28/angel-of-ocean/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 19:02:21 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=194</guid>
		<description><![CDATA[Alright, the title is a bit of a misnomer; this seagull was captured just above the waters of the River Thames. Now I know what I said before about not liking taking nature photos so much, but these are the kinds of photos I like. They&#8217;re dynamic; they capture scenes that we are unable to [...]]]></description>
			<content:encoded><![CDATA[<p>Alright, the title is a bit of a misnomer; this seagull was captured just above the waters of the River Thames.</p>
<p>Now I know what I said before about not liking taking nature photos so much, but <em>these</em> are the kinds of photos I like.</p>
<p>They&#8217;re dynamic; they capture scenes that we are unable to see with the naked eye.  These really fast exposure shots can quite often look really good in my opinion and, if you&#8217;re lucky, you can immortalise an instant forever.</p>
<p>I probably also enjoy taking these kinds of photos because of the difficulty involved.  In general the more difficult it is to get a shot, the more fun I have!</p>
<p>Is it the same with you?</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/07/28/angel-of-ocean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://xanderx.com/wp-content/uploads/2009/07/20090603-_3001653.jpg" length="410654" type="image/jpeg" />
	</item>
		<item>
		<title>Quickly Open an Elevated Command Prompt in Vista</title>
		<link>http://xanderx.com/2009/07/26/quickly-open-an-elevated-command-prompt-in-vista/</link>
		<comments>http://xanderx.com/2009/07/26/quickly-open-an-elevated-command-prompt-in-vista/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 09:43:05 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=190</guid>
		<description><![CDATA[Just a quick little thing I noticed, although everyone else probably knows it by now. To launch an elevated command prompt (i.e. a prompt with admin privileges, required to do various things if UAC is enabled on Vista), simply open the Start Menu (Windows key), type &#8220;cmd&#8221; without quotes, and press Control+Shift+Return. This will bring [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick little thing I noticed, although everyone else probably knows it by now.</p>
<p>To launch an elevated command prompt (i.e. a prompt with admin privileges, required to do various things if <acronym title="User Account Control">UAC</acronym> is enabled on Vista), simply <strong>open the Start Menu (Windows key)</strong>, <strong>type &#8220;cmd&#8221;</strong> without quotes, and <strong>press Control+Shift+Return</strong>.</p>
<p>This will bring up a <acronym title="User Account Control">UAC</acronym> prompt asking you to elevate the process.  <strong>Select Continue (Alt+C).</strong> Done!</p>
<p>This does work for <em>some</em> other applications.  But in my experience it&#8217;s hit and miss!  Strange.</p>
<p>This technique may also work in Windows 7, but I haven&#8217;t been able to test it myself.</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/07/26/quickly-open-an-elevated-command-prompt-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ll Modify You in to Next Week.</title>
		<link>http://xanderx.com/2009/07/24/ill-modify-you-in-to-next-week/</link>
		<comments>http://xanderx.com/2009/07/24/ill-modify-you-in-to-next-week/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 10:20:09 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=166</guid>
		<description><![CDATA[A couple of days ago I came across this interesting quirk, and I had to do a double-take before I realised what had happened. Basically, I recently got a NAS and decided that I wanted my router to save its bandwidth usage statistics on it.  That way whenever I perform an upgrade to the firmware [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago I came across this interesting quirk, and I had to do a double-take before I realised what had happened.</p>
<p>Basically, I recently <a href="http://www.promise.com/product/product_detail.asp?product_id=211">got a NAS</a> and decided that I wanted my router to save its bandwidth usage statistics on it.  That way whenever I perform an upgrade to the firmware on the router I won&#8217;t erase all the stats.  This part is easy, as the firmware has the functionality for this.  (The firmware I keep mentioning is the <a href="http://www.polarcloud.com/tomato">Tomato firmware</a>.  I highly recommend it if you happen to have a compatible Linux router!)</p>
<p>Now, after I set it all up, I went on to the network shares to see if the statistics were being saved properly.  What I saw I didn&#8217;t exactly expect:</p>
<div id="attachment_177" class="wp-caption aligncenter" style="width: 650px"><a href="http://xanderx.com/wp-content/uploads/2009/07/DOpus-Last-Modified.png"><img class="size-large wp-image-177  " title="DOpus Last Modified" src="http://xanderx.com/wp-content/uploads/2009/07/DOpus-Last-Modified-640x487.png" alt="A screenshot of my local network share...  And some interesting modified times" width="640" height="487" /></a><p class="wp-caption-text">A screenshot from Directory Opus of my local network share...  And some interesting modified times</p></div>
<p>Now, nothing may look wrong at first glance.  But take another look at the screenshot, particularly the column titled &#8220;Modified&#8221;.</p>
<p>Got it yet?  You have?  That&#8217;s great!  You haven&#8217;t?  You&#8217;re probably just not as finnicky as I am, don&#8217;t worry.</p>
<p>Anyway, enough suspense: the thing that caught me out was that the modified time for the statistics file was &#8220;<em>tomorrow</em>&#8220;.</p>
<p>&#8220;So what?&#8221; I hear you cry!  &#8220;You probably just had the NAS set to the wrong timezone.&#8221;</p>
<p>Alright, I&#8217;ll give you that &#8212; I had set it to the wrong timezone.  However, that isn&#8217;t the strangest thing!</p>
<p>The strange part is the fact that Windows has provisions for files that have creation/modify/access times in the future.</p>
<p>When you have a file that you have modifed today, it says &#8220;Today&#8221;.  Nice.  If you then leave the file for 24 hours, Windows will say the file was modified &#8220;Yesterday&#8221;.  Again, a nice touch.</p>
<p>But now Windows, in its all-powerful, all-knowing ways, can tell me when a file <em>will</em> be modified, before it&#8217;s even happened!</p>
<p>At least, that&#8217;s the impression it gives me when I think of a developer including &#8220;tomorrow&#8221; on the list of English relative dates.</p>
<p>And before you complain that I wasn&#8217;t using Windows Explorer but rather a replacement called <a href="http://www.gpsoft.com.au/">Directory Opus</a>, here&#8217;s a screen from Explorer demonstrating the same behaviour, but slightly more hidden:</p>
<div id="attachment_179" class="wp-caption aligncenter" style="width: 650px"><a href="http://xanderx.com/wp-content/uploads/2009/07/Explorer-Last-Modified.png"><img class="size-large wp-image-179" title="Explorer Last Modified" src="http://xanderx.com/wp-content/uploads/2009/07/Explorer-Last-Modified-640x487.png" alt="A screenshot from Windows Explorer of my local network share...  With the same interesting modified times" width="640" height="487" /></a><p class="wp-caption-text">A screenshot from Windows Explorer of my local network share...  With the same interesting modified times</p></div>
<p>So there you have it: Some crazy behaviour and me thoroughly confused.  With DOpus and Explorer both &#8220;predicting&#8221; the future for me, I&#8217;m beginning to wonder just how much control I have over these computers&#8230;</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/07/24/ill-modify-you-in-to-next-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eternal Serenata</title>
		<link>http://xanderx.com/2009/07/23/eternal-serenata/</link>
		<comments>http://xanderx.com/2009/07/23/eternal-serenata/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 09:23:03 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=162</guid>
		<description><![CDATA[Like the first photo I uploaded to this site, Boldly Growing, this was taken at Mottisfont Abbey National Trust garden.  However instead of out in the gorgeous gardens, I was inside a rather &#8216;cosy&#8217; (read: cramped) used-book shop located on the site. I happened to spy this rather odd looking insect having a rest from [...]]]></description>
			<content:encoded><![CDATA[<p>Like the first photo I uploaded to this site, <a title="Boldly Growing" href="http://xanderx.com/2009/06/18/boldly-growing/">Boldly Growing</a>, this was taken at <a href="http://www.nationaltrust.org.uk/main/w-mottisfont">Mottisfont Abbey National Trust</a> garden.  However instead of out in the gorgeous gardens, I was inside a rather &#8216;cosy&#8217; (read: cramped) used-book shop located on the site.</p>
<p>I happened to spy this rather odd looking insect having a rest from its fatigue (read: injury), and also that it was resting on the front of a set of scores that were being sold.</p>
<p>So I tried to make it look as artistic (read: stock) as possible.</p>
<p>What do you think?</p>
<p>Also the scores are copyrighted 1900.  Nice.</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/07/23/eternal-serenata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://xanderx.com/wp-content/uploads/2009/07/20090613-_30021871.jpg" length="528362" type="image/jpeg" />
	</item>
		<item>
		<title>Fixing Slugs in WordPress</title>
		<link>http://xanderx.com/2009/07/22/fixing-slugs-in-wordpress/</link>
		<comments>http://xanderx.com/2009/07/22/fixing-slugs-in-wordpress/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 10:20:33 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[slugs]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=157</guid>
		<description><![CDATA[Having trouble selecting the slug you want in WordPress?  If you&#8217;re like I was just a moment ago, you&#8217;ll try changing the slug on one of your categories to something different that you prefer, only to have WordPress change it back to whatever it was previously.  What gives? Turns out the solution might be simpler [...]]]></description>
			<content:encoded><![CDATA[<p>Having trouble selecting the slug you want in WordPress?  If you&#8217;re like I was just a moment ago, you&#8217;ll try changing the slug on one of your categories to something different that you prefer, only to have WordPress change it back to whatever it was previously.  What gives?</p>
<p>Turns out the solution might be simpler than you think &#8212; check your Post Tags for a tag with the same slug!</p>
<p>Slugs are shared between tags and categories, so <strong>if you use a particular slug with a tag, you cannot use the same one with a category, and vice versa</strong>.</p>
<p>Keep that in mind the next time you get all <acronym title="Obsessive-Compulsive Disorder">OCD</acronym> about slugs!</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/07/22/fixing-slugs-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lazy Days</title>
		<link>http://xanderx.com/2009/07/20/lazy-days/</link>
		<comments>http://xanderx.com/2009/07/20/lazy-days/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 17:10:29 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=152</guid>
		<description><![CDATA[Here&#8217;s a picture I took a little while back of my aunt&#8217;s dog, George.  He&#8217;s a lively bugger (my aunt&#8217;s finger getting broken is proof), but this photo captures the moment where I actually managed to get up close to him without him trying to take my head off. And I was lying down. Good [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a picture I took a little while back of my aunt&#8217;s dog, George.  He&#8217;s a lively bugger (my aunt&#8217;s finger getting broken is proof), but this photo captures the moment where I actually managed to get up close to him without him trying to take my head off.</p>
<p>And I was lying down.</p>
<p>Good one.</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/07/20/lazy-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://xanderx.com/wp-content/uploads/2009/07/20090524-_3009499.jpg" length="609513" type="image/jpeg" />
	</item>
		<item>
		<title>Dirty Sexy Photography</title>
		<link>http://xanderx.com/2009/07/16/dirty-sexy-photography/</link>
		<comments>http://xanderx.com/2009/07/16/dirty-sexy-photography/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 12:03:28 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=146</guid>
		<description><![CDATA[Did you know I&#8217;m really not into this &#8220;nature&#8221; stuff very much?  It&#8217;s just that there&#8217;s so much of it around I can&#8217;t really avoid it&#8230; Take this for example.  Captured near the coast in North Devon, this rather saucy number demonstrates that creatures really will do it anywhere, even on camera. What impressed me [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know I&#8217;m really not into this &#8220;nature&#8221; stuff very much?  It&#8217;s just that there&#8217;s so much of it around I can&#8217;t really avoid it&#8230;</p>
<p>Take this for example.  Captured near the coast in North Devon, this rather saucy number demonstrates that creatures really will do it anywhere, even on camera.</p>
<p>What impressed me most is that they <em>could fly</em> whilst back to back like this!  Crazy.</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/07/16/dirty-sexy-photography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://xanderx.com/wp-content/uploads/2009/07/20090712-_3003444.jpg" length="598963" type="image/jpeg" />
	</item>
		<item>
		<title>Changing GPRS, MMS and Access Point Settings on Android</title>
		<link>http://xanderx.com/2009/07/10/changing-gprs-mms-and-access-point-settings-on-android/</link>
		<comments>http://xanderx.com/2009/07/10/changing-gprs-mms-and-access-point-settings-on-android/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 13:46:07 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Hints & Tips]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=143</guid>
		<description><![CDATA[I feel kind of silly for falling foul of this, but I guess it&#8217;s just a case of going against what you&#8217;re used to. I was looking for a way to check on my MMS settings on Android.  On just about every other phone I&#8217;ve used it&#8217;s been a submenu of the messaging application, so [...]]]></description>
			<content:encoded><![CDATA[<p>I feel kind of silly for falling foul of this, but I guess it&#8217;s just a case of going against what you&#8217;re used to.</p>
<p>I was looking for a way to check on my MMS settings on Android.  On just about every other phone I&#8217;ve used it&#8217;s been a submenu of the messaging application, so that&#8217;s where I went — except I couldn&#8217;t find anything pertaining to access point settings!  I mean, if one phone does it one way, all phones do it that way, right?  Right?</p>
<p>Wrong.  Turns out Android hides the settings in — guess what — its Settings menus!  That&#8217;s good, because it&#8217;s centralised.  It makes sense when you think about it.  Honest.</p>
<p>Anyway, to find these elusive settings, just follow these instructions:</p>
<ol>
<li>Go to the <strong>Home screen</strong>.</li>
<li>Press <strong>Menu</strong>.</li>
<li>Select <strong>Settings</strong>.</li>
<li>Select <strong>Wireless controls</strong>.</li>
<li>Select <strong>Mobile network settings</strong>.</li>
<li>Select <strong>Access Point Names</strong>.</li>
<li>Finally, select an access point to edit, or press Menu to create a new APN or reset to the defaults that shipped with the phone.</li>
</ol>
<p>Have fun with changing access point settings!  Mmm.</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/07/10/changing-gprs-mms-and-access-point-settings-on-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buzz Lightyear, Away!</title>
		<link>http://xanderx.com/2009/07/01/buzz-lightyear-away/</link>
		<comments>http://xanderx.com/2009/07/01/buzz-lightyear-away/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 10:58:32 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=136</guid>
		<description><![CDATA[I have a weird attraction to this photo&#8230;  It&#8217;s probably because instead of the bee bee-ing posed on the plant as you would normally see in a photo such as this, it&#8217;s heading straight past me! If that bee were better bee-haved I might have gotten a picture of it on the plant.  Wait, I [...]]]></description>
			<content:encoded><![CDATA[<p>I have a weird attraction to this photo&#8230;  It&#8217;s probably because instead of the bee <em>bee</em>-ing posed on the plant as you would normally see in a photo such as this, it&#8217;s heading straight past me!</p>
<p>If that bee were better <em>bee</em>-haved I might have gotten a picture of it on the plant.  Wait, I have taken pictures of bees on plants!  I <em>bee</em>-lieve I&#8217;ll upload one sometime.</p>
<p>I&#8217;ll stop now.</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/07/01/buzz-lightyear-away/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://xanderx.com/wp-content/uploads/2009/06/20090626-_3002777.jpg" length="487341" type="image/jpeg" />
	</item>
		<item>
		<title>Stella Artois</title>
		<link>http://xanderx.com/2009/06/29/stella-artois/</link>
		<comments>http://xanderx.com/2009/06/29/stella-artois/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 17:40:36 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=131</guid>
		<description><![CDATA[That's the name of the cat.  Seriously!]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s the name of the cat.</p>
<p>Seriously!</p>
<p>She&#8217;s the cat of one of our neighbours, but sometimes she comes over to pose and play.  Quite the model, huh?</p>
<p>She always looks grumpy to me, though&#8230;</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/06/29/stella-artois/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://xanderx.com/wp-content/uploads/2009/06/20090628-_3002814.jpg" length="454744" type="image/jpeg" />
	</item>
		<item>
		<title>Reset iTunes Dimensions to Fit Resolution</title>
		<link>http://xanderx.com/2009/06/25/reset-itunes-dimensions-to-fit-resolution/</link>
		<comments>http://xanderx.com/2009/06/25/reset-itunes-dimensions-to-fit-resolution/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 18:25:22 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=124</guid>
		<description><![CDATA[Here&#8217;s a handy little feature that I find useful.  If you ever play around with the size or location of the iTunes window and want to make it fit the screen better, simply follow the instructions: If you&#8217;re on Windows: hold Shift and either double-click the title bar or single-click the maximise button  (The title [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a handy little feature that I find useful.  If you ever play around with the size or location of the iTunes window and want to make it fit the screen better, simply follow the instructions:</p>
<dl>
<dt>If you&#8217;re on Windows:</dt>
<dd>hold Shift and either double-click the title bar or single-click the maximise button  (The title bar is the small bar at the top that says &#8220;iTunes&#8221; in the middle.)</dd>
<dt>If you&#8217;re on Mac OS:</dt>
<dd>hold Option and click the Zoom (+) button</dd>
</dl>
<p>This&#8217;ll reset the size and position to its default for your screen resolution.  Assuming you haven&#8217;t changed screen resolution since installing it, it&#8217;ll look just as it did when you first installed it — nearly filling the entire screen, but not quite.  It&#8217;s also a very useful shortcut if you ever change your screen resolution.</p>
<p>Doing the operation a second time will move the iTunes window back to where it was before you started reading this article and messing with it.  Simple!</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/06/25/reset-itunes-dimensions-to-fit-resolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phoenix Wright &#8212; Ace Attorney: Trials and Tribulations Soundtrack Download</title>
		<link>http://xanderx.com/2009/06/20/phoenix-wright-ace-attorney-trials-and-tribulations-soundtrack-download/</link>
		<comments>http://xanderx.com/2009/06/20/phoenix-wright-ace-attorney-trials-and-tribulations-soundtrack-download/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 13:58:28 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Download]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=113</guid>
		<description><![CDATA[That was a mouthful of a title. Over time I&#8217;ve played and thoroughly enjoyed the Ace Attorney series of games, from Phoenix Wright to Apollo Justice.  But for those of you familiar to the series, you&#8217;ll notice that this is the soundtrack for the third game in the series.  So why have I posted this [...]]]></description>
			<content:encoded><![CDATA[<p>That was a mouthful of a title.</p>
<p>Over time I&#8217;ve played and thoroughly enjoyed the Ace Attorney series of games, from Phoenix Wright to Apollo Justice.  But for those of you familiar to the series, you&#8217;ll notice that this is the soundtrack for the third game in the series.  So why have I posted this one?</p>
<p>You see, this soundtrack posting has a small story behind it.  A while back a perfectionist of a soundtrack ripper called <a href="http://forums.court-records.net/hazakurain-gs3/trials-and-tribulations-ost-complete-t4724.html">TheRedPriest</a> ripped the soundtrack and uploaded it to his website.  He gets wound up by pops and blips in tracks &#8212; I can relate to that&#8230;</p>
<p>Anyway, unfortunately like so many good things on the web, the website went offline!  Luckily, a member of the forum called <acronym title="Graphical User Interface">GUI</acronym> <a href="http://forums.court-records.net/hazakurain-gs3/trials-and-tribulations-ost-complete-t4724-40.html#p584612">uploaded the soundtrack</a> and all was good within the world.</p>
<p>Since I hate having just one mirror for things that have had so much time and effort put into them, and because I like the soundtrack so much, I decided to host the soundtrack for myself.</p>
<p>Just to make it clear: I did <em>not</em> rip this soundtrack or have any input in its ripping!  I am but a simple mirror, wanting to preserve the great work of a video game soundtrack ripper.</p>
<p>Hope that everyone enjoys this as much as I do.</p>
<p><a href="http://download.xanderx.com/music/Phoenix_Wright_Ace_Attorney_Trials_and_Tribulations.7z">Download the Phoenix Wright &#8212; Ace Attorney: Trials and Tribulations soundtrack.</a></p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/06/20/phoenix-wright-ace-attorney-trials-and-tribulations-soundtrack-download/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Boldly Growing</title>
		<link>http://xanderx.com/2009/06/18/boldly-growing/</link>
		<comments>http://xanderx.com/2009/06/18/boldly-growing/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 14:24:59 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=97</guid>
		<description><![CDATA[Here&#8217;s a rather funky photo I took at Mottisfont Abbey National Trust garden.  I love the shape of this flower &#8212; I don&#8217;t think I&#8217;d seen anything quite like it until that day.  Doesn&#8217;t it look like some kind of space-faring organism?  I&#8217;ve probably seen something that looks like it in Star Trek&#8230; It also seems [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a rather funky photo I took at <a href="http://www.nationaltrust.org.uk/main/w-mottisfont">Mottisfont Abbey National Trust</a> garden.  I love the shape of this flower &#8212; I don&#8217;t think I&#8217;d seen anything quite like it until that day.  Doesn&#8217;t it look like some kind of space-faring organism?  I&#8217;ve probably seen something that looks like it in Star Trek&#8230;</p>
<p>It also seems to remind me of an enemy from Metroid&#8230;  Although since I can&#8217;t remember the enemy or the real name of this plant, I&#8217;m just going to call it a <a href="http://images.google.co.uk/images?q=blooper+mario">Blooper</a> for now.</p>
<p><strong>Edit 2009-06-20:</strong> <em>Boldly Growing</em> is totally a better name.</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/06/18/boldly-growing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://xanderx.com/wp-content/uploads/2009/06/20090613-_3002279-2.jpg" length="437060" type="image/jpeg" />
	</item>
		<item>
		<title>Fix Windows Sidebar Gadget File Association in Vista</title>
		<link>http://xanderx.com/2009/06/17/fix-windows-sidebar-gadget-file-association-in-vista/</link>
		<comments>http://xanderx.com/2009/06/17/fix-windows-sidebar-gadget-file-association-in-vista/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 13:23:46 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Download]]></category>
		<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[file association]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=83</guid>
		<description><![CDATA[Have you ever somehow managed to break the Gadget file association in Windows Vista?  I have somehow, and that means that you can no longer install gadgets.  Double-clicking a .gadget file does nothing, and the Sidebar offers no option to install gadgets itself! If you try to re-associate the files with Windows Sidebar by telling [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever somehow managed to break the Gadget file association in Windows Vista?  I have <em>somehow</em>, and that means that you can no longer install gadgets.  Double-clicking a .gadget file does nothing, and the Sidebar offers no option to install gadgets itself!</p>
<p>If you try to re-associate the files with Windows Sidebar by telling to Open With&#8230; and navigating to the Sidebar executable, you&#8217;ll have found that that doesn&#8217;t help &#8212; all it does is bring the Sidebar to focus, but doesn&#8217;t install the gadget.</p>
<p>Fortunately, help is at hand: all you need to do is <strong>download the following archive </strong>and apply the registry entries by <strong>double-clicking the .reg file inside the archive</strong>, and saying <strong>Yes</strong> at the prompt.</p>
<p><a href="http://download.xanderx.com/software/windows/fix/repairGadgetFileAssociation.zip">Download Gadget Association registry entries.</a></p>
<p>All I did was export the corresponding keys from the registry on a Vista machine with a working Sidebar &#8212; nothing else!</p>
<p>Hope this helps others like it has me.</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/06/17/fix-windows-sidebar-gadget-file-association-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Superuser Permissions Hanging on Android</title>
		<link>http://xanderx.com/2009/06/14/fix-superuser-permissions-hanging-on-android/</link>
		<comments>http://xanderx.com/2009/06/14/fix-superuser-permissions-hanging-on-android/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 14:01:12 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[G1]]></category>
		<category><![CDATA[superuser]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=70</guid>
		<description><![CDATA[Superuser Permissions hanging?  Force closing?  It's cool (to fix).]]></description>
			<content:encoded><![CDATA[<p><strong>Update 2010-03-04:</strong> Added another potential solution courtesy of Blazt in the comments. Thanks!</p>
<p>So, you have a phone with root permissions?  Finding whenever a program requests root permissions the Superuser Permissions program hangs (usually with a black screen or even a force close) at the &#8220;<acronym title="Superuser">SU</acronym> request&#8221; screen?</p>
<p>Fortunately there are a couple of things you can try, which I&#8217;ll detail for you.</p>
<p>First, make sure <strong><acronym title="Universal Serial Bus">USB</acronym> Debugging</strong> is enabled.  To do that:</p>
<ol>
<li>Press the <strong>Home button</strong>.</li>
<li>Press the <strong>Menu button</strong>.</li>
<li>Select <strong>Settings &gt; Applications &gt; Development</strong>.</li>
<li>Make sure that <strong><acronym title="Universal Serial Bus">USB</acronym> Debugging</strong> is <strong>checked</strong>.  If not, check it.</li>
</ol>
<p>If that fixes your problem, you are done!  If not, then you can try <strong>clearing the Superuser Permissions data</strong>.  This is just any options you have set within the app and whether or not particular apps are always allowed or blocked — you won&#8217;t lose any of your other data, and it&#8217;s easy to allow/deny stuff again.</p>
<p>To clear the data:</p>
<ol>
<li>Press the <strong>Home button</strong>.</li>
<li>Press the <strong>Menu button</strong>.</li>
<li>Select <strong>Settings &gt; Applications &gt; Manage applications</strong>.</li>
<li>Find <strong>Superuser Permissions</strong> on the list.  Tap it.</li>
<li>Tap &#8220;<strong>Clear data&#8221;</strong> and &#8220;<strong>Clear cache</strong>&#8221; if they&#8217;re enabled.</li>
</ol>
<p>This should prevent any hangs with Superuser Permissions in the future.</p>
<p>This works on the HTC Dream (T-Mobile G1) with the 1.5 and 1.6 firmwares, and presumably other Android devices with the Superuser Permissions app.</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/06/14/fix-superuser-permissions-hanging-on-android/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Unlock Android Device Using PUK Code</title>
		<link>http://xanderx.com/2009/06/12/unlock-android-device-using-puk-code/</link>
		<comments>http://xanderx.com/2009/06/12/unlock-android-device-using-puk-code/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 11:48:01 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[G1]]></category>
		<category><![CDATA[PUK]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=58</guid>
		<description><![CDATA[Locked yourself out of your phone?  No problem.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever got your <acronym title="Personal Identification Number">PIN</acronym> code wrong too many times and got your SIM locked, you were probably as surprised as I was when Android gives you no option to unlock the phone! Fortunately there&#8217;s an answer.</p>
<p>To unlock your Android-based device go to the <strong>Emergency Call</strong> screen and enter in the following (replace the angled brackets with the appropriate info):</p>
<pre>**05*«PUK Code»*«Your new pin»*«Confirm your new pin»#</pre>
<p>So for example:</p>
<pre>**05*12345678*9090*9090#</pre>
<p>As a side effect this should work on any SIM-containing device at a screen where you can enter phone numbers, not just devices running the Android <acronym title="Operating System">OS</acronym>.  As of writing, Android-based devices are the HTC Dream (T-Mobile G1) and HTC Magic.</p>
<p>And make sure you keep your PUK code secret — anyone can override your <acronym title="Personal Identification Number">PIN</acronym> with their own using it!</p>
<p>Thanks to <a href="http://androidcommunity.com/forums/99706-post6.html">theWeir</a> for posting that solution.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">http://androidcommunity.com/forums/99706-post6.html</div>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/06/12/unlock-android-device-using-puk-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
