<?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>trailers &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/trailers/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Wed, 04 Feb 2026 09:07:17 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>trailers &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[Wall Street QR Code - Some Comments]]></title>
		<link>https://shkspr.mobi/blog/2011/02/wall-street-qr-code-some-comments/</link>
					<comments>https://shkspr.mobi/blog/2011/02/wall-street-qr-code-some-comments/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Fri, 04 Feb 2011 13:00:36 +0000</pubDate>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[qr]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[QR Codes]]></category>
		<category><![CDATA[trailers]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=3576</guid>

					<description><![CDATA[Seen in the latest issue of Sport Magazine - this rather interesting QR advert for Wall Street: Money Never Sleeps.    This is a really well executed campaign which should serve as a template to other advertisers.  There are, of course, one or two issues that I have with it.  Let&#039;s start by zooming in to the QR Code.  Explanatory Text  It&#039;s great to have a little note to explain to people what to …]]></description>
										<content:encoded><![CDATA[<p>Seen in the latest issue of Sport Magazine - this rather interesting QR advert for <a href="http://m.imdb.com/title/tt1027718/">Wall Street: Money Never Sleeps</a>.</p>

<img class="aligncenter size-full wp-image-3579" title="Wall Street QR Code" src="https://shkspr.mobi/blog/wp-content/uploads/2011/02/Wall-Street-QR-Code.jpg" alt="Wall Street QR Code" width="388" height="504">

<p>This is a really well executed campaign which should serve as a template to other advertisers.  There are, of course, one or two issues that I have with it.  Let's start by zooming in to the QR Code.</p>

<h2 id="explanatory-text"><a href="https://shkspr.mobi/blog/2011/02/wall-street-qr-code-some-comments/#explanatory-text">Explanatory Text</a></h2>

<p>It's great to have a little note to explain to people what to do with a QR code.
<img class="aligncenter size-full wp-image-3578" title="Wall Street QR Detail" src="https://shkspr.mobi/blog/wp-content/uploads/2011/02/Wall-Street-QR-Detail.jpg" alt="Wall Street QR Detail" width="464" height="246">
A couple of interesting points.</p>

<ul>
    <li>It recommends get.bee<strong>t</strong>tagg.com - this is misspelled.  It should be <a href="https://web.archive.org/web/20110322144215/http://get.beetagg.com/en/qr-reader/download">get.beetagg.com</a> - only one "T".</li>
    <li>It's interesting that they've used Kaywa to generate and manage the code - yet they don't recommend <a href="http://reader.kaywa.com/">Kaywa's reader</a>.</li>
    <li>Finally, the wording is a little clumsy.  I prefer "app store" (singular) rather than "apps store" (plural) - but that's just my personal preference.</li>
</ul>

<h2 id="redirection"><a href="https://shkspr.mobi/blog/2011/02/wall-street-qr-code-some-comments/#redirection">Redirection</a></h2>

<p>Using <a href="http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection">HTTP redirection</a> to send visitors to another site automatically is usually quick - but there are pitfalls on mobile.  Because of the latency inherent in mobile transmissions, multiple redirects are to be avoided where possible.</p>

<p>In this case, the redirection goes</p>

<ol>
    <li>Phone connects to Kaywa.com</li>
    <li>Kaywa.com redirects to trailerqr.com</li>
    <li>trailerqr.com  redirects to wallstreet.mymovies.net</li>
    <li>wallstreet.mymovies.net detects the phone and starts serving the correctly formatted video</li>
</ol>

<p>So, the phone has to create three different HTTP connections to three different servers to get the content.  In areas of good coverage, that shouldn't be a problem.  Where possible, you should seek to minimise the number of redirects.</p>

<h2 id="the-video"><a href="https://shkspr.mobi/blog/2011/02/wall-street-qr-code-some-comments/#the-video">The Video</a></h2>

<p>As I've said, a differently formatted video was served depending on the handset requesting it.
Although they were appropriately sized (320 x 240 @15fps or 400 x 224 @25fps) I found them to be a little heavy.  At 2 minutes 30 seconds, the trailers certainly represent value for money - but they weigh in at around 5 MB.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/02/Wall-Street-Clip.png" alt="Wall Street Clip" title="Wall Street Clip" width="400" height="224" class="aligncenter size-full wp-image-3580">
Again, this isn't a huge issue if you're in good 3G coverage and you're not being billed per MB.</p>

<p>Finally, there's a very odd copyright notice at the end of the video.
<img class="aligncenter size-full wp-image-3577" title="Copyright Notice" src="https://shkspr.mobi/blog/wp-content/uploads/2011/02/Copyright-Notice.png" alt="Copyright Notice" width="318" height="121"></p>

<h2 id="overall"><a href="https://shkspr.mobi/blog/2011/02/wall-street-qr-code-some-comments/#overall">Overall</a></h2>

<p>A great campaign - scan and go straight to the trailer.  There's not much to improve, but keep these points in mind for your next campaign.</p>

<ul>
<li>Check that the URLs you print are valid. There's no excuse for the beettagg spelling error.</li>
<li>Make the URL human friendly if possible.  It gives the user confidence that the destination is something in which they're interested.</li>
    <li>Don't have too many redirects.  Remember there are specific considerations when working on mobile.</li>
    <li>Consider your audience's limitations.  Is a multi-MB file going to cause problems for them?</li>
</ul>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=3576&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2011/02/wall-street-qr-code-some-comments/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
