<?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>Upside Downturn</title>
	<atom:link href="http://www.upsidedownturn.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.upsidedownturn.co.uk</link>
	<description>We eat Credit Crunch for breakfast</description>
	<lastBuildDate>Wed, 23 Mar 2011 17:05:41 +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>PHP Autoresponder script for peeps too cheapskate for Aweber</title>
		<link>http://www.upsidedownturn.co.uk/php-autoresponder-aweber/</link>
		<comments>http://www.upsidedownturn.co.uk/php-autoresponder-aweber/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 10:43:07 +0000</pubDate>
		<dc:creator>Paolo</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://www.upsidedownturn.co.uk/?p=484</guid>
		<description><![CDATA[I&#8217;ve got a ton on mini-scripts that I&#8217;ve written for various side projects, or helper tasks, I thought that I&#8217;d start posting them here. This first script is an autoresponder email sequence script, that enables you to send a fan/subscriber friend a set of emails. Basically, its a cheapskate&#8217;s AWeber. Think of the possibilities:

As an [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got a ton on mini-scripts that I&#8217;ve written for various side projects, or helper tasks, I thought that I&#8217;d start posting them here. This first script is an autoresponder email sequence script, that enables you to send a fan/subscriber friend a set of emails. Basically, its a cheapskate&#8217;s AWeber. Think of the possibilities:</p>
<ul>
<li>As an email marketer you can pound a person daily with offers related to a niche</li>
<li> As a website owner you can remind people to tell their friends, colleagues, dogs about your site</li>
<li> As an app owner you can remind them that the limited time offer is only valid for 5 days, 4, days, 3, days, 2 days, too late!</li>
<li> <strong>As a person that is dying of some incurable disease you can send messages from when you are too weak to type and from beyond the grave</strong></li>
<li> The possibilities are endless&#8230;<br />
.</li>
</ul>
<h1><span id="more-484"></span><a href="http://bit.ly/gINRF3">&gt;&gt; download the php autoresponder script here</a></h1>
<h3>.<br />
You&#8217;ll need hosting with..</h3>
<ul>
<li>PHP</li>
<li>A MYSQL database</li>
<li>PHPMYADMIN or similar database management tool</li>
<li>Cron</li>
</ul>
<p>If you don&#8217;t know what any of the above are, then probably best to go to aweber instead.</p>
<h3>How to set up</h3>
<p>1) CREATE THE DATABASE TABLE: open sql.txt copy the create table code chunk and paste it into phpmyadmin or similar</p>
<p>2) CONFIGURE READY FOR DATABASE: open config.php enter your database user/pass/dbname/host &amp; email from/email name settings here</p>
<p>3) ADD YOUR EMAIL SEQUENCE TIME GAPS:</p>
<p>add an extra $send_date[] row for each email in your sequence.</p>
<p>Time is calculated in MINUTES from sign up, so: 60=hour, 1440=day, 10080=week</p>
<p>The following sets up the time for 3 emails:</p>
<p>$send_date[] = 30; // 30 mins from adding email address<br />
$send_date[] = 1491; // just over 24 hrs from adding email address<br />
$send_date[] = 2910; // just over 48 hrs from adding email address</p>
<p>4) ADD YOUR EMAIL SEQUENCE</p>
<p>Edit config.php, it comes with 3 emails in the sequence. Edit the $title and $body for each.</p>
<p>Ensure that you have as many email $titles &amp; $body as matching the number of $send_date[] s.</p>
<p>Don&#8217;t use &#8221; quote marks in your email , as this will break the script, single quotes are okay.</p>
<p>If you want to add personalisation {name} {spare} and these will be replaced inline</p>
<p>HTML is okay in the email $body. E.g. use &lt;br/&gt; for line breaks</p>
<p>5) SETUP CRON</p>
<p>Setup cron to run file cron.php at ideally 1 min intervals if not possible,  1hr intervals should be fine. To run cron add a command similar to this command to run:</p>
<p><span style="font-family: arial; color: #222222; font-size: x-small;">*/60 * * * * </span>php -f  /var/www/vhosts/yourdomain.com/httpdocs/emailsend/cron.php</p>
<p>ensure the patch to cron.php is correct and matches your server path, if you don&#8217;t know your server path run &lt;? phpinfo(); ?&gt; to see.</p>
<p>6) TEST SEND</p>
<p>Visit www.yoursite.com/emailsend/ and scroll down to fill in the test  section with your email address/name</p>
<p>7) USE IT!</p>
<p>You can either add emaill addresses manually,</p>
<p>or alternately view the source of index.php and take the form out and use it in the frontend of a website.</p>
<p> <img src='http://www.upsidedownturn.co.uk/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> You probably should password protect your /emailsequence/ directory too, to ensure no one snoops.</p>
<p>DISCLAIMER:</p>
<p>Obviously, I provide this script free to use and modify as you see fit. But don&#8217;t come crying to me if it doesn&#8217;t work as you expect.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=PHP+Autoresponder+script+for+peeps+too+cheapskate+for+Aweber+http://7xeiy.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.upsidedownturn.co.uk/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=PHP+Autoresponder+script+for+peeps+too+cheapskate+for+Aweber+http://7xeiy.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.upsidedownturn.co.uk/php-autoresponder-aweber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazing customer service from Virgin Mobile</title>
		<link>http://www.upsidedownturn.co.uk/amazing-customer-service-from-virgin-mobile/</link>
		<comments>http://www.upsidedownturn.co.uk/amazing-customer-service-from-virgin-mobile/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 15:01:13 +0000</pubDate>
		<dc:creator>Paolo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.upsidedownturn.co.uk/?p=482</guid>
		<description><![CDATA[Thanks Virgin Mobile.
In fact, I can&#8217;t believe how amazing the customer service was. I ring them up yesterday, tell them my HTC desire is overheating and crashing. And despite having purchased it 10 months ago, they replaced it free of charge.
But! Not only did they replace it free of charge, Virgin Mobile replaced it the [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks <strong>Virgin Mobile</strong>.</p>
<p>In fact, I can&#8217;t believe how amazing the customer service was. I ring them up yesterday, tell them my HTC desire is overheating and crashing. And despite having purchased it 10 months ago, they replaced it free of charge.</p>
<p>But! Not only did they replace it free of charge, Virgin Mobile replaced it <em>the very next day</em>. They sent a friendly DHL guy who gave me a super new HTC Desire, and took away my old. Bing Bang Bong. That is how customer service should be. Well its better than how customer service should be its supercustomerservice!</p>
<p>I haven&#8217;t got any insight to add to this, other than my Virgin Mobile warm feeling, and general love for them. <img src='http://www.upsidedownturn.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Amazing+customer+service+from+Virgin+Mobile+http://4aido.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.upsidedownturn.co.uk/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Amazing+customer+service+from+Virgin+Mobile+http://4aido.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.upsidedownturn.co.uk/amazing-customer-service-from-virgin-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sexy Santas (Well it is nearly xmas)</title>
		<link>http://www.upsidedownturn.co.uk/sexy-santas-well-it-is-nearly-xmas/</link>
		<comments>http://www.upsidedownturn.co.uk/sexy-santas-well-it-is-nearly-xmas/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 11:08:39 +0000</pubDate>
		<dc:creator>Paolo</dc:creator>
				<category><![CDATA[entertainment]]></category>

		<guid isPermaLink="false">http://www.upsidedownturn.co.uk/?p=473</guid>
		<description><![CDATA[Enjoy this sexy santa photowall!  Am just trying out this snazzy photowall. And its an excuse to see some babes!

 Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>Enjoy this sexy santa photowall!  Am just trying out this snazzy photowall. And its an excuse to see some babes!<br />
<span id="more-473"></span></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Sexy+Santas+%28Well+it+is+nearly+xmas%29+http://m9fqs.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.upsidedownturn.co.uk/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Sexy+Santas+%28Well+it+is+nearly+xmas%29+http://m9fqs.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.upsidedownturn.co.uk/sexy-santas-well-it-is-nearly-xmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>beta testing facebooks hyperlocal augmented reality</title>
		<link>http://www.upsidedownturn.co.uk/beta-testing-facebooks-hyperlocal-augmented-reality/</link>
		<comments>http://www.upsidedownturn.co.uk/beta-testing-facebooks-hyperlocal-augmented-reality/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 09:29:33 +0000</pubDate>
		<dc:creator>Paolo</dc:creator>
				<category><![CDATA[marketing]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[the future]]></category>

		<guid isPermaLink="false">http://www.upsidedownturn.co.uk/?p=464</guid>
		<description><![CDATA[beta testing facebooks hyperlocal augmented reality:

Met up with some interesting intruiging and exciting peeps last night in Cardiff  #cdfblogs meetup with @getgood @hrwaldram @carlmorris @stuherbert @GlynTansley Am excited  again about the concept of local online.   Might even do something like a &#8220;secret swansea&#8221; facebook group.  
 Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>beta testing facebooks hyperlocal augmented reality:</p>
<p><a href="http://www.upsidedownturn.co.uk/wp-content/uploads/2010/04/facebook-hyperlocal-augmented-reality11.jpg"><img class="aligncenter size-full wp-image-468" title="facebook-hyperlocal-augmented-reality1" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2010/04/facebook-hyperlocal-augmented-reality11.jpg" alt="" width="600" height="283" /></a></p>
<p>Met up with some interesting intruiging and exciting peeps last night in Cardiff  <a title="#cdfblogs" rel="nofollow" href="http://twitter.com/search?q=%23cdfblogs">#cdfblogs</a> meetup with @<a rel="nofollow" href="http://twitter.com/getgood">getgood</a> @<a rel="nofollow" href="http://twitter.com/hrwaldram">hrwaldram</a> @<a href="http://www.twitter.com/carlmorris">carlmorris</a> @<a rel="nofollow" href="http://twitter.com/stuherbert">stuherbert</a> @<a rel="nofollow" href="http://twitter.com/GlynTansley">GlynTansley</a> Am excited  again about the concept of local online. <img src='http://www.upsidedownturn.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Might even do something like a &#8220;secret swansea&#8221; facebook group. <img src='http://www.upsidedownturn.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=beta+testing+facebooks+hyperlocal+augmented+reality+http://q2qm5.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.upsidedownturn.co.uk/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=beta+testing+facebooks+hyperlocal+augmented+reality+http://q2qm5.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.upsidedownturn.co.uk/beta-testing-facebooks-hyperlocal-augmented-reality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What a waste</title>
		<link>http://www.upsidedownturn.co.uk/what-a-waste/</link>
		<comments>http://www.upsidedownturn.co.uk/what-a-waste/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 11:12:29 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[planning]]></category>
		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://www.upsidedownturn.co.uk/?p=454</guid>
		<description><![CDATA[I read recently that the Tetris website has games on it that are designed to last exactly the time it takes to travel between stops on Japan&#8217;s commuter trains. This struck me as an extremely efficient way to waste time. Tetris is a real time waster &#8211; addictive and consuming and lots of fun &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --><a href="http://www.upsidedownturn.co.uk/wp-content/uploads/2010/03/tetris.png"><img class="alignright size-medium wp-image-457" title="tetris" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2010/03/tetris-300x225.png" alt="" width="300" height="225" /></a>I read recently that the Tetris website has games on it that are designed to last exactly the time it takes to travel between stops on Japan&#8217;s commuter trains. This struck me as an extremely efficient way to waste time. Tetris is a real time waster &#8211; addictive and consuming and lots of fun &#8211; and I guess there is a demand from Japanese commuters that they get as much of it as they possibly can in their allotted &#8216;downtime&#8217;.</p>
<p>I do it, too. I enjoy an evening in front of the TV when I can but hate adverts and filler. So I look at the listings and meticulously plan my viewing schedule: &#8216;Is this programme on a channel that has adverts?&#8217;, &#8216;If so, can I use the Watch Again feature on my cable to see it another day?&#8217;,  &#8216;Can I fill up this 1/2 hour gap with anything I have left over to watch from yesterday when there was two things on at the same time?&#8217;.</p>
<p><span id="more-454"></span></p>
<p><a href="http://www.upsidedownturn.co.uk/wp-content/uploads/2010/03/Saturn.gif"><img class="alignright size-medium wp-image-456" title="Saturn" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2010/03/Saturn-300x300.gif" alt="" width="300" height="300" /></a>I think I see it as just another area of my life to strive for efficiency and fulfilment in. And rather than see the entire of TV output as a waste of time I choose to pick out some things that I can justify as being worthwhile, or entertaining. That way I can sneer at people who veg out in front of inane reality shows or vacuous celebrity features while I&#8217;m wasting my time more valuably. After all, I&#8217;m learning lots about the secrets of our solar system while watching that <a href="http://www.bbc.co.uk/programmes/b00qyxfb">jolly indie-band professor</a>. And after a few more episodes of <a href="#mce_temp_url#">Burn Notice</a> I&#8217;m sure I&#8217;d be able to walk into a job at MI5.</p>
<p>It&#8217;s as though me, and the Japanese Tetris-addicts, are scheduling our leisure time the same way as an executive schedules his day. It&#8217;s definitely a modern way to relax but I wonder if it really makes for a more fulfilled life. By pushing our leisure activities right to the edges of the time we&#8217;ve got to fit them into are we missing time to think? My blogging partner, Paolo, always says it&#8217;s good to get out of the office and go for a walk in the park. And while some might perceive that as procrastination (or even, as I suspect, a squirrel fetish) it might just be that he&#8217;s pushing back the edges between work and leisure and leaving some time for thought. If we don&#8217;t leave any spaces where the mind is free to think, or just wonder, how are the ideas supposed to get in?</p>
<p><a href="http://www.upsidedownturn.co.uk/wp-content/uploads/2010/03/whydontyou.jpg"><img class="alignright size-full wp-image-458" title="whydontyou" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2010/03/whydontyou.jpg" alt="" width="150" height="114" /></a>Time to think about commutes, or evenings and weekends, as not only blocks of minutes to be managed with ruthless efficiency, but as it used to be known &#8211; &#8216;free time&#8217;. Free your mind.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=What+a+waste+http://oqhar.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.upsidedownturn.co.uk/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=What+a+waste+http://oqhar.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.upsidedownturn.co.uk/what-a-waste/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End of the decADe</title>
		<link>http://www.upsidedownturn.co.uk/end-of-the-decade/</link>
		<comments>http://www.upsidedownturn.co.uk/end-of-the-decade/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 17:36:03 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Brands]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://www.upsidedownturn.co.uk/?p=436</guid>
		<description><![CDATA[I thought about doing a post on advertising since Upside Downturn started. And as the length of time between the last post and this one spiralled out beyond my expectations (and my control) the more the idea of managing to squeeze a post in before the end of the decade played on my mind.
I had [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-443" title="sony_bravia_balls" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/12/sony_bravia_balls-300x222.jpg" alt="sony_bravia_balls" width="300" height="222" />I thought about doing a post on advertising since Upside Downturn started. And as the length of time between the last post and this one spiralled out beyond my expectations (and my control) the more the idea of managing to squeeze a post in before the end of the decade played on my mind.</p>
<p>I had fragments of posts written about various ads but they were little more than rants and I like to have something vaguely positive to say in my posts here. What tied it all together in the end was one of those pointless commercial TV countdown shows. The &#8216;50 Best Racist Sitcoms&#8217; sort of thing. This one billed itself as the 20 greatest ads of the decade. I guessed I could bear to sit through it because of two things.</p>
<p>1. The ability of the ITVplayer to fast forward and</p>
<p>2. The thought of seeing any of the Sony Bravia ads again.</p>
<p><span id="more-436"></span><img class="alignright size-medium wp-image-444" title="whassup-stone-2008" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/12/whassup-stone-2008-300x168.jpg" alt="whassup-stone-2008" width="300" height="168" />The fact that it&#8217;s Christmas also hopefully means that I can get away with not squeezing some sort of business lesson into the post and keep it light. That said I think the whole thing is pretty much a business lesson &#8211; all these ads whether you like them or not have increased the awareness of their individual brands beyond any expectation by simply being unique.</p>
<p>20. <a href="http://www.youtube.com/watch?v=JJmqCKtJnxM">Budweiser, Wassup</a>.<br />
The oldest one on the list. It was recently updated with a <a href="http://www.youtube.com/watch?v=Qq8Uc5BFogE">fantastic bitter-sweet<br />
internet-only spot</a> that wasn&#8217;t shown on this programme. I have to say I never joined<br />
in with repeating the catchphrase the ad is named after but still to this day overuse the words &#8216;True, true&#8217;.</p>
<p>19. <a href="http://www.youtube.com/watch?v=Zlzlcjg4-sg">Cadbury&#8217;s, Eyebrows</a>.<br />
Equal parts cute and creepy. I think this one is a winner for me mainly because I<br />
like <a href="http://www.youtube.com/watch?v=d55bIYcrHKQ">&#8216;Don&#8217;t﻿ stop the rock&#8217; by freestyle</a>. Not an obvious choice at all for the soundtrack and all the more impressive for it.</p>
<p><img class="alignright size-medium wp-image-440" title="howardhalifax0708_450x300" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/12/howardhalifax0708_450x300-300x200.jpg" alt="howardhalifax0708_450x300" width="300" height="200" />18. <a href="http://www.youtube.com/watch?v=uEVjbosMqFM">Halifax, Howard</a>.<br />
Most adverts that I detest are for products that aren&#8217;t aimed for me anyway (4-wheel<br />
drives, Bitter, Sanitary towels&#8230;) which slightly lets them off the hook. This one, along with one other on the list, is for a fairly universal product &#8211; banking.</p>
<p>Howard looks like something a police frogman would find looking on the bottom of a lake for a missing cBeebies presenter and pops up murdering some song or other with a cast of jolly Halifax staff. This set of adverts just go on and on and are so sickening I don&#8217;t think I&#8217;ve  ever watched one all the way through.</p>
<p><img class="alignright size-full wp-image-437" title="_38376037_kay300" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/12/38376037_kay300.jpg" alt="_38376037_kay300" width="300" height="180" />17. <a href="http://www.youtube.com/watch?v=TmPeqXfyYOM">John Smith, No nonsense</a>.<br />
I didn&#8217;t realise that this was why people have been going round saying &#8216;Ave it!&#8217; for the last few years. In fact, I&#8217;d never seen any of these ads before this programme.</p>
<p>I think this shows the importance of ad placement around shows your target market will watch. This obviously was, and why I missed them entirely. That&#8217;s not to say that I never see ads that are completely irrelevant to me. I watch lots of cookery shows and so get to see a lot of ads for Baileys, Hair Dye and Paolo Nutini.</p>
<p>16. <a href="http://www.youtube.com/watch?v=J8f4hpBGDYQ">Sure, Stuntmen</a>.<br />
Perfectly positioned. Perfectly executed. A great ad with loads of impact that also<br />
succeeds in placing the product at the front of the mind. It&#8217;s the way they all play<br />
it so cool and collected.</p>
<p>15. <a href="http://www.youtube.com/watch?v=2dFEJWNFC9o">Calsburg, 2006 world cup</a>.<br />
The one where the footballing legends play the pub team. They filmed them playing<br />
for 6 hours solid, apparently. Lots of brands have tried the &#8216;bringing football to<br />
the streets&#8217; angle over the years but here, for once, it actually succeeds.</p>
<p>14. <a href="http://www.youtube.com/watch?v=2Bb8P7dfjVw">Sony Bravia, Balls</a>.<br />
Stunning. The ultimate advert. The act of doing something for real is what gives<br />
this the extra push to perfection. The effort is always worth it. Just compare The<br />
Dark Knight to the two Matrix sequels!</p>
<p>13. <a href="http://www.youtube.com/watch?v=l1cZiBFZMio">Volkswagen, Singing in the rain</a>.<br />
A risky move, updating the song and the dance, but it works. I couldn&#8217;t have named<br />
you the product before I wrote it down while watching this, though.</p>
<p><img class="alignright size-medium wp-image-439" title="citroen-transformer" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/12/citroen-transformer-300x164.jpg" alt="citroen-transformer" width="300" height="164" />12. <a href="http://www.youtube.com/watch?v=4dilUbkP-PI">Citroen C4, Robot</a>.<br />
Just great. Everybody loves the transformer cars.</p>
<p>11. <a href="http://www.youtube.com/watch?v=1WlRcXIO5ik">Barclaycard, Waterslide</a>.<br />
Another great, fun ad. Couldn&#8217;t have told you who it was for though, even though the product is not only featured in the ad but used as well!</p>
<p>10. <a href="http://www.youtube.com/watch?v=5gaG1_xXzd4">PG tips, Monkey &amp; Al</a>.<br />
I must have seen it at some point but it didn&#8217;t really register. Do people remember Morcombe and Wise sketches from 40 years ago well enough for them to be used as references?</p>
<p><img class="alignright size-medium wp-image-438" title="Bravia_paint" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/12/Bravia_paint-300x167.png" alt="Bravia_paint" width="300" height="167" />09. <a href="http://www.youtube.com/watch?v=GURvHJNmGrc">Sony Bravia, Paint</a>.<br />
More genius. Creating beauty out of the ordinary. The end of this ad with the shot of the playground and the sound of the paint &#8216;rain&#8217; falling is too lovely for words.</p>
<p>08. <a href="http://www.youtube.com/watch?v=FARnbRBWKGg">John West salmon, Bear fight</a>.<br />
Was amusing at the time but now just reminds me of the horrible cascade of viral ads that came along in its wake.</p>
<p>07. <a href="http://www.youtube.com/watch?v=mUZrrbgCdYc">T-mobile, Flashmobbing</a>.<br />
Never seen this before this programme aired. A great example of a large brand taking<br />
hold of a trend and getting it completely and utterly wrong. It couldn&#8217;t look any less spontaneous if it tried. I&#8217;ve followed the FlashMob thing on the net since it started and, unusually for me, will go out of my way to watch videos of them so I have some reference. This ad just flops for me and more than any of the others that I don&#8217;t really like I just don&#8217;t understand how this one ended up on this list. The very worst part is the utterly horrific medley of dancing hits that is stuck on it.</p>
<p>Wrongly pitched and just plain wrong.</p>
<p>06. <a href="http://www.youtube.com/watch?v=ZMzoWqnTb5I">Guiness, Tipping point</a>.<br />
A good title for this ad for me as I think it was probably the tipping point where Guiness stopped making good adverts. What should have been fun and visually interesting just comes out twee and dull.</p>
<p>05. <a href="http://www.youtube.com/watch?v=TnzFRV1LwIo">Cadburys, Gorilla</a>.<br />
A real puzzle. Most things that I dislike I can at least see how other people do like, or, as I&#8217;ve mentioned, are so obviously angled towards other people that I don&#8217;t spend much time thinking about them. This really made me feel a disconnctedness, though. I thought it was terrible. I couldn&#8217;t understand how such an average setup with such an bland song could be so popular.</p>
<p>It&#8217;s not even as though I don&#8217;t like &#8216;In the air tonight&#8217;. In fact, I think I own it. It&#8217;s just so average that it doesn&#8217;t register. The sort of thing that you&#8217;d hear in the background in the cafe in Eastenders. As for the people who gushed over the &#8216;realistic&#8217; gorilla. Really? Come on&#8230;</p>
<p>04. <a href="http://www.youtube.com/watch?v=_ve4M4UsJQo">Honda, Cog</a>.<br />
Another example of an ad that started out as a viral. The difference here is that this one worked. Clever, relevant marketing.</p>
<p>03. <a href="http://www.youtube.com/watch?v=M0mXUC0cUPg">Compare the Meerkat</a>.<br />
A cute animal and a catchprase is pretty much all you need for a successful ad but Compare the Market had the added presence of mind to tie that into the name of their product. Considering that it&#8217;s one of the least memorable names in one of the least memorable marketing sectors that&#8217;s a genius move.</p>
<p><img class="alignright size-medium wp-image-442" title="pudding tester_431x300" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/12/pudding-tester_431x300-300x208.jpg" alt="pudding tester_431x300" width="300" height="208" />02. <a href="http://www.youtube.com/watch?v=HLv77vwD2ts">Skoda, Cake</a>.<br />
I presume the soundtrack couldn&#8217;t have come cheap, and neither did the ad itself. The problem is that the soundtrack doesn&#8217;t really fit the ad&#8217;s content and the ad&#8217;s concept is more clever than watching it play out. A puzzle that this ended up at number two. Of course, number one won&#8217;t be any suprise. The most parodied, the most admired, the sexiest, the classiest, the most copied ad &#8211; it can&#8217;t be anything except <a href="http://www.youtube.com/watch?v=EHFKE6PD_6U">M&amp;S food</a>. Apart from, erm&#8230;. it isn&#8217;t. It&#8217;s&#8230;.</p>
<p>01. <a href="http://www.youtube.com/watch?v=S4tFzuFGUOI">Hovis, through the years</a>.<br />
Well. I think I&#8217;ve seen it. But it never really registered. Even seeing it now it doesn&#8217;t seem to have the epic feel that other people obviously think it has. It obviously works well for Hovis but why on earth were M&amp;S left out of the list?</p>
<p>There you have it, the top 20 ads of the decade. A nice list to look back on as, sometimes, it seems that advertising is as devoid of creativity as other mediums. Let&#8217;s see what the next decade brings us&#8230;</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=End+of+the+decADe+http://foaey.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.upsidedownturn.co.uk/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=End+of+the+decADe+http://foaey.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.upsidedownturn.co.uk/end-of-the-decade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spellcheck</title>
		<link>http://www.upsidedownturn.co.uk/spellcheck/</link>
		<comments>http://www.upsidedownturn.co.uk/spellcheck/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 09:34:05 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[whinging]]></category>

		<guid isPermaLink="false">http://www.upsidedownturn.co.uk/?p=396</guid>
		<description><![CDATA[Most of the places I&#8217;ve worked for throughout my website building career have been pretty hot on accuracy &#8211; in design and in terms of spelling. My time at the BBC especially instilled in me a religious devotion to spelling web-words correctly.
Internet shouldn&#8217;t have an uppercase &#8216;i&#8217; (unless it&#8217;s at the beginning of a sentence, [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the places I&#8217;ve worked for throughout my website building career have been pretty hot on accuracy &#8211; in design and in terms of spelling. My time at the BBC especially instilled in me a religious devotion to spelling web-words correctly.</p>
<p><strong>Internet </strong>shouldn&#8217;t have an uppercase &#8216;i&#8217; (unless it&#8217;s at the beginning of a sentence, as it is here). Neither <em>television</em>, nor <em>radio </em>are capitalised, so why should our medium be?</p>
<p><strong>Website </strong>is all one word (and for people looking for someone to do your website it&#8217;s a good rule of thumb not to go for anyone who spells it &#8216;web site&#8217; or, worse, &#8216;web-site&#8217;. That includes most of America).</p>
<p><strong>World wide web</strong> is lower case.</p>
<p>Most importantly <strong>email </strong>neither has a hypen, nor a capital E. Just don&#8217;t. It&#8217;s wrong and makes you look like an amateur. You wouldn&#8217;t capitalise <em>paper </em>or <em>envelope</em>, and it&#8217;s no more a foreshortening of <em>electronic mail</em> than <em>radio </em>is of <em>radiogramme</em>.</p>
<p>Useful links: www.oed.com</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Spellcheck+http://gea4g.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.upsidedownturn.co.uk/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Spellcheck+http://gea4g.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.upsidedownturn.co.uk/spellcheck/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Freelancer survey</title>
		<link>http://www.upsidedownturn.co.uk/freelancer-survey/</link>
		<comments>http://www.upsidedownturn.co.uk/freelancer-survey/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 13:31:31 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[downturn]]></category>

		<guid isPermaLink="false">http://www.upsidedownturn.co.uk/?p=428</guid>
		<description><![CDATA[Firstly, apologies for the lack of posts recently. Things have, ironically, been very busy and any spare time is taken up with other projects. I wanted to point you towards the results of The Freelancer Survey 2009 which shows some interesting patterns within my industry &#8211; especially to do with the credit crunch.
 Tweet This [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-427" title="crunchchart" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/07/crunchchart-300x86.png" alt="crunchchart" width="300" height="86" />Firstly, apologies for the lack of posts recently. Things have, ironically, been very busy and any spare time is taken up with other projects. I wanted to point you towards the results of <a href="http://www.freeagentcentral.com/freelancer-report-2009" target="_blank">The Freelancer Survey 2009</a> which shows some interesting patterns within my industry &#8211; especially to do with the credit crunch.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Freelancer+survey+http://3p9b6.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.upsidedownturn.co.uk/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Freelancer+survey+http://3p9b6.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.upsidedownturn.co.uk/freelancer-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

