<?xml version="1.0" encoding="iso-8859-1"?> <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">

<channel>
<title>Alden Bates&apos; Weblog</title>
<link>http://www.aldenbates.com/</link>
<description>Feigning normality since 1973</description>
<dc:creator></dc:creator>
<dc:language>en-nz</dc:language>
<dc:rights>Copyright 2010</dc:rights>
<dc:date>2010-02-21T14:53:48+11:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=5.01" />
<admin:errorReportsTo rdf:resource="mailto:aldenbates@gmail.com"/>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
<image>
 <title>abates</title>
 <url>http://www.aldenbates.com/sh/icon3.jpg</url>
 <width>100</width>
 <height>50</height>
 <link>http://www.aldenbates.com/</link>
</image>


<item>
<title>Paged Archives 1.4</title>
<link>http://www.aldenbates.com/archives/2010/02/21/paged_archives_14.html</link>
<description> I was totally not going to upgrade to Movable Type 5.1, but then I was emailed by German user Elisa Stulpe, who said that my Paged Archives plugin wasn&apos;t working in the new version of MT. So. Long story...</description>
<guid isPermaLink="false">667@http://www.aldenbates.com/</guid>
<content:encoded><![CDATA[<div style="float: right; margin-left: 1em; margin-bottom: 1em; border: 1px solid black; padding: 4px"><img src="/plugins/g/pabig.gif" width="75" height="75" alt="[Paged Archives Logo]" /></div>
I was totally not going to upgrade to Movable Type 5.1, but then I was emailed by German user Elisa Stulpe, who said that my Paged Archives plugin wasn't working in the new version of MT.

<p>So.  Long story short, I've just released a new version of the plugin, which you can download on the <a href="/plugins/pagedarchives.html">Paged Archives page</a>.  The new version <i>only</i> works with MT5.1, so if you're still running MT4.3 or what have you, stick with version 1.31 of the plugin.</p>

<p>I took the opportunity to fix a few things as well.  One was that someone mentioned that &lt;b&gt; is a depreciated tag, and may stop pages validating.  The current page in the page listing is now bolded using a &lt;span&gt; tag with a class of "pacurrent" set on it, so if you want to change the styling in your css, you can apply it to that class.</p>

<p>Also, there's a new setting that someone asked for a couple of years ago (Yes, that's how long it's been since the last version <a href="http://www.aldenbates.com/archives/2008/03/04/paged_archives_v131.html">two years</a>).</p>

<p><strong>Also</strong>, now when PA writes the pages out, it runs them through MT's encode function with whatever your chosen Chartype is. This may seem an odd thing to need to do, as surely everything's stored internally in your chosen encoding, but apparently it's the <a href="http://forums.movabletype.org/2010/02/utf-8-characters-getting-converted-in-plugin.html">right thing to do</a>.</p>

<p>The only thing I didn't get done on my to-do list was to add documentation links to the tags.  When you're editing a template, a list of available tags appears in the right-hand column.  Normally the tags are linked to the documentation for that tag, but the tags for Paged Archives all point to Google searches instead.  So far as I can tell, the only way I can fix this is by completely restructuring the plugin to use the new style "registry" introduced in MT4.  Eh.</p>

<p>Tl;dr: There's a new version of <a href="/plugins/pagedarchives.html">Paged Archives</a>, but only for people running Movable Type 5.1.</p>]]></content:encoded>
<dc:subject>Movable Type</dc:subject>
<dc:date>2010-02-21T14:53:48+11:00</dc:date>
<comments>http://www.aldenbates.com/archives/2010/02/21/paged_archives_14.html#comments</comments>
</item>

<item>
<title>Upgrading a server to Movable Type 5.1</title>
<link>http://www.aldenbates.com/archives/2010/02/13/upgrading_a_server_to_movable_type_51.html</link>
<description>As I&apos;m informed by a user that Paged Archives isn&apos;t working under the new Movable Type 5.1, I&apos;m going to have to install the new MT on a test server so I can fix my plugin. Because I know from...</description>
<guid isPermaLink="false">666@http://www.aldenbates.com/</guid>
<content:encoded><![CDATA[<p>As I'm informed by a user that Paged Archives isn't working under the new Movable Type 5.1, I'm going to have to install the new MT on a test server so I can fix my plugin.  Because I know from experience that upgrading a Movable Type install is hideously tortuous, I'm going to document the process here in the hopes it may help someone who is going through the same process.</p>

<p>Step one, obviously, is to <a href="http://movabletype.org/download.html">download MT51</a>.  I note as I do that the zip file containing MT5.1 is listed as 8.5MB 50% bigger than that for the previous version.  Although that appears to be inaccurate, as the zip file I download is only 6.8MB.</p>

<p>Step two is to unzip the thing and rearrange the directories into a more sensible order.  The contents of a Movable Type zip always seem to be in a strange order which never makes any sense to me and never configured how I'd expect a live server to look.  Maybe this is why it doesn't have an inbuilt update system like Wordpress.  Once I've shifted everything around, deleted the useless empty directories, the php directory (since I don't use dynamic publishing) and the plugins I don't use, I zip everything back up and upload it to my test site.</p>

<p>While I'm waiting for it to upload, I notice a box on the download page saying "Easy to use, easy to install - Movable Type is easier to use than ever before, with a redesign user interface and a brand new installation wizard."  A "redesign user interface"?</p>

<p>The upload done, I log into my site's control panel and use the File Manager they provide to unzip the file.  Of course, because I'm using zip instead of gz, it means all the scripts have to have their execute bit manually set, but at least unlike gz it doesn't default the file owner to something Apache can't access, as it seemed to do last time I tried that.</p>

<p>Step three, run the upgrade script.  This gives me a screen with "Upgrading database...", an empty box and a spinning blue barber pole.  I go do something else for ten minutes, and come back to find it in exactly the same state.  I hit back and click the button again and go an play a game for ten minutes.  The same thing happens.  Uh, maybe the update was successful?  I go to the main mt script, and it kicks me back into the updater which doesn't work.  Because I'm insane, I humour it by clicking on the button again and getting the same result.</p>

<p>OK, maybe there's strange incompatibility between Chrome and MT's upgrader.  I load up FireFox and do step three again.  While that's running, I check the <a href="http://www.movabletype.org/documentation/upgrade/">Upgrade Guide</a> to see if it has any relevant info.  And ten minutes on, Firefox is having the same results.</p>

<p>After catching up on Lost, I decide to try the "fresh installation" mentioned on the Upgrade guide, so I delete/rename the existing files, and extract the zip file again.  This time, it works!  Well, as far as things actually appearing on the screen goes, that is.  Partway through it crashes to a halt with "Error during upgrade: Can't call method "site_path" on an undefined value at lib/MT/Upgrade/v5.pm line 417."</p>

<p>Luckily <a href="http://forums.movabletype.org/2009/11/upgrade-to-5-error-cant-call-method-site-path-on-an-undefined-value-at-libmtupgradev5pm-line-413.html">this page</a> has information about the problem and suggests moving the "themes" directory into the directory where MT is.  Even though I'm not using themes.  Finally the upgrade script successfully completes and I can get to the MT back end.</p>

<p>Running the upgrade script three times seems to have the consequence that MT thinks I have three websites or something.  There's probably a way to delete the extra ones, but since it's only a test server, I don't particularly care.  It's installed, and I can test the Paged Archives plugin with it.</p>

<p>Now everything's ready, I go to the blog's plugin page and get the error "Can't call method &quot;label&quot; on unblessed reference".  What?  Assuming that there's some major incompatibility in PA which is hosing the plugins page, I delete PA.  Same result.  I delete the only other plugin I have there.  No change.  Another Google gives me <a href="http://forums.movabletype.org/2010/01/cant-call-method-label-on-unblessed-reference.html">this post</a> from January, which describes the same problem, but is unanswered.</p>

<p>Aha, apparently it was related to the themes directory (again).  I'd ended up with both of the themes directories from the zip in the same place.  One was meant to be in the directory with my static files, the other was meant to be in the MT directory.  Once I separated them into the right places, it worked again.</p>

<p>Now to get PagedArchives working with it.  It looks like some of the functions I was relying on have moved.  I suspect it may require a separate version of the plugin for MT 5.</p>]]></content:encoded>
<dc:subject>Movable Type</dc:subject>
<dc:date>2010-02-13T12:58:06+11:00</dc:date>
<comments>http://www.aldenbates.com/archives/2010/02/13/upgrading_a_server_to_movable_type_51.html#comments</comments>
</item>

<item>
<title>Why does...</title>
<link>http://www.aldenbates.com/archives/2010/01/14/why_does.html</link>
<description>Google has this awesome search suggest feature, which shows you what the most popular searches are for the query you&apos;re starting to type in. Hmm, lotta hygiene conscious women out there. And a lot of people with dogs that eat...</description>
<guid isPermaLink="false">665@http://www.aldenbates.com/</guid>
<content:encoded><![CDATA[<p>Google has this awesome search suggest feature, which shows you what the most popular searches are for the query you're starting to type in.</p>

<p><img src="/sh/whydoes.gif" width="470" height="293" alt="&quot;Why does...&quot; search" /></p>

<p>Hmm, lotta hygiene conscious women out there.</p>

<p>And a lot of people with dogs that eat poop.</p>]]></content:encoded>
<dc:subject>Internet</dc:subject>
<dc:date>2010-01-14T16:26:16+11:00</dc:date>
<comments>http://www.aldenbates.com/archives/2010/01/14/why_does.html#comments</comments>
</item>

<item>
<title>The End of Time, Part 2</title>
<link>http://www.aldenbates.com/archives/2010/01/06/the_end_of_time_part_2.html</link>
<description>Like part 1, I pretty much knew what to expect, as it was typical of just about every Davies finale thus far. Despite it having many good moments, it felt ultimately like a bit of a let down. This was...</description>
<guid isPermaLink="false">664@http://www.aldenbates.com/</guid>
<content:encoded><![CDATA[<p>Like part 1, I pretty much knew what to expect, as it was typical of just about every Davies finale thus far. Despite it having many good moments, it felt ultimately like a bit of a let down.  This was Davies' last chance to write a finale, and instead he more or less repeats himself.</p><p><a href="http://www.aldenbates.com/archives/2010/01/06/the_end_of_time_part_2.html" title="Continue Reading: The End of Time, Part 2">Continue reading The End of Time, Part 2...</a></p>]]></content:encoded>
<dc:subject>Doctor Who</dc:subject>
<dc:date>2010-01-06T08:48:06+11:00</dc:date>
<comments>http://www.aldenbates.com/archives/2010/01/06/the_end_of_time_part_2.html#comments</comments>
</item>

<item>
<title>The End of Time, Part 1</title>
<link>http://www.aldenbates.com/archives/2009/12/29/the_end_of_time_part_1.html</link>
<description>To summarise in advance: The End of Time, Part 1 is an example of a typical first part of a Russell T Davies finale. If you&apos;re seen his previous finales, you&apos;ll know what to expect. Right, from here on, spoiler...</description>
<guid isPermaLink="false">663@http://www.aldenbates.com/</guid>
<content:encoded><![CDATA[<p>To summarise in advance: The End of Time, Part 1 is an example of a typical first part of a Russell T Davies finale.  If you're seen his previous finales, you'll know what to expect.</p>

<p>Right, from here on, spoiler warning apply.</p><p><a href="http://www.aldenbates.com/archives/2009/12/29/the_end_of_time_part_1.html" title="Continue Reading: The End of Time, Part 1">Continue reading The End of Time, Part 1...</a></p>]]></content:encoded>
<dc:subject>Doctor Who</dc:subject>
<dc:date>2009-12-29T08:26:07+11:00</dc:date>
<comments>http://www.aldenbates.com/archives/2009/12/29/the_end_of_time_part_1.html#comments</comments>
</item>

<item>
<title>TFWiki.net passes 10,000 articles!</title>
<link>http://www.aldenbates.com/archives/2009/12/15/tfwikinet_passes_10000_articles.html</link>
<description>Today the Transformers Wiki passed 10,000 articles. There are many Transformers Wikis on the web, but only one dares to have more than 10,000 articles! Of course, to put this in perspective, Wookieepedia currently has 72,759 articles (Fair warning, they...</description>
<guid isPermaLink="false">662@http://www.aldenbates.com/</guid>
<content:encoded><![CDATA[<p>Today the <a href="http://tfwiki.net/">Transformers Wiki</a> passed <a href="http://tfwiki.net/wiki/Press_release:_TFwiki.net_reaches_10,000_articles">10,000 articles</a>.  There are many Transformers Wikis on the web, but only one dares to have more than 10,000 articles!</p>

<p>Of course, to put this in perspective, <a href="http://wookiepedia.com/">Wookieepedia</a> currently has 72,759 articles (Fair warning, they are hosted on Wikia, so you will probably see many pictures of almost-naked fat people if you go there) but TFWiki.net may catch up yet!</p>]]></content:encoded>
<dc:subject>Transformers</dc:subject>
<dc:date>2009-12-15T15:50:21+11:00</dc:date>
<comments>http://www.aldenbates.com/archives/2009/12/15/tfwikinet_passes_10000_articles.html#comments</comments>
</item>

<item>
<title>Doctor Who: Waters of Mars, in a nutshell</title>
<link>http://www.aldenbates.com/archives/2009/11/26/doctor_who_waters_of_mars_in_a_nutshell.html</link>
<description>Helpfully under the cut, in case you&apos;re one of the few people left who hasn&apos;t seen it. Spoilers included, obviously....</description>
<guid isPermaLink="false">661@http://www.aldenbates.com/</guid>
<content:encoded><![CDATA[<p>Helpfully under the cut, in case you're one of the few people left who hasn't seen it.  Spoilers included, obviously.</p><p><a href="http://www.aldenbates.com/archives/2009/11/26/doctor_who_waters_of_mars_in_a_nutshell.html" title="Continue Reading: Doctor Who: Waters of Mars, in a nutshell">Continue reading Doctor Who: Waters of Mars, in a nutshell...</a></p>]]></content:encoded>
<dc:subject>Doctor Who</dc:subject>
<dc:date>2009-11-26T18:15:11+11:00</dc:date>
<comments>http://www.aldenbates.com/archives/2009/11/26/doctor_who_waters_of_mars_in_a_nutshell.html#comments</comments>
</item>

<item>
<title>Chrome beta release unbetter</title>
<link>http://www.aldenbates.com/archives/2009/11/12/chrome_beta_release_unbetter.html</link>
<description>Google rolled out a beta release of Chrome the other day, and unfortunately it&apos;s introduced a rendering problem when viewing the Transformers Wiki: The left-hand column is inexplicably pushed down under the content area, making it virtually useless. I&apos;ve seen...</description>
<guid isPermaLink="false">660@http://www.aldenbates.com/</guid>
<content:encoded><![CDATA[<p>Google rolled out a beta release of <a href="http://www.google.com/chrome">Chrome</a> the other day, and unfortunately it's introduced a rendering problem when viewing the <a href="http://tfwiki.net/">Transformers Wiki</a>:</p>

<p><a href="/sh/chromebetarender.jpg"><img src="/sh/chromebetarenders.jpg" alt="Rendering issue" width="300" height="238" style="border:1px solid" /></a></p>

<p>The left-hand column is inexplicably pushed down under the content area, making it virtually useless.  I've seen it happen on a few other sites as well, and I've submitted a bug report via the reporting mechanism built into Chrome, so hopefully it'll be fixed in the next release.</p>]]></content:encoded>
<dc:subject>Internet</dc:subject>
<dc:date>2009-11-12T19:51:01+11:00</dc:date>
<comments>http://www.aldenbates.com/archives/2009/11/12/chrome_beta_release_unbetter.html#comments</comments>
</item>

<item>
<title>And once again, Doctor Who as an anime</title>
<link>http://www.aldenbates.com/archives/2009/10/28/and_once_again_doctor_who_as_an_anime.html</link>
<description>This time, with UNIT fighting Cybermen. Seriously the BBC should give this guy a job! previously: Doctor Who Anime - yes, I realise it&apos;s still halfway down my main page. I am so terribly slack of late....</description>
<guid isPermaLink="false">659@http://www.aldenbates.com/</guid>
<content:encoded><![CDATA[<p>This time, with UNIT fighting Cybermen.  Seriously the BBC should give this guy a job!</p>

<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/JApUCaP7ubY&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/JApUCaP7ubY&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>

<p><b>previously:</b> <a href="http://www.aldenbates.com/archives/2009/07/26/doctor_who_anime.html">Doctor Who Anime</a> - yes, I realise it's still halfway down my main page.  I am so terribly slack of late.</p>]]></content:encoded>
<dc:subject>Doctor Who</dc:subject>
<dc:date>2009-10-28T17:48:04+11:00</dc:date>
<comments>http://www.aldenbates.com/archives/2009/10/28/and_once_again_doctor_who_as_an_anime.html#comments</comments>
</item>

<item>
<title>Hypothetical question</title>
<link>http://www.aldenbates.com/archives/2009/10/19/hypothetical_question.html</link>
<description>So the NZ government has made a right hash of things supporting various bids for the screening rights for the rugby world cup. After toing and froing between various people, it&apos;s decided that TVNZ, TV3 and Maori TV will essentially...</description>
<guid isPermaLink="false">658@http://www.aldenbates.com/</guid>
<content:encoded><![CDATA[<p>So the NZ government has made a right hash of things supporting various bids for the screening rights for the rugby world cup.  After toing and froing between various people, it's decided that TVNZ, TV3 and Maori TV will essentially share the rights and games will be broadcast on all three channels.  After all this, hypothetically, the All Blacks are knocked out in a shock result in the first round by Tonga.</p>

<p>How funny would this be on a scale of 1 to 10?</p>]]></content:encoded>
<dc:subject>Tetrap.Local</dc:subject>
<dc:date>2009-10-19T19:42:48+11:00</dc:date>
<comments>http://www.aldenbates.com/archives/2009/10/19/hypothetical_question.html#comments</comments>
</item>

<item>
<title>More webcomic links</title>
<link>http://www.aldenbates.com/archives/2009/10/05/more_webcomic_links.html</link>
<description>I discovered these links after the webcomics in question advertised on the Transformers Wiki: The Dreamland Chronicles - Not a gag-a-day comic, but one ongoing story, all rendered in movie-quality CGI. The Dreamland Chronicles tells the story of Alex, who...</description>
<guid isPermaLink="false">657@http://www.aldenbates.com/</guid>
<content:encoded><![CDATA[<p>I discovered these links after the webcomics in question advertised on the <a href="http://tfwiki.net/">Transformers Wiki</a>:</p>

<p><a href="http://www.thedreamlandchronicles.com/"><b>The Dreamland Chronicles</b></a> - Not a gag-a-day comic, but one ongoing story, all rendered in movie-quality CGI.  The Dreamland Chronicles tells the story of Alex, who suddenly finds himself dreaming of the same fantasy world he dreamed of as a young child and has to deal with encountering the same characters he knew long ago, only grown up.</p>

<p><a href="http://www.weeshcomic.com/"><b>Weesh</b></a> - and at the other end of the spectrum, Weesh, which <em>is</em> a gag-a-day strip (or at least every few days) and with a clean, simple drawing style.  Three kids have a strange animal named Weesh, who has the power to grant wishes, so long as he gets enough licorice.</p>

<p>Both comics are family-friendly.</p>]]></content:encoded>
<dc:subject>Links</dc:subject>
<dc:date>2009-10-05T21:21:15+11:00</dc:date>
<comments>http://www.aldenbates.com/archives/2009/10/05/more_webcomic_links.html#comments</comments>
</item>

<item>
<title>Adding a peanut gallery</title>
<link>http://www.aldenbates.com/archives/2009/09/25/adding_a_peanut_gallery.html</link>
<description>AKA jumping on the topic du jour. Google&apos;s latest release is &quot;Sidewiki&quot;, essentially a new feature on their toolbar which allows you to open up a sidebar and add a note about the page you&apos;re currently viewing. Other users can...</description>
<guid isPermaLink="false">656@http://www.aldenbates.com/</guid>
<content:encoded><![CDATA[<p>AKA jumping on the topic du jour.</p>

<p>Google's latest release is <a href="http://googleblog.blogspot.com/2009/09/help-and-learn-from-others-as-you.html">"Sidewiki"</a>, essentially a new feature on their toolbar which allows you to open up a sidebar and add a note about the page you're currently viewing.  Other users can then rate your comment, and all the comments on a particular page are ordered by how useful other users found them.  So essentially it's a commenting system with ratings.  I'm not sure why they chose to have "wiki" in the name; Wiki implies modifiable content, but so far as I can tell you can't modify notes anyone else has added.</p>

<p>What does this give us?  Well, in practical terms, it means every page on the Internet has a Google-controlled comment forum which the site owner has little control over, but which is displayed alongside their content.  These can be displayed in any browser, even if it doesn't have Google toolbar installed - observe <a href="http://www.google.com/sidewiki/entry/106926310083645518662/id/zq43p69MYZHSNWeGcpBsVGfBfmc">this Sidewiki comment</a> on Wikipedia's main page.  Now, Wikipedia's main page already has a talk page to comment on, which is modifiable by anyone, so the Sidewiki is providing a second redundant comment forum albeit, as the comment points out, one not under the control of anyone at Wikipedia.  As a side note, this also means that <a href="http://googleblog.blogspot.com/">blogs with the comments disabled</a> now have comments again.</p>

<p>This post, too, has a section at the bottom for visitors to leave their comments, but it also has a Sidewiki.  When someone posts a comment here, I get an email alerting me, so I know to come and reply to it.  If someone posts a comment to the Sidewiki, I don't.  Perhaps this is something Google ought to look at as an enhancement to their Webmaster Tools service?  By verifying my site on sitemaps, I ought to be able to access a page showing all of the Sidewiki comments.</p>

<p>I'll be interested to see how long it takes before the first libel case results from something someone said on Sidewiki.  I went to check the Scientology site to see if anything had been added there yet, but their site crashes IE on my computer, and I can't get Sidewiki to install on Firefox, so...</p>]]></content:encoded>
<dc:subject>Internet</dc:subject>
<dc:date>2009-09-25T19:02:23+11:00</dc:date>
<comments>http://www.aldenbates.com/archives/2009/09/25/adding_a_peanut_gallery.html#comments</comments>
</item>

<item>
<title>District 9</title>
<link>http://www.aldenbates.com/archives/2009/08/30/district_9.html</link>
<description>I was going to go and see G.I. Joe, but after reading the bad reviews it was getting, I decided to skip it and go see District 9 instead. District 9 is an action film wrapped in social commentary, with...</description>
<guid isPermaLink="false">655@http://www.aldenbates.com/</guid>
<content:encoded><![CDATA[<p>I was going to go and see <i>G.I. Joe</i>, but after reading the bad reviews it was getting, I decided to skip it and go see <strong>District 9</strong> instead.  District 9 is an action film wrapped in social commentary, with aliens.  It's filmed handheld style, like Cloverfield, which did make me a bit queasy at times (or maybe it was the splatter-gore).  Thing is, it's filmed handheld style even when it <em>doesn't make sense</em> in the context of the story.  Half the time they're pretending the handheld cameras are <em>actual cameras</em>, but then the cameras appear to follow characters where you wouldn't expect them to go, such as into a top-secret lab.</p>

<p>Good fun though!  The main character was likable, and the special effects were great (but you'd expect no less from Weta Workshop).  While I'm not generally a fan of splatter-gore, that was just window dressing, and the movie didn't depend on it.</p>

<p>As usual, plot spoilering point goes under the cut to avoid spoiling anyone.</p><p><a href="http://www.aldenbates.com/archives/2009/08/30/district_9.html" title="Continue Reading: District 9">Continue reading District 9...</a></p>]]></content:encoded>
<dc:subject>TV &amp; Movies</dc:subject>
<dc:date>2009-08-30T12:36:32+11:00</dc:date>
<comments>http://www.aldenbates.com/archives/2009/08/30/district_9.html#comments</comments>
</item>

<item>
<title>Result of &quot;Anti-Smacking referendum&quot;</title>
<link>http://www.aldenbates.com/archives/2009/08/22/result_of_anti-smacking_referendum.html</link>
<description>The results of the &quot;Anti-Smacking referendum&quot; were published in the paper this morning. Summed up, they are: Sue Bradford thinks New Zealanders are stupid and were confused by the question. Jonkey is going to have another coffee and let a...</description>
<guid isPermaLink="false">654@http://www.aldenbates.com/</guid>
<content:encoded><![CDATA[<p>The results of the "Anti-Smacking referendum" were published in the paper this morning.  Summed up, they are:<br />
<ol><br />
<li>Sue Bradford thinks New Zealanders are stupid and were confused by the question.</li><br />
<li>Jonkey is going to have another coffee and let a committee consider the ramifications.</li><br />
<li>Oh, and one bunch of idiots wrote abuse on the ballots, which would have only been read by the electoral counters who had nothing to do with the referendum in the first place.</li><br />
</ol></p>

<p>Another triumph for democracy!</p>

<p>I'm not saying it was a total waste of time, as it does prove once again that politicians only care what the public thinks if it's an election year.</p>]]></content:encoded>
<dc:subject>Tetrap.Local</dc:subject>
<dc:date>2009-08-22T10:20:00+11:00</dc:date>
<comments>http://www.aldenbates.com/archives/2009/08/22/result_of_anti-smacking_referendum.html#comments</comments>
</item>

<item>
<title>Vanity edits</title>
<link>http://www.aldenbates.com/archives/2009/08/05/vanity_edits.html</link>
<description>Because the Transformer Wiki has a lot of articles on real people, not all of them complimentary, so occasionally the people turn up and try to edit their articles, as Frank Milkovich apparently did today. Hilarity ensued! I wonder how...</description>
<guid isPermaLink="false">653@http://www.aldenbates.com/</guid>
<content:encoded><![CDATA[<p>Because the <a href="http://tfwiki.net/">Transformer Wiki</a> has a lot of articles on real people, not all of them complimentary, so occasionally the people turn up and try to edit their articles, as <a href="http://tfwiki.net/wiki/Frank_Milkovich">Frank Milkovich</a> apparently did today.</p>

<p><a href="http://tfwiki.net/wiki/Talk:Frank_Milkovich">Hilarity ensued</a>!</p>

<p>I wonder how often that happens on Wikipedia.</p>]]></content:encoded>
<dc:subject>Website Management</dc:subject>
<dc:date>2009-08-05T19:05:47+11:00</dc:date>
<comments>http://www.aldenbates.com/archives/2009/08/05/vanity_edits.html#comments</comments>
</item>


</channel>
</rss>
