<?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 &#187; Paolo</title>
	<atom:link href="http://www.upsidedownturn.co.uk/author/paolodit/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>Windows crashmachine cashmachine</title>
		<link>http://www.upsidedownturn.co.uk/windows-crashmachine-cashmachine/</link>
		<comments>http://www.upsidedownturn.co.uk/windows-crashmachine-cashmachine/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 14:34:37 +0000</pubDate>
		<dc:creator>Paolo</dc:creator>
				<category><![CDATA[planning]]></category>
		<category><![CDATA[whinging]]></category>

		<guid isPermaLink="false">http://www.upsidedownturn.co.uk/?p=423</guid>
		<description><![CDATA[Went to get some cash at lunchtime and the cash machine swallowed my card, and started a Windows load sequence, and then hung. Shame it didn&#8217;t give me loads of free money, maybe next time!

click on image for more detail.
 Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>Went to get some cash at lunchtime and the cash machine swallowed my card, and started a Windows load sequence, and then hung. Shame it didn&#8217;t give me loads of free money, maybe next time!</p>
<p><a href="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/07/p150709_1548.jpg"><img class="size-medium wp-image-424 alignnone" title="windows crashmachine" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/07/p150709_1548-300x225.jpg" alt="windows crashmachine" width="300" height="225" /></a></p>
<p><em>click on image for more detail.</em></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Windows+crashmachine+cashmachine+http://sycbp.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=Windows+crashmachine+cashmachine+http://sycbp.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.upsidedownturn.co.uk/windows-crashmachine-cashmachine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Killer Landing Pages &#8211; Real World Lessons (part 1)</title>
		<link>http://www.upsidedownturn.co.uk/killer-landing-pages/</link>
		<comments>http://www.upsidedownturn.co.uk/killer-landing-pages/#comments</comments>
		<pubDate>Thu, 28 May 2009 10:52:41 +0000</pubDate>
		<dc:creator>Paolo</dc:creator>
				<category><![CDATA[marketing]]></category>
		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://www.upsidedownturn.co.uk/?p=369</guid>
		<description><![CDATA[The past 6 months I&#8217;ve been elevating the importance of landing pages in my projects. Typically it&#8217;d only be the homepage that I&#8217;d paid substantial efforts on. However, with my increased efforts on pay-per-click campaigns, and SEM, I wanted make sure the page that visitors first see continues the experience of where they&#8217;ve come from [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-370" title="landing-page-lessons" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/05/landing-page-lessons.jpg" alt="landing-page-lessons" width="300" height="229" />The past 6 months I&#8217;ve been elevating the importance of landing pages in my projects. Typically it&#8217;d only be the homepage that I&#8217;d paid substantial efforts on. However, with my increased efforts on pay-per-click campaigns, and SEM, I wanted make sure the page that visitors first see continues the experience of where they&#8217;ve come from and removes barriers to them actioning either first contact or a sale.</p>
<p>So here, I&#8217;ve brought together some of the real world examples of psychological tricks people use in the real world <em>attention locations</em> that translate superduper well to landing pages, and are things that you should definitely consider on your landing page design.</p>
<p><span id="more-369"></span><strong>Shopping channel heaven</strong></p>
<p>Watching those muppets on The Apprentice (last night) try and sell on home shopping tv was a hoot. One trick that proper shopping channel pro&#8217;s use is rather than saying &#8220;call now, our operators are ready&#8221;, they use &#8220;If our operators are busy, please try again&#8221;. It&#8217;s a subtle difference, but embeds in the viewer that other people are ordering, and that they shouldn&#8217;t miss out, without explicitly stating so.</p>
<p>On your website landing pages, is their subtle wording you can use that implies that gazillions of other customers are buying your product or service right now?</p>
<p><em>*example used taken &#8220;Yes! 50 Secrets from the science of persuasion&#8221;, by R. Caldini &amp; friends.</em></p>
<p><strong>My local coffee shop</strong></p>
<p>I like my local coffee shop, it&#8217;s not a Starbucks, it&#8217;s run by Adam, a guy like me trying to make living for his family. Recently, he had a promotion day, where he had his baristas out on the highstreet handing out mini-lattes, and a buy-5-coffee&#8217;s-get-1-free loyalty card, with 3 of the places stamped already, so only 2 left to get.</p>
<p>Who doesn&#8217;t like a free coffee on their way to work? I certainly do, and I like Adam&#8217;s photo on the flyer, I want to go to his coffee shop.</p>
<p>If you deconstruct Adams&#8217; offer, he&#8217;s giving you a mini coffee, yet that not&#8217;s the full product, so you probably will still need your morning cup, but you&#8217;ve got the flava now.  He&#8217;s doing his offer at walk-to-work time, so the freebies match the customers normal requirements, their daily cup, let&#8217;s <em>start the habit</em>.</p>
<p>And the loyalty card, being <em>pre-stamped</em>, is f**ing genius. People see that they are more than half way to a free cup. This is so much more effective than giving them a two-stamp loyalty card.</p>
<p>So Adam identified the walking-to-work crowd, and built the components of his campaign around this, rather starting with the incentive first, he looked at mechanisms for creating habits.</p>
<p>Your landing page should start foremost with the potential customer, where have they come from?, what are the thinking?, and then once you understand the customer plan offers, and incentives around this.</p>
<p><strong>Checkout impulse buys</strong></p>
<p>A few years ago UK supermeerkats moved the chocolates away from the checkouts much to the joy of parents who are now not pestered &#8220;Muuuum I neeed this Mars bar, and I neeeeed the Skittles and I neeeeed the Snickers &#8230;&#8221;.</p>
<p>Still, the checkout is a location where supermarkets have your attention whilst you are loading your foodstuff and dog onto the carousel. So now at the checkout the sweets have been replaced by a raft of financial products, credit cards, pet insurance, car comparison insurance, mobile phone offers and more to tempt you.</p>
<p>So I recently paid more attention, in the stats, to the length that a person was spending on one of my client&#8217;s websites pages. I was surprised to find that the staff profiles pages had a significantly longer page viewing time than other pages. The profile pages are attention locations, just like the checkouts&#8230; Armed with this information, we created a series of product intros, different for each member of staffs profile page, so each member of staff in effect is introducing a product line. Guess what happened to sales, with these super personal product introduction?</p>
<p>Where ever you have someone&#8217;s attention, it is a potential selling point. Rinse it baby.</p>
<p><strong>Rip off farmers markets</strong></p>
<p>There are ton of things you can learn about marketing from seeing some farmer flog you overpriced locally grown organic vegetables. My friend Anthony runs a heirloom organic vegetables stall, which in itself is a good idea, as people are intrigued by white sprouting broccoli, purple carrots, and other funny vegetables.</p>
<p>But! What is more interesting is his constant incremental marketing and that he writes notes on in. One week his wife wrote careful titles of products rather than the computer print outs &#8211; Sales increased. Next week, he put his products in wicker baskets rather than cardboard boxes &#8211; sales increased. The following week, he wrote cooking/serving suggestions alongside the vegetable &#8211; sales increased</p>
<p>Guess what? Doing incremental changes to your landing pages works. In its nature, spending time tinkering and getting into the mind of your customer really f***ing works. Building a landing page and hoping for the best doesn&#8217;t.</p>
<p>You really have to test, report, try a new thing, test, report, try a new thing, test, report, try a new thing.. And then you&#8217;ll have the highest converting landing page possible.</p>
<p>&#8212;&#8211;</p>
<p>Next time, I look at some of the tools you need to do this landing page milarkey effectively.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Killer+Landing+Pages+%E2%80%93+Real+World+Lessons+%28part+1%29+http://dqebm.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=Killer+Landing+Pages+%E2%80%93+Real+World+Lessons+%28part+1%29+http://dqebm.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.upsidedownturn.co.uk/killer-landing-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 iphone apps money can’t buy</title>
		<link>http://www.upsidedownturn.co.uk/10-iphone-apps-money/</link>
		<comments>http://www.upsidedownturn.co.uk/10-iphone-apps-money/#comments</comments>
		<pubDate>Thu, 07 May 2009 08:55:53 +0000</pubDate>
		<dc:creator>Paolo</dc:creator>
				<category><![CDATA[Brands]]></category>
		<category><![CDATA[downturn]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[recession]]></category>

		<guid isPermaLink="false">http://www.upsidedownturn.co.uk/?p=233</guid>
		<description><![CDATA[Recently I&#8217;ve been looking for an idea for an iphone app to develop. Apple have announced they&#8217;ve had over 1 billion app downloads, which makes it a recession busting industry, and one that it&#8217;d be very nice to be a part of. Here are some of the ideas that didn&#8217;t make my final cut:

twitterpunch
Ever wondered [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve been looking for an idea for an iphone app to develop. Apple have announced they&#8217;ve had over 1 billion app downloads, which makes it a recession busting industry, and one that it&#8217;d be very nice to be a part of. Here are some of the ideas that didn&#8217;t make my final cut:</p>
<h2><img class="size-full wp-image-235 alignnone" title="twitter iphone" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/05/twitter-iphone.png" alt="twitter iphone" width="80" height="80" /></h2>
<h2>twitterpunch</h2>
<p>Ever wondered why you tweet pictures of your cat, tweet about the cost of organic food, or tweet about your social incompetence? Help is at hand, this app will punch you every time you twitter; not just when you do lame, naval gazing tweets.</p>
<h2><img class="size-full wp-image-234 alignnone" title="iphone boat" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/05/iphone-boat.png" alt="iphone boat" width="80" height="80" /></h2>
<h2>boat</h2>
<p>Useful if you are stuck on an island based reality tv show with 12 muppets and a conflict-baiting camera crew.</p>
<p><span id="more-233"></span></p>
<h2><img class="size-full wp-image-236 alignnone" title="iphone pillow" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/05/iphone-pillow.png" alt="iphone pillow" width="80" height="80" /></h2>
<h2>ipillow</h2>
<p>Really fricking handy when you are on long flights, or pesky train-replacement buses.</p>
<h2><img class="size-full wp-image-237 alignnone" title="iphone vegetable tracker" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/05/iphone-vegetable-tracker.png" alt="iphone vegetable tracker" width="80" height="80" /></h2>
<h2>vegitracker</h2>
<p>Grr! Rip off farmers markets. Simply take a photo of the offending £7 organic vegetable, and this app simultaneously gives you its <em>real</em> supermarket price and tells you what it is; &#8216;purple sprouting broccoli&#8217; ah!</p>
<h2><img class="size-full wp-image-238 alignnone" title="iphone wife" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/05/iphone-wife.png" alt="iphone wife" width="80" height="80" /></h2>
<h2>shawifezam</h2>
<p>Make ill communication between you and your partner an historical footnote, by holding your iphone up to your wife/girlfriend mid rant, even 2 seconds is enough, and it will translate to what they <em>really</em> mean. &#8220;babble babble babble babble&#8221;, ah <em>shawifezam</em> says: &#8216;Pay <em>me</em> more attention rather than wanking over that fucking iphone&#8217;.</p>
<h2><img class="size-full wp-image-239 alignnone" title="catnav" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/05/catnav.png" alt="catnav" width="80" height="80" /></h2>
<h2>catnav</h2>
<p>Ever wondered where Flossy goes in the day? Does she really shit in your neighbours garden, as per their allegations? This app tracks your cat&#8217;s position on Google maps and publishes it to other <em>catnav</em> users, so you can see your kitty neighbourhood and perhaps impose a curfew if she is fraternizing with that unsavoury tom from number 57.</p>
<h2><img class="size-full wp-image-240 alignnone" title="iphone pro" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/05/iphone-pro.png" alt="iphone pro" width="80" height="80" /></h2>
<h2>iphone pro app</h2>
<p>This app increases battery life, gives you a 5mp xenon flash camera, enables MMS messages and gives you the connectivity of Bluetooth all for $4.59.</p>
<h2><img class="size-full wp-image-241 alignnone" title="bushcutter app" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/05/bushcutter-app.png" alt="bushcutter app" width="80" height="80" /></h2>
<h2>bushcutter</h2>
<p>Ditch dragging that epilator on holiday, this app makes light work of even the most forest-like unsightly bikini line.</p>
<h2><img class="size-full wp-image-242 alignnone" title="twat tagger" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/05/twat-tagger.png" alt="twat tagger" width="80" height="80" /></h2>
<h2>twat tagger</h2>
<p>Take a photo of any twat, any where in the world, and this app will automatically geotag the photo and adds the person to an online facial recognition database so other app users can be alerted when they&#8217;ve enter a neighbourhood with a high propensity of twats.</p>
<h2><img class="size-full wp-image-243 alignnone" title="owl manager" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/05/owl-manager.png" alt="owl manager" width="80" height="80" /></h2>
<h2>owl unlimited</h2>
<p>Having a problem keep track of all your owl&#8217;s? This app brings owl management to a whole new level. With geo-owling, feather tracking, and falconry glove care tips all in one place. Solving life&#8217;s little problems one app at a time.</p>
<p>Feel free to add <em>your suggestions</em> for<strong> iphone apps that money can&#8217;t buy </strong>in the comments&#8230;  Until next time.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=10+iphone+apps+money+can%E2%80%99t+buy+http://te6ct.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=10+iphone+apps+money+can%E2%80%99t+buy+http://te6ct.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.upsidedownturn.co.uk/10-iphone-apps-money/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Eshop recession marketing tips</title>
		<link>http://www.upsidedownturn.co.uk/eshop-recession-marketing-tips/</link>
		<comments>http://www.upsidedownturn.co.uk/eshop-recession-marketing-tips/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 10:36:37 +0000</pubDate>
		<dc:creator>Paolo</dc:creator>
				<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[recession]]></category>
		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://www.upsidedownturn.co.uk/?p=201</guid>
		<description><![CDATA[Thought I&#8217;d post a few of my less-written-about ecommerce tips for your eshop. There should be some superfly marketing ideas here for even the most maveric eshop owner, all helping you maximise your business in this crappy economic climate.

1. Adwords, position #5
If you&#8217;ve got an eshop you&#8217;ve probably got a Google Adwords campaign running and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-205" title="man_laptop" src="http://www.upsidedownturn.co.uk/wp-content/uploads/2009/04/man_laptop.jpg" alt="man_laptop" width="300" height="199" />Thought I&#8217;d post a few of my less-written-about ecommerce tips for your eshop. There should be some superfly marketing ideas here for even the most maveric eshop owner, all helping you maximise your business in this crappy economic climate.</p>
<p><span id="more-201"></span></p>
<p><strong>1. Adwords, position #5</strong></p>
<p>If you&#8217;ve got an eshop you&#8217;ve probably got a Google Adwords campaign running and you are constantly monitoring and re-selecting keywords and bid prices you are paying.  In an expensive keyword niche (bids over £2.00 a-plenty) for a client of mine, I&#8217;ve been targeting position 5 with some success.</p>
<p>I&#8217;ve not been paying the ludicrous amounts that others are bidding on in this niche. But been tidily mopping up customers for my client at a decent pay-per-click rate. The theory is that your competitors want the top spots, and ad results results 1-3 appear in the main pane, making result 4 the top result in right pane, and a natural psychological target to aim for. However others may be aiming for this right-side top spot, so you can get much better value being position 5, one below this&#8230; Try it you can only save money.</p>
<p><code><div id="post-ad"><script type="text/javascript"><!--
google_ad_client = "pub-5906581321031583";
google_ad_slot = "9333086016";
google_ad_width = 250;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div> </code></p>
<p><strong>2. The more of the internet you own &#8211; the more traffic you&#8217;ll get</strong></p>
<p>Why<strong> </strong>not add product reviews and FAQ&#8217;s to <em>each</em> product? The more pages that you have on the web, that are related to each product<strong>, </strong>the more perceived relevance to the topic/item Google will adorn you with.</p>
<p>It&#8217;s fairly simple to add a product FAQ module to an eshop, if you have Magento or Oscommerce there are modules for this already. Writing FAQ text should be straightforward, what are it&#8217;s uses?, who else uses it?, things to consider?, etc, and it will extra keyword filled pages to your shop. Lovely.</p>
<p>Product reviews, likewise. You can get modules for your eshop and they are fairly easy to set up. But this time you&#8217;ll have to ask some of your trusty shoppers for feedback. If they&#8217;ve found your shop efficient, they will probably be ok with adding a product review, especially if you direct them to the right page, and thank them, and then you&#8217;ll have loads more google indexable lovely content.</p>
<p><strong>3. Google Local</strong></p>
<p>The increasing importance of the Google Locals results (those that appear as  a block in the natural search) can&#8217;t be underestimated. An sure you&#8217;ve seen them (if you haven&#8217;t just do a search now for &#8220;plumber &lt;your local city&gt;&#8221;). This means that you really must spend some time getting your local listing right. Add photos, opening times, customer reviews, It will all help you. If you have offices/home that is fairly central <em>do </em>add a place mark, it will also do you a favour.</p>
<p><strong>4. Youtube product reviews </strong></p>
<p>Google is integrating video results from Youtube (Google owns Youtube), into it&#8217;s search engine results pages (SERP&#8217;s). So if you&#8217;ve got a cam, and have time to add a short video reviews/road tests of several of your products, then do it! It&#8217;s all going to help add to your branding and number of results you have on page 1 of your keywords SERP&#8217;s.</p>
<p>Don&#8217;t forget to add an ident/branding to your company on the video so people can type the URL in afterwards.</p>
<p><strong>5. Livechat</strong></p>
<p>Am sure you&#8217;ve seen the &#8220;to speak to a live person click here&#8221;, and if you click, a dialog opens with a salesperson from the site. If you&#8217;ve paid for Adwords visitors you really want to be converting as many of them as possible into purchasing customers not throwing your money away.</p>
<p>There are several systems out there and they are all fairly easy to integrate. They could increase your conversion rate dramatically! Got to be worth a shot.</p>
<p>&#8212;-</p>
<p>Hope you have a few more ideas  how you can improve your eshop, and make it a success (when the high street  is suffering!)</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Eshop+recession+marketing+tips+http://dn7gd.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=Eshop+recession+marketing+tips+http://dn7gd.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.upsidedownturn.co.uk/eshop-recession-marketing-tips/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

