<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:dtvmedia="http://participatoryculture.org/RSSModules/dtv/1.0"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Steve's Blog</title>
	<atom:link href="http://s-swires.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://s-swires.org/blog</link>
	<description>The most original thing on the Internet</description>
	<pubDate>Wed, 13 Aug 2008 21:28:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
		<!-- podcast_generator="podPress/8.5" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>stephen.swires@gmail.com ()</managingEditor>
		<webMaster>stephen.swires@gmail.com</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Just another WordPress weblog</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>stephen.swires@gmail.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://s-swires.org/blog/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://s-swires.org/blog/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Steve's Blog</title>
			<link>http://s-swires.org/blog</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Idea for Garry&#8217;s Mod Mod Downloader</title>
		<link>http://s-swires.org/blog/2008/08/13/idea-for-garrys-mod-mod-downloader/</link>
		<comments>http://s-swires.org/blog/2008/08/13/idea-for-garrys-mod-mod-downloader/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 21:27:04 +0000</pubDate>
		<dc:creator>Stephen Swires</dc:creator>
		
		<category><![CDATA[Games]]></category>

		<category><![CDATA[Nerd Shit]]></category>

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

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

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

		<category><![CDATA[garry's mod]]></category>

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

		<category><![CDATA[half-life 2]]></category>

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

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

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

		<guid isPermaLink="false">http://s-swires.org/blog/?p=12</guid>
		<description><![CDATA[I&#8217;ve had a little idea, and if I could could code it could result in a nifty in-game mod downloading tool.
Looking at the Lua documentation the other day, I&#8217;ve noticed that there&#8217;s a shared function called GetAddonList. This being a shared function it can be called on the server and the client, which makes this [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a little idea, and if I could could code it could result in a nifty in-game mod downloading tool.</p>
<p>Looking at the Lua documentation the other day, I&#8217;ve noticed that there&#8217;s a shared function called GetAddonList. This being a shared function it can be called on the server and the client, which makes this all possible. The function will return a list of files in your addons directory.</p>
<p>The server could send a usermessage on connect containing a list of all the addons the server has running, and when the client receives the list it can compare it the addons that game has. If it finds an addon that the server has but the player doesn&#8217;t, it will lookup the addon in a database.</p>
<p>On retrieving information about such addons, a message would appear on the client&#8217;s screen warning them that they don&#8217;t have all the addons they don&#8217;t have installed. On click on this warning or whatever, it would open a VGUI page listing human-readable versions of the mod names as well as a button to install it.</p>
<p>This is where two modules will be required. A HTTP module to download a zip of the mod, as Gmod&#8217;s HTTP functions have a character limit, and a ZIP module to extract the downloaded content. Though if ZIP support becomes problematic I could always host certain mods unzipped in a directory and it could download each one individually.</p>
<p>Once all the mods the user chooses to download have been downloaded and extracted, it will ask them to restart Gmod for changes to take effect, and then hopefully when they restart the game they&#8217;ll have the mods they need, all done with little or no effort as compared to installing manually.</p>
]]></content:encoded>
			<wfw:commentRss>http://s-swires.org/blog/2008/08/13/idea-for-garrys-mod-mod-downloader/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Music from Zero Punctuation</title>
		<link>http://s-swires.org/blog/2008/04/17/music-from-zero-punctuation/</link>
		<comments>http://s-swires.org/blog/2008/04/17/music-from-zero-punctuation/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 16:42:58 +0000</pubDate>
		<dc:creator>Stephen Swires</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://s-swires.org/blog/2008/04/17/music-from-zero-punctuation/</guid>
		<description><![CDATA[<p>I'm sure most gamers on the Internet have heard of <a href="http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/">Zero Punctuation</a>, a weekly animated review of a game by British-born, Australian-Based writer and gamer Ben "Yahtzee" Croshaw. One of the things I've noticed about these reviews, except for being witty and funny as fuck, is the excellent music at the start and end of each review. So I decided to compile this list, mainly for my own reference.
</p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure most gamers on the Internet have heard of <a href="http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/">Zero Punctuation</a>, a weekly animated review of a game by British-born, Australian-Based writer and gamer Ben &#8220;Yahtzee&#8221; Croshaw. One of the things I&#8217;ve noticed about these reviews, except for being witty and funny as fuck, is the excellent music at the start and end of each review. So I decided to compile this list, mainly for my own reference.
</p>
<h4>Heavenly Sword Demo for PS3 – 15<sup>th</sup> August 2007<br />
</h4>
<ul>
<li><strong>Start:</strong> Norman Greenbaum – Spirit in the Sky
</li>
<li><strong>End:</strong> The Vapors – Turning Japanese
</li>
<li><strong>Link: </strong>http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/1350-Zero-Punctuation-Heavenly-Sword-and-Other-Stuff
</li>
</ul>
<h4>Psychonauts – 22<sup>nd</sup> August 2007<br />
</h4>
<ul>
<li><strong>Start: </strong>The Jimi Hendrix Experience – Purple Haze
</li>
<li><strong>End:</strong> R Kelly – I Believe I Can Fly
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/1368-Zero-Punctuation-Psychonauts
</li>
</ul>
<h4>Console Rundown – 29<sup>th</sup> August 2007<br />
</h4>
<ul>
<li><strong>Start: </strong>Edwin Star – War
</li>
<li><strong>End:</strong> The Village People – In The Navy
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/1383-Zero-Punctuation-Console-Rundown
</li>
</ul>
<h4>BioShock – 5<sup>th</sup> September 2007<br />
</h4>
<ul>
<li><strong>Start: </strong>The Beatles – Octopus&#8217;s Garden
</li>
<li><strong>End:</strong> The Scissor Sisters – I Can&#8217;t Decide
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/1394-Zero-Punctuation-BioShock
</li>
</ul>
<h4>Tomb Raider: Anniversary – 12<sup>th</sup> September 2007<br />
</h4>
<ul>
<li><strong>Start: </strong>The Jam – Going Underground
</li>
<li><strong>End:</strong> Queen – Fat Bottomed Girls
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/1490-Zero-Punctuation-Tomb-Raider-Anniversary
</li>
</ul>
<h4>ManHunt – 19<sup>th</sup> September 2007<br />
</h4>
<ul>
<li><strong>Start: </strong>Lesley Gore – Sunshine, Lollipops and Rainbows
</li>
<li><strong>End:</strong> Suede – Filmstar
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2048-Zero-Punctuation-Manhunt
</li>
</ul>
<h4>Peggle – 26<sup>th</sup> September 2007<br />
</h4>
<ul>
<li><strong>Start: </strong>The Four Seasons – Stay (Just A Little Bit Longer)
</li>
<li><strong>End:</strong> Lynyrd Skynyrd – Freebird
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2280-Zero-Punctuation-Peggle
</li>
</ul>
<h4>Halo 3 – 3<sup>rd</sup> October 2007<br />
</h4>
<ul>
<li><strong>Start: </strong>The Beatles – Hello Goodbye
</li>
<li><strong>End:</strong> Sarah Brightman – Starship Trooper
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2304-Zero-Punctuation-Halo-3
</li>
</ul>
<h4>Tabula Rasa Beta – 10<sup>th</sup> October 2007<br />
</h4>
<ul>
<li><strong>Start: </strong>R.E.M. - It&#8217;s The End Of The World As We Know It (And I Feel Fine)
</li>
<li><strong>End:</strong> The Levellers - Fantasy
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2326-Zero-Punctuation-Tabula-Rasa
</li>
</ul>
<h4>Half-Life 2: The Orange Box – 17<sup>th</sup> October 2007<br />
</h4>
<ul>
<li><strong>Start: </strong>The Small Faces – Itchycoo Park
</li>
<li><strong>End: </strong>Tenacious D – Tribute
</li>
<li><strong>Link: </strong>http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2541-Zero-Punctuation-The-Orange-Box
</li>
</ul>
<h4>Super Paper Mario – 24<sup>th</sup> October 2007<br />
</h4>
<ul>
<li><strong>Start: </strong>Il Canto Degli Italiani (credited as &#8220;some dead Italian guys&#8221;)
</li>
<li><strong>End:</strong> Anita Bryant – Paper Roses
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2563-Zero-Punctuation-Super-Paper-Mario
</li>
</ul>
<h4>Medal of Honor: Airborne – 31<sup>st</sup> October 2007<br />
</h4>
<ul>
<li><strong>Start:</strong> Gun &#8216;n&#8217; Roses – Civil War
</li>
<li><strong>End:</strong> Team America: World Police (Original Soundtrack) – America (Fuck Yeah)
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2582-Zero-Punctuation-MOH-Airborne
</li>
</ul>
<h4>Zelda Phantom Hourglass – 7<sup>th</sup> November 2007<br />
</h4>
<ul>
<li><strong>Start:</strong> Benny Goodman – Slow Boat To China
</li>
<li><strong>End:</strong> Aerosmith – Dude (Looks Like a Lady)
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2608-Zero-Punctuation-Zelda-Phantom-Hourglass
</li>
</ul>
<h4>Clive Barker&#8217;s Jericho – 14<sup>th</sup> November 2007<br />
</h4>
<ul>
<li><strong>Start: </strong>Bobby Pickett – Monster Mash
</li>
<li><strong>End:</strong> My Chemical Romance – Blood
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2633-Zero-Punctuation-Clive-Barker-s-Jericho
</li>
</ul>
<h4>F.E.A.R: Perseus Mandate – 28<sup>th</sup> November 2007<br />
</h4>
<ul>
<li><strong>Start: </strong>Ray Park Jr. – Ghostbusters Theme
</li>
<li><strong>End:</strong> Butterfingers – Yo Mama
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2675-Zero-Punctuation-F-E-A-R-Perseus-Mandate
</li>
</ul>
<h4>Assassin&#8217;s Creed – 5<sup>th</sup> December 2007<br />
</h4>
<ul>
<li><strong>Start: </strong>The Clash – I Fought The Law
</li>
<li><strong>End:</strong> Boots Randolph – Yakety Sax (Benny Hill theme)
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2694-Zero-Punctuation-Assassin-s-Creed
</li>
</ul>
<h4>Guitar Hero III – 12<sup>th</sup> December 2007<br />
</h4>
<ul>
<li><strong>Start:</strong> The Ramones – I Wanna Be Sedated
</li>
<li><strong>End:</strong> Eric Johnson – Cliffs of Dover
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2716-Zero-Punctuation-Guitar-Hero-III
</li>
</ul>
<h4>Mass Effect – 19<sup>th</sup> December 2007<br />
</h4>
<ul>
<li><strong>Start: </strong>Elvis Presley – A Little Less Conversation
</li>
<li><strong>End:</strong> Babylon Zoo – Spaceman
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2738-Zero-Punctuation-Mass-Effect
</li>
</ul>
<h4>Super Mario Galaxy – 2<sup>nd</sup> January 2008<br />
</h4>
<ul>
<li><strong>Start: </strong>Frank Sinatra – Fly Me to the Moon
</li>
<li><strong>End:</strong> Smash Mouth – Walkin&#8217; on the Sun
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2768-Zero-Punctuation-Super-Mario-Galaxy
</li>
</ul>
<h4>Silent Hill Origins – 9<sup>th</sup> January 2008<br />
</h4>
<ul>
<li><strong>Start: </strong>Bjork – It&#8217;s Oh So Quiet
</li>
<li><strong>End: </strong>Radiohead – Just
</li>
<li><strong>Link: </strong>http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2791-Zero-Punctuation-Silent-Hill-Origins
</li>
</ul>
<h4>Crysis – 16<sup>th</sup> January 2008<br />
</h4>
<ul>
<li><strong>Start:</strong> Weezer – Island in the Sun
</li>
<li><strong>End:</strong> Electric Six – Dance Commander
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2808-Zero-Punctuation-Crysis
</li>
</ul>
<h4>The Witcher – 23<sup>rd</sup> January 2008<br />
</h4>
<ul>
<li><strong>Start: </strong>The Offspring – Pretty Fly (For a White Guy)
</li>
<li><strong>End:</strong> Avenged Sevenfold – Beast and the Harlot
</li>
<li><strong>Link: </strong>http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2831-Zero-Punctuation-The-Witcher
</li>
</ul>
<h4>Resident Evil: Umbrella Chronicles – 30<sup>th</sup> January 2008<br />
</h4>
<ul>
<li><strong>Start:</strong> Dio – Shoot Shoot
</li>
<li><strong>End:</strong> Soul Asylum – Runaway Train
</li>
<li><strong>Link: </strong>http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2883-Zero-Punctuation-Resident-Evil-Umbrella-Chronicles
</li>
</ul>
<h4>Call of Duty 4: Modern Warfare – 6<sup>th</sup> February 2008<br />
</h4>
<ul>
<li><strong>Start: </strong>The White Stripes – Seven Nation Army
</li>
<li><strong>End:</strong> Rage Against the Machine – Killing in the Name of
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2901-Zero-Punctuation-Call-of-Duty-4
</li>
</ul>
<h4>Sim City Societies – 13<sup>th</sup> February 2008<br />
</h4>
<ul>
<li><strong>Start: </strong>Stevie Wonder – Living for the City
</li>
<li><strong>End:</strong> AC/DC – Highway to Hell
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2928-Zero-Punctuation-Sim-City-Societies
</li>
</ul>
<h4>Uncharted: Drakes Fortune – 27<sup>th</sup> February 2008<br />
</h4>
<ul>
<li><strong>Start: </strong>Spandau Ballet – Gold
</li>
<li><strong>End:</strong> Paul McCartney &amp; Stevie Wonder – Ebony &amp; Ivory
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2980-Zero-Punctuation-Uncharted-Drake-s-Fortune
</li>
</ul>
<h4>Devil May Cry 4 – 5<sup>th</sup> March 2008<br />
</h4>
<ul>
<li><strong>Start: </strong>The Rolling Stones – Sympathy for the Devil
</li>
<li><strong>End:</strong> Fatboy Slim – Weapon of Choice
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/3001-Zero-Punctuation-Devil-May-Cry-4
</li>
</ul>
<h4>Burnout Paradise – 12<sup>th</sup> March 2008<br />
</h4>
<ul>
<li><strong>Start: </strong>Dave Matthews Band – Crash Into me
</li>
<li><strong>End:</strong> The Devotchkas – Live Fast, Die Young
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/3016-Zero-Punctuation-Burnout-Paradise
</li>
</ul>
<h4>Turok (and FPS games in general) – 19<sup>th</sup> March 2008<br />
</h4>
<ul>
<li><strong>Start: </strong>John Williams - Jurassic Park Theme
</li>
<li><strong>End:</strong> Social Distortion – Through These Eyes
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/3040-Zero-Punctuation-Turok
</li>
</ul>
<h4>Zack &amp; Wiki – 26<sup>th</sup> March 2008<br />
</h4>
<ul>
<li><strong>Start: </strong>Tom Edmundson – Captain Pugwash Theme
</li>
<li><strong>End:</strong> The Rolling Stones – Beast of Burden
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/3059-Zero-Punctuation-Zack-Wiki
</li>
</ul>
<h4>Army of Two – 2<sup>nd</sup> April 2008<br />
</h4>
<ul>
<li><strong>Start: </strong>Rolf Harris – Two Little Boys
</li>
<li><strong>End:</strong> Queen – You&#8217;re My Best Friend
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/3083-Zero-Punctuation-Army-of-Two
</li>
</ul>
<h4>No More Heroes – 9<sup>th</sup> April 2008<br />
</h4>
<ul>
<li><strong>Start: </strong>The Stranglers – No More Heroes
</li>
<li><strong>End:</strong> Muse – Assassin
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/3554-Zero-Punctuation-No-More-Heroes
</li>
</ul>
<h4>Condemned 2: Bloodshot – 16<sup>th</sup> April 2008<br />
</h4>
<ul>
<li><strong>Start: </strong>The Specials – Ghost Town
</li>
<li><strong>End:</strong> Ian Dury &amp; The Blockheads – (Hit Me With Your) Rhythm Stick
</li>
<li><strong>Link:</strong> http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/4742-Zero-Punctuation-Condemned-2-Bloodshot
</li>
</ul>
<p>There we go, every single video and the songs. Goddamn that took longer than expected.</p>
]]></content:encoded>
			<wfw:commentRss>http://s-swires.org/blog/2008/04/17/music-from-zero-punctuation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Bit of the Unexpected</title>
		<link>http://s-swires.org/blog/2008/02/26/a-bit-of-the-unexpected/</link>
		<comments>http://s-swires.org/blog/2008/02/26/a-bit-of-the-unexpected/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 01:57:44 +0000</pubDate>
		<dc:creator>Stephen Swires</dc:creator>
		
		<category><![CDATA[Journalism]]></category>

		<category><![CDATA[Science/Nature]]></category>

		<category><![CDATA[earth tremor]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://s-swires.org/blog/2008/02/26/a-bit-of-the-unexpected/</guid>
		<description><![CDATA[I&#8217;m writing this at 2 in the morning to explain that a quake has hit the UK. Though I must say in my tired state that it did indeed scare the shit out of me.
The Beeb are reporting that the tremor could be felt over 6 counties and measured 4.7 on the richter scale. To [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m writing this at 2 in the morning to explain that a quake has hit the UK. Though I must say in my tired state that it did indeed scare the shit out of me.</p>
<p>The <a href="http://news.bbc.co.uk/1/hi/england/7266136.stm" target="_blank">Beeb</a> are reporting that the tremor could be felt over 6 counties and measured 4.7 on the richter scale. To an American, that wouldn&#8217;t be exciting as their average earthquake devastates everything in a 300 mile radius, but for us this is big news since this is the biggest quake of its kind in over a decade, though there was a quake measuring 5.0 on the richter scale 6 years ago.</p>
<p>From what I experienced, I first thought it was wind as the wind is 20-30mph outside according to Yahoo Weather, but then everything in the house started shaking. That part scared me a little, but it lasted 10 seconds max. That in Britain is a big fuckin&#8217; quake. Then everyone started messaging me asking if I felt it or not. The answer was most definitely yes.</p>
<p><b>Edit:</b><br />
So after posting this blog, the BBC News article has been updated multiple times with updates and peoples&#8217; opinions. They now believe the magnitude of the earthquake is 5.1, which is a lot stronger than originally thought, and that it originated near Grimsby.  I&#8217;ll just have to find out if any damage has been caused in the morning. No doubt, Look North will quite obviously milk this story as people actually were able to feel it in Yorkshire.</p>
]]></content:encoded>
			<wfw:commentRss>http://s-swires.org/blog/2008/02/26/a-bit-of-the-unexpected/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Starting This Blogging Thing Again&#8230;</title>
		<link>http://s-swires.org/blog/2008/02/20/starting-this-blogging-thing-again/</link>
		<comments>http://s-swires.org/blog/2008/02/20/starting-this-blogging-thing-again/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 13:46:16 +0000</pubDate>
		<dc:creator>Stephen Swires</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

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

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

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

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

		<category><![CDATA[web 2.0]]></category>

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

		<guid isPermaLink="false">http://s-swires.org/blog/2008/02/20/starting-this-blogging-thing-again/</guid>
		<description><![CDATA[For some reason I just seem to hate most Wordpress themes. Most of them just are ugly or don&#8217;t appeal to me at all, and to say Wordpress is probably the most popular blogging system out there it comes out as quite a surprise.
Back when I was on my old host I previously mentioned that [...]]]></description>
			<content:encoded><![CDATA[<p>For some reason I just seem to hate most Wordpress themes. Most of them just are ugly or don&#8217;t appeal to me at all, and to say Wordpress is probably the most popular blogging system out there it comes out as quite a surprise.</p>
<p>Back when I was on my old host I previously mentioned that most themes I saw sucked arse and some guy searching on Google asked me out of the thousand themes I saw, I couldn&#8217;t find a decent one; the answer to that would be yes. It took me through 20-something pages to get to the current theme I&#8217;m using which is just completely stupid.</p>
<p>So now I have a theme I&#8217;m actually quite happy with, I can write columns and stuff without having to wash out my eyes with bleach.  Expect some needless rant soon, if anyone actually cares about what I have to say since this web 2.0 bollocks is being used by every idiot to distribute their own idiotic opinions.</p>
]]></content:encoded>
			<wfw:commentRss>http://s-swires.org/blog/2008/02/20/starting-this-blogging-thing-again/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
