<?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"
	>

<channel>
	<title>Elton One</title>
	<atom:link href="http://eltonone.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://eltonone.com</link>
	<description>Watching The Inevitable Destruction Unfold</description>
	<pubDate>Fri, 18 Jul 2008 11:15:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Ubuntu Update Manager Log</title>
		<link>http://eltonone.com/2008/07/18/ubuntu-update-manager-log/</link>
		<comments>http://eltonone.com/2008/07/18/ubuntu-update-manager-log/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 11:15:59 +0000</pubDate>
		<dc:creator>eltonone</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://eltonone.com/?p=90</guid>
		<description><![CDATA[The location of the log file which shows you what you have updated with the Update Manager in Ubuntu is:
/var/log/apt/term.log
It was useful for me, it might be for you.
]]></description>
			<content:encoded><![CDATA[<p>The location of the log file which shows you what you have updated with the Update Manager in Ubuntu is:<br />
<code>/var/log/apt/term.log</code></p>
<p>It was useful for me, it might be for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://eltonone.com/2008/07/18/ubuntu-update-manager-log/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Solving Wireless Troubles With A Macbook Pro &#038; Ubuntu 8.04 (Hardy Heron)</title>
		<link>http://eltonone.com/2008/07/18/solving-wireless-troubles-with-a-macbook-pro-ubuntu-804-hardy-heron/</link>
		<comments>http://eltonone.com/2008/07/18/solving-wireless-troubles-with-a-macbook-pro-ubuntu-804-hardy-heron/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 11:11:20 +0000</pubDate>
		<dc:creator>eltonone</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[8.04]]></category>

		<category><![CDATA[macbook pro]]></category>

		<category><![CDATA[solution]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[wifi]]></category>

		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://eltonone.com/?p=89</guid>
		<description><![CDATA[When I was running Ubuntu 7.10 (Gutsy Gibon) the wireless card on my Macbook Pro was not recognised so I installed Madwifi to get it working.  When I upgraded to 8.04 (Hardy Heron) everything still worked fine (whether this was because Madwifi was still in use or because 8.04 has the right drivers for the [...]]]></description>
			<content:encoded><![CDATA[<p>When I was running Ubuntu 7.10 (Gutsy Gibon) the wireless card on my Macbook Pro was not recognised so I installed Madwifi to get it working.  When I upgraded to 8.04 (Hardy Heron) everything still worked fine (whether this was because Madwifi was still in use or because 8.04 has the right drivers for the wireless card I am unsure) but with the update which I installed on 11/07/2008 once I had restarted my computer my wireless card was no longer accessible.  Luckily I found this great tutorial from <a title="http://ubuntu-tutorials.com/2007/10/24/how-to-enable-wireless-networking-on-the-macbook-ubuntu-710/" href="http://ubuntu-tutorials.com/2007/10/24/how-to-enable-wireless-networking-on-the-macbook-ubuntu-710/">http://ubuntu-tutorials.com</a> a while ago which I mentioned while talking about <a title="http://eltonone.com/2008/02/23/linux-ubuntu-710-gutsy-gibbon-a-macbook-pro/" href="http://eltonone.com/2008/02/23/linux-ubuntu-710-gutsy-gibbon-a-macbook-pro/" target="_blank">setting up 7.10 on a Macbook Pro</a> and this solved the problem and got my wireless card working again.  The previous settings were saved which makes me think Madwifi has been fine all along until the 11/07/2008 Ubuntu update.  Looking in the Update Manager log file at /var/log/apt/term.log for there were a fair few updates and replacement but I don&#8217;t know what most of them are so I can&#8217;t specifically say what happened - anyone who might know and wants the look at the log file get in touch.<a title="http://ubuntu-tutorials.com/2007/10/24/how-to-enable-wireless-networking-on-the-macbook-ubuntu-710/" href="http://ubuntu-tutorials.com/2007/10/24/how-to-enable-wireless-networking-on-the-macbook-ubuntu-710/"><br />
</a></p>
<ol>
<li>sudo aptitude install build-essential</li>
<li>wget -c http://snapshots.madwifi.org/madwifi-trunk-current.tar.gz</li>
<li>tar -zxf madwifi-trunk-current.tar.gz</li>
<li>cd &#8216;to the folder madwifi was unzipped to&#8217;</li>
<li>make</li>
<li>sudo make install</li>
<li>sudo modprobe ath_pci</li>
<li>sudo modprobe wlan_scan_sta</li>
</ol>
<p>Run all that through terminal and you&#8217;re sorted.<br />
Thanks to Christer Edwards of <a title="http://ubuntu-tutorials.com/2007/10/24/how-to-enable-wireless-networking-on-the-macbook-ubuntu-710/" href="http://ubuntu-tutorials.com/2007/10/24/how-to-enable-wireless-networking-on-the-macbook-ubuntu-710/">http://ubuntu-tutorials.com</a> and <a title="http://madwifi.org/" href="http://madwifi.org/">Madwifi </a>for this.</p>
]]></content:encoded>
			<wfw:commentRss>http://eltonone.com/2008/07/18/solving-wireless-troubles-with-a-macbook-pro-ubuntu-804-hardy-heron/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why Does BASH Differ Across Different Platforms?</title>
		<link>http://eltonone.com/2008/07/10/why-does-bash-differ-across-different-platforms/</link>
		<comments>http://eltonone.com/2008/07/10/why-does-bash-differ-across-different-platforms/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 08:16:47 +0000</pubDate>
		<dc:creator>eltonone</dc:creator>
		
		<category><![CDATA[Scripts]]></category>

		<category><![CDATA[bash]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[osx]]></category>

		<category><![CDATA[question]]></category>

		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://eltonone.com/?p=88</guid>
		<description><![CDATA[Using the BASH shell in OS X I wanted to examine the EXIF data of my JPG files for a script I am writing.  Unfortunately, the exif command in BASH does not work, despite there being a man page for it.  I&#8217;m solving this problem by using ExifTool by Phil Harvey, but it [...]]]></description>
			<content:encoded><![CDATA[<p>Using the BASH shell in OS X I wanted to examine the EXIF data of my JPG files for a script I am writing.  Unfortunately, the <code>exif</code> command in BASH does not work, despite there being a man page for it.  I&#8217;m solving this problem by using <a title="http://www.sno.phy.queensu.ca/~phil/exiftool/" href="http://www.sno.phy.queensu.ca/~phil/exiftool/" target="_blank">ExifTool by Phil Harvey</a>, but it leaves me asking the question &#8220;Why does the BASH exif command work with Linux but not with OS X?&#8221; I had a similar problem using the <code>uniq</code> command that works fine with Linux but only partially with OS X:<br />
<code>uniq -w 32</code><br />
That is because in OS X there is no -w flag. Most of the scripts and examples I find to learn from are written in BASH with Linux and I&#8217;m having a really hard time understanding why BASH is not the same with OS X. It makes no sense.</p>
<p>Anyone?</p>
<p>UPDATE 10/07/08</p>
<p>In fact, you don&#8217;t get <code>exif</code> on Linux so what am I talking about (and there isn&#8217;t even a man page for it like on OS X).  Use exiv2 or exiftool.  Still confusing why it&#8217;s there in OS X though..</p>
]]></content:encoded>
			<wfw:commentRss>http://eltonone.com/2008/07/10/why-does-bash-differ-across-different-platforms/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quickly Rename Multiple Files Using BASH &#038; Regular Expressions And Rename Files Based On EXIF Information Using ExifTool</title>
		<link>http://eltonone.com/2008/07/09/quickly-rename-multiple-files-using-bash-regular-expressions-and-rename-files-based-on-exif-information-using-exiftool/</link>
		<comments>http://eltonone.com/2008/07/09/quickly-rename-multiple-files-using-bash-regular-expressions-and-rename-files-based-on-exif-information-using-exiftool/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 15:38:56 +0000</pubDate>
		<dc:creator>eltonone</dc:creator>
		
		<category><![CDATA[Scripts]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[bash]]></category>

		<category><![CDATA[rename]]></category>

		<category><![CDATA[script]]></category>

		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://eltonone.com/?p=86</guid>
		<description><![CDATA[I wanted to rename a number of JPG files in a directory and I wanted to use BASH as it is amazing powerful yet I don&#8217;t understand it as well as I want, so I took the time to find a method shown on numerous forums and sites and then understand what it is doing. [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to rename a number of JPG files in a directory and I wanted to use BASH as it is amazing powerful yet I don&#8217;t understand it as well as I want, so I took the time to find a method shown on numerous forums and sites and then understand what it is doing.  Here is the script, or line I used:</p>
<p><code><span style="color: #00ff00;">for f</span> <span style="color: #339966;">in</span> <span style="color: #008000;">`find . -name &#8216;*.JPG&#8217;` ;</span> <span style="color: #0000ff;">do mv $f ${f/DSC/ODSC};</span> <span style="color: #000080;">done</span></code></p>
<p>To break it down:</p>
<p><span style="color: #00ff00;"><code>for f </code></span></p>
<p>This starts a for loop with the variable f, also refered to as $f (the $ means variable)</p>
<p><span style="color: #339966;"><code>in</code></span></p>
<p>This sets the value of $f to be the output of:</p>
<p><span style="color: #008000;"><code>'find . -name '*.JPG'' ;<br />
</code></span></p>
<p>Which will find and return filenames which adhear to the expression *.JPG (* is used as a wildcard and means any number of any characters) so blah.JPG, DSC0001.JPG, owt.JPG and so on will all be returned.</p>
<p><code><span style="color: #0000ff;">do mv $f ${f/DSC/ODSC}; </span></code></p>
<p>Will rename the part of the filename inputted, in this case the variable <code><span style="color: #0000ff;">$f</span></code> (which is set to what ever <code><span style="color: #0000ff;">find </span></code>returned), to something else.  In this example it is replacing any instance of DSC with ODSC<span style="color: #0000ff;">.</span> By preceeding <code><span style="color: #0000ff;">mv</span></code> with the BSD general command <code><span style="color: #0000ff;">do</span></code>, <code><span style="color: #0000ff;">mv</span></code> can be executed from within the running shell process which is this script.</p>
<p><span style="color: #000080;"><code>done</code></span></p>
<p>This will end the for loop.</p>
<p>I have used various types of loops in PHP and a few other languages and in BASH the following is relevant and very useful to know when structuring a loop:</p>
<blockquote><p>SYNOPSIS<br />
for <span style="text-decoration: underline;">start</span> <span style="text-decoration: underline;">test</span> <span style="text-decoration: underline;">next</span> <span style="text-decoration: underline;">body</span></p>
<p>The for command first invokes the Tcl interpreter to execute start.  Then it repeatedly evaluates test as an expression; if the result is non-zero it invokes the Tcl interpreter on body, then invokes the Tcl interpreter on next, then repeats the  loop.  The command terminates when test evaluates to 0.</p>
<p>Entry for &#8216;For&#8217; from the BASH Manual</p></blockquote>
<p>As such, the script I have used can be split into these 4 components of start, test, next and body and indeed I find it easier to understand the process and what each stage of the loop does in this manner.</p>
<p>BASH IT UP..  Now I need to write a script which renames all JPG files in a folder to *0001 sequentially.  Or to extract date and time information, order the files oldest to newest and then rename the files in that new order sequentially.  That would be tops for sorting out photos from my phone back to date order and have no filename conflicts.</p>
<p>So here it is:</p>
<p><code>exiftool "-FileName&lt;CreateDate" -d "%Y%m%d_%H%M%S.%%e" /Volumes/Media/K800</code></p>
<p>And the output is in this format:  <code>20080121_185309.JPG</code></p>
<p>Using <a title="http://www.sno.phy.queensu.ca/~phil/exiftool/" href="http://www.sno.phy.queensu.ca/~phil/exiftool/" target="_blank">ExifTool by Phil Harvey</a> (you legend) which has very powerful date formatting abilities you can read the EXIF Creation Date field from a file and rename that file with that information, or in this case a formatted version of it.  Saves using <code>sed</code> which is great and works very well in a whole directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://eltonone.com/2008/07/09/quickly-rename-multiple-files-using-bash-regular-expressions-and-rename-files-based-on-exif-information-using-exiftool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Anton Chekhov Quote From Uncle Vanya</title>
		<link>http://eltonone.com/2008/07/02/anton-chekhov-quote-from-uncle-vanya/</link>
		<comments>http://eltonone.com/2008/07/02/anton-chekhov-quote-from-uncle-vanya/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 07:09:47 +0000</pubDate>
		<dc:creator>eltonone</dc:creator>
		
		<category><![CDATA[Quotes]]></category>

		<category><![CDATA[environment]]></category>

		<category><![CDATA[play]]></category>

		<category><![CDATA[russian]]></category>

		<guid isPermaLink="false">http://eltonone.com/?p=85</guid>
		<description><![CDATA[
Who but a stupid barbarian could burn so much beauty in his stove
and destroy that which he cannot make?
Man is endowed with reason and the power to create, so that he may
increase that which has been given him, but until now
he has not created, but demolished.
The forests are disappearing, the rivers are running dry,
the game [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img style="border: 0pt none; margin: 5px; vertical-align: middle;" src="http://invision-images.com/archive/latest%20stories/sochi/INV-GAL-008/preview" alt="http://invision-images.com/archive/latest%20stories/sochi/INV-GAL-008/preview" width="400" /></p>
<blockquote><p>Who but a stupid barbarian could burn so much beauty in his stove<br />
and destroy that which he cannot make?<br />
Man is endowed with reason and the power to create, so that he may<br />
increase that which has been given him, but until now<br />
he has not created, but demolished.<br />
The forests are disappearing, the rivers are running dry,<br />
the game is exterminated, the climate is spoiled,<br />
and the earth becomes poorer and uglier every day.</p></blockquote>
<p>An excerpt from the play <a title="http://en.wikipedia.org/wiki/Uncle_Vanya" href="http://en.wikipedia.org/wiki/Uncle_Vanya" target="_blank">Uncle Vanya</a> by <a title="http://en.wikipedia.org/wiki/Anton_Chekhov" href="http://en.wikipedia.org/wiki/Anton_Chekhov" target="_blank">Anton Pavlovich Chekhov</a> published in 1889.</p>
<p>[<a title="http://onlinebooks.library.upenn.edu/webbin/gutbook/lookup?num=1756" href="http://onlinebooks.library.upenn.edu/webbin/gutbook/lookup?num=1756" target="_blank">Taken from the Gutenberg Project translation from Russian to English by Marian Fell in 1913</a>].</p>
<p>This originally started as a post solely for this quote (as I think it is very evocative) but upon realising the quotes relevance not only to UK and worldwide stances on how people live on and with the earth, but specifically with the rate of deforestation in Anton Chekhov&#8217;s home country of Russian I feel I should expand.  Learn more here: <a title="http://www-pub.naz.edu:9000/~jwitten2/about2.htm" href="http://www-pub.naz.edu:9000/~jwitten2/about2.htm" target="_blank">http://www-pub.naz.edu:9000/~jwitten2/about2.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://eltonone.com/2008/07/02/anton-chekhov-quote-from-uncle-vanya/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Someone Please Give Me A Job</title>
		<link>http://eltonone.com/2008/06/30/someone-please-give-me-a-job/</link>
		<comments>http://eltonone.com/2008/06/30/someone-please-give-me-a-job/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 16:09:37 +0000</pubDate>
		<dc:creator>eltonone</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<category><![CDATA[frustration]]></category>

		<category><![CDATA[job]]></category>

		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://eltonone.com/?p=83</guid>
		<description><![CDATA[It is very rare that I find a job for which I can apply with the qualifications I have.  This is so very frustrating and demoralising.  Worse is that twice in the last year jobs I have applied for have been withdrawn after my application has been accepted, once after I attended an [...]]]></description>
			<content:encoded><![CDATA[<p>It is very rare that I find a job for which I can apply with the qualifications I have.  This is so very frustrating and demoralising.  Worse is that twice in the last year jobs I have applied for have been withdrawn after my application has been accepted, once after I attended an interview and got a call offering me the job.</p>
<p>Someone please give me a job and stop making my life a misery.  Please.</p>
<blockquote><p>Thank you for your application for the above post. However I regret to inform you, that due to unforeseen circumstances this post has been withdrawn.</p>
<p>Please accept my apologies for any inconvenience caused by this decision.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://eltonone.com/2008/06/30/someone-please-give-me-a-job/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Faversham - Leeds 140608</title>
		<link>http://eltonone.com/2008/06/16/the-faversham-leeds-140608/</link>
		<comments>http://eltonone.com/2008/06/16/the-faversham-leeds-140608/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 11:25:50 +0000</pubDate>
		<dc:creator>eltonone</dc:creator>
		
		<category><![CDATA[Gigs]]></category>

		<category><![CDATA[Photography]]></category>

		<category><![CDATA[Leeds]]></category>

		<category><![CDATA[music]]></category>

		<category><![CDATA[pulled apart by horses]]></category>

		<category><![CDATA[the faversham]]></category>

		<guid isPermaLink="false">http://eltonone.com/2008/06/27/the-faversham-leeds-140608/</guid>
		<description><![CDATA[
The_Faversham_Leeds_140608_08, originally uploaded by Elton One.

A few from the other weekend at The Fav with Dinosuar Pileup, The Old Romantic Killer Band, Pulled Apart By Horses &#38; Awesome Color.
Good night, good bands, not so good photos.
I enjoyed chillin with my bed family too the next day and eating free Nandos.  Spot on Lisa.
]]></description>
			<content:encoded><![CDATA[<div style="text-align: center; padding: 5px;"><a title="photo sharing" href="http://www.flickr.com/photos/eltonone/2615805308/"><img style="border: none;" src="http://farm4.static.flickr.com/3236/2615805308_738ea2132c.jpg" alt="" /></a></p>
<p><span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/eltonone/2615805308/">The_Faversham_Leeds_140608_08</a>, originally uploaded by <a href="http://www.flickr.com/people/eltonone/">Elton One</a>.</span></p>
</div>
<p>A few from the other weekend at The Fav with Dinosuar Pileup, The Old Romantic Killer Band, Pulled Apart By Horses &amp; Awesome Color.</p>
<p>Good night, good bands, not so good photos.</p>
<p>I enjoyed chillin with my bed family too the next day and eating free Nandos.  Spot on Lisa.</p>
]]></content:encoded>
			<wfw:commentRss>http://eltonone.com/2008/06/16/the-faversham-leeds-140608/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sleeping In Hyde Park Is Fun In The Sun</title>
		<link>http://eltonone.com/2008/06/13/tanyasbirthday_leeds_070608-115/</link>
		<comments>http://eltonone.com/2008/06/13/tanyasbirthday_leeds_070608-115/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 16:51:03 +0000</pubDate>
		<dc:creator>eltonone</dc:creator>
		
		<category><![CDATA[Photography]]></category>

		<category><![CDATA[hyde park]]></category>

		<category><![CDATA[Leeds]]></category>

		<guid isPermaLink="false">http://eltonone.com/2008/06/18/tanyasbirthday_leeds_070608-115/</guid>
		<description><![CDATA[
TanyasBirthday_Leeds_070608-115, originally uploaded by Elton One.
When you&#8217;ve had a hard weekend there&#8217;s nothing better..
]]></description>
			<content:encoded><![CDATA[<p style="padding: 5px; text-align: center"><a title="photo sharing" href="http://www.flickr.com/photos/eltonone/2565144072/"><img style="border: medium none " src="http://farm4.static.flickr.com/3157/2565144072_33d4d08ed9.jpg" alt="" /></a></p>
<p><span style="font-size: 0.8em; margin-top: 0px"><a href="http://www.flickr.com/photos/eltonone/2565144072/">TanyasBirthday_Leeds_070608-115</a>, originally uploaded by <a href="http://www.flickr.com/people/eltonone/">Elton One</a>.</span></p>
<p>When you&#8217;ve had a hard weekend there&#8217;s nothing better..</p>
]]></content:encoded>
			<wfw:commentRss>http://eltonone.com/2008/06/13/tanyasbirthday_leeds_070608-115/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I can&#8217;t go on like this</title>
		<link>http://eltonone.com/2008/06/11/i-cant-go-on-like-this/</link>
		<comments>http://eltonone.com/2008/06/11/i-cant-go-on-like-this/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 16:02:52 +0000</pubDate>
		<dc:creator>eltonone</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<category><![CDATA[death]]></category>

		<category><![CDATA[graffiti]]></category>

		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://eltonone.com/2008/06/17/i-cant-go-on-like-this/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<div style="padding:5px;background-color:#F7F3F7;border:1px solid #ccc;width:580px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="580" height="370" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://s3.amazonaws.com/graffitiswf/replay_external.swf?random_name=d577e6aa8e898360e914f6539fc872a1" /><embed type="application/x-shockwave-flash" width="580" height="370" src="http://s3.amazonaws.com/graffitiswf/replay_external.swf?random_name=d577e6aa8e898360e914f6539fc872a1"></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://eltonone.com/2008/06/11/i-cant-go-on-like-this/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Party Party Leeds</title>
		<link>http://eltonone.com/2008/06/09/party-party-leeds/</link>
		<comments>http://eltonone.com/2008/06/09/party-party-leeds/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 18:50:24 +0000</pubDate>
		<dc:creator>eltonone</dc:creator>
		
		<category><![CDATA[Gigs]]></category>

		<category><![CDATA[band]]></category>

		<category><![CDATA[grannys4skin]]></category>

		<category><![CDATA[Leeds]]></category>

		<category><![CDATA[Music &amp; Audio]]></category>

		<category><![CDATA[party]]></category>

		<category><![CDATA[pulled apart by horses]]></category>

		<guid isPermaLink="false">http://eltonone.com/2008/06/09/party-party-leeds/</guid>
		<description><![CDATA[Nautical Theme With Grannys4Skin and Pulled Apart By Horses playing.  It was ace.
Check out all the photographs here: http://eltonone.com/gallery/album/72157605523202955/Tanyas-Birthday&#8212;Leeds-070608.html







]]></description>
			<content:encoded><![CDATA[<p>Nautical Theme With Grannys4Skin and Pulled Apart By Horses playing.  It was ace.</p>
<p>Check out all the photographs here: <a title="http://eltonone.com/gallery/album/72157605523202955/Tanyas-Birthday---Leeds-070608.html" href="http://eltonone.com/gallery/album/72157605523202955/Tanyas-Birthday---Leeds-070608.html" target="_blank">http://eltonone.com/gallery/album/72157605523202955/Tanyas-Birthday&#8212;Leeds-070608.html</a></p>
<p style="text-align: center" align="center"><a class="tt-flickr" href="http://eltonone.com/gallery/photo/2565054650/TanyasBirthdayLeeds070608-51.html"><img src="http://farm4.static.flickr.com/3150/2565054650_6af31f4577_m.jpg" border="0" alt="TanyasBirthday_Leeds_070608-51" width="240" height="180" /></a><a class="tt-flickr" href="http://eltonone.com/gallery/photo/2565057802/TanyasBirthdayLeeds070608-53.html"><img src="http://farm4.static.flickr.com/3009/2565057802_586dac201e_m.jpg" border="0" alt="TanyasBirthday_Leeds_070608-53" width="240" height="180" /></a></p>
<p align="center">
<p style="text-align: center" align="center"><a class="tt-flickr" href="http://eltonone.com/gallery/photo/2565027522/TanyasBirthdayLeeds070608-26.html"><img src="http://farm4.static.flickr.com/3009/2565027522_e6157f88d4_m.jpg" border="0" alt="TanyasBirthday_Leeds_070608-26" width="180" height="240" /></a><a class="tt-flickr" href="http://eltonone.com/gallery/photo/2564268261/TanyasBirthdayLeeds070608-80.html"><img src="http://farm4.static.flickr.com/3256/2564268261_171782dcf8_m.jpg" border="0" alt="TanyasBirthday_Leeds_070608-80" width="180" height="240" /></a></p>
<p align="center">
<p align="center"><a class="tt-flickr" href="http://eltonone.com/gallery/photo/2565013914/TanyasBirthdayLeeds070608-15.html"><img src="http://farm4.static.flickr.com/3127/2565013914_0ab60612c4_m.jpg" border="0" alt="TanyasBirthday_Leeds_070608-15" width="240" height="180" /></a><a class="tt-flickr" href="http://eltonone.com/gallery/photo/2565010228/TanyasBirthdayLeeds070608-11.html"><img src="http://farm4.static.flickr.com/3127/2565010228_3694068658_m.jpg" border="0" alt="TanyasBirthday_Leeds_070608-11" width="240" height="180" /></a></p>
<p align="center">
<p style="text-align: center" align="center"><a class="tt-flickr" href="http://eltonone.com/gallery/photo/2565087222/TanyasBirthdayLeeds070608-76.html"><img src="http://farm4.static.flickr.com/3130/2565087222_7d6f5a62ca_m.jpg" border="0" alt="TanyasBirthday_Leeds_070608-76" width="240" height="180" /></a><a class="tt-flickr" href="http://eltonone.com/gallery/photo/2565144072/TanyasBirthdayLeeds070608-115.html"><img src="http://farm4.static.flickr.com/3157/2565144072_33d4d08ed9_m.jpg" border="0" alt="TanyasBirthday_Leeds_070608-115" width="240" height="180" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://eltonone.com/2008/06/09/party-party-leeds/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
