<?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>Terence Eden has a Blog &#187; badvertising</title> <atom:link href="http://shkspr.mobi/blog/index.php/tag/badvertising/feed/" rel="self" type="application/rss+xml" /><link>http://shkspr.mobi/blog</link> <description>Mobiles, Shakespeare, Politics, Usability.</description> <lastBuildDate>Tue, 07 Sep 2010 11:06:54 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>Mobile Badvertising: Peugeot</title><link>http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/</link> <comments>http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/#comments</comments> <pubDate>Fri, 27 Aug 2010 09:02:54 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[geolocation]]></category> <category><![CDATA[peugeot]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=2415</guid> <description><![CDATA[
Peugeot&#8217;s new mobile advert has a couple of critical flaws &#8211; but has just enough innovation to redeem it in my eyes.  Read on to find the two basic mistakes they made, how to solve them, and the cool feature you should be incorporating into your adverts.Clicking on the advert takes you onto a ...]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-2417" title="advert" src="http://shkspr.mobi/blog/wp-content/uploads/2010/08/advert.gif" alt="Peugeot Advert" width="480" height="75" /></p><p>Peugeot&#8217;s new mobile advert has a couple of critical flaws &#8211; but has just enough innovation to redeem it in my eyes.  Read on to find the two basic mistakes they made, how to solve them, and the cool feature you should be incorporating into your adverts.<br
/> <span
id="more-2415"></span></p><p>Clicking on the advert takes you onto a fairly swish looking landing page.  There are some clear calls-to-action, and some attractive graphics.</p><p><a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100826_105816.png"><img
class="aligncenter size-full wp-image-2423" title="snap20100826_105816" src="http://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100826_105816.png" alt="Landing Page" width="480" height="800" /></a></p><p>I find the text a little hard to read.  Let&#8217;s zoom in.</p><p><a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100826_105822.png"><img
class="aligncenter size-full wp-image-2424" title="snap20100826_105822" src="http://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100826_105822.png" alt="Zoomed in image text" width="480" height="800" /></a></p><p>Yikes!  The whole site is an image!  This is incredibly bad practice for several reasons.</p><ul><li>The page weight will be excessive.  This means your site will be slow to load and possibly cost your customers more to access it.</li><li>Inability to zoom in.  With some smartphones like the X10mini having tiny screen, you need to consider how your site will look over a wide range of devices.</li><li>SEO.  Search engines can&#8217;t read images.  Plain text will ensure your site is spidered.</li><li>Reflowing &#8211; what happens when the user rotates the screen?  Your image won&#8217;t scale and reflow as well as text.</li><li>Updating.  If you need to update the site, you&#8217;ll have to edit a series of images &#8211; one for each screen size.  With text, one change and you&#8217;re done.</li></ul><h2>In Praise of&#8230;</h2><p>The usual &#8220;Find A Dealer&#8221; service asks the user to type in their postcode or some other location based detail.  I&#8217;m very pleased to say that Peugeot goes one step beyond this.  They take advantage of the geo-location api of the phone so that the user doesn&#8217;t have to do any extra work.  Brilliant.<br
/> <img
class="aligncenter size-full wp-image-2419" title="snap20100826_105923" src="http://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100826_105923.png" alt="Location API in use" width="480" height="800" /><br
/> This is a great use of the technology.  Let computers do what they do best and reduce the need of your user to type data in.<br
/> You can use a <a
href="http://code.google.com/p/geo-location-javascript/wiki/SupportedPlatforms">cross-platform geo-location solution like Google Gears</a> to detect your users&#8217; location.</p><p>Ideally, the domain name should be that of the product.  The user probably doesn&#8217;t know who &#8220;sevenal-fit.com&#8221; are &#8211; but they would recognise &#8220;peugeot.com&#8221;.</p><h2>Text Effects</h2><p>This is the final fly in the ointment.<br
/> Is this piece of text a link? <span
style="text-decoration: underline;">How about this one</span>? <span
style="color: #0000ff;"><span
style="text-decoration: underline;">What about this</span></span>?</p><p>By convention &#8211; and good usability practice &#8211; links are styled differently than regular text.  Usually by underlining or displaying in a different colour.  It helps the user see what actions they can take on a page.  Have a look at this results page and see if you can tell what you can click on.</p><p><a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/08/results.png"><img
class="aligncenter size-medium wp-image-2416" title="results" src="http://shkspr.mobi/blog/wp-content/uploads/2010/08/results-180x300.png" alt="Results Page" width="180" height="300" /></a></p><p>Not very intuitive &#8211; is it?  It looks like a list of results with no further information.</p><p>As it happens, you <em>can</em> click on the dealer names.</p><p><a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/08/click-to-call.png"><img
class="aligncenter size-medium wp-image-2418" title="click to call" src="http://shkspr.mobi/blog/wp-content/uploads/2010/08/click-to-call-180x300.png" alt="No text decoration" width="180" height="300" /></a>Again, there&#8217;s no text decoration.  While it&#8217;s good that they&#8217;ve used click-to-call for the phone numbers, there&#8217;s no indication until you&#8217;ve placed your finger or cursor over the text that it&#8217;s a link.</p><p>Don&#8217;t make your users think.  Clearly signpost the actions which are available to them.</p><p>It&#8217;s also worth including a map of the area &#8211; or even directions from the user&#8217;s current location.  Remember, the end goal of this advert is to make someone buy a car.  Make it as easy as possible for your users to go from advert to purchase.</p><h2>Conclusion</h2><p>Text is better than images.</p><p>Remember to decorate your text correctly.</p><p>Geo-location is awesome &#8211; but don&#8217;t forget to display a map.</p><p>Finally, consider which domain name the users will see and if they will trust it to store their data securely.</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/&amp;title=Mobile+Badvertising%3A+Peugeot" title="Add 'Mobile Badvertising: Peugeot' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising: Peugeot' to Del.icio.us" alt="Add 'Mobile Badvertising: Peugeot' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/&amp;title=Mobile+Badvertising%3A+Peugeot" title="Add 'Mobile Badvertising: Peugeot' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising: Peugeot' to digg" alt="Add 'Mobile Badvertising: Peugeot' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/&amp;title=Mobile+Badvertising%3A+Peugeot" title="Add 'Mobile Badvertising: Peugeot' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising: Peugeot' to reddit" alt="Add 'Mobile Badvertising: Peugeot' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/" title="Add 'Mobile Badvertising: Peugeot' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising: Peugeot' to Technorati" alt="Add 'Mobile Badvertising: Peugeot' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/&amp;title=Mobile+Badvertising%3A+Peugeot" title="Add 'Mobile Badvertising: Peugeot' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising: Peugeot' to Stumble Upon" alt="Add 'Mobile Badvertising: Peugeot' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/&amp;title=Mobile+Badvertising%3A+Peugeot" title="Add 'Mobile Badvertising: Peugeot' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising: Peugeot' to Google Bookmarks" alt="Add 'Mobile Badvertising: Peugeot' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/" title="Add 'Mobile Badvertising: Peugeot' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising: Peugeot' to Bloglines" alt="Add 'Mobile Badvertising: Peugeot' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising%3A+Peugeot&amp;url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/" title="Add 'Mobile Badvertising: Peugeot' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising: Peugeot' to SlashDot" alt="Add 'Mobile Badvertising: Peugeot' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/&amp;t=Mobile+Badvertising%3A+Peugeot" title="Add 'Mobile Badvertising: Peugeot' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising: Peugeot' to FaceBook" alt="Add 'Mobile Badvertising: Peugeot' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/" title="Add 'Mobile Badvertising: Peugeot' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising: Peugeot' to Wikio" alt="Add 'Mobile Badvertising: Peugeot' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/" title="Add 'Mobile Badvertising: Peugeot' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising: Peugeot' to Twitter" alt="Add 'Mobile Badvertising: Peugeot' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising%3A+Peugeot&amp;url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/" title="Add 'Mobile Badvertising: Peugeot' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising: Peugeot' to FriendFeed" alt="Add 'Mobile Badvertising: Peugeot' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/&amp;title=Mobile+Badvertising%3A+Peugeot&amp;srcURL=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/" title="Add 'Mobile Badvertising: Peugeot' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising: Peugeot' to Google Buzz" alt="Add 'Mobile Badvertising: Peugeot' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-peugeot/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Mobile Badvertising: Nokia Music</title><link>http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/</link> <comments>http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/#comments</comments> <pubDate>Wed, 18 Aug 2010 16:52:50 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[nokia]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=2341</guid> <description><![CDATA[I&#8217;ve mentioned Nokia on here a few times.  For a mobile focused company, they seem to have a real problem with mobile advertising.
It starts well enough with an animated GIF.The site it links to is http://music.nokia.co.uk/ &#8211; cleverly, Nokia redirect mobile users to a specific mobile version of the site.  That&#8217;s where it all starts ...]]></description> <content:encoded><![CDATA[<p>I&#8217;ve mentioned <a
href="http://shkspr.mobi/blog/index.php/tag/nokia/">Nokia on here a few times</a>.  For a mobile focused company, they seem to have a real problem with mobile advertising.</p><p>It starts well enough with an animated GIF.</p><p><a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/08/nokiamusic_168x28.gif"><img
class="aligncenter size-full wp-image-2342" title="nokiamusic_168x28" src="http://shkspr.mobi/blog/wp-content/uploads/2010/08/nokiamusic_168x28.gif" alt="Nokia Advert" width="168" height="28" /></a></p><p><a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100818_080709.png"><img
class="aligncenter size-medium wp-image-2345" title="snap20100818_080709" src="http://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100818_080709-180x300.png" alt="Advert in context" width="180" height="300" /></a></p><p>The site it links to is <a
href="http://music.nokia.co.uk/">http://music.nokia.co.uk/</a> &#8211; cleverly, Nokia redirect mobile users to a specific mobile version of the site.  That&#8217;s where it all starts to go wrong&#8230;<span
id="more-2341"></span></p><h2>Viewport Is Your Friend</h2><p>This is what the user sees on visiting the advert.  Better hope they&#8217;ve got great eyesight!</p><p><img
class="aligncenter size-full wp-image-2346" title="snap20100818_080728" src="http://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100818_080728.png" alt="Zoomed Out Web Page" width="480" height="800" />This is caused by having an obnoxiously wide graphic at the top &#8211; but also by not setting the viewport correctly.</p><p>In the &lt;head&gt; section of your HTML, you can define how wide the page should display.  You can set the width of the page to automatically be that of the phone with this single line of code.</p><pre lang="html"> &lt;meta name="viewport" content="width=device-width; initial-scale=1.0;"/&gt;</pre><p>This will ensure your readers don&#8217;t have to manually zoom in to read the marketing message you&#8217;re trying to impart.</p><p>You can find more information about <a
href="http://learnthemobileweb.com/2009/07/mobile-meta-tags/">Viewport on Learn The Mobile Web</a>.</p><h2>Don&#8217;t Link To Non-Mobile Sites</h2><p>On this mobile website &#8211; where do you think the links lead?<br
/> <a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100810_150410.png"><img
src="http://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100810_150410-180x300.png" alt="Website with flash" title="snap20100810_150410" width="180" height="300" /></a><a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100810_150129.png"><img
src="http://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100810_150129-180x300.png" alt="PC based page" title="snap20100810_150129" width="180" height="300" /></a></p><p>Not only do they point to large pages totally unsuitable for mobile &#8211; one of the sites requires Flash to work.  Thereby further excluding millions of potential customers.</p><p>It&#8217;s one of the first rules of mobile advertising &#8211; don&#8217;t force your customers to download megabytes of unusable data.</p><h2>What Are You Trying To Do?</h2><p>Finally, what&#8217;s the point of this advertising campaign?<br
/> <img
src="http://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100818_080743.png" alt="The Campaign, zoomed in" title="snap20100818_080743" width="480" height="800" class="aligncenter size-full wp-image-2347" /></p><p>The main purpose seems to be to get me to download content on to my PC.  An odd proposition for a mobile site, surely?</p><p>Given that it can&#8217;t be used by anyone without a Nokia phone &#8211; why is it being served to me?</p><p>If it is trying to entice me to buy a Nokia device so I can experience &#8220;Comes With Music&#8221; &#8211; why is it doing its best to treat me like a second class citizen?</p><p>Ask yourself this question &#8211; what are Nokia trying to acheive with this advert.  Nokia&#8217;s effort doesn&#8217;t seem to offer any value or information for anyone.  What a waste of time and money.</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/&amp;title=Mobile+Badvertising%3A+Nokia+Music" title="Add 'Mobile Badvertising: Nokia Music' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising: Nokia Music' to Del.icio.us" alt="Add 'Mobile Badvertising: Nokia Music' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/&amp;title=Mobile+Badvertising%3A+Nokia+Music" title="Add 'Mobile Badvertising: Nokia Music' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising: Nokia Music' to digg" alt="Add 'Mobile Badvertising: Nokia Music' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/&amp;title=Mobile+Badvertising%3A+Nokia+Music" title="Add 'Mobile Badvertising: Nokia Music' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising: Nokia Music' to reddit" alt="Add 'Mobile Badvertising: Nokia Music' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/" title="Add 'Mobile Badvertising: Nokia Music' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising: Nokia Music' to Technorati" alt="Add 'Mobile Badvertising: Nokia Music' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/&amp;title=Mobile+Badvertising%3A+Nokia+Music" title="Add 'Mobile Badvertising: Nokia Music' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising: Nokia Music' to Stumble Upon" alt="Add 'Mobile Badvertising: Nokia Music' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/&amp;title=Mobile+Badvertising%3A+Nokia+Music" title="Add 'Mobile Badvertising: Nokia Music' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising: Nokia Music' to Google Bookmarks" alt="Add 'Mobile Badvertising: Nokia Music' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/" title="Add 'Mobile Badvertising: Nokia Music' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising: Nokia Music' to Bloglines" alt="Add 'Mobile Badvertising: Nokia Music' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising%3A+Nokia+Music&amp;url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/" title="Add 'Mobile Badvertising: Nokia Music' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising: Nokia Music' to SlashDot" alt="Add 'Mobile Badvertising: Nokia Music' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/&amp;t=Mobile+Badvertising%3A+Nokia+Music" title="Add 'Mobile Badvertising: Nokia Music' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising: Nokia Music' to FaceBook" alt="Add 'Mobile Badvertising: Nokia Music' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/" title="Add 'Mobile Badvertising: Nokia Music' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising: Nokia Music' to Wikio" alt="Add 'Mobile Badvertising: Nokia Music' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/" title="Add 'Mobile Badvertising: Nokia Music' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising: Nokia Music' to Twitter" alt="Add 'Mobile Badvertising: Nokia Music' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising%3A+Nokia+Music&amp;url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/" title="Add 'Mobile Badvertising: Nokia Music' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising: Nokia Music' to FriendFeed" alt="Add 'Mobile Badvertising: Nokia Music' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/&amp;title=Mobile+Badvertising%3A+Nokia+Music&amp;srcURL=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/" title="Add 'Mobile Badvertising: Nokia Music' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising: Nokia Music' to Google Buzz" alt="Add 'Mobile Badvertising: Nokia Music' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-nokia-music/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam</title><link>http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/</link> <comments>http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/#comments</comments> <pubDate>Fri, 13 Aug 2010 20:43:02 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[floors-2-go]]></category> <category><![CDATA[sms]]></category> <category><![CDATA[spam]]></category> <category><![CDATA[spam floors2go]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=2333</guid> <description><![CDATA[UPDATED 07 September 2010
How to unsubscribe
If you want to unsubscribe from this SMS spam, you have three options.Ring &#8220;Dill&#8221; on 0121 359 0234 &#8211; she works for Floors2Go and will be happy to remove you from the list.
Floors2Go purchased your phone number from tmnmedia &#8211; who assured Floors2Go that you were desperately interested in getting ...]]></description> <content:encoded><![CDATA[<h1>UPDATED 07 September 2010</h1><h2>How to unsubscribe</h2><p>If you want to unsubscribe from this SMS spam, you have three options.</p><ol><li>Ring &#8220;Dill&#8221; on 0121 359 0234 &#8211; she works for Floors2Go and will be happy to remove you from the list.</li><li>Floors2Go purchased your phone number from <a
href="http://www.tmnmedia.com/">tmnmedia</a> &#8211; who assured Floors2Go that you were desperately interested in getting SMS spam. Call them on 020 7936 6600. Or call Matt Love 020 7936 6520 &#8211; you can also email him on matt.love@tmnmedia.com &#8211; Matt was responsible for the SMS &#8220;campaign&#8221; and is happy for you to email him if you want your number removed.</li><li>But that&#8217;s not all! tmnmedia purchased your number from <a
href="http://www.scientiadata.com/">Scientia Data</a> Call them on 	0207 940 9797.</li></ol><p>At the moment, I&#8217;ve got &#8220;Tess&#8221; from Scientia looking in to where they got my number from.  Remember &#8211; if you ring each of them, they&#8217;ll soon see the value of SMS spam&#8230;</p><p>Hope that helps.</p><h2>Original Article</h2><p>If there&#8217;s one thing I hate more than SMS spam &#8211; it&#8217;s <strong><em>crap</em></strong> SMS spam.</p><p><a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/08/144946793.png"><img
class="aligncenter size-medium wp-image-2334" title="144946793" src="http://shkspr.mobi/blog/wp-content/uploads/2010/08/144946793-180x300.png" alt="SMS Spam from Floors2Go" width="180" height="300" /></a>Let&#8217;s count the errors in this atrocious attempt at mobile marketing.<span
id="more-2333"></span></p><ul><li>Where is my nearest Floors-2-Go store?</li><li>What number should I call to find the nearest store?</li><li>WHY THE random capitalisation of SOME words?</li><li>Grammatical and spelling errors (&#8220;UKS&#8221; should be &#8220;UK&#8217;s&#8221;. &#8220;upto&#8221; should be &#8220;up to&#8221;)</li><li>No return number &#8211; I can&#8217;t opt-out nor text them for more information.</li><li>No mobile website.</li><li>IT&#8217;S SPAM! HORRIBLE NASTY EVIL SPAM.  The mobile is the only battery powered toy I caress against my face and take to bed with me.  It&#8217;s personal and intimate.  If I haven&#8217;t given you permission to invade my personal space &#8211; I&#8217;m not going to be best pleased with you.</li></ul><p>Look &#8211; don&#8217;t spam people.  But if you are going to &#8211; at least put some effort. This is a pathetic attempt at engaging the customer.</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/&amp;title=Mobile+Badvertising%3A+Floors-2-Go+Have+Crappy+SMS+Spam" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Del.icio.us" alt="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/&amp;title=Mobile+Badvertising%3A+Floors-2-Go+Have+Crappy+SMS+Spam" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to digg" alt="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/&amp;title=Mobile+Badvertising%3A+Floors-2-Go+Have+Crappy+SMS+Spam" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to reddit" alt="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Technorati" alt="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/&amp;title=Mobile+Badvertising%3A+Floors-2-Go+Have+Crappy+SMS+Spam" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Stumble Upon" alt="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/&amp;title=Mobile+Badvertising%3A+Floors-2-Go+Have+Crappy+SMS+Spam" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Google Bookmarks" alt="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Bloglines" alt="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising%3A+Floors-2-Go+Have+Crappy+SMS+Spam&amp;url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to SlashDot" alt="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/&amp;t=Mobile+Badvertising%3A+Floors-2-Go+Have+Crappy+SMS+Spam" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to FaceBook" alt="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Wikio" alt="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Twitter" alt="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising%3A+Floors-2-Go+Have+Crappy+SMS+Spam&amp;url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to FriendFeed" alt="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/&amp;title=Mobile+Badvertising%3A+Floors-2-Go+Have+Crappy+SMS+Spam&amp;srcURL=http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Google Buzz" alt="Add 'Mobile Badvertising: Floors-2-Go Have Crappy SMS Spam' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2010/08/mobile-badvertising-floors2go-have-crappy-sms-spam/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Mobile Badvertising: Samsung Galaxy S</title><link>http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/</link> <comments>http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/#comments</comments> <pubDate>Thu, 08 Jul 2010 09:22:13 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[galaxy]]></category> <category><![CDATA[guardian]]></category> <category><![CDATA[samsung]]></category> <category><![CDATA[virgin]]></category> <category><![CDATA[vodafone]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=2135</guid> <description><![CDATA[In this Mobile Badvertising series, I regularly pick on the Guardian.  I don&#8217;t have anything against them &#8211; they&#8217;re my favourite mobile news resource.  It&#8217;s such a shame that the advertising they have on the site is atrocious.
Samsung Galaxy S
The Galaxy S is Samsung&#8217;s latest Android handset.  There are so many Android phones out there ...]]></description> <content:encoded><![CDATA[<p>In this <a
href="http://shkspr.mobi/blog/index.php/tag/badvertising/">Mobile Badvertising</a> series, I regularly pick on the Guardian.  I don&#8217;t have anything against them &#8211; they&#8217;re my favourite mobile news resource.  It&#8217;s such a shame that the advertising they have on the site is atrocious.</p><h2>Samsung Galaxy S</h2><p>The Galaxy S is Samsung&#8217;s latest Android handset.  There are so many Android phones out there that you need a really great advertising campaign (or a really great product) to stand out from the competition.</p><p>Let&#8217;s take a look at the Samsung campaign.</p><h2>Small Isn&#8217;t Beautiful</h2><div
id="attachment_2136" class="wp-caption aligncenter" style="width: 490px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/07/snap20100708_092625-e1278579550901.png"><img
class="size-full wp-image-2136" title="Advert for GalaxyS on Guardian Mobile site" src="http://shkspr.mobi/blog/wp-content/uploads/2010/07/snap20100708_092625-e1278579550901.png" alt="Advert for GalaxyS on Guardian Mobile site" width="480" height="450" /></a><p
class="wp-caption-text">Advert for GalaxyS on Guardian Mobile site</p></div><p>The advert is disproportionately small compared to the rest of the site.  The Android phone I&#8217;m viewing on has a screen width of 480 pixels &#8211; the advert looks tiny and pathetic.</p><p>At first I thought it was the Guardian mangling the advert &#8211; but a look at <a
href="http://images.mpression.net/image/11251/galaxy_banner168x28_v2.gif">the URL</a> shows that <a
href="http://www.4th-screen.com/">4th Screen</a> have decided to serve up a 168*28 image.</p><div
id="attachment_2141" class="wp-caption aligncenter" style="width: 178px"><img
class="size-full wp-image-2141" title="Tiny Banner Ad" src="http://shkspr.mobi/blog/wp-content/uploads/2010/07/galaxy_banner168x28_v2.gif" alt="Tiny Banner Ad" width="168" height="28" /><p
class="wp-caption-text">Tiny Banner Ad</p></div><p>Worse than that, they&#8217;ve blindly <em>resized</em> the image rather than rework it.  Take a look zoomed in &#8211; the text is illegible.</p><p
style="text-align: center;"><div
id="attachment_2141" class="wp-caption aligncenter" style="width: 346px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/07/galaxy_banner168x28_v2.gif"><img
class="size-full wp-image-2141 " title="Tiny Banner Ad" src="http://shkspr.mobi/blog/wp-content/uploads/2010/07/galaxy_banner168x28_v2.gif" alt="Tiny Banner Ad" width="336" height="56" /></a><p
class="wp-caption-text">Tiny Banner Ad</p></div><h2>The Micro-Site</h2><p>The site behind the advert isn&#8217;t too bad.  But there&#8217;s nothing exciting about it.  Just a series of static pages.  You can visit it at <a
href="http://galaxys.co.uk/">http://galaxys.co.uk/</a></p><h2>What Do You Want Your Customers To Do?</h2><p>With every mobile advertising campaign, you need to think about what it is you want to accomplish.  This campaign is, presumably, designed to encourage people to buy the Samsung Galaxy S phone.  So, it would make sense if people could buy the phone from the site. No?</p><div
id="attachment_2139" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-2139" title="Try to buy the phone from this page" src="http://shkspr.mobi/blog/wp-content/uploads/2010/07/snap20100704_093817.png" alt="Try to buy the phone from this page" width="480" height="800" /><p
class="wp-caption-text">Try to buy the phone from this page</p></div><p>There are three glaring mistakes on this page.  Can you spot them?</p><ol><li>No mention of price. Is this pre-pay or contract? Is this a premium product or a cheap and cheerful device?</li><li>No click-to-call.  Those phone numbers should be clickable and should take the customer straight through to the dedicated Galaxy S representatives.</li><li>Those images of the phone company logos are clickable &#8211; yet there&#8217;s nothing to suggest they are.</li></ol><p>Still, clicking on those logos will let me buy the phone through a mobile-friendly shop. Right?</p><h2>Mobile Companies Who Don&#8217;t Do Mobile</h2><p>eTailing is hard.  Getting a web based shop up, running and profitable is tricky.  Getting a mobile version of that site can be even harder.  But if there were ever a company to do it well, you would expect them to be a mobile company.  Sadly, that&#8217;s not the case.</p><p
style="text-align: center;"><div
id="attachment_2138" class="wp-caption aligncenter" style="width: 298px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/07/snap20100704_093839.png"><img
class="size-full wp-image-2138 " title="Vodafone's non-mobile website" src="http://shkspr.mobi/blog/wp-content/uploads/2010/07/snap20100704_093839.png" alt="Vodafone's non-mobile website" width="288" height="480" /></a><p
class="wp-caption-text">Vodafone&#39;s non-mobile website</p></div><div
id="attachment_2137" class="wp-caption aligncenter" style="width: 298px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/07/snap20100704_093848.png"><img
class="size-full wp-image-2137 " title="Virgin's non-mobile site" src="http://shkspr.mobi/blog/wp-content/uploads/2010/07/snap20100704_093848.png" alt="Virgin's non-mobile site" width="288" height="480" /></a><p
class="wp-caption-text">Virgin&#39;s non-mobile site</p></div><p>So, our hapless user can&#8217;t use her phone to make a call to buy the handset, she can&#8217;t use the web browser to buy the handset.  Is she supposed to wander down to her local store to buy one? Way to make use of the mobile medium&#8230;</p><h2>How To Fix It</h2><p>All is not lost.  There are several easy steps which can be taken to fix this disaster.</p><ul><li>Serve up adverts which are correctly sized for the screen requesting them.</li><li>Don&#8217;t resize adverts &#8211; create a unique advert for each screen size you&#8217;re targeting.</li><li>Make you micro-site <em>interesting</em>. Add mobile YouTube videos.  Add wallpapers, ringtones, or competitions.  Give people a reason to visit the site and share it with their friends.</li><li>Click To Call.  I don&#8217;t know how often I have to say this, but if your <em>potential</em> customers can&#8217;t place an order from your site &#8211; you will never convert them into a <em>paying</em> customer.</li><li>Let the user know which parts of your site are clickable.</li><li>Never redirect a user to a non-mobile website.  The user may have to pay the data charges and will get a site which they can&#8217;t use.</li><li>Mobile e-tailing.  Three huge names in mobile &#8211; yet I can&#8217;t order this phone from my mobile. That&#8217;s just embarrassing. Either make a mobile friendly site, or give customers directions to their nearest store.</li></ul><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/&amp;title=Mobile+Badvertising%3A+Samsung+Galaxy+S" title="Add 'Mobile Badvertising: Samsung Galaxy S' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising: Samsung Galaxy S' to Del.icio.us" alt="Add 'Mobile Badvertising: Samsung Galaxy S' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/&amp;title=Mobile+Badvertising%3A+Samsung+Galaxy+S" title="Add 'Mobile Badvertising: Samsung Galaxy S' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising: Samsung Galaxy S' to digg" alt="Add 'Mobile Badvertising: Samsung Galaxy S' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/&amp;title=Mobile+Badvertising%3A+Samsung+Galaxy+S" title="Add 'Mobile Badvertising: Samsung Galaxy S' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising: Samsung Galaxy S' to reddit" alt="Add 'Mobile Badvertising: Samsung Galaxy S' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/" title="Add 'Mobile Badvertising: Samsung Galaxy S' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising: Samsung Galaxy S' to Technorati" alt="Add 'Mobile Badvertising: Samsung Galaxy S' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/&amp;title=Mobile+Badvertising%3A+Samsung+Galaxy+S" title="Add 'Mobile Badvertising: Samsung Galaxy S' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising: Samsung Galaxy S' to Stumble Upon" alt="Add 'Mobile Badvertising: Samsung Galaxy S' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/&amp;title=Mobile+Badvertising%3A+Samsung+Galaxy+S" title="Add 'Mobile Badvertising: Samsung Galaxy S' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising: Samsung Galaxy S' to Google Bookmarks" alt="Add 'Mobile Badvertising: Samsung Galaxy S' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/" title="Add 'Mobile Badvertising: Samsung Galaxy S' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising: Samsung Galaxy S' to Bloglines" alt="Add 'Mobile Badvertising: Samsung Galaxy S' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising%3A+Samsung+Galaxy+S&amp;url=http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/" title="Add 'Mobile Badvertising: Samsung Galaxy S' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising: Samsung Galaxy S' to SlashDot" alt="Add 'Mobile Badvertising: Samsung Galaxy S' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/&amp;t=Mobile+Badvertising%3A+Samsung+Galaxy+S" title="Add 'Mobile Badvertising: Samsung Galaxy S' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising: Samsung Galaxy S' to FaceBook" alt="Add 'Mobile Badvertising: Samsung Galaxy S' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/" title="Add 'Mobile Badvertising: Samsung Galaxy S' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising: Samsung Galaxy S' to Wikio" alt="Add 'Mobile Badvertising: Samsung Galaxy S' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/" title="Add 'Mobile Badvertising: Samsung Galaxy S' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising: Samsung Galaxy S' to Twitter" alt="Add 'Mobile Badvertising: Samsung Galaxy S' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising%3A+Samsung+Galaxy+S&amp;url=http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/" title="Add 'Mobile Badvertising: Samsung Galaxy S' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising: Samsung Galaxy S' to FriendFeed" alt="Add 'Mobile Badvertising: Samsung Galaxy S' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/&amp;title=Mobile+Badvertising%3A+Samsung+Galaxy+S&amp;srcURL=http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/" title="Add 'Mobile Badvertising: Samsung Galaxy S' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising: Samsung Galaxy S' to Google Buzz" alt="Add 'Mobile Badvertising: Samsung Galaxy S' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2010/07/mobile-badvertising-samsung-galaxy-s/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux</title><link>http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/</link> <comments>http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/#comments</comments> <pubDate>Thu, 24 Jun 2010 18:29:35 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[android]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[barclays]]></category> <category><![CDATA[guardian]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=2107</guid> <description><![CDATA[Once again my wrath is targeted at The Guardian, Barclays and Apple.  Three massive companies &#8211; each one of whom could have stopped this advertising disaster.
Mistake #1
Take a look at this rather charming advert on the Guardian&#8217;s mobile site.  The more astute among you will recognise the problem.I&#8217;m being advertised an iPhone game ...]]></description> <content:encoded><![CDATA[<p>Once again my wrath is targeted at The <a
href="http://shkspr.mobi/blog/index.php/tag/guardian/">Guardian</a>, <a
href="http://shkspr.mobi/blog/index.php/tag/barclays/">Barclays</a> and <a
href="http://shkspr.mobi/blog/index.php/tag/apple/">Apple</a>.  Three massive companies &#8211; each one of whom could have stopped this advertising disaster.</p><h2>Mistake #1</h2><p>Take a look at this rather charming advert on the Guardian&#8217;s mobile site.  The more astute among you will recognise the problem.<br
/> <a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100623_194429.png"><img
class="aligncenter size-full wp-image-2110" title="snap20100623_194429" src="http://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100623_194429.png" alt="" width="480" height="800" /></a><br
/> I&#8217;m being advertised an iPhone game when I&#8217;m browsing the site using an Android phone.  This is the fault of the Guardian &#8211; or, more likely, whoever runs their advertising department.</p><p>Well, let&#8217;s click on it.</p><h2>Mistake #2</h2><p>The image expansion doesn&#8217;t work.  This is probably because it uses iPhone specific code.<br
/> <a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100623_193030.png"><img
class="aligncenter size-full wp-image-2111" title="snap20100623_193030" src="http://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100623_193030.png" alt="" width="480" height="800" /></a></p><h2>Mistake #3</h2><p>Let&#8217;s take a look at the raw image.<br
/> <a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/06/4th_screen_300x300_v1.png"><img
class="aligncenter size-full wp-image-2112" title="4th_screen_300x300_v1" src="http://shkspr.mobi/blog/wp-content/uploads/2010/06/4th_screen_300x300_v1.png" alt="" width="300" height="300" /></a><br
/> The image is a 135KB PNG.  That&#8217;s massive.  At a time when unlimited downloads are under threat, it is incumbent on the mobile web designer to minimise needless data usage.</p><p>If we convert the image to a JPG, the size goes down to 26KB.  Can you spot the difference in quality?<br
/> <a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/06/4th_screen_300x300_v1.jpg"><img
class="aligncenter size-full wp-image-2108" title="4th_screen_300x300_v1" src="http://shkspr.mobi/blog/wp-content/uploads/2010/06/4th_screen_300x300_v1.jpg" alt="" width="300" height="300" /></a></p><h2>Mistake #4</h2><p>What happens if we visit the destination?<br
/> <a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100623_194452.png"><img
class="aligncenter size-full wp-image-2109" title="snap20100623_194452" src="http://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100623_194452.png" alt="" width="480" height="800" /></a><br
/> Ah.  Apple send us to the desktop version of iTunes.  This is better than what used to happen, where they tried to install iTunes!</p><h2>Preventing The Problem</h2><p>Every browser sends a <a
href="http://tools.ietf.org/html/rfc1945">User-Agent String</a>.  The advertising server should be configured to only send iPhone-specific adverts to iPhones.</p><p>It really is that simple.  You can use services like WURFL and DeviceAtlas to automate this process if you like.</p><h2>What Should Have Happened</h2><ul><li> The advert shouldn&#8217;t have been shown in the first place.  The Guardian needs to ensure that the advertising space it is selling is being correctly targeted.</li><li>The click should have gone directly to Barclays &#8211; if they saw the phone viewing the content wasn&#8217;t an iPhone they should display alternate content.</li><li>Apple needs to have a mobile friendly page.  It really is that simple.  A great mobile friendly page with a link that says &#8220;<span
style="text-decoration: underline;"><strong>Want to play this games? Find your nearest Apple Store here</strong></span>&#8220;.</li></ul><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/&amp;title=Mobile+Badvertising+%26%238211%3B+Guardian%2C+Barclay%26%238217%3Bs%2C+Apple+Redux" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Del.icio.us" alt="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/&amp;title=Mobile+Badvertising+%26%238211%3B+Guardian%2C+Barclay%26%238217%3Bs%2C+Apple+Redux" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to digg" alt="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/&amp;title=Mobile+Badvertising+%26%238211%3B+Guardian%2C+Barclay%26%238217%3Bs%2C+Apple+Redux" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to reddit" alt="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Technorati" alt="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/&amp;title=Mobile+Badvertising+%26%238211%3B+Guardian%2C+Barclay%26%238217%3Bs%2C+Apple+Redux" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Stumble Upon" alt="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/&amp;title=Mobile+Badvertising+%26%238211%3B+Guardian%2C+Barclay%26%238217%3Bs%2C+Apple+Redux" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Google Bookmarks" alt="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Bloglines" alt="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising+%26%238211%3B+Guardian%2C+Barclay%26%238217%3Bs%2C+Apple+Redux&amp;url=http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to SlashDot" alt="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/&amp;t=Mobile+Badvertising+%26%238211%3B+Guardian%2C+Barclay%26%238217%3Bs%2C+Apple+Redux" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to FaceBook" alt="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Wikio" alt="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Twitter" alt="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising+%26%238211%3B+Guardian%2C+Barclay%26%238217%3Bs%2C+Apple+Redux&amp;url=http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to FriendFeed" alt="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/&amp;title=Mobile+Badvertising+%26%238211%3B+Guardian%2C+Barclay%26%238217%3Bs%2C+Apple+Redux&amp;srcURL=http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Google Buzz" alt="Add 'Mobile Badvertising &#8211; Guardian, Barclay&#8217;s, Apple Redux' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2010/06/mobile-badvertising-guardian-barclays-apple-redux/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Orange Mobile Badvertising</title><link>http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/</link> <comments>http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/#comments</comments> <pubDate>Fri, 11 Jun 2010 16:04:44 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[blackberry]]></category> <category><![CDATA[orange]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=2094</guid> <description><![CDATA[It has been a while since I last posted in the Mobile Badvertising section. Mobile adverts are slowly improving. By every once in a while, I spot an advert of such mind numbing ineptitude that I am compelled to post.
Orange
Take a look at the latest offering from Orange &#8211; a large UK mobile network operator.
Spot ...]]></description> <content:encoded><![CDATA[<p>It has been a while since I last posted in the Mobile Badvertising section. Mobile adverts are slowly improving. By every once in a while, I spot an advert of such mind numbing ineptitude that I am compelled to post.</p><h2>Orange</h2><p>Take a look at the latest offering from Orange &#8211; a large UK mobile network operator.</p><div
id="attachment_2098" class="wp-caption aligncenter" style="width: 490px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100611_073844.png"><img
class="size-full wp-image-2098" title="Orange Advert on Guardian" src="http://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100611_073844.png" alt="Orange Advert on Guardian" width="480" height="800" /></a><p
class="wp-caption-text">Orange Advert on Guardian</p></div><p>Spot it? It&#8217;s the microscopic banner hidden away on the mobile site of the Guardian newspaper.</p><p>The advertiser has little choice in the poor placement. And it&#8217;s not their fault if the Guardian has resized it.  Let&#8217;s take a look at the full size animated GIF.</p><div
id="attachment_2095" class="wp-caption aligncenter" style="width: 178px"><img
class="size-full wp-image-2095" title="Orange Advert" src="http://shkspr.mobi/blog/wp-content/uploads/2010/06/adban_bb_168.gif" alt="Orange Advert" width="168" height="28" /><p
class="wp-caption-text">Orange Advert</p></div><p>Ah.</p><p>Still, I&#8217;m sure the rewards for the eager-eyed viewer are magnificent&#8230;.</p><div
id="attachment_2096" class="wp-caption aligncenter" style="width: 190px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100611_073826.png"><img
class="size-medium wp-image-2096" title="Orange Badvert" src="http://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100611_073826-180x300.png" alt="Orange Badvert" width="180" height="300" /></a><p
class="wp-caption-text">Orange Badvert - click to embiggen</p></div><p>Not so much.</p><p>The potential customer is presented with a poorly resized image. The only link at the bottom takes them to a seemingly identical page.</p><div
id="attachment_2097" class="wp-caption aligncenter" style="width: 190px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100611_073832.png"><img
class="size-medium wp-image-2097" title="Orange Badvert 2" src="http://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100611_073832-180x300.png" alt="Orange Badvert 2" width="180" height="300" /></a><p
class="wp-caption-text">Orange Badvert 2 - Click to embiggen</p></div><h2>What Else Does It Do?</h2><p>So, let&#8217;s look at the purchase experience.</p><p>Oh, there isn&#8217;t one. No nearest store finder. No mobile YouTube video showing off the phones. No click to call so you can buy one right now.</p><p>Nothing.</p><p>To recap, a tiny banner takes you to a poster. That&#8217;s it. No though has been given to the unique opportunities that mobile affords. There&#8217;s no way to convert an interested browser into a paying customer. If we&#8217;re being honest, there&#8217;s not really enough information in this microsite to justify an advert.</p><p>It is small, feeble and pointless.</p><h2>Lessons To Learn</h2><p>Ensure that your advertising assets are available n a variety of screen sizes. Small adverts are hard to click on. Worse still, they may be completely ignored.</p><p>If you can&#8217;t resize your images, unplug your computer and go home.</p><p>Think about what you want to achieve from the advert.<br
/> Are you trying to increase sales? Give the potential customer a direct route to purchase from you.<br
/> Are you trying to excite or interest potential customers? Provide enough interesting information. This isn&#8217;t print. You&#8217;re not limited by page size &#8211; only by your imagination.</p><p>Take advantage of the medium.  Mobile is so much more useful than print.  Orange seem stuck in the mindset that a single image is all an advert needs to be.</p><h2>Message To Orange</h2><p>You&#8217;re a <em>mobile</em> company.  Make your adverts reflect that.  You should be promoting excellence &#8211; not mediocrity.</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/&amp;title=Orange+Mobile+Badvertising" title="Add 'Orange Mobile Badvertising' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Orange Mobile Badvertising' to Del.icio.us" alt="Add 'Orange Mobile Badvertising' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/&amp;title=Orange+Mobile+Badvertising" title="Add 'Orange Mobile Badvertising' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Orange Mobile Badvertising' to digg" alt="Add 'Orange Mobile Badvertising' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/&amp;title=Orange+Mobile+Badvertising" title="Add 'Orange Mobile Badvertising' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Orange Mobile Badvertising' to reddit" alt="Add 'Orange Mobile Badvertising' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/" title="Add 'Orange Mobile Badvertising' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Orange Mobile Badvertising' to Technorati" alt="Add 'Orange Mobile Badvertising' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/&amp;title=Orange+Mobile+Badvertising" title="Add 'Orange Mobile Badvertising' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Orange Mobile Badvertising' to Stumble Upon" alt="Add 'Orange Mobile Badvertising' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/&amp;title=Orange+Mobile+Badvertising" title="Add 'Orange Mobile Badvertising' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Orange Mobile Badvertising' to Google Bookmarks" alt="Add 'Orange Mobile Badvertising' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/" title="Add 'Orange Mobile Badvertising' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Orange Mobile Badvertising' to Bloglines" alt="Add 'Orange Mobile Badvertising' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Orange+Mobile+Badvertising&amp;url=http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/" title="Add 'Orange Mobile Badvertising' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Orange Mobile Badvertising' to SlashDot" alt="Add 'Orange Mobile Badvertising' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/&amp;t=Orange+Mobile+Badvertising" title="Add 'Orange Mobile Badvertising' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Orange Mobile Badvertising' to FaceBook" alt="Add 'Orange Mobile Badvertising' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/" title="Add 'Orange Mobile Badvertising' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Orange Mobile Badvertising' to Wikio" alt="Add 'Orange Mobile Badvertising' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/" title="Add 'Orange Mobile Badvertising' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Orange Mobile Badvertising' to Twitter" alt="Add 'Orange Mobile Badvertising' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Orange+Mobile+Badvertising&amp;url=http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/" title="Add 'Orange Mobile Badvertising' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Orange Mobile Badvertising' to FriendFeed" alt="Add 'Orange Mobile Badvertising' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/&amp;title=Orange+Mobile+Badvertising&amp;srcURL=http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/" title="Add 'Orange Mobile Badvertising' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Orange Mobile Badvertising' to Google Buzz" alt="Add 'Orange Mobile Badvertising' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2010/06/orange-mobile-advertising/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Mobile Badvertising &#8211; Intercontinental (and the BBC)</title><link>http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/</link> <comments>http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/#comments</comments> <pubDate>Fri, 26 Mar 2010 12:31:16 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[bbc]]></category> <category><![CDATA[intercontinental]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=1894</guid> <description><![CDATA[If you&#8217;re outside of the UK, you will see adverts on the BBC site.  This also happens on the mobile site.
Here&#8217;s a typical example.
Intercontinental are a premium brand.  No doubt their mobile advertising is really good. Right?
First Impression
We start off with a mobile friendly page.  Almost.  There are five flaws here.Large image.  While ...]]></description> <content:encoded><![CDATA[<p>If you&#8217;re outside of the UK, you will see adverts on the BBC site.  This also happens on the mobile site.</p><p>Here&#8217;s a typical example.</p><div
id="attachment_1897" class="wp-caption aligncenter" style="width: 370px"><img
class="size-full wp-image-1897" title="BBC Advert" src="http://shkspr.mobi/blog/wp-content/uploads/2010/03/Capture7_14_4.jpg" alt="BBC Advert" width="360" height="480" /><p
class="wp-caption-text">BBC Advert</p></div><p>Intercontinental are a premium brand.  No doubt their mobile advertising is <em>really</em> good. Right?</p><h2>First Impression</h2><div
id="attachment_1899" class="wp-caption aligncenter" style="width: 358px"><img
class="size-full wp-image-1899" title="Intercontinental Advert Page 1" src="http://shkspr.mobi/blog/wp-content/uploads/2010/03/Intercontinental-Page1.jpg" alt="Intercontinental Advert Page 1" width="348" height="721" /><p
class="wp-caption-text">Intercontinental Advert Page 1</p></div><p>We start off with a mobile friendly page.  Almost.  There are five flaws here.</p><ol><li>Large image.  While visually appealing, consider that not everyone has a fast mobile Internet connection.  They may also have to pay per KB.  Is there a way to use multiple, smaller images to make things just as appealing as well as being quick and cheap?</li><li>Exposing a hyperlink.  It&#8217;s rarely a good idea to show the http:// and other inner workings of your systems.  It breaks the understood convention of the web and exposes your URL structure.  In this case it also shows that the website you&#8217;re sending people to neither belongs to Intercontinental nor the BBC.</li><li>Hyperlink colouring.  Convention is that links are in blue &#8211; or at the very least a different colour from the rest of the text &#8211; and underlined.  This allows customers to quickly and easily see where the clickable parts of the site are.</li><li>This is a mobile advert &#8211; where is the mobile mindset? Why am I signing up for an <em>email</em> newsletter?  Why not a monthly SMS or MMS?  Why not a mobile video showing how wonderful the Intercontinental is? Why not a mobile voucher to present at my next visit?  What a missed opportunity.</li><li>Bearing numbers 2 and 3 in mind, is &#8220;The Real&#8221; clickable? If so, where does it lead?  A consistent style helps with navigation.  Clearly explaining what lies behind a link encourages clickthrough.</li></ol><p>Speaking of clickthrough &#8211; let&#8217;s go and sign up for this e-newsletter.</p><h2>Disaster!</h2><p>Regular readers of this blog know what&#8217;s coming next.</p><div
id="attachment_1898" class="wp-caption aligncenter" style="width: 370px"><img
class="size-full wp-image-1898" title="Not exactly mobile friendly" src="http://shkspr.mobi/blog/wp-content/uploads/2010/03/Capture7_13_49.jpg" alt="Not exactly mobile friendly" width="360" height="480" /><p
class="wp-caption-text">Not exactly mobile friendly</p></div><p>Yup. It&#8217;s a desktop web page which is <em>totally</em> unsuitable for mobiles.  Poorly formatted, hard to use and generally a disaster.  How much did they spend on mobile advertising?  Could they not have spared a few € for a mobile friendly sign up page?</p><h2>Back a Step</h2><p>Let&#8217;s go back to that first page and click on &#8220;The Real&#8221;.  Maybe it&#8217;s the real link to the mobile sign up form?</p><div
id="attachment_1900" class="wp-caption aligncenter" style="width: 356px"><img
class="size-full wp-image-1900" title="The Real" src="http://shkspr.mobi/blog/wp-content/uploads/2010/03/ic2.jpg" alt="The Real" width="346" height="524" /><p
class="wp-caption-text">The Real</p></div><p>Ah! Now we see why InterContinental were advertising on the BBC &#8211; they have a tie in show.  The link right at the bottom goes back to the first page, what about www.bbc.com/thereal ?</p><p>Notice that, <em>yet again</em>, we have a different style of URL.  It isn&#8217;t underlined, it isn&#8217;t a different colour, but it is clickable.  This is the third style of URL on this site &#8211; totally confusing.</p><p>Let&#8217;s click (you all know where this is going, right?)</p><h2>Calamity!</h2><div
id="attachment_1895" class="wp-caption aligncenter" style="width: 370px"><img
class="size-full wp-image-1895" title="Non-Mobile BBC Site" src="http://shkspr.mobi/blog/wp-content/uploads/2010/03/Capture7_13_17.jpg" alt="Non-Mobile BBC Site" width="360" height="480" /><p
class="wp-caption-text">Non-Mobile BBC Site</p></div><p>To be sure, this is a lovely site &#8211; but it&#8217;s not exactly what you&#8217;d call mobile friendly.  What is the point of putting a link to a slow to download, expensive and poorly rendered desktop page within a mobile advert?</p><h2>It doesn&#8217;t have to be this way!</h2><p>The BBC excels at producing mobile tie in content.  Take a look at the mobile friendly Doctor Who page.</p><div
id="attachment_1896" class="wp-caption aligncenter" style="width: 370px"><img
class="size-full wp-image-1896" title="Doctor Who Mobile" src="http://shkspr.mobi/blog/wp-content/uploads/2010/03/Capture7_18_19.jpg" alt="Doctor Who Mobile" width="360" height="480" /><p
class="wp-caption-text">Doctor Who Mobile</p></div><p>Mobile formatted, downloads, videos, loads of interesting and engaging content.  Just the way it should be.</p><h2>Conclusions</h2><p>There is one important lesson to be learned here.</p><p>Make sure <em>all</em> of your site is mobile friendly.  That doesn&#8217;t just mean all pages are suitable for mobiles &#8211; it also means that the <em>offer</em> is suitable for mobile.</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/&amp;title=Mobile+Badvertising+%26%238211%3B+Intercontinental+%28and+the+BBC%29" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Del.icio.us" alt="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/&amp;title=Mobile+Badvertising+%26%238211%3B+Intercontinental+%28and+the+BBC%29" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to digg" alt="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/&amp;title=Mobile+Badvertising+%26%238211%3B+Intercontinental+%28and+the+BBC%29" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to reddit" alt="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Technorati" alt="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/&amp;title=Mobile+Badvertising+%26%238211%3B+Intercontinental+%28and+the+BBC%29" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Stumble Upon" alt="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/&amp;title=Mobile+Badvertising+%26%238211%3B+Intercontinental+%28and+the+BBC%29" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Google Bookmarks" alt="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Bloglines" alt="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising+%26%238211%3B+Intercontinental+%28and+the+BBC%29&amp;url=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to SlashDot" alt="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/&amp;t=Mobile+Badvertising+%26%238211%3B+Intercontinental+%28and+the+BBC%29" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to FaceBook" alt="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Wikio" alt="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Twitter" alt="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising+%26%238211%3B+Intercontinental+%28and+the+BBC%29&amp;url=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to FriendFeed" alt="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/&amp;title=Mobile+Badvertising+%26%238211%3B+Intercontinental+%28and+the+BBC%29&amp;srcURL=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Google Buzz" alt="Add 'Mobile Badvertising &#8211; Intercontinental (and the BBC)' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-intercontinental-and-the-bbc/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Mobile Badvertising &#8211; Guardian &amp; STA</title><link>http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/</link> <comments>http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/#comments</comments> <pubDate>Mon, 22 Mar 2010 14:46:44 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[click to call]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=1853</guid> <description><![CDATA[We all know and love the humble banner advert.  That little rectangle of joy which seeks to distract our attention.  It&#8217;s a ubiquitous format on the web.
It&#8217;s a format that, for better or worse, has migrated to mobile.
Here&#8217;s the mobile Guardian showing off its latest advert for STA travel.
This being a super-whizzy smartphone, ...]]></description> <content:encoded><![CDATA[<p>We all know and love the humble banner advert.  That little rectangle of joy which seeks to distract our attention.  It&#8217;s a ubiquitous format on the web.</p><p>It&#8217;s a format that, for better or worse, has migrated to mobile.</p><p>Here&#8217;s the mobile Guardian showing off its latest advert for STA travel.</p><div
id="attachment_1856" class="wp-caption aligncenter" style="width: 330px"><img
class="size-full wp-image-1856" title="A Normal Banner Ad? Or Much, Much More?" src="http://shkspr.mobi/blog/wp-content/uploads/2010/03/snap20100321_110037.png" alt="A Normal Banner Ad? Or Much, Much More?" width="320" height="480" /><p
class="wp-caption-text">A Normal Banner Ad? Or Much, Much More?</p></div><p>This being a super-whizzy smartphone, the advert has a surprise up its sleeve.  Clicking on it doesn&#8217;t take you away from the current page &#8211; it displays an overlay instead.</p><div
id="attachment_1855" class="wp-caption aligncenter" style="width: 330px"><img
class="size-full wp-image-1855" title="Banner Overlay" src="http://shkspr.mobi/blog/wp-content/uploads/2010/03/snap20100321_110040.png" alt="Banner Overlay" width="320" height="480" /><p
class="wp-caption-text">Banner Overlay</p></div><h2>Brilliant!</h2><p>This is a fantastic idea!</p><ul><li>You don&#8217;t leave the referring site &#8211; that means you don&#8217;t have to navigate away from a site you&#8217;re interested in.</li><li>It&#8217;s visually exciting.  The advert doesn&#8217;t contain distracting animation, but it does animate as it unfolds down the site.</li><li
style="text-align: left;">Click-To-Call.  There&#8217;s a great big stonking call to action &#8220;CALL US NOW&#8221;.  Clicking that will make your phone dial STA&#8217;s call centre.</li></ul><p>So why is it in the Badvertising section?</p><h2>Let&#8217;s Click To Call&#8230;.</h2><div
id="attachment_1854" class="wp-caption aligncenter" style="width: 330px"><img
class="size-full wp-image-1854" title="Callto?" src="http://shkspr.mobi/blog/wp-content/uploads/2010/03/snap20100321_110030.png" alt="Callto?" width="320" height="480" /><p
class="wp-caption-text">Callto?</p></div><p>Ah.</p><p>Clicking to call <em>doesn&#8217;t</em> work.  It&#8217;s unlikely to work on <em>any</em> mobile phone.</p><p>Callto &#8211; as far as I can tell &#8211; is <a
href="http://en.wikipedia.org/wiki/URI_scheme#Unofficial_but_common_URI_schemes">an unofficial URI scheme supported only by Skype</a>.</p><p>There are two common ways to initiate a click-to-call</p><h3>tel:</h3><p>According to <a
href="http://deviceatlas.com/explorer#_/properties/7/31">DeviceAtlas </a>over 2,300 phones support the tel: schema</p><h3>wtai:</h3><p>The oldest &#8211; and most common &#8211; way of dialling from the browser.  The <a
href="http://www.wapforum.org/what/technical/SPEC-WAESpec-19990524.pdf#Wireless">WAP Forum specification</a> was laid down in the late 1990s. The syntax is slightly strange &#8211; wtai://wp/mc/ &#8211; but it works on many phones.<code></code></p><h3>International</h3><p>The other problem is that you have no way of knowing where in the world a user&#8217;s phone is.  You need to specify the <em>international</em> dialling code.  For the UK that&#8217;s +44.</p><p>Why? If the user is roaming and tries to dial 08&#8230;. at best they will be unable to connect to your number.  At worst they&#8217;ll connect to a <em>local</em> number who won&#8217;t be best pleased to have a bumbling English-person ringing them.</p><h2>How To Fix It</h2><p>Using a service like <a
href="http://wurfl.sourceforge.net/">WURFL</a> or <a
href="http://deviceatlas.com/">DeviceAtlas</a> will allow you to see whether to use tel:, wtai:, callto, or something else.</p><p>Use the international dialling code.  You can&#8217;t assume your customers are based in your country.</p><p>Use a geographical number.  Premium rate numbers like 0871 don&#8217;t come out of your customers&#8217; bundles. They can cost much more from a mobile than from a land line.  Make sure the number you choose is suitable.</p><p>Test, test and test again.  I can&#8217;t believe that this mistake cropped up.  Callto: is such a poorly supported URI scheme, that testing on more than a handful of devices would have shown it was unsuitable.</p><p>Remember &#8211; and it pains me to point out the obvious &#8211; if your customers <em>can&#8217;t </em>contact you; they <strong>won&#8217;t</strong> contact you!</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/&amp;title=Mobile+Badvertising+%26%238211%3B+Guardian+%26%23038%3B+STA" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Del.icio.us" alt="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/&amp;title=Mobile+Badvertising+%26%238211%3B+Guardian+%26%23038%3B+STA" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to digg" alt="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/&amp;title=Mobile+Badvertising+%26%238211%3B+Guardian+%26%23038%3B+STA" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to reddit" alt="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Technorati" alt="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/&amp;title=Mobile+Badvertising+%26%238211%3B+Guardian+%26%23038%3B+STA" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Stumble Upon" alt="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/&amp;title=Mobile+Badvertising+%26%238211%3B+Guardian+%26%23038%3B+STA" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Google Bookmarks" alt="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Bloglines" alt="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising+%26%238211%3B+Guardian+%26%23038%3B+STA&amp;url=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to SlashDot" alt="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/&amp;t=Mobile+Badvertising+%26%238211%3B+Guardian+%26%23038%3B+STA" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to FaceBook" alt="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Wikio" alt="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Twitter" alt="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising+%26%238211%3B+Guardian+%26%23038%3B+STA&amp;url=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to FriendFeed" alt="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/&amp;title=Mobile+Badvertising+%26%238211%3B+Guardian+%26%23038%3B+STA&amp;srcURL=http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Google Buzz" alt="Add 'Mobile Badvertising &#8211; Guardian &#038; STA' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2010/03/mobile-badvertising-guardian-sta/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mobile Badvertising: Capgemini</title><link>http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/</link> <comments>http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/#comments</comments> <pubDate>Sun, 27 Dec 2009 18:54:07 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[camgemini]]></category> <category><![CDATA[ft]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=1453</guid> <description><![CDATA[If you&#8217;re the sort of person who reads the Financial Times, you probably already have a good idea of who Capgemini are and what they do. That&#8217;s just as well because their advert is almost illegible.  Take a look.
Lest you think I&#8217;ve been monkeying around with screensizes, let me assure you that the image ...]]></description> <content:encoded><![CDATA[<p>If you&#8217;re the sort of person who reads the <a
href="http://m.ft.com">Financial Times</a>, you probably already have a good idea of who <a
href="http://en.wikipedia.org/wiki/CapGemini">Capgemini</a> are and what they do. That&#8217;s just as well because their advert is almost illegible.  Take a look.</p><div
id="attachment_1457" class="wp-caption aligncenter" style="width: 490px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Capture23_18_9.jpg"><img
class="size-full wp-image-1457" title="CapGemini Advert in the FT" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Capture23_18_9.jpg" alt="CapGemini Advert in the FT" width="480" height="320" /></a><p
class="wp-caption-text">Capgemini Advert in the FT</p></div><p>Lest you think I&#8217;ve been monkeying around with screensizes, let me assure you that the image above is at exactly the same resolution that it appeared on my BlackBerry Bold.  One of the most popular business devices.</p><p>Let&#8217;s take a look at the advert by itself.</p><div
id="attachment_1456" class="wp-caption aligncenter" style="width: 310px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/12/capgem.png"><img
class="size-full wp-image-1456" title="Capgemini Advert" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/capgem.png" alt="Capgemini Advert" width="300" height="50" /></a><p
class="wp-caption-text">Capgemini Advert</p></div><p>Despite the whole image being 300 pixels wide, the consultants at Capgemini have opted to use a mere 120 pixels to get their message across to the readers of the FT.</p><p>Even if your eyesight hadn&#8217;t become strained from staring at pink paper for the last 30 years, you&#8217;d find it hard to make out what the advert is saying.  Let&#8217;s zoom in on those sparse 120 pixels</p><div
id="attachment_1458" class="wp-caption aligncenter" style="width: 410px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/12/capgem1.png"><img
class="size-full wp-image-1458" title="Zoomed In" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/capgem1.png" alt="Zoomed In" width="400" height="99" /></a><p
class="wp-caption-text">Zoomed In</p></div><p>The original image is so small, that when enlarged, it becomes obvious that the famous moto &#8220;Consulting. Technology. Outsourcing&#8221; was little more than a blur.</p><p>So, what is this advert for?  The banner image shows nothing more than the logo &#8211; and poorly at that.  Why would anyone click?  Let&#8217;s see what happens when we do.</p><h2>Oh Dear</h2><div
id="attachment_1455" class="wp-caption aligncenter" style="width: 490px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Capture23_22_52.jpg"><img
class="size-full wp-image-1455" title="Capgemini Home Page" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Capture23_22_52.jpg" alt="Capgemini Home Page" width="480" height="320" /></a><p
class="wp-caption-text">Capgemini Home Page</p></div><p>Once again a <em>mobile</em> advert on a <em>mobile</em> site has taken us to a page which is definitely <strong>not</strong> <em>mobile</em>-friendly. The page is <a
href="http://www.capgemini.com/supply-chain-management/">http://www.capgemini.com/supply-chain-management/</a></p><p>To compound the error, what do we spot in the lower right corner?</p><div
id="attachment_1454" class="wp-caption aligncenter" style="width: 490px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Capture23_24_4.jpg"><img
class="size-full wp-image-1454" title="Flash! Argh!" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Capture23_24_4.jpg" alt="Flash! Argh!" width="480" height="320" /></a><p
class="wp-caption-text">Flash! Argh!</p></div><p>The number of phones which support Adobe&#8217;s Flash Player within the browser is minuscule.  The BlackBerry is not among their number.  Nor is the sainted iPhone.</p><p>Luckily the HTC Hero, running Google&#8217;s Android, does play flash files.  Shall we take a look at what&#8217;s on offer?</p><div
id="attachment_1459" class="wp-caption aligncenter" style="width: 490px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Capgemini-website-on-Android.png"><img
class="size-full wp-image-1459" title="Capgemini website on Android" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Capgemini-website-on-Android.png" alt="Capgemini website on Android" width="480" height="320" /></a><p
class="wp-caption-text">Capgemini website on Android</p></div><p>It&#8217;s a video.  A not-at-all-boring video about supply chain management.  The video is probably very interesting to those people who read the FT and visit Capgemini&#8217;s website. You can <a
href="http://s3.amazonaws.com/cgnamktg_videos/2016_Future_Supply_Chain_VP6_384K.flv">download the video directly</a> (warning &#8211; 15MB .flv file) or watch it here.<br
/> <object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="332" height="291" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param
name="allowScriptAccess" value="always" /><param
name="wmode" value="transparent" /><param
name="FlashVars" value="file=http://s3.amazonaws.com/cgnamktg_videos/2016_Future_Supply_Chain_VP6_384K.flv&amp;reportID=capgeminicomus&amp;displayheight=180&amp;displaywidth=320&amp;frontcolor=0x999999&amp;image=http://www.us.capgemini.com/media/video/thumbnails/2016_Future_Supply_Chain_VP6_384K_poster.jpg&amp;lightcolor=0x000000&amp;overstretch=none&amp;showicons=true&amp;showdigits=total&amp;permalink=http%3A%2F%2Fwww%2Eus%2Ecapgemini%2Ecom%2Fresources%2Fvideos%2Fplink%2Easp%3Fvid%3DE5120339%2DF5B1%2D4F9B%2D95FF%2D590AE0EF46C1&amp;displaywebsiteurl=www%2Efuturesupplychain%2Ecom&amp;websiteurl=http%3A%2F%2Fwww%2Efuturesupplychain%2Ecom&amp;videotitle=Future%20Supply%20Chain%202016&amp;videodescription=What%20does%20the%20current%20focus%20on%20sustainability%20have%20to%20do%20with%20on%2Dshelf%20availability%20and%20costs%20in%20the%20physical%20supply%20chain%20for%20consumer%20goods%3F&amp;zone=1" /><param
name="src" value="http://www.us.capgemini.com/media/capgemini_offsite_player_us.swf" /><param
name="name" value="capgeminiPlayer" /><param
name="flashvars" value="file=http://s3.amazonaws.com/cgnamktg_videos/2016_Future_Supply_Chain_VP6_384K.flv&amp;displayheight=180&amp;reportID=capgeminicomus&amp;displaywidth=320&amp;frontcolor=0x999999&amp;image=http://www.us.capgemini.com/media/video/thumbnails/2016_Future_Supply_Chain_VP6_384K_poster.jpg&amp;lightcolor=0x000000&amp;overstretch=none&amp;showicons=true&amp;showdigits=total&amp;permalink=http%3A%2F%2Fwww%2Eus%2Ecapgemini%2Ecom%2Fresources%2Fvideos%2Fplink%2Easp%3Fvid%3DE5120339%2DF5B1%2D4F9B%2D95FF%2D590AE0EF46C1&amp;displaywebsiteurl=www%2Efuturesupplychain%2Ecom&amp;websiteurl=http%3A%2F%2Fwww%2Efuturesupplychain%2Ecom&amp;videotitle=Future%20Supply%20Chain%202016&amp;videodescription=What%20does%20the%20current%20focus%20on%20sustainability%20have%20to%20do%20with%20on%2Dshelf%20availability%20and%20costs%20in%20the%20physical%20supply%20chain%20for%20consumer%20goods%3F&amp;zone=1" /><embed
type="application/x-shockwave-flash" width="332" height="291" src="http://www.us.capgemini.com/media/capgemini_offsite_player_us.swf" name="capgeminiPlayer" flashvars="file=http://s3.amazonaws.com/cgnamktg_videos/2016_Future_Supply_Chain_VP6_384K.flv&amp;displayheight=180&amp;reportID=capgeminicomus&amp;displaywidth=320&amp;frontcolor=0x999999&amp;image=http://www.us.capgemini.com/media/video/thumbnails/2016_Future_Supply_Chain_VP6_384K_poster.jpg&amp;lightcolor=0x000000&amp;overstretch=none&amp;showicons=true&amp;showdigits=total&amp;permalink=http%3A%2F%2Fwww%2Eus%2Ecapgemini%2Ecom%2Fresources%2Fvideos%2Fplink%2Easp%3Fvid%3DE5120339%2DF5B1%2D4F9B%2D95FF%2D590AE0EF46C1&amp;displaywebsiteurl=www%2Efuturesupplychain%2Ecom&amp;websiteurl=http%3A%2F%2Fwww%2Efuturesupplychain%2Ecom&amp;videotitle=Future%20Supply%20Chain%202016&amp;videodescription=What%20does%20the%20current%20focus%20on%20sustainability%20have%20to%20do%20with%20on%2Dshelf%20availability%20and%20costs%20in%20the%20physical%20supply%20chain%20for%20consumer%20goods%3F&amp;zone=1" wmode="transparent" allowscriptaccess="always"></embed></object></p><h2>Conclusions</h2><p>I would hope all of these points are obvious to you.</p><ul><li>Make your advert legible.</li><li>Make full use of the medium.  If you&#8217;ve been given a 300&#215;50 pixel banner &#8211; fill it.</li><li>Give an indication of what your advert points to.  Much like <a
href="http://www.w3.org/Provider/Style/URI">Cool URIs</a> &#8211; you need something for a human to latch on to.</li><li>Point to a mobile site.</li><li>If the browser can&#8217;t support certain content, make sure you have an alternative available.</li><li>Video is a great medium for advertising.  Making mobile-friendly video isn&#8217;t hard.  You can use services like <a
href="http://m.youtube.com/">http://m.youtube.com/</a> to automatically make your video suitable for mobile if you don&#8217;t have the skill to do it yourself.</li><li>Ask yourself &#8211; &#8220;What is the point of this advert?&#8221; Why would someone click on it?  What benefit will the customer get?  What benefit will the advertiser get?  If you can&#8217;t answer these questions, you&#8217;ve got a Badvertisement</li></ul><p>That a €multi-billion firm like Capgemini can get it so wrong is very depressing.  All that talent, money and effort squandered on an advert which shows them in a very poor light.  Perhaps the FT should consider screening the adverts it places on its mobile site so as not to infuriate its readers.</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/&amp;title=Mobile+Badvertising%3A+Capgemini" title="Add 'Mobile Badvertising: Capgemini' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising: Capgemini' to Del.icio.us" alt="Add 'Mobile Badvertising: Capgemini' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/&amp;title=Mobile+Badvertising%3A+Capgemini" title="Add 'Mobile Badvertising: Capgemini' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising: Capgemini' to digg" alt="Add 'Mobile Badvertising: Capgemini' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/&amp;title=Mobile+Badvertising%3A+Capgemini" title="Add 'Mobile Badvertising: Capgemini' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising: Capgemini' to reddit" alt="Add 'Mobile Badvertising: Capgemini' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/" title="Add 'Mobile Badvertising: Capgemini' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising: Capgemini' to Technorati" alt="Add 'Mobile Badvertising: Capgemini' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/&amp;title=Mobile+Badvertising%3A+Capgemini" title="Add 'Mobile Badvertising: Capgemini' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising: Capgemini' to Stumble Upon" alt="Add 'Mobile Badvertising: Capgemini' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/&amp;title=Mobile+Badvertising%3A+Capgemini" title="Add 'Mobile Badvertising: Capgemini' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising: Capgemini' to Google Bookmarks" alt="Add 'Mobile Badvertising: Capgemini' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/" title="Add 'Mobile Badvertising: Capgemini' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising: Capgemini' to Bloglines" alt="Add 'Mobile Badvertising: Capgemini' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising%3A+Capgemini&amp;url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/" title="Add 'Mobile Badvertising: Capgemini' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising: Capgemini' to SlashDot" alt="Add 'Mobile Badvertising: Capgemini' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/&amp;t=Mobile+Badvertising%3A+Capgemini" title="Add 'Mobile Badvertising: Capgemini' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising: Capgemini' to FaceBook" alt="Add 'Mobile Badvertising: Capgemini' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/" title="Add 'Mobile Badvertising: Capgemini' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising: Capgemini' to Wikio" alt="Add 'Mobile Badvertising: Capgemini' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/" title="Add 'Mobile Badvertising: Capgemini' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising: Capgemini' to Twitter" alt="Add 'Mobile Badvertising: Capgemini' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising%3A+Capgemini&amp;url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/" title="Add 'Mobile Badvertising: Capgemini' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising: Capgemini' to FriendFeed" alt="Add 'Mobile Badvertising: Capgemini' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/&amp;title=Mobile+Badvertising%3A+Capgemini&amp;srcURL=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/" title="Add 'Mobile Badvertising: Capgemini' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising: Capgemini' to Google Buzz" alt="Add 'Mobile Badvertising: Capgemini' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-capgemini/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mobile Badvertising &#8211; Nokia E72</title><link>http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/</link> <comments>http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/#comments</comments> <pubDate>Fri, 25 Dec 2009 13:56:06 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[nokia]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=1428</guid> <description><![CDATA[Ahhh&#8230;. Nokia.  Remember them?  Once upon a time they were a global power-house.  But now, with BlackBerry, iPhone and Android nipping at their heels, they are a shadow of their former self.  I mean, Nokia &#8220;only&#8221; have a market share of 38% &#8211; and they &#8220;only&#8221; sold 108 million devices in ...]]></description> <content:encoded><![CDATA[<p>Ahhh&#8230;. Nokia.  Remember them?  Once upon a time they were a global power-house.  But now, with BlackBerry, iPhone and Android nipping at their heels, they are a shadow of their former self.  I mean, <a
href="http://www.nokia.com/about-nokia/financials/quarterly-and-annual-information/q3-2009">Nokia &#8220;only&#8221; have a market share of 38%</a> &#8211; and they &#8220;only&#8221; sold<em> 108 million</em> devices in the last quarter&#8230;. Hmmm&#8230;.  Still &#8211; you know what will kick the arses of those American and Canadian rivals?</p><h2>A Kick Arse Advertising Campaign!</h2><p><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/12/MID_1215646_nokia300x50.jpg"><img
class="aligncenter size-full wp-image-1433" title="Nokia E72 Advert" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/MID_1215646_nokia300x50.jpg" alt="Nokia E72 Advert" width="300" height="50" /></a><br
/> That&#8217;s pretty strong stuff.  For those of you with poor eyesight, let&#8217;s zoom in on the significant detail</p><h2><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/12/nokia-detail.png"><img
class="aligncenter size-full wp-image-1436" title="Sorry BlackBerry" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/nokia-detail.png" alt="Sorry BlackBerry" width="290" height="100" /></a>Oh no they didn&#8217;t!</h2><p>In the UK, I&#8217;m unused to seeing adverts which directly mention their competitors &#8211; let alone attack them.  But in other parts of the world it&#8217;s quite common.  Personally, this sort of advert amuses me &#8211; but I do wonder how many people will find it childish and unbecoming of a global business.  To say nothing of the fact that by mentioning your rival, you&#8217;re giving them free publicity.</p><p>So, with a humdinger of an advert &#8211; this is bound to lead on to an awesome site.  Probably with downloadable video showing how cool the handset is, maybe some lush product shots, at the very least the basic stats on these E72 bad boys. Right?</p><h2>Wrong</h2><div
id="attachment_1430" class="wp-caption aligncenter" style="width: 490px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Advert-Destination.jpg"><img
class="size-full wp-image-1430" title="Advert Destination" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Advert-Destination.jpg" alt="Advert Destination" width="480" height="320" /></a><p
class="wp-caption-text">Advert Destination</p></div><p>Oh.  Is that it?  It&#8217;s just dumped me on the &#8220;Business Phones&#8221; page.  A page which doesn&#8217;t even work well on a mobile browser.  Hey, Nokia, I know the BlackBerry&#8217;s browser isn&#8217;t the best in the world &#8211; but there&#8217;s no need to rub it in!<br
/> On top of that &#8211; there&#8217;s no link to the E72.  If I can be bothered to search for it, this is what I get.</p><div
id="attachment_1431" class="wp-caption aligncenter" style="width: 490px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Desktop-E72-Page.jpg"><img
class="size-full wp-image-1431" title="Desktop E72 Page" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Desktop-E72-Page.jpg" alt="Desktop E72 Pageb" width="480" height="320" /></a><p
class="wp-caption-text">Desktop E72 Page</p></div><p>Again, a non-mobile-friendly page which doesn&#8217;t seem to say much.</p><h2>It Doesn&#8217;t Need To Be This Way</h2><p>With a bit of judicious searching, I finally found my way to Nokia&#8217;s mobile formatted E72 product page.</p><div
id="attachment_1432" class="wp-caption aligncenter" style="width: 310px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/12/E72-Page.png"><img
class="size-full wp-image-1432" title="E72 Page" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/E72-Page.png" alt="E72 Page" width="300" height="556" /></a><p
class="wp-caption-text">E72 Page</p></div><p>This is the page that the advert should have linked to.  Yes, it&#8217;s a bit dull.  No, you can&#8217;t buy the phone directly from here.  But at least it goes directly to the product and focuses on its features.</p><h2>It Really Doesn&#8217;t Need To Be This Way</h2><p>As good as that page is, there are some obvious failing. No product shots, no comparison with BlackBerry (the main thrust of the original advert), no links to buy the product.</p><p>The daft thing is, Nokia has some wonderfully designed mobile-friendly product pages.</p><div
id="attachment_1429" class="wp-caption aligncenter" style="width: 490px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/12/5800-Page.jpg"><img
class="size-full wp-image-1429" title="5800 Page" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/5800-Page.jpg" alt="5800 Page" width="480" height="320" /></a><p
class="wp-caption-text">Nokia&#39;s 5800 Page</p></div><p>They even &#8211; get this &#8211; have phone numbers so you can order one of their products.  It&#8217;s hardly a revolutionary idea &#8211; let your customers give you money &#8211; but it&#8217;s totally absent from the first advert.</p><div
id="attachment_1437" class="wp-caption aligncenter" style="width: 490px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/12/phone-numbers.jpg"><img
class="size-full wp-image-1437" title="phone numbers" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/phone-numbers.jpg" alt="Call Me" width="480" height="320" /></a><p
class="wp-caption-text">Call Me</p></div><p>There are a whole mish-mash of different visual styles on offer.</p><div
id="attachment_1435" class="wp-caption aligncenter" style="width: 490px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/12/N900-Page.jpg"><img
class="size-full wp-image-1435" title="N900 Page" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/N900-Page.jpg" alt="N900 Page" width="480" height="320" /></a><p
class="wp-caption-text">N900 Page</p></div><p>It&#8217;s probably enough to give Nokia&#8217;s branding team a coronary &#8211; but there&#8217;s no denying that these pages are visually interesting, and offer much more information in a much more engaging way than the E72 page.</p><div
id="attachment_1434" class="wp-caption aligncenter" style="width: 490px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/12/N97-Page.jpg"><img
class="size-full wp-image-1434" title="N97 Page" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/N97-Page.jpg" alt="N97 Page" width="480" height="320" /></a><p
class="wp-caption-text">N97 Page</p></div><h2>Conclusion</h2><p>Where to start&#8230;?</p><ul><li>Make sure your MOBILE advert links through to a MOBILE FRIENDLY page.</li><li>If you&#8217;re a mobile phone company &#8211; this is doubly true.</li><li>Follow up on your advert&#8217;s promise.  If you say &#8220;This product is better than Brand X&#8221; &#8211; show that.</li><li>Make a visually appealing site.  This WWW medium isn&#8217;t paper.  You&#8217;re not charged extra for printing in colour.</li><li>Let your customers buy your product.  Sounds simple, doesn&#8217;t it?  Add a phone number or an email address on there if they can&#8217;t buy directly with their phone.</li><li>Provide as much information about your product as you can.  This is your chance to wow your customer.  Plain text and small images just won&#8217;t cut it.  Again, you&#8217;re not being charged per printed page &#8211; so go nuts.  If you can, offer some video content.</li><li>Finally, and this is a biggie, link directly to your products page.  If I&#8217;ve clicked on an advert for a Gizmo XYZ, don&#8217;t take me to Gizmo Corp&#8217;s front page &#8211; take me directly to what I&#8217;ve said I want to see.</li></ul><p>These are really basic points &#8211; yet we see big companies fail to deliver again and again.  Mobile advertising is big business, but you wouldn&#8217;t know it from looking at this advert.</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/&amp;title=Mobile+Badvertising+%26%238211%3B+Nokia+E72" title="Add 'Mobile Badvertising &#8211; Nokia E72' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising &#8211; Nokia E72' to Del.icio.us" alt="Add 'Mobile Badvertising &#8211; Nokia E72' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/&amp;title=Mobile+Badvertising+%26%238211%3B+Nokia+E72" title="Add 'Mobile Badvertising &#8211; Nokia E72' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising &#8211; Nokia E72' to digg" alt="Add 'Mobile Badvertising &#8211; Nokia E72' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/&amp;title=Mobile+Badvertising+%26%238211%3B+Nokia+E72" title="Add 'Mobile Badvertising &#8211; Nokia E72' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising &#8211; Nokia E72' to reddit" alt="Add 'Mobile Badvertising &#8211; Nokia E72' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/" title="Add 'Mobile Badvertising &#8211; Nokia E72' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising &#8211; Nokia E72' to Technorati" alt="Add 'Mobile Badvertising &#8211; Nokia E72' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/&amp;title=Mobile+Badvertising+%26%238211%3B+Nokia+E72" title="Add 'Mobile Badvertising &#8211; Nokia E72' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising &#8211; Nokia E72' to Stumble Upon" alt="Add 'Mobile Badvertising &#8211; Nokia E72' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/&amp;title=Mobile+Badvertising+%26%238211%3B+Nokia+E72" title="Add 'Mobile Badvertising &#8211; Nokia E72' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising &#8211; Nokia E72' to Google Bookmarks" alt="Add 'Mobile Badvertising &#8211; Nokia E72' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/" title="Add 'Mobile Badvertising &#8211; Nokia E72' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising &#8211; Nokia E72' to Bloglines" alt="Add 'Mobile Badvertising &#8211; Nokia E72' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising+%26%238211%3B+Nokia+E72&amp;url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/" title="Add 'Mobile Badvertising &#8211; Nokia E72' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising &#8211; Nokia E72' to SlashDot" alt="Add 'Mobile Badvertising &#8211; Nokia E72' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/&amp;t=Mobile+Badvertising+%26%238211%3B+Nokia+E72" title="Add 'Mobile Badvertising &#8211; Nokia E72' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising &#8211; Nokia E72' to FaceBook" alt="Add 'Mobile Badvertising &#8211; Nokia E72' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/" title="Add 'Mobile Badvertising &#8211; Nokia E72' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising &#8211; Nokia E72' to Wikio" alt="Add 'Mobile Badvertising &#8211; Nokia E72' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/" title="Add 'Mobile Badvertising &#8211; Nokia E72' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising &#8211; Nokia E72' to Twitter" alt="Add 'Mobile Badvertising &#8211; Nokia E72' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising+%26%238211%3B+Nokia+E72&amp;url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/" title="Add 'Mobile Badvertising &#8211; Nokia E72' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising &#8211; Nokia E72' to FriendFeed" alt="Add 'Mobile Badvertising &#8211; Nokia E72' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/&amp;title=Mobile+Badvertising+%26%238211%3B+Nokia+E72&amp;srcURL=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/" title="Add 'Mobile Badvertising &#8211; Nokia E72' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising &#8211; Nokia E72' to Google Buzz" alt="Add 'Mobile Badvertising &#8211; Nokia E72' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-nokia-e72/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mobile Badvertising &#8211; BarCap</title><link>http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/</link> <comments>http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/#comments</comments> <pubDate>Tue, 15 Dec 2009 12:15:47 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advert]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[barclays]]></category> <category><![CDATA[javascript]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=1387</guid> <description><![CDATA[Ahhhh! The BBC.  Shining bastion of purity in a sea of commercial malaise.  Nothing can spoil its lustre.
Well, for those of us in the UK.  For the poor sods who find themselves living in the wilderness of ROW (Rest Of World) this is their BBC experience&#8230;
The reasons for me seeing this are ...]]></description> <content:encoded><![CDATA[<p>Ahhhh! The BBC.  Shining bastion of purity in a sea of commercial malaise.  Nothing can spoil its lustre.</p><p>Well, for those of us in the UK.  For the poor sods who find themselves living in the wilderness of ROW (Rest Of World) this is their BBC experience&#8230;</p><div
id="attachment_1389" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-1389" title="BBC With Adverts" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Capture8_17_35.jpg" alt="BBC With Adverts" width="480" height="320" /><p
class="wp-caption-text">BBC With Adverts</p></div><p>The reasons for me seeing this are rather complex and involve VPNs and a co-located BES.</p><p>Regardless, what&#8217;s this advert like?  The text is small and indistinct.  The purpose of the message is rather vague. There&#8217;s no allure.  Just a static banner.  How very 1996.  Well, gentle reader, as you know from <a
href="http://shkspr.mobi/blog/index.php/tag/badvertising/">previous excursions</a>, I am prepared to click where no ordinary mortal would.</p><h2>Click</h2><div
id="attachment_1390" class="wp-caption aligncenter" style="width: 490px"><a
href="http://www.BarCap.com/"><img
class="size-full wp-image-1390" title="www.BarCap.com" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Capture8_20_6.jpg" alt="www.BarCap.com" width="480" height="320" /></a><p
class="wp-caption-text">www.BarCap.com</p></div><p>Oh &#8211; as the kids say &#8211; Em Gee.  What is this?</p><p>For those of you with poor eyesight, Barclays have pointed me straight at the desktop version of their website.  There is no mobile friendly site in view.  Not even a link to say &#8220;On a mobile? Click here.&#8221;</p><p>To compound the error &#8211; the site is JavaScript heavy.  Too heavy for the BlackBerry I use to view the site.  You remember BlackBerry? The incredibly popular handset that every successful business-person carries.  You know, the target demographic.</p><h2>What To Do</h2><ul><li>Make your advert interesting.</li><li>Make your site mobile friendly &#8211; or at least suitable for your target demographic&#8217;s handset</li></ul><p>Is it really that hard?</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/&amp;title=Mobile+Badvertising+%26%238211%3B+BarCap" title="Add 'Mobile Badvertising &#8211; BarCap' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising &#8211; BarCap' to Del.icio.us" alt="Add 'Mobile Badvertising &#8211; BarCap' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/&amp;title=Mobile+Badvertising+%26%238211%3B+BarCap" title="Add 'Mobile Badvertising &#8211; BarCap' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising &#8211; BarCap' to digg" alt="Add 'Mobile Badvertising &#8211; BarCap' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/&amp;title=Mobile+Badvertising+%26%238211%3B+BarCap" title="Add 'Mobile Badvertising &#8211; BarCap' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising &#8211; BarCap' to reddit" alt="Add 'Mobile Badvertising &#8211; BarCap' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/" title="Add 'Mobile Badvertising &#8211; BarCap' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising &#8211; BarCap' to Technorati" alt="Add 'Mobile Badvertising &#8211; BarCap' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/&amp;title=Mobile+Badvertising+%26%238211%3B+BarCap" title="Add 'Mobile Badvertising &#8211; BarCap' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising &#8211; BarCap' to Stumble Upon" alt="Add 'Mobile Badvertising &#8211; BarCap' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/&amp;title=Mobile+Badvertising+%26%238211%3B+BarCap" title="Add 'Mobile Badvertising &#8211; BarCap' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising &#8211; BarCap' to Google Bookmarks" alt="Add 'Mobile Badvertising &#8211; BarCap' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/" title="Add 'Mobile Badvertising &#8211; BarCap' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising &#8211; BarCap' to Bloglines" alt="Add 'Mobile Badvertising &#8211; BarCap' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising+%26%238211%3B+BarCap&amp;url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/" title="Add 'Mobile Badvertising &#8211; BarCap' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising &#8211; BarCap' to SlashDot" alt="Add 'Mobile Badvertising &#8211; BarCap' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/&amp;t=Mobile+Badvertising+%26%238211%3B+BarCap" title="Add 'Mobile Badvertising &#8211; BarCap' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising &#8211; BarCap' to FaceBook" alt="Add 'Mobile Badvertising &#8211; BarCap' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/" title="Add 'Mobile Badvertising &#8211; BarCap' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising &#8211; BarCap' to Wikio" alt="Add 'Mobile Badvertising &#8211; BarCap' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/" title="Add 'Mobile Badvertising &#8211; BarCap' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising &#8211; BarCap' to Twitter" alt="Add 'Mobile Badvertising &#8211; BarCap' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising+%26%238211%3B+BarCap&amp;url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/" title="Add 'Mobile Badvertising &#8211; BarCap' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising &#8211; BarCap' to FriendFeed" alt="Add 'Mobile Badvertising &#8211; BarCap' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/&amp;title=Mobile+Badvertising+%26%238211%3B+BarCap&amp;srcURL=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/" title="Add 'Mobile Badvertising &#8211; BarCap' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising &#8211; BarCap' to Google Buzz" alt="Add 'Mobile Badvertising &#8211; BarCap' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-barcap/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Microsoft&#8217;s New Marketing Campaign</title><link>http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/</link> <comments>http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/#comments</comments> <pubDate>Wed, 09 Dec 2009 13:07:44 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[linux]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[BSOD]]></category> <category><![CDATA[cbs]]></category> <category><![CDATA[crash]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[tfl]]></category> <category><![CDATA[ThisIsBroken]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=1340</guid> <description><![CDATA[I wander around the world in a perpetual state of confusion.  Why is the world the way it is?  Why do people make bad decisions?  Why &#8211; when there are so many better alternatives &#8211; do people choose the worst of all possible worlds?
Rather than getting bogged down in philosophy, I refer ...]]></description> <content:encoded><![CDATA[<p>I wander around the world in a perpetual state of confusion.  Why is the world the way it is?  Why do people make bad decisions?  Why &#8211; when there are so many better alternatives &#8211; do people choose the worst of all possible worlds?</p><p>Rather than getting bogged down in philosophy, I refer to the reason people choose Microsoft Windows to do anything public facing.</p><p><a
title="Broken Windows Advertising Screens on the Tube by terenceeden, on Flickr" href="http://www.flickr.com/photos/edent/4155903292/"><img
src="http://farm3.static.flickr.com/2636/4155903292_a62635f3c1.jpg" alt="Broken Windows Advertising Screens on the Tube" width="500" height="334" /></a></p><p>Advertisers obviously care enough about their message to craft 30 second videos, they invest millions on infrastructure to support showing them.  Then they take a totally unsuitable and unstable method for playing them back &#8211; why?</p><p><a
title="Broken Windows Advertising Screens on the Tube by terenceeden, on Flickr" href="http://www.flickr.com/photos/edent/4155141169/"><img
src="http://farm3.static.flickr.com/2765/4155141169_cb33242122.jpg" alt="Broken Windows Advertising Screens on the Tube" width="500" height="334" /></a></p><p>It&#8217;s a phenomena I repeatedly see.  Advertising screens around the world which are really only displaying one message.</p><p><a
title="12122007046 by terenceeden, on Flickr" href="http://www.flickr.com/photos/edent/2104834677/"><img
src="http://farm3.static.flickr.com/2164/2104834677_f4a125b487.jpg" alt="12122007046" width="375" height="500" /></a></p><p>They&#8217;re saying &#8220;Windows &#8211; The Worst Way To Get Your Message Across&#8221;.</p> <object
type="application/x-shockwave-flash" style="width:450px; height:366px;" data="http://www.youtube.com/v/Sf2PatuU98E"><param
name="movie" value="http://www.youtube.com/v/Sf2PatuU98E" /></object><p>However, it&#8217;s not just Windows which has the problem &#8211; each of these three photos show a PC which has failed to <a
href="http://en.wikipedia.org/wiki/Power-on_self-test">POST</a> correctly.  So they are stuck &#8211; forever displaying their inadequacies to thousands of passers-by.  (Click to embiggen)</p><p><a
title="The *real* reason the Bakerloo line was suspended this morning! on Twitpic" href="http://twitpic.com/1nx9t"><img
src="http://twitpic.com/show/thumb/1nx9t.jpg" alt="The *real* reason the Bakerloo line was suspended this morning! on Twitpic" width="150" height="150" /></a><a
title="CBS advertising @ Waterloo, FAIL yet again #ThisIsBroken on Twitpic" href="http://twitpic.com/1oku6"><img
src="http://twitpic.com/show/thumb/1oku6.jpg" alt="CBS advertising @ Waterloo, FAIL yet again #ThisIsBroken on Twitpic" width="150" height="150" /></a><a
title="&quot;Disk Error. Press Any Key To Continue&quot; this advertising scre... on Twitpic" href="http://twitpic.com/14rp5"><img
src="http://twitpic.com/show/thumb/14rp5.jpg" alt="&quot;Disk Error. Press Any Key To Continue&quot; this advertising scre... on Twitpic" width="150" height="150" /></a></p><p>My real rant isn&#8217;t about Windows &#8211; it&#8217;s about the design and thinking behind such advertising screens.  It would appear that each screen is driven by its own PC.  What madness!  The cost of hardware &#8211; let alone software &#8211; must be phenomenal.</p><p>At the moment, each screen displays exactly the same content as its neighbour.  There&#8217;s no reason why a single computer couldn&#8217;t be used to drive all the screens.</p><p>I say exactly the same &#8211; the screens get progressively out of sync as the day goes on.  Presumably the separate PCs don&#8217;t communicate with one and other.</p><p>The next thing that bothers me is the use of Windows.</p><p>These screens aren&#8217;t using an embedded version of Windows &#8211; they&#8217;re using XP.  Now, XP is a fine OS &#8211; but it is bloated in terms of what is needed. All that is needed is a small embedded device which can be loaded with video files and set to play back.</p><p>It doesn&#8217;t need a desktop OS.  It doesn&#8217;t need anything more complicated than a display, video codecs and an Ethernet port.  This is the sort of thing for which Linux is perfect.</p><p>So, why?  Why has this system been allowed to develop?  Every day I see another screen which is broken, out of sync, or crashed.  Why has such a fragile and expensive solution become so prevalent?</p><p>The majority of these photos show <a
href="http://www.tfl.gov.uk/businessandpartners/commercialopportunities/5559.aspx">TFL advertising screens</a> managed by <a
href="http://www.cbsoutdoor.co.uk/">CBS Outdoor</a>.  I really do wonder if they ever wander through the tube and see what a shoddy experience they are delivering.</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/&amp;title=Microsoft%26%238217%3Bs+New+Marketing+Campaign" title="Add 'Microsoft&#8217;s New Marketing Campaign' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Microsoft&#8217;s New Marketing Campaign' to Del.icio.us" alt="Add 'Microsoft&#8217;s New Marketing Campaign' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/&amp;title=Microsoft%26%238217%3Bs+New+Marketing+Campaign" title="Add 'Microsoft&#8217;s New Marketing Campaign' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Microsoft&#8217;s New Marketing Campaign' to digg" alt="Add 'Microsoft&#8217;s New Marketing Campaign' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/&amp;title=Microsoft%26%238217%3Bs+New+Marketing+Campaign" title="Add 'Microsoft&#8217;s New Marketing Campaign' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Microsoft&#8217;s New Marketing Campaign' to reddit" alt="Add 'Microsoft&#8217;s New Marketing Campaign' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/" title="Add 'Microsoft&#8217;s New Marketing Campaign' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Microsoft&#8217;s New Marketing Campaign' to Technorati" alt="Add 'Microsoft&#8217;s New Marketing Campaign' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/&amp;title=Microsoft%26%238217%3Bs+New+Marketing+Campaign" title="Add 'Microsoft&#8217;s New Marketing Campaign' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Microsoft&#8217;s New Marketing Campaign' to Stumble Upon" alt="Add 'Microsoft&#8217;s New Marketing Campaign' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/&amp;title=Microsoft%26%238217%3Bs+New+Marketing+Campaign" title="Add 'Microsoft&#8217;s New Marketing Campaign' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Microsoft&#8217;s New Marketing Campaign' to Google Bookmarks" alt="Add 'Microsoft&#8217;s New Marketing Campaign' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/" title="Add 'Microsoft&#8217;s New Marketing Campaign' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Microsoft&#8217;s New Marketing Campaign' to Bloglines" alt="Add 'Microsoft&#8217;s New Marketing Campaign' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Microsoft%26%238217%3Bs+New+Marketing+Campaign&amp;url=http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/" title="Add 'Microsoft&#8217;s New Marketing Campaign' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Microsoft&#8217;s New Marketing Campaign' to SlashDot" alt="Add 'Microsoft&#8217;s New Marketing Campaign' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/&amp;t=Microsoft%26%238217%3Bs+New+Marketing+Campaign" title="Add 'Microsoft&#8217;s New Marketing Campaign' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Microsoft&#8217;s New Marketing Campaign' to FaceBook" alt="Add 'Microsoft&#8217;s New Marketing Campaign' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/" title="Add 'Microsoft&#8217;s New Marketing Campaign' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Microsoft&#8217;s New Marketing Campaign' to Wikio" alt="Add 'Microsoft&#8217;s New Marketing Campaign' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/" title="Add 'Microsoft&#8217;s New Marketing Campaign' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Microsoft&#8217;s New Marketing Campaign' to Twitter" alt="Add 'Microsoft&#8217;s New Marketing Campaign' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Microsoft%26%238217%3Bs+New+Marketing+Campaign&amp;url=http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/" title="Add 'Microsoft&#8217;s New Marketing Campaign' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Microsoft&#8217;s New Marketing Campaign' to FriendFeed" alt="Add 'Microsoft&#8217;s New Marketing Campaign' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/&amp;title=Microsoft%26%238217%3Bs+New+Marketing+Campaign&amp;srcURL=http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/" title="Add 'Microsoft&#8217;s New Marketing Campaign' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Microsoft&#8217;s New Marketing Campaign' to Google Buzz" alt="Add 'Microsoft&#8217;s New Marketing Campaign' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2009/12/microsofts-new-marketing-campaign/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Mobile Badvertising &#8211; Flickr &amp; iPhone</title><link>http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/</link> <comments>http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/#comments</comments> <pubDate>Fri, 04 Dec 2009 12:30:29 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advert]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[blackberry]]></category> <category><![CDATA[flickr]]></category> <category><![CDATA[iphone]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=1329</guid> <description><![CDATA[Once again, I dive into the confusing world of Mobile Internet Advertising. A world, so we&#8217;re told, where the streets are paved with gold.
Based on the evidence I&#8217;ve accumulated, mobile advertising is subject to a lot of hype and not a lot of professionalism.
Take this example as seen on my BlackBerry 9000.Flickr iPhone AdvertFirst off ...]]></description> <content:encoded><![CDATA[<p>Once again, I dive into the confusing world of Mobile Internet Advertising. A world, so we&#8217;re told, where the streets are paved with gold.</p><p>Based on <a
href="http://shkspr.mobi/blog/index.php/tag/badvertising/">the evidence I&#8217;ve accumulated</a>, mobile advertising is subject to a lot of hype and not a lot of professionalism.</p><p>Take this example as seen on my BlackBerry 9000.</p><div
class="wp-caption alignnone" style="width: 490px;"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Capture8_39_0.jpg"><img
class="alignnone size-full" title="Flickr iPhone Advert" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Capture8_39_0.jpg" alt="Flickr iPhone Advert" width="480" height="320" /><br
/> </a></p><p
class="wp-caption-text">Flickr iPhone Advert</p></div><p>First off the bat, it gets my phone wrong. It should be using the User Agent to determine which advert to serve.</p><p>Well, let&#8217;s be a good consumer and click on it any way&#8230;</p><div
class="wp-caption alignnone" style="width: 490px;"><img
class="alignnone size-full" title="iTunes' Web Interface" src="http://shkspr.mobi/blog/wp-content/uploads/2009/12/Capture8_39_27.jpg" alt="iTunes' Web Interface" width="480" height="320" /></p><p
class="wp-caption-text">iTunes Web Interface</p></div><p>What the deuce?!</p><p>It has taken me to the <strong>Desktop version of the iTunes installation page</strong> &#8211; despite knowing I&#8217;m on a mobile!</p><h2>What Should Have Happened?</h2><ul><li> My phone requests the advert.</li><li> Advertising agency serves up a device specific ad.</li><li> I click on the ad.</li><li> The ad server sees my User Agent</li><li>For iPhone, it should automatically redirect me to the App Store</li><li>For BlackBerry / Android / S60  etc, it should automatically redirect me to the native app store</li><li>For everything else, it should automatically redirect me to <a
href="http://m.flickr.com/">http://m.flickr.com/</a></li></ul><h2>How Can It Go So Wrong?!</h2><p>I&#8217;m making the assumption that this is an advert <em>by</em> flickr.  It may well be an advert by a third-party who have a (chargeable) app for iPhone.</p><p>Even if it is the latter &#8211; why are they advertising on BlackBerry?  Or, rather, why is their advertising agency <strong>wasting</strong> their marketing budget by showing an advert on a device which can&#8217;t support the content?</p><h3>Make Sure Your Advert Works</h3><p>It&#8217;s not rocket science.  If people can&#8217;t get to your product, they won&#8217;t spend money with you.  They&#8217;ll also get a negative impression of your brand.</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/&amp;title=Mobile+Badvertising+%26%238211%3B+Flickr+%26%23038%3B+iPhone" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Del.icio.us" alt="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/&amp;title=Mobile+Badvertising+%26%238211%3B+Flickr+%26%23038%3B+iPhone" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to digg" alt="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/&amp;title=Mobile+Badvertising+%26%238211%3B+Flickr+%26%23038%3B+iPhone" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to reddit" alt="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Technorati" alt="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/&amp;title=Mobile+Badvertising+%26%238211%3B+Flickr+%26%23038%3B+iPhone" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Stumble Upon" alt="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/&amp;title=Mobile+Badvertising+%26%238211%3B+Flickr+%26%23038%3B+iPhone" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Google Bookmarks" alt="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Bloglines" alt="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising+%26%238211%3B+Flickr+%26%23038%3B+iPhone&amp;url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to SlashDot" alt="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/&amp;t=Mobile+Badvertising+%26%238211%3B+Flickr+%26%23038%3B+iPhone" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to FaceBook" alt="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Wikio" alt="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Twitter" alt="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising+%26%238211%3B+Flickr+%26%23038%3B+iPhone&amp;url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to FriendFeed" alt="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/&amp;title=Mobile+Badvertising+%26%238211%3B+Flickr+%26%23038%3B+iPhone&amp;srcURL=http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Google Buzz" alt="Add 'Mobile Badvertising &#8211; Flickr &#038; iPhone' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2009/12/mobile-badvertising-flickr-iphone/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Mobile Badvertising &#8211; NatWest</title><link>http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/</link> <comments>http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/#comments</comments> <pubDate>Fri, 27 Nov 2009 16:13:08 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[nablopomo]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=1293</guid> <description><![CDATA[I feel a bit guilty about including NatWest&#8217;s latest mobile advert in my Badvertising section &#8211; because it&#8217;s mostly very good.  But it shows exactly why you need to carefully examine every link within your site and see how useful it is for your customers.
You may have noticed this animate banner as you wander around ...]]></description> <content:encoded><![CDATA[<p>I feel a bit guilty about including <a
href="http://www.natwestprivate.com/">NatWest&#8217;s latest mobile advert</a> in my Badvertising section &#8211; because it&#8217;s mostly very good.  But it shows exactly why you need to carefully examine every link within your site and see how useful it is for your customers.</p><p>You may have noticed this animate banner as you wander around the mobile web.</p><div
id="attachment_1297" class="wp-caption aligncenter" style="width: 310px"><img
class="size-full wp-image-1297" title="natwest advert" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/natwest-advert.gif" alt="NatWest Advert" width="300" height="50" /><p
class="wp-caption-text">NatWest Advert</p></div><p>Here it is in context</p><div
id="attachment_1296" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-1296" title="NatWest Ad on Times Site" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/NatWest-Ad-on-Times.jpg" alt="NatWest Ad on Times Site" width="480" height="320" /><p
class="wp-caption-text">NatWest Ad on Times Site</p></div><p>So, what do we see when we click on it?</p><h2>The Good</h2><div
id="attachment_1298" class="wp-caption aligncenter" style="width: 474px"><img
class="size-full wp-image-1298" title="NatWest Mobile Site" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/NatWest-Mobile-Site.jpg" alt="NatWest Mobile Site" width="464" height="456" /><p
class="wp-caption-text">NatWest Mobile Site</p></div><p
style="text-align: left;">Now, this is pretty good! An attractive site, seems on brand, gives details of the benefit.  What&#8217;s this at the bottom? Could it be&#8230;?</p><h2 style="text-align: left;">Click To Call</h2><p
style="text-align: left;"><div
id="attachment_1294" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-1294" title="Click To Call" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/Click-To-Call.jpg" alt="Click To Call" width="480" height="320" /><p
class="wp-caption-text">Click To Call</p></div><p>Click to call is such basic functionality &#8211; I&#8217;m shocked that more mobile sites don&#8217;t make better use of it.  It saves the customer from having to scribble down your number or worse, try to remember it.  If you&#8217;re smart, you will set up a separate number for the mobile site so you can track how effective the site is.</p><h2 style="text-align: left;">Terms and Conditions</h2><p
style="text-align: left;">The one thing you learn from looking at your site stats is that <em>no-one</em> reads the terms and conditions.  However, it&#8217;s the first thing your lawyers will look for.  So make it prominent so you can&#8217;t get sued later.</p><p
style="text-align: left;">While the <a
href="http://www.natwestprivate.com/tandcs.php">NatWest T&amp;Cs</a> are fairly mobile friendly &#8211; this is where the site starts breaking down.</p><div
id="attachment_1301" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-1301" title="Terms and Conditions" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/Terms-and-Conditions.jpg" alt="Terms and Conditions" width="480" height="320" /><p
class="wp-caption-text">Terms and Conditions</p></div><h2 style="text-align: left;">Linking Out</h2><p
style="text-align: left;">The first problem is that the two links that are given <strong>aren&#8217;t mobile friendly</strong>.</p><p
style="text-align: left;">The first appears to be a pop-up from their Polish site.</p><div
id="attachment_1300" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-1300" title="Polish Popup" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/Polish-Popup.jpg" alt="Polish Popup" width="480" height="320" /><p
class="wp-caption-text">Polish Popup</p></div><p
style="text-align: left;">The second is from their main site.</p><div
id="attachment_1295" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-1295" title="Full Site" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/Full-Site.jpg" alt="Full Site" width="480" height="320" /><p
class="wp-caption-text">Full Site</p></div><h2>PDF</h2><p>As we go further down the T&amp;Cs page, we see some links to further documents.</p><div
id="attachment_1299" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-1299" title="PDF" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/PDF.jpg" alt="PDF" width="480" height="320" /><p
class="wp-caption-text">PDF</p></div><p>Pop quiz, hotshot, what percentage of mobiles can read PDFs? Some <a
href="http://www.adobe.com/products/acrobat/acrrmobiledevices.html">S60 phones can read PDF</a>, as can Android and iPhone.  But the majority of phones in the market simply can&#8217;t access these documents.</p><h2>Length</h2><p>You can read the <a
href="http://www.natwestprivate.com/tandcs.php">NatWest Terms and Conditions</a> for yourself.  Around <strong>eleven thousand</strong> words!  All on one page.</p><h2>Conclusions</h2><p>When designing a mobile site, keep these points in mind.</p><ul><li>Don&#8217;t link to any non-mobile sites.</li><li>If you have to link to non-mobile sites, ensure you give the user a warning so they know not to click if they have a less capable phone.</li><li>Make sure that the formats you use on your site can be accessed via mobile.  Convert PDFs to HTML if you can.</li><li>While you may need to have Terms and Conditions on your site, they should <strong>never</strong> be more prominent than your main call to action.  In this case, the &#8220;Call Us Now&#8221; button should be shown to the user before the T&amp;Cs.</li><li>Consider splitting pages in to &#8220;chunks&#8221;. Many phones will have a low memory limit and won&#8217;t be able to display your pages.</li><li>Even if they can display the page, scrolling through hundreds of lines can be a painful experience.</li></ul><p>Overall, this is an excellent microsite which is let down by a few silly mistakes.</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/&amp;title=Mobile+Badvertising+%26%238211%3B+NatWest" title="Add 'Mobile Badvertising &#8211; NatWest' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising &#8211; NatWest' to Del.icio.us" alt="Add 'Mobile Badvertising &#8211; NatWest' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/&amp;title=Mobile+Badvertising+%26%238211%3B+NatWest" title="Add 'Mobile Badvertising &#8211; NatWest' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising &#8211; NatWest' to digg" alt="Add 'Mobile Badvertising &#8211; NatWest' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/&amp;title=Mobile+Badvertising+%26%238211%3B+NatWest" title="Add 'Mobile Badvertising &#8211; NatWest' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising &#8211; NatWest' to reddit" alt="Add 'Mobile Badvertising &#8211; NatWest' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/" title="Add 'Mobile Badvertising &#8211; NatWest' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising &#8211; NatWest' to Technorati" alt="Add 'Mobile Badvertising &#8211; NatWest' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/&amp;title=Mobile+Badvertising+%26%238211%3B+NatWest" title="Add 'Mobile Badvertising &#8211; NatWest' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising &#8211; NatWest' to Stumble Upon" alt="Add 'Mobile Badvertising &#8211; NatWest' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/&amp;title=Mobile+Badvertising+%26%238211%3B+NatWest" title="Add 'Mobile Badvertising &#8211; NatWest' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising &#8211; NatWest' to Google Bookmarks" alt="Add 'Mobile Badvertising &#8211; NatWest' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/" title="Add 'Mobile Badvertising &#8211; NatWest' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising &#8211; NatWest' to Bloglines" alt="Add 'Mobile Badvertising &#8211; NatWest' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising+%26%238211%3B+NatWest&amp;url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/" title="Add 'Mobile Badvertising &#8211; NatWest' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising &#8211; NatWest' to SlashDot" alt="Add 'Mobile Badvertising &#8211; NatWest' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/&amp;t=Mobile+Badvertising+%26%238211%3B+NatWest" title="Add 'Mobile Badvertising &#8211; NatWest' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising &#8211; NatWest' to FaceBook" alt="Add 'Mobile Badvertising &#8211; NatWest' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/" title="Add 'Mobile Badvertising &#8211; NatWest' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising &#8211; NatWest' to Wikio" alt="Add 'Mobile Badvertising &#8211; NatWest' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/" title="Add 'Mobile Badvertising &#8211; NatWest' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising &#8211; NatWest' to Twitter" alt="Add 'Mobile Badvertising &#8211; NatWest' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising+%26%238211%3B+NatWest&amp;url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/" title="Add 'Mobile Badvertising &#8211; NatWest' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising &#8211; NatWest' to FriendFeed" alt="Add 'Mobile Badvertising &#8211; NatWest' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/&amp;title=Mobile+Badvertising+%26%238211%3B+NatWest&amp;srcURL=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/" title="Add 'Mobile Badvertising &#8211; NatWest' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising &#8211; NatWest' to Google Buzz" alt="Add 'Mobile Badvertising &#8211; NatWest' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-natwest/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mobile Badvertising &#8211; #tweetsgiving</title><link>http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/</link> <comments>http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/#comments</comments> <pubDate>Thu, 26 Nov 2009 07:00:04 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[charity]]></category> <category><![CDATA[nablopomo]]></category> <category><![CDATA[tweetsgiving]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=1283</guid> <description><![CDATA[America and Canada both celebrate a holiday called &#8220;Thanksgiving&#8220;.  Although, for complex reasons, the celebrate it at different times of the year.  Outside of North America the holiday simply doesn&#8217;t exist.  Much like the US doesn&#8217;t celebrate Guy Fawkes night &#8211; the British don&#8217;t celebrate Thanksgiving.
So, I was a little surprised to ...]]></description> <content:encoded><![CDATA[<p>America and Canada both celebrate a holiday called &#8220;<a
href="http://en.wikipedia.org/wiki/Thanksgiving">Thanksgiving</a>&#8220;.  Although, for complex reasons, the celebrate it at different times of the year.  Outside of North America the holiday simply doesn&#8217;t exist.  Much like the US doesn&#8217;t celebrate <a
href="http://www.parliament.uk/faq/gunpowder_plot.cfm">Guy Fawkes night</a> &#8211; the British don&#8217;t celebrate Thanksgiving.</p><p>So, I was a little surprised to see this advert for #tweetsgiving on my mobile.</p><div
id="attachment_1288" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-1288" title="What is tweetsgiving?" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/Capture23_4_54.jpg" alt="What is tweetsgiving?" width="480" height="320" /><p
class="wp-caption-text">What is tweetsgiving?</p></div><p>For now, let&#8217;s ignore the perils of assuming that your country is the entire market place.  It&#8217;s a common problem which, sadly, is prevalent in the USA.  I clicked on the banner like a good consumer &#8211; hoping I&#8217;d find out what #tweetsgiving was.</p><div
id="attachment_1284" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-1284" title="Unavailable" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/Capture19_33_23.jpg" alt="Unavailable" width="480" height="320" /><p
class="wp-caption-text">Unavailable</p></div><p>I&#8217;ve talked before about having your service ready for the floods of people who are going to visit.  You only get one chance to make a first impression &#8211; this first impression says &#8220;We&#8217;re broken&#8221;.  Would you trust this site with your money? With your time? Would you click on the same banner again?</p><p>Well, I&#8217;m, a fool.  I waited a few hours.  Teething problems, I reckoned.  Later on in the day &#8211; when I saw the same banner &#8211; I clicked.</p><div
id="attachment_1285" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-1285" title="Oh Dear" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/Capture22_3_53.jpg" alt="Oh Dear" width="480" height="320" /><p
class="wp-caption-text">Oh Dear</p></div><p>I was greeted by an unfriendly error page.</p><p>Third time&#8217;s the charm.  In my pursuit of finding the worst Mobile Badvertising out there &#8211; for you, dear reader &#8211; I clicked.  Once more unto the breach&#8230;</p><div
id="attachment_1286" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-1286" title="That's It?" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/Capture23_4_1.jpg" alt="That's It?" width="480" height="320" /><p
class="wp-caption-text">That&#39;s It?</p></div><p>So this is what the advertising campaign is for?  A block of text.  No images.  Nothing to convince me that it&#8217;s genuine.  No details about the charity &#8211; if it is a charity &#8211; or the projects in Tanzania.  And &#8211; were I charitably minded enough to pay &#8211; no method of payment for those outside the USA.</p><h2>How To Fix This</h2><ul><li>Friendly error pages.  Things break, that&#8217;s a fact of life &#8211; but when they do, ensure that they fail gracefully.  Make sure that your error pages are still useful to your prospective customers.</li><li>If your site is broken &#8211; or under severe strain &#8211; withdraw the advert until you are sure you can satisfy demand.</li><li>If your offer is limited by region &#8211; try to ensure that it is never seen outside that region.</li><li>Given that the Internet is international &#8211; offer alternative ways for foreign customers to pay you.</li><li>Make your site attractive.  You don&#8217;t need to go overboard, but a few images, links to other sites or pages, downloadable content, will attract more customers that plain prose.</li><li>If you&#8217;re asking for money for a charity &#8211; show your potential donors that you are genuine.  In this case a link to the charity&#8217;s site would have helped.  In the UK, <a
href="http://www.charity-commission.gov.uk/">all charities have to be registered</a> &#8211; I don&#8217;t know if the USA does something similar.</li></ul><p>While I&#8217;m sure that the aims are laudable, this is truly a perfect example of Mobile Badvertising.  The site doesn&#8217;t work and, when it does, you wish that you hadn&#8217;t bothered.  What a waste.</p><h2>Bootnote</h2><p>There is one good thing about this Badvertising.  The link to Quattro Wireless does go to their mobile page and not to some Flash-ridden abomination.</p><div
id="attachment_1287" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-1287" title="Quattro Wireless's mobile page" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/Capture23_4_34.jpg" alt="Quattro Wireless's mobile page" width="480" height="320" /><p
class="wp-caption-text">Quattro Wireless&#39;s mobile page</p></div><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/&amp;title=Mobile+Badvertising+%26%238211%3B+%23tweetsgiving" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Del.icio.us" alt="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/&amp;title=Mobile+Badvertising+%26%238211%3B+%23tweetsgiving" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to digg" alt="Add 'Mobile Badvertising &#8211; #tweetsgiving' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/&amp;title=Mobile+Badvertising+%26%238211%3B+%23tweetsgiving" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to reddit" alt="Add 'Mobile Badvertising &#8211; #tweetsgiving' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Technorati" alt="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/&amp;title=Mobile+Badvertising+%26%238211%3B+%23tweetsgiving" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Stumble Upon" alt="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/&amp;title=Mobile+Badvertising+%26%238211%3B+%23tweetsgiving" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Google Bookmarks" alt="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Bloglines" alt="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising+%26%238211%3B+%23tweetsgiving&amp;url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to SlashDot" alt="Add 'Mobile Badvertising &#8211; #tweetsgiving' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/&amp;t=Mobile+Badvertising+%26%238211%3B+%23tweetsgiving" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to FaceBook" alt="Add 'Mobile Badvertising &#8211; #tweetsgiving' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Wikio" alt="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Twitter" alt="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising+%26%238211%3B+%23tweetsgiving&amp;url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to FriendFeed" alt="Add 'Mobile Badvertising &#8211; #tweetsgiving' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/&amp;title=Mobile+Badvertising+%26%238211%3B+%23tweetsgiving&amp;srcURL=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Google Buzz" alt="Add 'Mobile Badvertising &#8211; #tweetsgiving' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-tweetgiving/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mobile Badvertising &#8211; Click Here</title><link>http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/</link> <comments>http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/#comments</comments> <pubDate>Sat, 07 Nov 2009 12:00:47 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[usability]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[nablopomo]]></category> <category><![CDATA[reuters]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=955</guid> <description><![CDATA[How do you indicate that something on the web is &#8220;clickable&#8221;?  The W3C &#8211; the body which sets the standards for the Web &#8211; recommend you don&#8217;t use &#8220;Click Here&#8221; for link text.  Normal text is usually underlined and / or a different colour when it is a hyperlink &#8211; images don&#8217;t have any specific ...]]></description> <content:encoded><![CDATA[<p>How do you indicate that something on the web is &#8220;clickable&#8221;?  The W3C &#8211; the body which sets the standards for the Web &#8211; <a
href="http://www.w3.org/QA/Tips/noClickHere">recommend you don&#8217;t use &#8220;Click Here&#8221; for link text</a>.  Normal text is usually underlined and / or a different colour when it is a hyperlink &#8211; images don&#8217;t have any specific decoration to indicate you can click on them.</p><p>In this animated GIF, an advert for Lexus, we see a call to action which says &#8220;Click Here&#8221;.</p><div
id="attachment_956" class="wp-caption aligncenter" style="width: 310px"><img
class="size-full wp-image-956" title="lexus reuters advert" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/lexus-reuters-advert.gif" alt="Lexus Advert" width="300" height="75" /><p
class="wp-caption-text">Lexus Advert</p></div><p>Would it not be obvious to readers that this is an advert? That adverts are clickable?</p><p>Perhaps not.  Let&#8217;s see how it is laid out on <a
href="http://mobile.reuters.com/">Reuters Mobile</a>.</p><div
id="attachment_957" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-957" title="reuters advert" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/reuters-advert.jpg" alt="Advert on the Reuters Mobile site" width="480" height="320" /><p
class="wp-caption-text">Advert on the Reuters Mobile site</p></div><p>Utterly bizarrely, this image <em>isn&#8217;t</em> clickable!  The user will try in vain to click where it says &#8220;Click Here&#8221; and get nowhere &#8211; they have click on the word <span
style="text-decoration: underline;">Lexus</span>.</p><p>Take a look at the source code, if you don&#8217;t believe me.</p><div
id="attachment_958" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-958" title="reuters source" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/reuters-source.jpg" alt="HTML Source Code" width="480" height="320" /><p
class="wp-caption-text">HTML Source Code</p></div><h2>Make Your Advert Easy To Access</h2><p>Seems obvious, no?  The bigger the target area, the more chance a user will be able to click on it.  This is a big usability issue &#8211; especially on phones touchscreens, trackpads and rollerballs.</p><p>We see this issue in HTML forms as well.  In this example, it&#8217;s easy to select the &#8220;Male&#8221; option simply because the label is clickable.</p><form> <input
id="male" name="sex" type="radio" /> <label
for="male">Male</label></p> <input
id="female" name="sex" type="radio" />Female</form><p>The &#8220;Female&#8221; option is harder because you need to have the dexterity to accurately position your cursor over the tiny radio button as opposed to a larger target.</p><p>For a chance to win an AMAZING prize &#8211; click this dot <a
href="http://www.sadtrombone.com/">.</a> It&#8217;s not the easiest thing in the world. Especially on a mobile device where the cursor may only move in large steps.</p><h2>What To Do?</h2><p>Having a hyperlinked word or phrase under an advert certainly isn&#8217;t going to hurt.  When it&#8217;s the only way to access the content, you risk confusing your users&#8217; mental model about how images work.</p><p>Above all, never say &#8220;Click Here&#8221; if there&#8217;s nowhere to click.</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/&amp;title=Mobile+Badvertising+%26%238211%3B+Click+Here" title="Add 'Mobile Badvertising &#8211; Click Here' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising &#8211; Click Here' to Del.icio.us" alt="Add 'Mobile Badvertising &#8211; Click Here' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/&amp;title=Mobile+Badvertising+%26%238211%3B+Click+Here" title="Add 'Mobile Badvertising &#8211; Click Here' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising &#8211; Click Here' to digg" alt="Add 'Mobile Badvertising &#8211; Click Here' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/&amp;title=Mobile+Badvertising+%26%238211%3B+Click+Here" title="Add 'Mobile Badvertising &#8211; Click Here' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising &#8211; Click Here' to reddit" alt="Add 'Mobile Badvertising &#8211; Click Here' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/" title="Add 'Mobile Badvertising &#8211; Click Here' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising &#8211; Click Here' to Technorati" alt="Add 'Mobile Badvertising &#8211; Click Here' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/&amp;title=Mobile+Badvertising+%26%238211%3B+Click+Here" title="Add 'Mobile Badvertising &#8211; Click Here' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising &#8211; Click Here' to Stumble Upon" alt="Add 'Mobile Badvertising &#8211; Click Here' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/&amp;title=Mobile+Badvertising+%26%238211%3B+Click+Here" title="Add 'Mobile Badvertising &#8211; Click Here' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising &#8211; Click Here' to Google Bookmarks" alt="Add 'Mobile Badvertising &#8211; Click Here' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/" title="Add 'Mobile Badvertising &#8211; Click Here' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising &#8211; Click Here' to Bloglines" alt="Add 'Mobile Badvertising &#8211; Click Here' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising+%26%238211%3B+Click+Here&amp;url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/" title="Add 'Mobile Badvertising &#8211; Click Here' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising &#8211; Click Here' to SlashDot" alt="Add 'Mobile Badvertising &#8211; Click Here' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/&amp;t=Mobile+Badvertising+%26%238211%3B+Click+Here" title="Add 'Mobile Badvertising &#8211; Click Here' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising &#8211; Click Here' to FaceBook" alt="Add 'Mobile Badvertising &#8211; Click Here' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/" title="Add 'Mobile Badvertising &#8211; Click Here' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising &#8211; Click Here' to Wikio" alt="Add 'Mobile Badvertising &#8211; Click Here' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/" title="Add 'Mobile Badvertising &#8211; Click Here' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising &#8211; Click Here' to Twitter" alt="Add 'Mobile Badvertising &#8211; Click Here' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising+%26%238211%3B+Click+Here&amp;url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/" title="Add 'Mobile Badvertising &#8211; Click Here' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising &#8211; Click Here' to FriendFeed" alt="Add 'Mobile Badvertising &#8211; Click Here' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/&amp;title=Mobile+Badvertising+%26%238211%3B+Click+Here&amp;srcURL=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/" title="Add 'Mobile Badvertising &#8211; Click Here' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising &#8211; Click Here' to Google Buzz" alt="Add 'Mobile Badvertising &#8211; Click Here' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-click-here/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Mobile Badvertising &#8211; BlackBerry Characters</title><link>http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/</link> <comments>http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/#comments</comments> <pubDate>Thu, 05 Nov 2009 12:00:21 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[blackberry]]></category> <category><![CDATA[fail]]></category> <category><![CDATA[irony]]></category> <category><![CDATA[nablopomo]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=977</guid> <description><![CDATA[HTML is a complex beast.  Especially when it comes to languages.  I don&#8217;t mean the difference between English and French but between UTF-8,  Windows-1252, and all the other methods for encoding text.
When it goes wrong, you can come a cropper &#8211; take a look at this advert for the BlackBerry.  Somehow a character ...]]></description> <content:encoded><![CDATA[<p>HTML is a complex beast.  Especially when it comes to languages.  I don&#8217;t mean the difference between English and French but between <a
href="http://www.utf8.com/">UTF-8</a>,  <a
href="http://en.wikipedia.org/wiki/Windows-1252">Windows-1252</a>, and all the other methods for encoding text.</p><p>When it goes wrong, you can come a cropper &#8211; take a look at this advert for the BlackBerry.  Somehow a character has crept in to the text which can&#8217;t be rendered by the browser.</p><div
id="attachment_978" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-978" title="Blackberry advert" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/Blackberry-advert.jpg" alt="BlackBerry? Advert?" width="480" height="320" /><p
class="wp-caption-text">BlackBerry? Advert?</p></div><p>Immediately, one gets the sense of a poorly tested advert &#8211; one which probably goes to a dodgy site. Right?  Wrong! Take a look at the page source &#8211; it clearly points to the official BlackBerry site.</p><div
id="attachment_979" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-979" title="Blackberry source" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/Blackberry-source.jpg" alt="HTML Source Code" width="480" height="320" /><p
class="wp-caption-text">HTML Source Code</p></div><h2>Test, Test and Test Again</h2><p>I&#8217;ve no idea what character is meant to be represented in that advert. But I know that the error should have been caught in testing.</p><ul><li>Test your advert to see if it works.</li><li>Test your advert to see if it displays properly.</li><li>Test your advert on multiple handsets.</li><li>Test your advert in multiple browsers.</li><li>Test your advert on devices which use a different language or character set.</li><li>Test your advert before <em>and</em> after setting it live.</li><li>Test your advert to make sure the ad-network isn&#8217;t mangling it.</li></ul><h2>Like Bronzey or Silvery &#8211; But Made of Iron</h2><p>The handset I used to test this was a BlackBerry.  Do you want to see what happens when you click on the link? Do you?</p><div
id="attachment_984" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-984" title="Capture17_2_23" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/Capture17_2_23.jpg" alt="What A Mess" width="480" height="320" /><p
class="wp-caption-text">What A Mess</p></div><p>Yes, the site is the <a
href="http://uk.blackberry.com/devices/blackberrypearl8100/">BlackBerry Pearl product page</a>. The <strong>desktop</strong> version.  The version that the BlackBerry <em>can&#8217;t render properly</em>.</p><p>Just in case it&#8217;s not obvious, I&#8217;ll spell it out for you.</p><ul><li>A mobile advert should point to a <em>mobile-friendly</em> site.</li><li>If you&#8217;re a huge, multi-national company who manufactures mobile phones, make sure your website has a mobile friendly version.</li><li>Test your adverts on your product.</li></ul><p>These mistakes aren&#8217;t acceptable. For a company of RIM&#8217;s size, it beggars beleif that this advert was approved without any apparent testing.</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/&amp;title=Mobile+Badvertising+%26%238211%3B+BlackBerry+Characters" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Del.icio.us" alt="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/&amp;title=Mobile+Badvertising+%26%238211%3B+BlackBerry+Characters" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to digg" alt="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/&amp;title=Mobile+Badvertising+%26%238211%3B+BlackBerry+Characters" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to reddit" alt="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Technorati" alt="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/&amp;title=Mobile+Badvertising+%26%238211%3B+BlackBerry+Characters" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Stumble Upon" alt="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/&amp;title=Mobile+Badvertising+%26%238211%3B+BlackBerry+Characters" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Google Bookmarks" alt="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Bloglines" alt="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising+%26%238211%3B+BlackBerry+Characters&amp;url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to SlashDot" alt="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/&amp;t=Mobile+Badvertising+%26%238211%3B+BlackBerry+Characters" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to FaceBook" alt="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Wikio" alt="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Twitter" alt="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising+%26%238211%3B+BlackBerry+Characters&amp;url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to FriendFeed" alt="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/&amp;title=Mobile+Badvertising+%26%238211%3B+BlackBerry+Characters&amp;srcURL=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Google Buzz" alt="Add 'Mobile Badvertising &#8211; BlackBerry Characters' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-blackberry-characters/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mobile Badvertising &#8211; Language</title><link>http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/</link> <comments>http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/#comments</comments> <pubDate>Mon, 02 Nov 2009 12:55:39 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category> <category><![CDATA[google]]></category> <category><![CDATA[language]]></category> <category><![CDATA[nablopomo]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=919</guid> <description><![CDATA[One of the joys of the Internet is that it is international. Anyone, from anywhere, speaking any language can visit any page on the World Wide Web.
This makes life difficult for advertisers. Not only do they have to ensure that what they&#8217;re showing is applicable in the viewer&#8217;s country, but also that it&#8217;s legal and ...]]></description> <content:encoded><![CDATA[<p>One of the joys of the Internet is that it is international. Anyone, from anywhere, speaking any language can visit any page on the <em>World Wide</em> Web.</p><p>This makes life difficult for advertisers. Not only do they have to ensure that what they&#8217;re showing is applicable in the viewer&#8217;s country, but also that it&#8217;s legal and written in the correct language. If they don&#8217;t, at best they&#8217;ve wasted their inventory, at worst, they&#8217;re breaking the law.</p><p>Google runs this advert for its BlackBerry software.</p><div
id="attachment_921" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-921" title="goog ad en" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/goog-ad-en.png" alt="Google's Advert (English)" width="480" height="114" /><p
class="wp-caption-text">Google&#39;s Advert (English)</p></div><p>It&#8217;s a perfectly fine advert. But, on occasion, I see this&#8230;</p><div
id="attachment_922" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-922" title="goog ad fr" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/goog-ad-fr.png" alt="Google's Advert (French)" width="480" height="90" /><p
class="wp-caption-text">Google&#39;s Advert (French)</p></div><p>Je parlez un petit pois de Francais. Mais mon GCSEs were trop many years ago pour me to remember more than &#8220;Je voudrais un croque Monsieur, sil vous plait&#8221;.</p><p>To compound the error, when I click on the link I get this.</p><div
id="attachment_928" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-928" title="goog inter fr" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/goog-inter-fr.png" alt="Straight To Download" width="480" height="320" /><p
class="wp-caption-text">Straight To Download</p></div><p>I&#8217;m normally not a fan of interstitials &#8211; and a direct download link is usually very welcome. In this case it would have made sense to show an information page which allowed the customer to change to a more appropriate language.</p><p>At the very least, Google should use the description field to say exactly what it is I&#8217;m downloading.  There is only the barest mention that the application is in French. Anyone installing this is going to be faced with a bewildering foreign language in their interface.</p><p>Here&#8217;s the Google Maps mobile web page &#8211; note the option to change language.</p><div
id="attachment_929" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-929" title="goog lang" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/goog-lang.jpg" alt="Change The Language" width="480" height="320" /><p
class="wp-caption-text">Change The Language</p></div><p>One minor nit pick &#8211; if you don&#8217;t speak English, the words &#8220;Change Language&#8221; won&#8217;t mean anything to you.  The icon isn&#8217;t particularly helpful either.  Perhaps choosing a flag or writing the words in several well spoken languages would prevent this confusion.</p><h2>Solving The Problem</h2><p>There are three ways you can tell what language to display.</p><ol><li>IP Geo-Location</li><li> Header</li><li> Referring site</li></ol><h2>IP Lookup</h2><p>It is possible to geolocate an IP address. This maps your IP address to your rough location. There are a few problems with this.</p><ol><li> Accuracy.  At best, it will tell you which major city you&#8217;re near.  That&#8217;s usually good enough, especially when determining language.</li><li>ISP location.  You may be in Germany, but your ISP (mobile or not) may be allocating you an IP from their home country.  If your BlackBerry is connected to a corporate BES, your IP will be where your IT department is based.</li><li> Roaming.  You&#8217;re a Brit, your phone has roamed on to a German network, you&#8217;re looking for reviews of restaurants in France.  Which country should you count as for the purposes of advertising?</li></ol><h2>Header</h2><p>Every browser sends a website detailed information about itself in the <a
href="http://en.wikipedia.org/wiki/List_of_HTTP_headers">HTTP headers</a>. Here&#8217;s what my BlackBerry would have sent Google.</p><div
id="attachment_920" class="wp-caption aligncenter" style="width: 490px"><img
class="size-full wp-image-920" title="BB Headers" src="http://shkspr.mobi/blog/wp-content/uploads/2009/11/BB-Headers.jpg" alt="What Does Your Browser Say About You?" width="480" height="320" /><p
class="wp-caption-text">What Does Your Browser Say About You?</p></div><p>I&#8217;ve circled the accept-language header &#8211; it quite clearly says I speak British English. The <a
href="http://www.w3.org/International/questions/qa-accept-lang-locales">W3C recommends using this field for language preferences</a> (amongst other uses).  When your phone starts up for the first time and asks you to pick a language &#8211; it&#8217;s not just changing the phone&#8217;s UI, it will also modify the browser&#8217;s headers so you get content that&#8217;s acceptable to you.</p><p>If you&#8217;re interested, you can <a
href="http://www.ericgiguere.com/tools/http-header-viewer.html">check your browser&#8217;s HTTP headers</a>.</p><h3>Problems</h3><ul><li> You may be on a borrowed phone</li><li>You may have set your phone incorrectly</li><li>Your phone may express a preference for multiple languages</li></ul><h2>Referring Site</h2><p>A simple solution is to use the language of the site the advert is placed on.  If I were on a French site &#8211; it would make sense to show me an advert in French.</p><h2>The Real Solution(s)</h2><p>An advert that your audience can&#8217;t read is a waste of everyone&#8217;s time and bandwidth.</p><ul><li>Use all the available information to determine where a customer is and what language they speak.</li><li>If you&#8217;re not sure, consider an advert without wording.  In the above case &#8220;Google + BlackBerry = ♥&#8221;.</li><li>Don&#8217;t force a user into downloading without checking their preferences.</li><li>Allow a user to switch languages either before download or within the application.</li></ul><p
style="text-align: center;"><a
href="http://shkspr.mobi/blog/index.php/tag/badvertising/">More Mobile Badvertising</a></p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/&amp;title=Mobile+Badvertising+%26%238211%3B+Language" title="Add 'Mobile Badvertising &#8211; Language' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising &#8211; Language' to Del.icio.us" alt="Add 'Mobile Badvertising &#8211; Language' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/&amp;title=Mobile+Badvertising+%26%238211%3B+Language" title="Add 'Mobile Badvertising &#8211; Language' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising &#8211; Language' to digg" alt="Add 'Mobile Badvertising &#8211; Language' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/&amp;title=Mobile+Badvertising+%26%238211%3B+Language" title="Add 'Mobile Badvertising &#8211; Language' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising &#8211; Language' to reddit" alt="Add 'Mobile Badvertising &#8211; Language' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/" title="Add 'Mobile Badvertising &#8211; Language' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising &#8211; Language' to Technorati" alt="Add 'Mobile Badvertising &#8211; Language' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/&amp;title=Mobile+Badvertising+%26%238211%3B+Language" title="Add 'Mobile Badvertising &#8211; Language' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising &#8211; Language' to Stumble Upon" alt="Add 'Mobile Badvertising &#8211; Language' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/&amp;title=Mobile+Badvertising+%26%238211%3B+Language" title="Add 'Mobile Badvertising &#8211; Language' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising &#8211; Language' to Google Bookmarks" alt="Add 'Mobile Badvertising &#8211; Language' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/" title="Add 'Mobile Badvertising &#8211; Language' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising &#8211; Language' to Bloglines" alt="Add 'Mobile Badvertising &#8211; Language' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising+%26%238211%3B+Language&amp;url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/" title="Add 'Mobile Badvertising &#8211; Language' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising &#8211; Language' to SlashDot" alt="Add 'Mobile Badvertising &#8211; Language' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/&amp;t=Mobile+Badvertising+%26%238211%3B+Language" title="Add 'Mobile Badvertising &#8211; Language' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising &#8211; Language' to FaceBook" alt="Add 'Mobile Badvertising &#8211; Language' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/" title="Add 'Mobile Badvertising &#8211; Language' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising &#8211; Language' to Wikio" alt="Add 'Mobile Badvertising &#8211; Language' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/" title="Add 'Mobile Badvertising &#8211; Language' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising &#8211; Language' to Twitter" alt="Add 'Mobile Badvertising &#8211; Language' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising+%26%238211%3B+Language&amp;url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/" title="Add 'Mobile Badvertising &#8211; Language' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising &#8211; Language' to FriendFeed" alt="Add 'Mobile Badvertising &#8211; Language' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/&amp;title=Mobile+Badvertising+%26%238211%3B+Language&amp;srcURL=http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/" title="Add 'Mobile Badvertising &#8211; Language' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising &#8211; Language' to Google Buzz" alt="Add 'Mobile Badvertising &#8211; Language' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2009/11/mobile-badvertising-language/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mobile Badvertising – Part 3</title><link>http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/</link> <comments>http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/#comments</comments> <pubDate>Wed, 28 Oct 2009 16:45:09 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=877</guid> <description><![CDATA[Another in the occasional series looking at mobile advertising gone bad.
Who doesn&#8217;t enjoy a good, clean game of scrabble.  After a busy day reading The Times, nothing takes the edge off the day like a word puzzle. Wait! What&#8217;s this?
So far, so good.  A clear, professional banner.  It clearly emphasises that &#8211; although it&#8217;s ...]]></description> <content:encoded><![CDATA[<p>Another in the occasional series looking at mobile advertising gone bad.</p><p>Who doesn&#8217;t enjoy a good, clean game of scrabble.  After a busy day reading The Times, nothing takes the edge off the day like a word puzzle. Wait! What&#8217;s this?</p><div
id="attachment_878" class="wp-caption aligncenter" style="width: 310px"><img
class="size-medium wp-image-878" title="Capture8_14_25" src="http://shkspr.mobi/blog/wp-content/uploads/2009/10/Capture8_14_25-300x200.jpg" alt="Scrabble Banner" width="300" height="200" /><p
class="wp-caption-text">Scrabble Banner</p></div><p>So far, so good.  A clear, professional banner.  It clearly emphasises that &#8211; although it&#8217;s an advert &#8211; it&#8217;s endorsed by The Times; so you won&#8217;t get scammed.</p><p>Three mentions of the word &#8220;mobile&#8221; <em>might </em>be overdoing it though.</p><h2>Let&#8217;s click&#8230;</h2><div
id="attachment_879" class="wp-caption aligncenter" style="width: 310px"><img
class="size-medium wp-image-879" title="Capture8_13_24" src="http://shkspr.mobi/blog/wp-content/uploads/2009/10/Capture8_13_24-300x200.jpg" alt="Standing between me and my game" width="300" height="200" /><p
class="wp-caption-text">Standing between me and my game</p></div><p>I&#8217;m not a fan of interstitials.  There&#8217;s a lot of rubbish talked about the <a
href="http://www.uie.com/articles/three_click_rule/">three click rule</a>, but sticking needless pages between your customer and your content isn&#8217;t a smart idea. Have you ever been to a supermarket which made sure you <em>really</em> wanted to enter its hallowed halls before you started buying milk?</p><p>One of the great things about computers is that they can do hard and boring things for us.  One task they are particularly suited for doing is looking up data.  <strong>Never</strong> rely on the customer to know whether they&#8217;ve got a &#8220;Java-capable&#8221; phone. You may as well say &#8220;Only phones with 16 <a
href="http://tldp.org/HOWTO/BogoMips/">bogomips </a>or greater&#8221;.  If something won&#8217;t work under certain conditions, <strong>don&#8217;t show it under those conditions</strong>.</p><p>Your site should be set up so it doesn&#8217;t show inappropriate adverts.  If you&#8217;re showing that advert to an iPhone user, you&#8217;ve wasted their time and you&#8217;ve wasted your advertising inventory.</p><p>Luckily, my BlackBerry will run Java games, so I click.</p><h2>Onwards!</h2><div
id="attachment_880" class="wp-caption aligncenter" style="width: 310px"><img
class="size-medium wp-image-880" title="Capture8_14_7" src="http://shkspr.mobi/blog/wp-content/uploads/2009/10/Capture8_14_7-300x200.jpg" alt="What The...?" width="300" height="200" /><p
class="wp-caption-text">What The...?</p></div><p>To borrow a phrase from <a
href="http://www.ewan.net/">Ewan Mcleod</a>: &#8220;Arse&#8221;.  After all that, you&#8217;re not even going to work.</p><p>Just a one off? No. I tried this several times over the week. It failed. Every time.</p><p>Now, this isn&#8217;t The Times&#8217; fault, oh no.</p><div
id="attachment_881" class="wp-caption aligncenter" style="width: 310px"><img
class="size-medium wp-image-881" title="Capture8_14_12" src="http://shkspr.mobi/blog/wp-content/uploads/2009/10/Capture8_14_12-300x200.jpg" alt="Oh Jamster..." width="300" height="200" /><p
class="wp-caption-text">Oh Jamster...</p></div><p>So this is a compound failure by Jamster, The Times and whoever is their advert manager.</p><h2>Conclusions</h2><ul><li>Make sure your advert links to a site that works!</li><li>Monitor your site &#8211; count the number of error pages it serves. If you see a high volume of 40x errors &#8211; fix them.</li><li>Test the adverts on your site &#8211; pull them if they don&#8217;t work.  This is especially true if you co-brand them.</li><li>Make sure you only show relevant adverts. Not only will showing an iPhone specific advert to a non-iPhone user cause annoyance, it&#8217;s a waste of your advertising resources.</li><li>Don&#8217;t put unnecessary barriers between a customer and the content.</li><li>If you have to show a maintenance page &#8211; give the user an indication of when you expect things to be working again so they know when to come back.</li><li>Put the same amount of effort into your error pages as you do your main pages.</li></ul><p>Overall, it wasn&#8217;t the advert that was the problem &#8211; it was the infrastructure behind it.</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/&amp;title=Mobile+Badvertising+%E2%80%93+Part+3" title="Add 'Mobile Badvertising – Part 3' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising – Part 3' to Del.icio.us" alt="Add 'Mobile Badvertising – Part 3' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/&amp;title=Mobile+Badvertising+%E2%80%93+Part+3" title="Add 'Mobile Badvertising – Part 3' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising – Part 3' to digg" alt="Add 'Mobile Badvertising – Part 3' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/&amp;title=Mobile+Badvertising+%E2%80%93+Part+3" title="Add 'Mobile Badvertising – Part 3' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising – Part 3' to reddit" alt="Add 'Mobile Badvertising – Part 3' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/" title="Add 'Mobile Badvertising – Part 3' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising – Part 3' to Technorati" alt="Add 'Mobile Badvertising – Part 3' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/&amp;title=Mobile+Badvertising+%E2%80%93+Part+3" title="Add 'Mobile Badvertising – Part 3' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising – Part 3' to Stumble Upon" alt="Add 'Mobile Badvertising – Part 3' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/&amp;title=Mobile+Badvertising+%E2%80%93+Part+3" title="Add 'Mobile Badvertising – Part 3' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising – Part 3' to Google Bookmarks" alt="Add 'Mobile Badvertising – Part 3' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/" title="Add 'Mobile Badvertising – Part 3' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising – Part 3' to Bloglines" alt="Add 'Mobile Badvertising – Part 3' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising+%E2%80%93+Part+3&amp;url=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/" title="Add 'Mobile Badvertising – Part 3' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising – Part 3' to SlashDot" alt="Add 'Mobile Badvertising – Part 3' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/&amp;t=Mobile+Badvertising+%E2%80%93+Part+3" title="Add 'Mobile Badvertising – Part 3' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising – Part 3' to FaceBook" alt="Add 'Mobile Badvertising – Part 3' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/" title="Add 'Mobile Badvertising – Part 3' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising – Part 3' to Wikio" alt="Add 'Mobile Badvertising – Part 3' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/" title="Add 'Mobile Badvertising – Part 3' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising – Part 3' to Twitter" alt="Add 'Mobile Badvertising – Part 3' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising+%E2%80%93+Part+3&amp;url=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/" title="Add 'Mobile Badvertising – Part 3' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising – Part 3' to FriendFeed" alt="Add 'Mobile Badvertising – Part 3' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/&amp;title=Mobile+Badvertising+%E2%80%93+Part+3&amp;srcURL=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/" title="Add 'Mobile Badvertising – Part 3' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising – Part 3' to Google Buzz" alt="Add 'Mobile Badvertising – Part 3' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-3/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mobile Badvertising &#8211; Part 2</title><link>http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/</link> <comments>http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/#comments</comments> <pubDate>Fri, 23 Oct 2009 16:50:54 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/?p=816</guid> <description><![CDATA[It&#8217;s been a while since I last wrote about Mobile Badvertising. Although we&#8217;re constantly told that mobile advertising is going to be HUGE, you wouldn&#8217;t know it from looking at the adverts on mobile sites.
Over this occasional series, I&#8217;ll be picking examples from popular UK sites. I&#8217;ve tried to avoid naming the sites in question, ...]]></description> <content:encoded><![CDATA[<p>It&#8217;s been a while since I last wrote about <a
href="http://shkspr.mobi/blog/index.php/tag/badvertising/">Mobile Badvertising</a>. Although we&#8217;re constantly told that mobile advertising is going to be HUGE, you wouldn&#8217;t know it from looking at the adverts on mobile sites.</p><p>Over this occasional series, I&#8217;ll be picking examples from popular UK sites. I&#8217;ve tried to avoid naming the sites in question, but sometimes it&#8217;s unavoidable.</p><h2>The Lie</p><div
id="attachment_842" class="wp-caption aligncenter" style="width: 310px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/10/delladvert.gif"><img
class="size-full wp-image-842" title="delladvert" src="http://shkspr.mobi/blog/wp-content/uploads/2009/10/delladvert.gif" alt="Is that too good to be true?" width="300" height="50" /></a><p
class="wp-caption-text">Is that too good to be true?</p></div></h2><p>One of the reasons that advertising is dying is that we&#8217;ve become immune to its lies.  When we see a price on an advert, we <em>know</em> it&#8217;s a lie.  Adverts are lies trying to trick us into buying something.  A flight may say £1. But we know when we add in taxes, booking fees, credit card surcharges and miscellaneous &#8220;extras&#8221; it will end up costing us a lot more.</p><p>At first glance this is a pretty good advert.  It reinforces the idea that it&#8217;s a mobile specific advert &#8211; you aren&#8217;t going to have to try and load a Flash heavy website on your phone.  While animation can be annoying, this advert keeps most of the image static and uses the animation to add more information &#8211; as well as catching our eye.</p><h2>Let&#8217;s click on it&#8230;</h2><p><div
id="attachment_827" class="wp-caption aligncenter" style="width: 310px"><a
href="http://shkspr.mobi/blog/wp-content/uploads/2009/10/Capture9_16_42.jpg"><img
class="size-medium wp-image-827" title="Capture9_16_42" src="http://shkspr.mobi/blog/wp-content/uploads/2009/10/Capture9_16_42-300x200.jpg" alt="Bait and Switch" width="300" height="200" /></a><p
class="wp-caption-text">Bait and Switch</p></div><p>Bam! Now the price has jumped <strong>90%</strong>. An extra £180. Now, that may be VAT and delivery&#8230; but I think that&#8217;s unlikely.</p><p>I won&#8217;t show you a screenshot from every bit of this microsite, but suffice to say &#8211; it&#8217;s not good.</p><p>While it&#8217;s formatted very well, it tells me nothing about the product, I can&#8217;t order or buy it. All I can do is fill in a form to get a &#8220;sales rep&#8221; call me.  There isn&#8217;t even a click to call link if I want to buy <strong>right now</strong>.</p><h2>What To Do</h2><ul><li>Don&#8217;t lie.  Hiding behind VAT, delivery and other charges may initially lure in customers; but you&#8217;re always going to be rumbled.  Do you want an angry customer at your checkout?</li><li>Allow me to buy what you&#8217;re selling.  Seems obvious, no?  The advert entices me with &#8220;Get Yours&#8221; but doesn&#8217;t allow me to &#8220;get&#8221; anything.  £199 may be too much to charge via premium SMS, but I can type my credit card number into my phone.  (Mind you, it still bothers me that we can&#8217;t <a
href="http://www.nation.co.ke/business/news/-/1006/675694/-/if8fn4z/-/">buy plane and train tickets like Kenyans</a>)</li><li>Put useful information on your site.  I&#8217;ve clicked because I&#8217;m interested.  Give me something to either hold my attention or sway my mind.  <strong>This isn&#8217;t print</strong>. You&#8217;re not paying per word, image or page. You can put as much information on your site as you want.</li><li>Make it timely.  I want to do something at <em>my</em> convenience &#8211; not yours.  Click to call would have allowed me to make direct contact with a &#8220;sales rep&#8221;.  Or, I can wait until you call me back during a meeting.  By all means have both options &#8211; but why would you discourage potential customers from contacting you?</li><li>Take advantage of the medium.  Again, this is the mobile web.  Why isn&#8217;t there a link to the YouTube advert showing how great this laptop is?  Why can&#8217;t I download an MP3 of a review of the product?  Why isn&#8217;t there a &#8220;Send this to a friend&#8221; link so I can say to my boss &#8220;Hey, we should buy some of these&#8221;?</li><li>What Else?</li></ul><p>In short, if you want to make your mobile advert a success &#8211; put some effort into it and take advantage of the format.</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/&amp;title=Mobile+Badvertising+%26%238211%3B+Part+2" title="Add 'Mobile Badvertising &#8211; Part 2' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising &#8211; Part 2' to Del.icio.us" alt="Add 'Mobile Badvertising &#8211; Part 2' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/&amp;title=Mobile+Badvertising+%26%238211%3B+Part+2" title="Add 'Mobile Badvertising &#8211; Part 2' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising &#8211; Part 2' to digg" alt="Add 'Mobile Badvertising &#8211; Part 2' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/&amp;title=Mobile+Badvertising+%26%238211%3B+Part+2" title="Add 'Mobile Badvertising &#8211; Part 2' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising &#8211; Part 2' to reddit" alt="Add 'Mobile Badvertising &#8211; Part 2' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/" title="Add 'Mobile Badvertising &#8211; Part 2' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising &#8211; Part 2' to Technorati" alt="Add 'Mobile Badvertising &#8211; Part 2' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/&amp;title=Mobile+Badvertising+%26%238211%3B+Part+2" title="Add 'Mobile Badvertising &#8211; Part 2' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising &#8211; Part 2' to Stumble Upon" alt="Add 'Mobile Badvertising &#8211; Part 2' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/&amp;title=Mobile+Badvertising+%26%238211%3B+Part+2" title="Add 'Mobile Badvertising &#8211; Part 2' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising &#8211; Part 2' to Google Bookmarks" alt="Add 'Mobile Badvertising &#8211; Part 2' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/" title="Add 'Mobile Badvertising &#8211; Part 2' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising &#8211; Part 2' to Bloglines" alt="Add 'Mobile Badvertising &#8211; Part 2' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising+%26%238211%3B+Part+2&amp;url=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/" title="Add 'Mobile Badvertising &#8211; Part 2' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising &#8211; Part 2' to SlashDot" alt="Add 'Mobile Badvertising &#8211; Part 2' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/&amp;t=Mobile+Badvertising+%26%238211%3B+Part+2" title="Add 'Mobile Badvertising &#8211; Part 2' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising &#8211; Part 2' to FaceBook" alt="Add 'Mobile Badvertising &#8211; Part 2' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/" title="Add 'Mobile Badvertising &#8211; Part 2' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising &#8211; Part 2' to Wikio" alt="Add 'Mobile Badvertising &#8211; Part 2' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/" title="Add 'Mobile Badvertising &#8211; Part 2' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising &#8211; Part 2' to Twitter" alt="Add 'Mobile Badvertising &#8211; Part 2' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising+%26%238211%3B+Part+2&amp;url=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/" title="Add 'Mobile Badvertising &#8211; Part 2' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising &#8211; Part 2' to FriendFeed" alt="Add 'Mobile Badvertising &#8211; Part 2' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/&amp;title=Mobile+Badvertising+%26%238211%3B+Part+2&amp;srcURL=http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/" title="Add 'Mobile Badvertising &#8211; Part 2' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising &#8211; Part 2' to Google Buzz" alt="Add 'Mobile Badvertising &#8211; Part 2' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2009/10/mobile-badvertising-part-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mobile Badvertising</title><link>http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/</link> <comments>http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/#comments</comments> <pubDate>Mon, 28 Jan 2008 08:08:00 +0000</pubDate> <dc:creator>Terence Eden</dc:creator> <category><![CDATA[mobile]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[badvertising]]></category><guid
isPermaLink="false">http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/</guid> <description><![CDATA[I&#8217;ve seen two very different adverts recently which, in my opinion are bad. Very bad.  I&#8217;d even go so far as to say that they are terrible.
The first is a poster advert seen at my local train station.A tagline, a shot of the service and a URL.
Let&#8217;s break it down.
1) The URL.  I ...]]></description> <content:encoded><![CDATA[<p>I&#8217;ve seen two very different adverts recently which, in my opinion are bad. Very bad.  I&#8217;d even go so far as to say that they are terrible.</p><p>The first is a poster advert seen at my local train station.</p><p><a
href="http://shkspr.mobi/blog/uploaded_images/22012008087-744193.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img
style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://shkspr.mobi/blog/uploaded_images/22012008087-743643.jpg" border="0" alt="" /></a><br
/> A tagline, a shot of the service and a URL.</p><p>Let&#8217;s break it down.<br
/> 1) The URL.  I initially typed in w4mobile rather than w4mobile<span
style="font-weight: bold;"><span
style="font-style: italic;"><span
style="font-weight: bold;">s</span></span></span> &#8211; and got a non-mobile friendly page.  It would have been better if they&#8217;d bought a few similar sounding domains or set upa mobile friendly .mobi address.</p><p>2) The URL.  I have to type it in myself!  What, is this 2005? Where&#8217;s the QR Code?  Where&#8217;s the mobile shortcode? If you&#8217;re going to have an easy to mistype URL &#8211; make it easy to get onto the phone.</p><p>3) It&#8217;s just so <span
style="font-style: italic;">dull!</span> Why not have a bigger and more colourful shot of the service?  A more descriptive idea of what the service is for?</p><p>4) Black text on a red background!</p><p>The service itself is nothing special.  It&#8217;s a list of links to various mobile friendly sites.  I was expecting something a bit more dynamic.  Some social bookmarking for mobile users.  It&#8217;s very 1998.</p><p>Next up, a mobile advert seen on Vodafone live! (I work for Vodafone, these are my opinions, not theirs).</p><p><a
href="http://shkspr.mobi/blog/uploaded_images/Screenshot0071-719399.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img
style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://shkspr.mobi/blog/uploaded_images/Screenshot0071-719395.png" border="0" alt="" /></a>First off, the good&#8230;</p><p>Click-to-Call.  Great stuff.  Too many mobile websites insist you remember their number, exit the browser and manually dial.  With this, click and you&#8217;re dialling.</p><p>The bad&#8230;.</p><p>Again, a fairly dull advert. 1 Image, and a few lines of text.  This isn&#8217;t a newspaper &#8211; you&#8217;re not paying per word or per image &#8211; why not brighten it up?</p><p>What the click-to-call giveth the &#8220;this is a chargeable call&#8221; taketh away! Why use a premium rate number that isn&#8217;t included in anyone&#8217;s bundle when you could use a geographic number that would be free for all your customers to call?</p><p>Finally, take a look at that advert again.  What do Avis do? What exactly can I rent for £10 a day?</p><p>Mobile Advertising is big business.  You wouldn&#8217;t know it to look at these two adverts.</p><div
class="social_bookmark"><em>Share This</em><br
/><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/&amp;title=Mobile+Badvertising" title="Add 'Mobile Badvertising' to Del.icio.us"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Mobile Badvertising' to Del.icio.us" alt="Add 'Mobile Badvertising' to Del.icio.us" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/&amp;title=Mobile+Badvertising" title="Add 'Mobile Badvertising' to digg"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Mobile Badvertising' to digg" alt="Add 'Mobile Badvertising' to digg" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/&amp;title=Mobile+Badvertising" title="Add 'Mobile Badvertising' to reddit"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Mobile Badvertising' to reddit" alt="Add 'Mobile Badvertising' to reddit" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/" title="Add 'Mobile Badvertising' to Technorati"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Mobile Badvertising' to Technorati" alt="Add 'Mobile Badvertising' to Technorati" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/&amp;title=Mobile+Badvertising" title="Add 'Mobile Badvertising' to Stumble Upon"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Mobile Badvertising' to Stumble Upon" alt="Add 'Mobile Badvertising' to Stumble Upon" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/&amp;title=Mobile+Badvertising" title="Add 'Mobile Badvertising' to Google Bookmarks"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Mobile Badvertising' to Google Bookmarks" alt="Add 'Mobile Badvertising' to Google Bookmarks" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/" title="Add 'Mobile Badvertising' to Bloglines"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Mobile Badvertising' to Bloglines" alt="Add 'Mobile Badvertising' to Bloglines" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Mobile+Badvertising&amp;url=http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/" title="Add 'Mobile Badvertising' to SlashDot"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Mobile Badvertising' to SlashDot" alt="Add 'Mobile Badvertising' to SlashDot" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/&amp;t=Mobile+Badvertising" title="Add 'Mobile Badvertising' to FaceBook"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Mobile Badvertising' to FaceBook" alt="Add 'Mobile Badvertising' to FaceBook" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/" title="Add 'Mobile Badvertising' to Wikio"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Add 'Mobile Badvertising' to Wikio" alt="Add 'Mobile Badvertising' to Wikio" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/" title="Add 'Mobile Badvertising' to Twitter"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Mobile Badvertising' to Twitter" alt="Add 'Mobile Badvertising' to Twitter" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title=Mobile+Badvertising&amp;url=http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/" title="Add 'Mobile Badvertising' to FriendFeed"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="Add 'Mobile Badvertising' to FriendFeed" alt="Add 'Mobile Badvertising' to FriendFeed" /></a><a
class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/&amp;title=Mobile+Badvertising&amp;srcURL=http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/" title="Add 'Mobile Badvertising' to Google Buzz"><img
src="http://shkspr.mobi/blog/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Mobile Badvertising' to Google Buzz" alt="Add 'Mobile Badvertising' to Google Buzz" /></a></div> ]]></content:encoded> <wfw:commentRss>http://shkspr.mobi/blog/index.php/2008/01/mobile-badvertising/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (request URI is rejected)

Served from: shkspr.mobi @ 2010-09-09 18:46:30 -->