<?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>Vista &#187; sheilaellen</title>
	<atom:link href="http://blogs.bluegumtree.co.uk/vista/author/sheilaellen/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.bluegumtree.co.uk/vista</link>
	<description>The view from down here is amazing</description>
	<lastBuildDate>Sat, 24 Jul 2010 00:01:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>X10 Mini Pro</title>
		<link>http://blogs.bluegumtree.co.uk/vista/2010/07/21/172</link>
		<comments>http://blogs.bluegumtree.co.uk/vista/2010/07/21/172#comments</comments>
		<pubDate>Wed, 21 Jul 2010 09:05:06 +0000</pubDate>
		<dc:creator>sheilaellen</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[mobile devices]]></category>
		<category><![CDATA[phones]]></category>
		<category><![CDATA[X10 Mini Pro]]></category>

		<guid isPermaLink="false">http://blogs.bluegumtree.co.uk/vista/?p=172</guid>
		<description><![CDATA[Or &#8220;How Sony Ericcsson took a good thing and very nearly made it bad.&#8221;
I love the X10 Mini Pro. I&#8217;ve had it for a few weeks now and am still marvelling at how light and compact it is and that I once again have an FM radio with me at all times.  However I am [...]]]></description>
			<content:encoded><![CDATA[<p>Or &#8220;How Sony Ericcsson took a good thing and very nearly made it bad.&#8221;</p>
<p>I love the X10 Mini Pro. I&#8217;ve had it for a few weeks now and am still marvelling at how light and compact it is and that I once again have an FM radio with me at all times.  However I am struggling to adjust to the customisations that Sony Ericsson have made to to Android.  For example:</p>
<ul>
<li>Right now, as I type, there&#8217;s an annoying blue bar occupying the bottom sixth of my screen. On the left-hand side it tells me, in no more than three letters, what language I&#8217;m currently set to.  On the right-hand side it tells me what mode the keyboard is in (letters vs. numbers, upper, lower or title case) and provides an option to hide the bar.  It&#8217;s information I&#8217;d rather do without, in return for a larger usable screen area. So I hide it, only to discover that it reappears with the very next key press&#8230;  I&#8217;ve had a rummage through the phone&#8217;s settings and haven&#8217;t yet found an option that enables me to hide it for good.  If you know of one, please let me know.</li>
<li>The default calendar widget has less functionality than the default one on my G1 &#8211; and that was just enough to make it useful!</li>
<li>The default email client assumes that my email account name is the same as my email address (which it isn&#8217;t).</li>
<li>Although I&#8217;ve disabled the on-screen keyboard (it has a hardware one) it still pops up if when the cursor is placed in a form field and I haven&#8217;t yet opened the keyboard. I understand that some people might want this sometimes but, personally, I&#8217;d like &#8220;off&#8221; to mean &#8220;off&#8221;.  This could be solved using  finer grained preference settings.</li>
</ul>
<p>However, every cloud has a silver lining:</p>
<ul>
<li>Luckily there&#8217;s a fantastic email app called K-9 Mail that does everything I need and more, so that&#8217;s my email problem solved.</li>
<li>And as I&#8217;ve yet to find a decent calendar widget so I&#8217;m thinking of taking a stab at creating one myself.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blogs.bluegumtree.co.uk/vista/2010/07/21/172/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selective Autoredirection</title>
		<link>http://blogs.bluegumtree.co.uk/vista/2010/07/13/159</link>
		<comments>http://blogs.bluegumtree.co.uk/vista/2010/07/13/159#comments</comments>
		<pubDate>Tue, 13 Jul 2010 22:30:34 +0000</pubDate>
		<dc:creator>sheilaellen</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[redirection]]></category>

		<guid isPermaLink="false">http://blogs.bluegumtree.co.uk/vista/?p=159</guid>
		<description><![CDATA[Imagine you have two versions of the same site and one of them is optimised for mobile devices.  Aside from the root folder, the URL pattern is identical for both  versions so to map between the versions you simply add or remove  &#8220;/mobile&#8221;:

http://www.mysite.com
http://www.mysite.com/mobile

Most pages on each version have a matching partner on the [...]]]></description>
			<content:encoded><![CDATA[<p>Imagine you have two versions of the same site and one of them is optimised for mobile devices.  Aside from the root folder, the URL pattern is identical for both  versions so to map between the versions you simply add or remove  &#8220;/mobile&#8221;:</p>
<ul>
<li>http://www.mysite.com</li>
<li>http://www.mysite.com/mobile</li>
</ul>
<p>Most pages on each version have a matching partner on the other but, importantly, this isn&#8217;t the case for <em>all</em> pages.</p>
<p>Although you have a version optimised for mobile devices, you can&#8217;t be sure that they&#8217;ll always land on it when they visit your site so you want to:</p>
<ul>
<li>detect mobile devices when they land on your site</li>
<li>automatically redirect them to the mobile version if they&#8217;ve landed on the default version but <em>only </em>if a mobile version of that page actually exists.</li>
</ul>
<p>Ideally, in order to avoid swapping a perfectly good page for a 404 error you want to make the check <em>before</em> initiating the redirection.  You don&#8217;t have access to the Apache config files but you can use .htaccess files.</p>
<p>I&#8217;ve been puzzling over this conundrum for a while, trying to find a solution that has as little impact on the rest of the system, aside from doing what it&#8217;s very specifically required to do, and doesn&#8217;t open up a cross-site scripting vulnerability.  Last night, I think I cracked it and as I found very little on this myself when scouring the web, I&#8217;ll share it here.  Hopefully if you spot any problems with it or &#8211; even better &#8211; ways to improve upon it, you&#8217;ll let me know.</p>
<p>This code goes in an .htaccess file in the root of http://www.mysite.com/.  Further up the file, a check has already been made to determine whether or not the user agent is a mobile device and if it is, the value of an environment variable called $IS_MOBILE has been set to &#8220;true&#8221;.  The ErrorDocument for 404 errors has also been set.</p>
<p><code><br />
# Activate the RewriteEngine<br />
RewriteEngine on<br />
</code><code><br />
# Set the base to root<br />
RewriteBase /<br />
</code><code><br />
# Check whether it's a mobile device<br />
RewriteCond %{ENV:IS_MOBILE} ^true$ [NC]<br />
</code><code><br />
#  Check that the URL isn't already going to the mobile version<br />
RewriteCond %{REQUEST_URI} !^/mobile/ [NC]<br />
</code><code><br />
# Capture the part of the URL that follows after the base, prepend it with "/mobile/" and<br />
# assign the new string to an environment variable called $MOBILE_TARGET_URL;<br />
# Also assign the un-prepended captured value to an environment variable called<br />
# $MOBILE_ORIGINAL_URL; Chain this rule to the next one.<br />
RewriteRule ^(.*)$ - [E=MOBILE_TARGET_URL:/mobile/$1,E=MOBILE_ORIGINAL_URL:$1,C]<br />
</code><code><br />
# Concatenate the $DOCUMENT_ROOT and $MOBILE_TARGET_URL together<br />
# and check whether that maps to either a directory or a file<br />
RewriteCond %{DOCUMENT_ROOT}%{ENV:MOBILE_TARGET_URL} -d [OR]<br />
RewriteCond %{DOCUMENT_ROOT}%{ENV:MOBILE_TARGET_URL} -f<br />
</code><code><br />
# If it does, redirect to the user to the mobile version<br />
RewriteRule ^.*$ %{ENV:MOBILE_TARGET_URL} [R,L]<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.bluegumtree.co.uk/vista/2010/07/13/159/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make Amarok play nice</title>
		<link>http://blogs.bluegumtree.co.uk/vista/2010/06/20/153</link>
		<comments>http://blogs.bluegumtree.co.uk/vista/2010/06/20/153#comments</comments>
		<pubDate>Sun, 20 Jun 2010 20:20:54 +0000</pubDate>
		<dc:creator>sheilaellen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[bug fixes]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[media players]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://blogs.bluegumtree.co.uk/vista/?p=153</guid>
		<description><![CDATA[These days when I listen to music it&#8217;s usually streamed from Last.fm via XBMC, either my own loved tracks or those tagged &#8220;ambient&#8220;, however sometimes I want to listen to my offline music collection and for that I use Amarok.  Given how much hassle it is to get working and that they&#8217;ve removed the features [...]]]></description>
			<content:encoded><![CDATA[<p>These days when I listen to music it&#8217;s usually streamed from <a title="Last.fm" href="http://www.last.fm" onclick="pageTracker._trackPageview('/outgoing/www.last.fm?referer=');">Last.fm</a> via <a title="XBox Media Centre " href="http://xbmc.org/" onclick="pageTracker._trackPageview('/outgoing/xbmc.org/?referer=');">XBMC,</a> either my own <a title="sheilaellen's Loved Tracks on Last.fm" href="http://www.last.fm/user/sheilaellen/library/loved" onclick="pageTracker._trackPageview('/outgoing/www.last.fm/user/sheilaellen/library/loved?referer=');">loved tracks</a> or those tagged &#8220;<a title="Tracks on Last.fm tagged &quot;ambient&quot;" href="http://www.last.fm/tag/ambient" onclick="pageTracker._trackPageview('/outgoing/www.last.fm/tag/ambient?referer=');">ambient</a>&#8220;, however sometimes I want to listen to my offline music collection and for that I use <a title="Amarok media player" href="http://amarok.kde.org/" onclick="pageTracker._trackPageview('/outgoing/amarok.kde.org/?referer=');">Amarok</a>.  Given how much hassle it is to get working and that they&#8217;ve removed the features I found most useful<a href="#how-to-make-amarok-play-nice-footnote-1">*</a>, increasingly I wonder why I bother but for the moment I do and this is an aide-mémoire to help the process go much smoother the next time I have to install it.</p>
<ol>
<li>Check that libxine1-ffmpeg is installed</li>
<li>Check that phonon-backend-xine is installed</li>
<li>Check that phonon-backend-gstreamer <em>isn&#8217;t</em> installed</li>
<li>Configure phonon (Amarok &gt; Settings &gt; Configure Amaraok &gt; Playback &gt; Configure Phonon) so that the uppermost option for each &#8220;Device Preference&#8221; category actually works.  Use the test button to check each option if you&#8217;re not sure.</li>
</ol>
<p>That should get the audio working.  Now to figure out why it doesn&#8217;t seem to be <a title="Definition of &quot;scrobble&quot;" href="http://en.wiktionary.org/wiki/scrobble" onclick="pageTracker._trackPageview('/outgoing/en.wiktionary.org/wiki/scrobble?referer=');">scrobbling</a>&#8230;</p>
<p><a id="how-to-make-amarok-play-nice-footnote-1">*</a> They have promised to put them back in but it doesn&#8217;t look as though it&#8217;s going to be any time soon.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">
<h2>Aide-mémoire</h2>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blogs.bluegumtree.co.uk/vista/2010/06/20/153/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Onion Bhajji</title>
		<link>http://blogs.bluegumtree.co.uk/vista/2010/06/19/150</link>
		<comments>http://blogs.bluegumtree.co.uk/vista/2010/06/19/150#comments</comments>
		<pubDate>Sat, 19 Jun 2010 20:44:49 +0000</pubDate>
		<dc:creator>sheilaellen</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[gluten-free]]></category>
		<category><![CDATA[recipes]]></category>

		<guid isPermaLink="false">http://blogs.bluegumtree.co.uk/vista/?p=150</guid>
		<description><![CDATA[Delicious and gluten-free.
Ingredients

3 oz gram flour
2 tsp cumin seeds
1 tsp ground coriander
1 tsp turmeric
1/2 tsp salt
1/2 tsp mixed spice
4 tbps water
4 oz grated onion
4 oz grated potato
1 large onion, sliced
5 tbsp oil
Kitchen roll

Method

Mix together the dry ingredients
Add the water to the dry ingredients and mix to a smooth batter
Stir the grated onion and potato into [...]]]></description>
			<content:encoded><![CDATA[<p>Delicious and gluten-free.</p>
<p>Ingredients</p>
<ul>
<li>3 oz gram flour</li>
<li>2 tsp cumin seeds</li>
<li>1 tsp ground coriander</li>
<li>1 tsp turmeric</li>
<li>1/2 tsp salt</li>
<li>1/2 tsp mixed spice</li>
<li>4 tbps water</li>
<li>4 oz grated onion</li>
<li>4 oz grated potato</li>
<li>1 large onion, sliced</li>
<li>5 tbsp oil</li>
<li>Kitchen roll</li>
</ul>
<p>Method</p>
<ol>
<li>Mix together the dry ingredients</li>
<li>Add the water to the dry ingredients and mix to a smooth batter</li>
<li>Stir the grated onion and potato into the batter</li>
<li>Stir in the sliced onion</li>
<li>Heat the oil</li>
<li>Gently drop spoonfuls of the mixture into the hot oil</li>
<li>Flip each bhajji over when the bottom side becomes golden brown</li>
<li>Once both sides of the bhajji are brown, remove it from the oil and place it on kitchen roll to soak off some of the oil</li>
</ol>
<p>Result</p>
<p>Approximately 8 onion bhajjis (depending on how large you make them).</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.bluegumtree.co.uk/vista/2010/06/19/150/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual Eclipse</title>
		<link>http://blogs.bluegumtree.co.uk/vista/2010/06/04/148</link>
		<comments>http://blogs.bluegumtree.co.uk/vista/2010/06/04/148#comments</comments>
		<pubDate>Fri, 04 Jun 2010 08:32:12 +0000</pubDate>
		<dc:creator>sheilaellen</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Code Editor]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Multiple Monitors]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blogs.bluegumtree.co.uk/vista/?p=148</guid>
		<description><![CDATA[Usually I code in Eclipse.  It saves me a lot of time, especially thanks to plugins such as oXygen and Mylyn.  However, it&#8217;s been frustrating me for a while that although I can pop-out individual Views and position them on my second monitor, it didn&#8217;t seem possible to open a second instance of the [...]]]></description>
			<content:encoded><![CDATA[<p>Usually I code in Eclipse.  It saves me a lot of time, especially thanks to plugins such as <a title="oXygen plugin for Eclipse" href="http://www.oxygenxml.com/eclipse_plugin.html" onclick="pageTracker._trackPageview('/outgoing/www.oxygenxml.com/eclipse_plugin.html?referer=');">oXygen</a> and <a title="Mylyn Eclipse plugin" href="http://www.eclipse.org/mylyn/" onclick="pageTracker._trackPageview('/outgoing/www.eclipse.org/mylyn/?referer=');">Mylyn</a>.  However, it&#8217;s been frustrating me for a while that although I can pop-out individual Views and position them on my second monitor, it didn&#8217;t seem possible to open a second instance of the same View. I was wrong!  Just select &#8220;New window&#8221; from the &#8220;Window&#8221; menu.  It seems to have full functionality, you can even select an entirely different Perspective, if you wish. Simples! As <a title="Aleksandr Orlov on Compare the Meerkat" href="http://www.comparethemeerkat.com/meet-team" onclick="pageTracker._trackPageview('/outgoing/www.comparethemeerkat.com/meet-team?referer=');">Aleksandr Orlov</a> would say :)</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;"><strong>Aleksandr Orlov</strong></div>
]]></content:encoded>
			<wfw:commentRss>http://blogs.bluegumtree.co.uk/vista/2010/06/04/148/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to block retweets</title>
		<link>http://blogs.bluegumtree.co.uk/vista/2010/03/06/127</link>
		<comments>http://blogs.bluegumtree.co.uk/vista/2010/03/06/127#comments</comments>
		<pubDate>Sat, 06 Mar 2010 15:15:46 +0000</pubDate>
		<dc:creator>sheilaellen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[retweets]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blogs.bluegumtree.co.uk/vista/?p=127</guid>
		<description><![CDATA[A very good friend of mine has (very politely) bemoaned the fact that his incoming twitter stream is full of tweets from people he doesn&#8217;t know (and has no interest in hearing from/about) all because I retweet so often.  He doesn&#8217;t want to stop following me and I don&#8217;t want to stop retweeting.  [...]]]></description>
			<content:encoded><![CDATA[<p>A very good friend of mine has (very politely) bemoaned the fact that his incoming twitter stream is full of tweets from people he doesn&#8217;t know (and has no interest in hearing from/about) all because I <a href="http://www.netlingo.com/word/retweet.php" onclick="pageTracker._trackPageview('/outgoing/www.netlingo.com/word/retweet.php?referer=');">retweet</a> so often.  He doesn&#8217;t want to stop following me and I don&#8217;t want to stop retweeting.  Luckily, there is a solution to our problem.</p>
<p>Although there&#8217;s no option that allows you to block all retweets from all people you follow in one fell swoop (<a href="http://getsatisfaction.com/twitter/topics/twitter_needs_global_option_to_stop_hide_disable_all_retweets_from_all_users_from_appearing" onclick="pageTracker._trackPageview('/outgoing/getsatisfaction.com/twitter/topics/twitter_needs_global_option_to_stop_hide_disable_all_retweets_from_all_users_from_appearing?referer=');">yet</a>), you <em>can</em> block all retweets from each person individually.</p>
<p>So, if, for example, you&#8217;re following me (<a href="http://twitter.com/sheilaellen" onclick="pageTracker._trackPageview('/outgoing/twitter.com/sheilaellen?referer=');">@sheilaellen</a>) on twitter and wish to stop receiving all the messages that I retweet:</p>
<ol>
<li>Go to my twitter page: <a href="http://twitter.com/sheilaellen" onclick="pageTracker._trackPageview('/outgoing/twitter.com/sheilaellen?referer=');">http://twitter.com/sheilaellen</a></li>
<li>Find the retweet icon <img class="size-full wp-image-131" title="Retweets on" src="http://blogs.bluegumtree.co.uk/vista/wordpress-content/uploads/retweets_on.gif" alt="Status icon" width="16" height="16" /></li>
<li>Click on it.</li>
</ol>
<p><strong>Before:</strong></p>
<div id="attachment_140" class="wp-caption alignnone" style="width: 280px"><a href="http://blogs.bluegumtree.co.uk/vista/wordpress-content/uploads/twitter_profile_sheilaellen_retweets_on.png"><img class="size-full wp-image-140" title="Retweets on" src="http://blogs.bluegumtree.co.uk/vista/wordpress-content/uploads/twitter_profile_sheilaellen_retweets_on.png" alt="Twitter profile header" width="270" height="146" /></a><p class="wp-caption-text">Retweets On</p></div>
<p><strong>After:</strong></p>
<div id="attachment_139" class="wp-caption alignnone" style="width: 280px"><a href="http://blogs.bluegumtree.co.uk/vista/wordpress-content/uploads/twitter_profile_sheilaellen_retweets_off.png"><img class="size-full wp-image-139" title="Retweets off" src="http://blogs.bluegumtree.co.uk/vista/wordpress-content/uploads/twitter_profile_sheilaellen_retweets_off.png" alt="Twitter profile header" width="270" height="146" /></a><p class="wp-caption-text">Retweets Off</p></div>
<p>This should mean that you will now only receive messages from me that have been written by my own fair hand (or, possibly, a spammer who&#8217;s p0wned my account).</p>
<p>Repeat for each other compulsive retweeter that you follow.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.bluegumtree.co.uk/vista/2010/03/06/127/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Karmic Eclipse</title>
		<link>http://blogs.bluegumtree.co.uk/vista/2010/01/16/124</link>
		<comments>http://blogs.bluegumtree.co.uk/vista/2010/01/16/124#comments</comments>
		<pubDate>Sat, 16 Jan 2010 22:21:01 +0000</pubDate>
		<dc:creator>sheilaellen</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[bug fixes]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[karmic koala]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blogs.bluegumtree.co.uk/vista/?p=124</guid>
		<description><![CDATA[After upgrading Ubuntu to Karmic Koala I experienced a few problems getting Eclipse to work properly &#8211; mostly buttons that clicked but triggered nothing.  Thankfully, Chris Chrisostomu had already published a blog post on the matter, including instructions for a potential fix that certainly seems to have sorted it out for me:
http://mou.me.uk/2009/10/31/fixing-eclipse-in-ubuntu-9-10-karmic-koala/
My thanks go [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading Ubuntu to Karmic Koala I experienced a few problems getting Eclipse to work properly &#8211; mostly buttons that clicked but triggered nothing.  Thankfully, Chris Chrisostomu had already published a blog post on the matter, including instructions for a potential fix that certainly seems to have sorted it out for me:<br />
<a href="http://mou.me.uk/2009/10/31/fixing-eclipse-in-ubuntu-9-10-karmic-koala/" onclick="pageTracker._trackPageview('/outgoing/mou.me.uk/2009/10/31/fixing-eclipse-in-ubuntu-9-10-karmic-koala/?referer=');">http://mou.me.uk/2009/10/31/fixing-eclipse-in-ubuntu-9-10-karmic-koala/</a></p>
<p>My thanks go to Chris for writing it up so clearly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.bluegumtree.co.uk/vista/2010/01/16/124/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is not just #FAIL, this is M&amp;S #FAIL</title>
		<link>http://blogs.bluegumtree.co.uk/vista/2010/01/13/116</link>
		<comments>http://blogs.bluegumtree.co.uk/vista/2010/01/13/116#comments</comments>
		<pubDate>Wed, 13 Jan 2010 22:05:51 +0000</pubDate>
		<dc:creator>sheilaellen</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[FAIL]]></category>
		<category><![CDATA[M&S]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://blogs.bluegumtree.co.uk/vista/?p=116</guid>
		<description><![CDATA[In the early hours of Wednesday 6th of January 2010 I placed an order with Marks &#38; Spencer for 16 items of clothing, via their website.  In order to keep delivery simple, I opted to &#8220;nominate&#8221; the following Saturday for receipt of the goods, even though it wasn&#8217;t the earliest possible date; at that [...]]]></description>
			<content:encoded><![CDATA[<p>In the early hours of Wednesday 6th of January 2010 I placed an order with Marks &amp; Spencer for 16 items of clothing, via their website.  In order to keep delivery simple, I opted to &#8220;nominate&#8221; the following Saturday for receipt of the goods, even though it wasn&#8217;t the earliest possible date; at that time, the country was struggling with snow and I thought that it might be best to allow a few extra days for M&amp;S to plan the delivery.</p>
<p>As per usual, I received an email almost immediately, confirming that I had placed the order.  It also informed me that the order would be split into two deliveries but that both were still due for delivery on my nominated date.  Although we had practically zero snow on the ground in our corner of Central London, the media and my colleagues assured me that the rest of the country was covered with the stuff so I wasn&#8217;t too surprised when, come Saturday, just the one package arrived, containing a single item.  Disappointing but I was sure that the rest would eventually arrive, once the snow cleared up.</p>
<p>Four days later and still nothing (except more snow).  And then two emails pop innocently into my inbox:</p>
<blockquote><p>We are sorry let you know that the following item/s you ordered are no longer available.</p>
<p>&#8230;</p>
<p>Unfortunately, due to an exceptionally high number of orders placed at the same time, some popular items have sold out and we do apologise for any disappointment and inconvenience this has caused.</p>
<p>The out of stock items have been removed from your order and you have not been charged for them. All remaining available items can be viewed in your online account.</p></blockquote>
<p>And yet I&#8217;ve just been on the site and ALL BUT ONE of these items is still available to order and listed as in stock in my size &#8211; in fact, for many of them the site goes so far as to reassure me that they have MORE THAN 10 of them.</p>
<p>It would seem that even though we&#8217;re supposedly in a recession, Marks &amp; Spencer can afford to turn down business on a whim with barely an apology for wasting my time.  Hardly the actions of a company that values their customers.</p>
<p>UPDATE: Re-reading this post, I realise that I left out a crucial piece of information &#8211; the items being cancelled were <em>all</em> 15 of the outstanding items.  Although M&amp;S were very apologetic &#8211; they even sent me a bunch of flowers! &#8211; when I called Customer Services to arrange for the order to be resubmited, I was initially told that I would need to provide the size and colour information for each item (miraculously that data became available when I refused).  During a second call (which was made in response to my tweets) there was initially no record of the previous call and re-submitted order, which almost lead to a duplicate re-submission&#8230; So, although 1 blog post, several tweets and 3 phone calls (1 from me, 2 from M&amp;S) later, my order finally arrived (13 days after I had first placed it), overall the experience was still a major #FAIL.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.bluegumtree.co.uk/vista/2010/01/13/116/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Temptation Bites</title>
		<link>http://blogs.bluegumtree.co.uk/vista/2009/12/23/115</link>
		<comments>http://blogs.bluegumtree.co.uk/vista/2009/12/23/115#comments</comments>
		<pubDate>Wed, 23 Dec 2009 12:01:57 +0000</pubDate>
		<dc:creator>sheilaellen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[interoperability]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[planning]]></category>
		<category><![CDATA[recipes]]></category>
		<category><![CDATA[shopping]]></category>

		<guid isPermaLink="false">http://blogs.bluegumtree.co.uk/vista/2009/12/23/115</guid>
		<description><![CDATA[Having bitten the bullet and deleted a batch of apps that I like but don&#8217;t use very often, because my phone was low on space, I almost immediately installed a new one&#8230;
Bites is very simple recipe manager, in interface and functionality; beautifully quick and easy to use.  What makes it special, though, for me, [...]]]></description>
			<content:encoded><![CDATA[<p>Having bitten the bullet and deleted a batch of apps that I like but don&#8217;t use very often, because my phone was low on space, I almost immediately installed a new one&#8230;</p>
<p>Bites is very simple recipe manager, in interface and functionality; beautifully quick and easy to use.  What makes it special, though, for me, is its integration with OI Shopping List: at the press of a button in Bites, I can add all of the ingredients I need to my shopping list.  </p>
<p>If I already have an ingredient, I can tick it off before I copy it across and only the ingredients I <em>really</em> need will be added.  If, like me, you have more than one list set up in OI Shopping List, the process allows you to specify which one, exactly, the ingredients should be added to.  Also, to help you remember why it&#8217;s essential that you buy black treacle this week, the name of the recipe it&#8217;s required for (fruit cake) is appended to each ingredient name in the Shopping List.</p>
<p>The only feature that I miss, from both apps, is the option to specify the name of an ingredient/item and the quantity required separately.  I&#8217;ve requested this from both app makers and have my fingers crossed that it&#8217;ll be added in the New Year.</p>
<p>Christmas planning is going so much more smoothly with the help of these two apps (and RTM), though.  Only a zillion things left to do..!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.bluegumtree.co.uk/vista/2009/12/23/115/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Low on Space</title>
		<link>http://blogs.bluegumtree.co.uk/vista/2009/12/21/107</link>
		<comments>http://blogs.bluegumtree.co.uk/vista/2009/12/21/107#comments</comments>
		<pubDate>Mon, 21 Dec 2009 00:28:25 +0000</pubDate>
		<dc:creator>sheilaellen</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[G1]]></category>
		<category><![CDATA[Interaction]]></category>
		<category><![CDATA[Mobile phones]]></category>

		<guid isPermaLink="false">http://blogs.bluegumtree.co.uk/vista/?p=107</guid>
		<description><![CDATA[I recently had to revert back to using a 1GB memory card in my G1, since the 16GB card spontaneously corrupted.  Ever since, my phone&#8217;s been helpfully pointing out, at least once per day, that it&#8217;s short of storage space and suggesting that I manage my applications; by &#8220;manage&#8221; it means &#8220;delete&#8221;.
There are some apps [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to revert back to using a 1GB memory card in my G1, since the 16GB card spontaneously corrupted.  Ever since, my phone&#8217;s been helpfully pointing out, at least once per day, that it&#8217;s short of storage space and suggesting that I manage my applications; by &#8220;manage&#8221; it means &#8220;delete&#8221;.</p>
<p>There are some apps that I could delete but I&#8217;m reluctant to do so because I like them and might forget what they&#8217;re called should I acquire a more powerful android device and wish to reinstall them.  There are others that I rarely use but do exactly what I need them to do on those rare occasions that I <em>do</em> need them.  Until now, I&#8217;ve been managing to hang on to the aforementioned apps by deleting apps that I&#8217;ve installed either because they looked as though they&#8217;d do what I needed but didn&#8217;t or simply because they looked shiny in the store but quickly dulled with use.  However, with Christmas looming, last night I thought I&#8217;d try installing the RTM android app &#8211; and it&#8217;s a whopper (~3.75MB).  I&#8217;m determined to give it a proper trial but this means that finally I&#8217;m going to have to get ruthless with the other apps.</p>
<p>As I shall probably wish/need to reinstall some of them at a later date, if not on this phone then another, here&#8217;s a rollcall of the victims of this cull:</p>
<table>
<tbody>
<tr>
<th>Name</th>
<th>Description</th>
<th>Use</th>
<th>Pros</th>
<th>Cons</th>
<th>Size</th>
<th>Version</th>
<th>Credits</th>
</tr>
<tr>
<td>BeyondPod</td>
<td>Full featured podcast manager and RSS feed reader.</td>
<td>Managing the few podcasts I subscribe to.</td>
<td>Easy to use.  Can schedule automated checks and downloads.</td>
<td>I get stuck in the interface, looping between the various screens as to exit, instead of pressing &#8220;Back&#8221;, you have to press &#8220;Home&#8221;.  Also, I&#8217;ve yet to get it to successfully subscribe to ABC&#8217;s MediaWatch vodcast; not sure if that&#8217;s a problem with the vodcast or the app.</td>
<td>1.55MB + 1.01MB data</td>
<td>204</td>
<td><a title="BeyondPod.mobi" href="http://www.beyondpod.mobi/android/" onclick="pageTracker._trackPageview('/outgoing/www.beyondpod.mobi/android/?referer=');">BeyondPod Team</a></td>
</tr>
<tr>
<td>Phonebook</td>
<td>Contacts management: &#8220;unified communications inbox&#8221; (calls and SMS), stats, birthday notifications, search, groups.</td>
<td>Alternative to the default address book.</td>
<td>Much better than the default address book.</td>
<td>I only keep in contact with a few people via voice calls and/or SMS so don&#8217;t really need/use the advanced features.</td>
<td>1.87MB + 88KB data</td>
<td>106</td>
<td><a title="Voxmobili.com" href="http://www.voxmobili.com/phonebook" onclick="pageTracker._trackPageview('/outgoing/www.voxmobili.com/phonebook?referer=');">Voxmobili &#8211; Onmobile</a></td>
</tr>
<tr>
<td>Meridian</td>
<td>Media player: search, lyrics, subtitles, gestures, ID3 edit, rating, meta data.</td>
<td>For playing media (mostly audio) stored on my phone, which isn&#8217;t much with this smaller SD card.</td>
<td>Much better than the default app.</td>
<td>I rarely listen to the music stored on my phone, preferring to stream from online radio services instead.</td>
<td>1.53MB + 100KB data</td>
<td>75</td>
<td><a title="Google.com - eternalsandbox" href="http://sites.google.com/site/eternalsandbox/" onclick="pageTracker._trackPageview('/outgoing/sites.google.com/site/eternalsandbox/?referer=');">III &#8211; Romulus Urakagi Ts&#8217;ai</a></td>
</tr>
<tr>
<td>IcWord</td>
<td>Document viewer: Microsoft Word only.</td>
<td>Allows me to open and read MS Word documents.</td>
<td>Provides functionality that isn&#8217;t available to me by default.</td>
<td>Only useful for MS Word documents.</td>
<td>1.16MB</td>
<td>2</td>
<td><a title="Wordpress.com" href="http://icviewer.wordpress.com" onclick="pageTracker._trackPageview('/outgoing/icviewer.wordpress.com?referer=');">Derek Li</a></td>
</tr>
<tr>
<td>FBReader</td>
<td>eBook reader: epub, oeb and fb2.</td>
<td>Reading novels.</td>
<td>Gives me the option to read a book without having to carry anything extra around with me.</td>
<td>I prefer to read the paper version.</td>
<td>1.09MB + 44KB data</td>
<td>527</td>
<td><a title="Fbreader.org" href="http://www.fbreader.org" onclick="pageTracker._trackPageview('/outgoing/www.fbreader.org?referer=');">Geometer Plus</a></td>
</tr>
<tr>
<td>Pixelpipe Pro</td>
<td>Media uploader: images, video, audio, text.</td>
<td>Posting to Flickr.</td>
<td>I can upload instantly, no need to wait until I have access to a more capable PC with internet access.</td>
<td>I very rarely use it.</td>
<td>1.05MB + 76KB data</td>
<td>23</td>
<td><a title="Pixelpipe.com" href="http://pixelpipe.com" onclick="pageTracker._trackPageview('/outgoing/pixelpipe.com?referer=');">Pixelpipe</a></td>
</tr>
<tr>
<td>WordUp!</td>
<td>Word game, very like Boggle.</td>
<td>Killing time on the bus.</td>
<td>I love word games.</td>
<td>I don&#8217;t use my phone to play games very often.</td>
<td>0.98MB + 52KB data</td>
<td>28</td>
<td><a title="Anthrological.com" href="http://www.anthrological.com" onclick="pageTracker._trackPageview('/outgoing/www.anthrological.com?referer=');">Anthrological</a></td>
</tr>
<tr>
<td>Odd One Out</td>
<td>Game: spot the odd one out, against the clock.</td>
<td>Get&#8217;s pretty challenging to beat the clock towards the end.</td>
<td>Not enough variety, just the same shapes but with less time.</td>
<td>I don&#8217;t use my phone to play games very often</td>
<td>264KB</td>
<td>9</td>
<td><a title="Facebook profile" href="http://www.facebook.com/profile.php?id=686637066" onclick="pageTracker._trackPageview('/outgoing/www.facebook.com/profile.php?id=686637066&amp;referer=');">CRSoft</a></td>
</tr>
<tr>
<td>OffiViewer</td>
<td>Office document viewer.  Opens PDF, Word, Exel, PowerPoint, OpenDocument and RTF files.</td>
<td>For reading random documents downloaded off the web or received as email attachments.</td>
<td>I don&#8217;t have to wait until I get to a more capable PC.</td>
<td>I don&#8217;t use my phone to read office documents very often</td>
<td>240KB + 4KB data</td>
<td>12</td>
<td><a title="OffiViewer.com" href="http://www.offiviewer.com" onclick="pageTracker._trackPageview('/outgoing/www.offiviewer.com?referer=');">Art of Solving</a></td>
</tr>
</tbody>
</table>
<p>The RTM app had better be good&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.bluegumtree.co.uk/vista/2009/12/21/107/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
