<?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>Andy Smith</title>
	<atom:link href="http://andysmith.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://andysmith.co.uk/blog</link>
	<description>Stuff I can&#039;t keep under 140 characters.</description>
	<lastBuildDate>Fri, 10 Jun 2011 06:54:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>3DS Browser opens up homebrew</title>
		<link>http://andysmith.co.uk/blog/2011/06/10/3ds-browser-opens-up-homebrew/</link>
		<comments>http://andysmith.co.uk/blog/2011/06/10/3ds-browser-opens-up-homebrew/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 06:54:21 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[3DS]]></category>
		<category><![CDATA[hacks]]></category>

		<guid isPermaLink="false">http://andysmith.co.uk/blog/?p=25</guid>
		<description><![CDATA[Nintendo launched the 3DS browser earlier this week, and having had a play with it made a nice little discovery. Although limited, I believe it opens up *just* enough functionality to allow homebrew apps &#038; basic games to be conjured up with JavaScript. To demo it, I&#8217;ve thrown together a basic demo which you can [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandysmith.co.uk%2Fblog%2F2011%2F06%2F10%2F3ds-browser-opens-up-homebrew%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandysmith.co.uk%2Fblog%2F2011%2F06%2F10%2F3ds-browser-opens-up-homebrew%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Nintendo launched the 3DS browser earlier this week, and having had a play with it made a nice little discovery.</p>
<p>Although limited, I believe it opens up *just* enough functionality to allow homebrew apps &#038; basic games to be conjured up with JavaScript.</p>
<p><iframe width="450" height="349" src="http://www.youtube.com/embed/yOdBgTShd3k" frameborder="0" allowfullscreen></iframe></p>
<p>To demo it, I&#8217;ve thrown together a basic demo which you can find at <a href="http://3ds.andysmith.co.uk/jFox.html" target="_blank">http://3ds.andysmith.co.uk/jFox.html</a> &#8211; it&#8217;s not much to look at or do, but hopefully gives you a little hands-on &#038; some basic souce code to pull apart. Thanks to &#8216;zigcee&#8217; for the <a href="http://s604.photobucket.com/albums/tt123/zigcee/sprites%20sheet/?action=view&#038;current=arwing-1.gif&#038;mediafilter=images" target="_blank">arwing sprite</a>. Just move around with the d-pad, and hit [a] to shoot. I&#8217;ve kept jQuery out of it and made the source all pretty explicit so you can grab what you need.</p>
<p>Based on NetFront, the ported browser maps the [left], [up], [right] and [down] keys to ascii codes 37, 38, 39 &#038; 40 respectively, and maps the [a] button to code 13 &#8211; the equivalent of [return] on a normal keyboard.</p>
<p>By using these and cancelling the event (for safety) we can control our JavaScript game. I reckon a d-pad is enough. After all, if you map [up] to &#8216;jump&#8217; you&#8217;ve got everything you need for a basic Mario clone.</p>
<p>Quick tests also show some basic HTML5 canvas support which will be fun if it turns out to be useful.</p>
<p>The next step is obviously to test out how it handles touch events (if at all) and see if we can get around the one-screen restriction (easy to draw on the top screen, just need to prevent the default scroll action on [up] and [down]).</p>
<p>So go, play, invent! Let me know if you find anything else interesting and I&#8217;ll post it up here.</p>
]]></content:encoded>
			<wfw:commentRss>http://andysmith.co.uk/blog/2011/06/10/3ds-browser-opens-up-homebrew/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Spotify Instant &#8211; Turbo!</title>
		<link>http://andysmith.co.uk/blog/2010/09/21/spotify-instant-turbo/</link>
		<comments>http://andysmith.co.uk/blog/2010/09/21/spotify-instant-turbo/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 07:37:51 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andysmith.co.uk/blog/?p=20</guid>
		<description><![CDATA[My quick Spotify Instant hack last week got quite a bit of attention, so I thought I&#8217;d revisit it. When I was writing it, I kept having ideas as to how I could speed it up. Well, I explored one of those, and with the help of my good friend Adam Hepton completely rewrote it [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandysmith.co.uk%2Fblog%2F2010%2F09%2F21%2Fspotify-instant-turbo%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandysmith.co.uk%2Fblog%2F2010%2F09%2F21%2Fspotify-instant-turbo%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>My quick <a href="http://andysmith.co.uk/blog/2010/09/14/spotify-instant/">Spotify Instant hack</a> last week got quite a bit of attention, so I thought I&#8217;d revisit it.<a href="http://andysmith.co.uk/spotifyinstant"><img class="alignright size-medium wp-image-22" title="Spotify Instant Turbo" src="http://andysmith.co.uk/blog/wp-content/uploads/2010/09/Spotify-Instant_Turbo1-300x161.png" alt="" width="300" height="161" /></a></p>
<p>When I was writing it, I kept having ideas as to how I could speed it up. Well, I explored one of those, and with the help of my good friend <a href="http://twitter.com/adamhepton">Adam Hepton</a> completely rewrote it and the results even impressed us! (I would benchmark, but in the process I overwrote the old one with the new one.)</p>
<p>As a bonus, the time and popularity have also been properly formatted, and it now works better across a variety of browsers. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://andysmith.co.uk/blog/2010/09/21/spotify-instant-turbo/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Spotify Instant</title>
		<link>http://andysmith.co.uk/blog/2010/09/14/spotify-instant/</link>
		<comments>http://andysmith.co.uk/blog/2010/09/14/spotify-instant/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 09:12:39 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[hacks]]></category>
		<category><![CDATA[Spotify]]></category>

		<guid isPermaLink="false">http://andysmith.co.uk/blog/?p=17</guid>
		<description><![CDATA[Ever since Google launched &#8216;Google Instant&#8217;, people are all over this search-as-you-type style of doing things. So I thought, can I make something similar with some javascript and the Spotify search APIs? So I did: Spotify Instant The idea actually became to have a keyboard-only search mechanism where you can type, tab, then hit return [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandysmith.co.uk%2Fblog%2F2010%2F09%2F14%2Fspotify-instant%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandysmith.co.uk%2Fblog%2F2010%2F09%2F14%2Fspotify-instant%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://andysmith.co.uk/spotifyinstant"><img class="size-medium wp-image-18 alignright" title="Spotify Instant" src="http://andysmith.co.uk/blog/wp-content/uploads/2010/09/Spotify-Instant_1284455557445-300x161.png" alt="Spotify Instant" width="300" height="161" /></a>Ever since Google launched &#8216;Google Instant&#8217;, people are all over this search-as-you-type style of doing things.</p>
<p>So I thought, can I make something similar with some javascript and the Spotify search APIs? So I did: <a href="http://andysmith.co.uk/spotifyinstant">Spotify Instant</a></p>
<p>The idea actually became to have a keyboard-only search mechanism where you can type, tab, then hit return to launch the track in Spotify.</p>
<p>Obviously it&#8217;s never going to be as fast as something Google have built, plus it has to back off a bit to prevent going over Spotify&#8217;s 10-requests-per-second limit, but for the most part it works fairly nicely.</p>
<p>Since writing it last night I&#8217;ve had a few thoughts how it could be made faster and more useful, but I thought I&#8217;d throw it out there for you to play with in the mean time. Forgive the lack of Popularity/song length formatting <img src='http://andysmith.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://andysmith.co.uk/blog/2010/09/14/spotify-instant/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free-up stuck email in Android&#8217;s Gmail App</title>
		<link>http://andysmith.co.uk/blog/2010/08/26/free-up-stuck-email-in-androids-gmail-app/</link>
		<comments>http://andysmith.co.uk/blog/2010/08/26/free-up-stuck-email-in-androids-gmail-app/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 18:07:20 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://andysmith.co.uk/blog/?p=15</guid>
		<description><![CDATA[Since getting my HTC Magic with the Google Android Gmail app, I am far more connected to my email than ever before. Sometimes when replying to a message while on the move, the message gets stuck at the &#8220;Sending&#8230;&#8221; stage. What&#8217;s worse is there&#8217;s no way to cancel, or even read the full contents of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandysmith.co.uk%2Fblog%2F2010%2F08%2F26%2Ffree-up-stuck-email-in-androids-gmail-app%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandysmith.co.uk%2Fblog%2F2010%2F08%2F26%2Ffree-up-stuck-email-in-androids-gmail-app%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Since getting my HTC Magic with the Google Android Gmail app, I am far more connected to my email than ever before.</p>
<p>Sometimes when replying to a message while on the move, the message gets stuck at the &#8220;Sending&#8230;&#8221; stage. What&#8217;s worse is there&#8217;s no way to cancel, or even read the full contents of what you wrote. Thankfully, there&#8217;s a little fiddle you can perform to unstick the message.</p>
<ul>
<li>Open the message thread, and click the original message you had replied to until you get the &#8216;Reply&#8217; button.</li>
<li>Press &#8216;Reply&#8217;, then save your empty reply as a draft.</li>
<li>Go into your Drafts folder, and open the thread. You will be given the editor with your original &#8216;stuck&#8217; reply text in it. (At this point you could copy the text to the clipboard if you want to be safe).</li>
<li>Press &#8216;Send&#8217;.</li>
<li>On sync (manual or automatic), the original reply will send!</li>
<li>Go back into the thread and &#8216;Discard&#8217; your empty draft between the original email &amp; your (now sent) reply</li>
</ul>
<p>I performed the last step on a desktop via the web interface, as the Android app is not always clear whether you&#8217;re deleting a single message or a whole thread. Still, if you do that by accident just go and fetch it from &#8216;Trash&#8217;.</p>
<p>I believe main cause of these &#8216;stuck&#8217; messages is attempting to send when your mobile data connection is patchy. If you&#8217;re going to write a few emails where signal isn&#8217;t great I recommend turning off Gmail sync, writing/&#8221;sending&#8221; them, then manually syncing when signal is good.</p>
]]></content:encoded>
			<wfw:commentRss>http://andysmith.co.uk/blog/2010/08/26/free-up-stuck-email-in-androids-gmail-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which Spotify Do I Need?</title>
		<link>http://andysmith.co.uk/blog/2010/05/18/which-spotify-do-i-need/</link>
		<comments>http://andysmith.co.uk/blog/2010/05/18/which-spotify-do-i-need/#comments</comments>
		<pubDate>Tue, 18 May 2010 10:05:00 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Spotify]]></category>

		<guid isPermaLink="false">http://andysmith.co.uk/blog/?p=12</guid>
		<description><![CDATA[This morning Spotify launched another couple of subscription variations which means there are now four ways to sign up &#8211; two free, and two paid. Firstly &#8211; if you are already a member, this does NOT change your current subscription. If you were on the free version, you&#8217;re still on that &#38; you still get [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandysmith.co.uk%2Fblog%2F2010%2F05%2F18%2Fwhich-spotify-do-i-need%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandysmith.co.uk%2Fblog%2F2010%2F05%2F18%2Fwhich-spotify-do-i-need%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This morning <a href="http://www.spotify.com/uk/get-spotify/overview/" target="_blank">Spotify launched another couple of subscription variations</a> which means there are now four ways to sign up &#8211; two free, and two paid.</p>
<p>Firstly &#8211; if you are already a member, <strong>this does NOT change your current subscription.</strong> If you were on the free version, you&#8217;re still on that &amp; you still get unlimited, ad-supported listening. If you were on Premium, you&#8217;re still on Premium.</p>
<p>But which version is right for you? Well, everyone loves a good, quick flow-chart (click for full-size):</p>
<p><a href="http://andysmith.co.uk/blog/wp-content/uploads/2010/05/WhichSpotify.png"><img class="alignnone size-large wp-image-13" title="Which Spotify Do I Need?" src="http://andysmith.co.uk/blog/wp-content/uploads/2010/05/WhichSpotify-859x1024.png" alt="Which Spotify Do I Need?" width="395" height="469" /></a></p>
<p>You should also be aware that not all mobile devices are treated equally. The Pansentient League has a great <a href="http://pansentient.com/2010/05/spotify-mobile-feature-comparison/" target="_blank">phone/features comparison chart</a>.</p>
<p><a href="../wp-content/uploads/2010/05/WhichSpotify.png"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andysmith.co.uk/blog/2010/05/18/which-spotify-do-i-need/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updated Spotify client makes me touch myself!</title>
		<link>http://andysmith.co.uk/blog/2010/04/27/updated-spotify-client-makes-me-touch-myself/</link>
		<comments>http://andysmith.co.uk/blog/2010/04/27/updated-spotify-client-makes-me-touch-myself/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 14:04:21 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andysmith.co.uk/blog/?p=8</guid>
		<description><![CDATA[Today Spotify updated their client introducing a slew of new features, including profiles and Facebook integration. There are already plenty of other posts about the new features popping up, so I&#8217;ll leave the roundup to the pros. Instead I just wanted to highlight one new feature that quite literally makes me touch myself &#8211; the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandysmith.co.uk%2Fblog%2F2010%2F04%2F27%2Fupdated-spotify-client-makes-me-touch-myself%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandysmith.co.uk%2Fblog%2F2010%2F04%2F27%2Fupdated-spotify-client-makes-me-touch-myself%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Today <a href="https://www.spotify.com/uk/blog/archives/2010/04/27/the-next-generation/" target="_blank">Spotify updated their client</a> introducing a slew of new features, including profiles and Facebook integration. There are already <a href="http://www.techradar.com/news/software/applications/9-things-you-need-to-know-about-the-next-gen-spotify-685860" target="_blank">plenty of</a> <a href="http://www.pocket-lint.com/news/32777/5-top-tips-for-social-spotify">other posts</a> about the new features popping up, so I&#8217;ll leave the roundup to the pros.</p>
<p>Instead I just wanted to highlight one new feature that quite literally makes me touch myself &#8211; the import of Facebook profile pictures for use in your Spotify profile.</p>
<p>My current Facebook pic is a wonderful little doodling by my friend Aisling:</p>
<p><a href="http://andysmith.co.uk/blog/wp-content/uploads/2010/04/Venkmanize_small.gif"><img class="alignnone size-medium wp-image-9" title="Venkmanize_small" src="http://andysmith.co.uk/blog/wp-content/uploads/2010/04/Venkmanize_small-142x300.gif" alt="Me as a ghostbuster" width="142" height="300" /></a></p>
<p>Which, when automatically cropped by Spotify, has the the unfortunate appearance of, well&#8230;</p>
<div class="mceTemp">
<dl id="attachment_10" class="wp-caption alignnone" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://andysmith.co.uk/blog/wp-content/uploads/2010/04/venkmanhandling.gif"><img class="size-medium wp-image-10" title="venkmanhandling" src="http://andysmith.co.uk/blog/wp-content/uploads/2010/04/venkmanhandling-300x142.gif" alt="" width="300" height="142" /></a></dt>
</dl>
</div>
<p>Although I&#8217;m sure Spotify is pleased to see their users so excited, I wouldn&#8217;t mind a way to perhaps PG-up my profile pic a little bit? Thanks.</p>
<p>If this kind of filth doesn&#8217;t offend you, please feel free to <a href="http://open.spotify.com/user/andysmith">become my Spotify friend</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andysmith.co.uk/blog/2010/04/27/updated-spotify-client-makes-me-touch-myself/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Official Spotify Updates &#8211; JSON version</title>
		<link>http://andysmith.co.uk/blog/2010/03/11/official-spotify-updates-json-version/</link>
		<comments>http://andysmith.co.uk/blog/2010/03/11/official-spotify-updates-json-version/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 18:37:44 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Spotify]]></category>

		<guid isPermaLink="false">http://andysmith.co.uk/blog/?p=5</guid>
		<description><![CDATA[For months now Spotify have stopped doing the Google Spreadsheets to let people know what has recently been added to the service. What&#8217;s worse, it caused a lot of problems for fan-made services like spotify.fm and &#8211; until I worked around it &#8211; Spotibot. This has upset a lot of people. Well, a couple of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandysmith.co.uk%2Fblog%2F2010%2F03%2F11%2Fofficial-spotify-updates-json-version%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandysmith.co.uk%2Fblog%2F2010%2F03%2F11%2Fofficial-spotify-updates-json-version%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>For months now <a href="http://spotify.com">Spotify</a> have stopped doing the Google Spreadsheets to let people know what has recently been added to the service. What&#8217;s worse, it caused a lot of problems for fan-made services like <a href="http://www.spotifyfm.net/" target="_blank">spotify.fm</a> and &#8211; until I worked around it &#8211; <a href="http://spotibot.com" target="_blank">Spotibot</a>. This has <a href="http://getsatisfaction.com/spotify/topics/lack_of_new_release_notification_google_spreadsheets" target="_blank">upset a lot of people</a>.</p>
<p>Well, a couple of days ago Spotify developer <a href="http://twitter.com/rsms" target="_blank">Rasmus</a> produced a site &#8220;<a href="http://hunch.se/spotify/new-releases/" target="_blank">Latest Releases on Spotify</a>&#8221; which takes a good guess of what&#8217;s new based on <a href="http://developer.spotify.com/en/metadata-api/overview/" target="_blank">Spotify&#8217;s metadata API</a>. I assumed it was a hack, but the <a href="http://www.spotify.com/uk/blog/archives/2010/03/11/more-than-300000-new-tracks-addeds/" target="_blank">latest blog post</a> suggests it&#8217;s now the official solution.</p>
<p>Like a top fella he open-sourced his script, so in the hopes of helping to re-ignite the third-party developer scene I&#8217;ve made some minor changes to output the exact same list in JSON format. Get the feed here:</p>
<p style="padding-left: 30px;"><a href="http://spotify.andysmith.co.uk/updates/latest_v1.json" target="_blank">http://spotify.andysmith.co.uk/updates/latest_v1.json</a></p>
<p>If you&#8217;re unfamiliar with JSON it&#8217;s pretty straightforward. If you&#8217;re a PHP developer just read that URL into a string using <a href="http://php.net/manual/en/function.file-get-contents.php" target="_blank">file_get_contents()</a> then run <a href="http://uk3.php.net/manual/en/function.json-decode.php" target="_blank">json_decode()</a> on it.</p>
<p>Although I&#8217;ve produced the service, I&#8217;ve yet to consume it. Please let me know if there are problems or improvements I can make. Note the version number &#8211; if I make a big change I will update that number but keep the old ones running. That way any apps you make will still work.</p>
<p>Drop me a comment below if you find a use for it!</p>
]]></content:encoded>
			<wfw:commentRss>http://andysmith.co.uk/blog/2010/03/11/official-spotify-updates-json-version/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Why not *not* use WordPress?</title>
		<link>http://andysmith.co.uk/blog/2010/03/10/why-not-not-use-wordpress/</link>
		<comments>http://andysmith.co.uk/blog/2010/03/10/why-not-not-use-wordpress/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 20:01:14 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andysmith.co.uk/blog/?p=3</guid>
		<description><![CDATA[Let&#8217;s face it, my old blog didn&#8217;t take off. You probably never saw it. Those who did may remember my second entry, entitled &#8220;Why not use WordPress?&#8221; (posted 2nd November 2008). Here&#8217;s a snippet: I&#8217;m a web developer. I do this not only as a profession but also as an interest. As such I invent. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandysmith.co.uk%2Fblog%2F2010%2F03%2F10%2Fwhy-not-not-use-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandysmith.co.uk%2Fblog%2F2010%2F03%2F10%2Fwhy-not-not-use-wordpress%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Let&#8217;s face it, my old blog didn&#8217;t take off. You probably never saw it.</p>
<p>Those who did may remember my second entry, entitled &#8220;Why not use WordPress?&#8221; (posted 2nd November 2008). Here&#8217;s a snippet:</p>
<blockquote><p>I&#8217;m a web developer. I do this not only as a profession but also as an interest. As such I invent. In a weekend I could throw together something pretty spiffy using a php templating engine and a javascript framework, but I&#8217;d far rather get my hands dirty and see what happens when left to my own devices.</p></blockquote>
<p>So what did happen? I blogged pretty regularly for the first 2 months, then faltered, then stopped. In that time, I made one experimental and two practical alterations to my underlying blog code. None of those did anything useful like index it or make updating any more elegant than writing a post in notepad and uploading the .txt file.</p>
<p>My main conclusion from this was simple: I&#8217;m just not interested in creating a blogging system. They exist and &#8211; looking around my screen as I type this &#8211; are pretty damn good. They do everything I need. I might be able to do it better, but I&#8217;m just not that kind of developer.</p>
<p>Sure, if I put my mind to it I could read dozens of books on practical design patterns and reinvent the best goddamn extensible blogging framework the world has ever seen. I don&#8217;t doubt that <a href="http://tomnomnom.com" target="_blank">some people are probably doing that as we speak</a>. But that in itself just doesn&#8217;t float my boat. I read those same books and reference those same blog posts, but my underlying architecture is just that much more satisfying if I&#8217;m using it to power something I can&#8217;t find anywhere else. That is exactly the reason I &#8211; when asked &#8211; call myself a &#8220;Creative Developer&#8221;.</p>
<p>So while I understand those who wish to <a href="http://www.youtube.com/watch?v=8uifD7XOob4" target="_self">build better mousetraps</a>, I simply find I&#8217;d much rather hunt dragons.</p>
<p>The bottom line: Today I find myself installing WordPress. I had totally forgotten this was the original recommendation, and it only took me 16 months to come to myself. Thanks, <a href="http://www.mattcharlton.co.uk/" target="_blank">Matt</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://andysmith.co.uk/blog/2010/03/10/why-not-not-use-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

