<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<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>Mobile Badvertising: Nokia Music &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/2010/08/mobile-badvertising-nokia-music/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Mon, 18 Aug 2025 07:59:16 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>Mobile Badvertising: Nokia Music &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[Mobile Badvertising: Nokia Music]]></title>
		<link>https://shkspr.mobi/blog/2010/08/mobile-badvertising-nokia-music/</link>
					<comments>https://shkspr.mobi/blog/2010/08/mobile-badvertising-nokia-music/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Wed, 18 Aug 2010 16:52:50 +0000</pubDate>
				<category><![CDATA[badvertising]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[nokia]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=2341</guid>

					<description><![CDATA[I&#039;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 music.nokia.co.uk/ - cleverly, Nokia redirect mobile users to a specific mobile version of the site.  That&#039;s where it all starts to go wrong...  Viewport Is Your Friend  This is what the user s…]]></description>
										<content:encoded><![CDATA[<p>I've mentioned <a href="https://shkspr.mobi/blog/tag/nokia/">Nokia on here a few times</a>.&nbsp; 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>

<img class="aligncenter size-full wp-image-2342" title="nokiamusic_168x28" src="https://shkspr.mobi/blog/wp-content/uploads/2010/08/nokiamusic_168x28.gif" alt="Nokia Advert" width="168" height="28">

<p><a href="https://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100818_080709.png"><img class="aligncenter size-medium wp-image-2345" title="snap20100818_080709" src="https://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100818_080709.png" alt="Advert in context"></a></p>

<p>The site it links to is <a href="https://web.archive.org/web/20100818073231/http://music.nokia.co.uk/">music.nokia.co.uk/</a> - cleverly, Nokia redirect mobile users to a specific mobile version of the site.&nbsp; That's where it all starts to go wrong...<span id="more-2341"></span></p>

<h2 id="viewport-is-your-friend"><a href="https://shkspr.mobi/blog/2010/08/mobile-badvertising-nokia-music/#viewport-is-your-friend">Viewport Is Your Friend</a></h2>

<p>This is what the user sees on visiting the advert.&nbsp; Better hope they've got great eyesight!</p>

<p><img class="aligncenter size-full wp-image-2346" title="snap20100818_080728" src="https://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 - 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.&nbsp; You can set the width of the page to automatically be that of the phone with this single line of code.</p>

<pre><code>&lt;meta name="viewport" content="width=device-width; initial-scale=1.0;"/&gt;
</code></pre>

<p>This will ensure your readers don't have to manually zoom in to read the marketing message you're trying to impart.</p>

<p>You can find more information about <a href="https://web.archive.org/web/20101101134151/http://learnthemobileweb.com/2009/07/mobile-meta-tags/">Viewport on Learn The Mobile Web</a>.</p>

<h2 id="dont-link-to-non-mobile-sites"><a href="https://shkspr.mobi/blog/2010/08/mobile-badvertising-nokia-music/#dont-link-to-non-mobile-sites">Don't Link To Non-Mobile Sites</a></h2>

<p>On this mobile website - where do you think the links lead?</p>

<p><img src="https://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100810_150410.png" alt="Website with flash" title="snap20100810_150410"> <img src="https://shkspr.mobi/blog/wp-content/uploads/2010/08/snap20100810_150129.png" alt="PC based page" title="snap20100810_150129"></p>

<p>Not only do they point to large pages totally unsuitable for mobile - one of the sites requires Flash to work.  Thereby further excluding millions of potential customers.</p>

<p>It's one of the first rules of mobile advertising - don't force your customers to download megabytes of unusable data.</p>

<h2 id="what-are-you-trying-to-do"><a href="https://shkspr.mobi/blog/2010/08/mobile-badvertising-nokia-music/#what-are-you-trying-to-do">What Are You Trying To Do?</a></h2>

<p>Finally, what's the point of this advertising campaign?
<img src="https://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't be used by anyone without a Nokia phone - 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 "Comes With Music" - why is it doing its best to treat me like a second class citizen?</p>

<p>Ask yourself this question - what are Nokia trying to acheive with this advert.  Nokia's effort doesn't seem to offer any value or information for anyone.  What a waste of time and money.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=2341&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2010/08/mobile-badvertising-nokia-music/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
