<?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>charityhack &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/charityhack/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Mon, 03 Feb 2025 15:56:09 +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>charityhack &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[Bad Oxfam! No QR Cookie for you!]]></title>
		<link>https://shkspr.mobi/blog/2011/02/bad-oxfam-no-qr-cookie-for-you/</link>
					<comments>https://shkspr.mobi/blog/2011/02/bad-oxfam-no-qr-cookie-for-you/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Thu, 03 Feb 2011 08:30:10 +0000</pubDate>
				<category><![CDATA[badvertising]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[qr]]></category>
		<category><![CDATA[charity]]></category>
		<category><![CDATA[charityhack]]></category>
		<category><![CDATA[oxfam]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[QR Codes]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=3561</guid>

					<description><![CDATA[Last year I gave a presentation at PayPal to show how charities could harness QR codes.  I&#039;m not sure if Oxfam were in the audience that day.  But if they were, they missed the point.  QR codes are a solution for quick interactions with mobile phones.  Let&#039;s investigate the Oxfam QR code seen in Metro.  The Advert   So, can donate by scanning the code?  Well, it&#039;s not really made clear what the…]]></description>
										<content:encoded><![CDATA[<p>Last year I gave a <a href="https://shkspr.mobi/blog/2010/09/charity-hack-qr-codes-for-enhanced-mobile-giving/">presentation at PayPal to show how charities could harness QR codes</a>.</p>

<p>I'm not sure if Oxfam were in the audience that day.  But if they were, they missed the point.  QR codes are a solution for quick interactions with mobile phones.  Let's investigate the Oxfam QR code seen in Metro.</p>

<h2 id="the-advert"><a href="https://shkspr.mobi/blog/2011/02/bad-oxfam-no-qr-cookie-for-you/#the-advert">The Advert</a></h2>

<p><img src="https://shkspr.mobi/blog/wp-content/uploads/2011/02/Oxfam-QR-Newspaper.jpg" alt="Oxfam QR Newspaper Advert" title="Oxfam QR Newspaper" width="500" height="718" class="aligncenter size-full wp-image-3566">
So, can donate by scanning the code?  Well, it's not really made clear what the QR code is for.  There's no text associated with it.</p>

<h2 id="the-code"><a href="https://shkspr.mobi/blog/2011/02/bad-oxfam-no-qr-cookie-for-you/#the-code">The Code</a></h2>

<p>Let's take a closer look at the code.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/02/Oxfam-QR-Detail.jpg" alt="Oxfam QR Detail" title="Oxfam QR Detail" width="400" height="295" class="aligncenter size-full wp-image-3567">
That's a huge URL stuffed into a tiny code - making it hard to scan. Ideally, codes should use black ink - the blue used here shouldn't cause too many problems, but coupled with the small size reduces the scanability.</p>

<h2 id="the-url"><a href="https://shkspr.mobi/blog/2011/02/bad-oxfam-no-qr-cookie-for-you/#the-url">The URL</a></h2>

<p>Let's take a quick look at the URL before moving on.</p>

<pre>https://www.oxfam.org.uk/donate/paypal/index.php?ito=4373</pre>

<p>Good: Use of http<strong>s</strong> for a secure connection.
Bad: Just about everything else.  Why is this so long?  Why didn't Oxfam set up a redirect so that oxfam.org.uk/4373 went to the right place?  If that's not feasible, drop the redundant index.php.</p>

<pre>https://www.oxfam.org.uk/donate/paypal/?ito=4373</pre>

<p>Even better, just direct to the target page.  In this case</p>

<pre>https://giving.oxfam.org.uk/</pre>

<p>Doing that would have resulted in this smaller and more easily scanned code.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/02/Oxfam-optimised-QR.png" alt="Oxfam optimised QR" title="Oxfam optimised QR" width="148" height="148" class="aligncenter size-full wp-image-3569"></p>

<h2 id="the-website"><a href="https://shkspr.mobi/blog/2011/02/bad-oxfam-no-qr-cookie-for-you/#the-website">The Website</a></h2>

<p>This is where things go from bad to worse.
The first thing I saw - on several phones - was this certificate error.  Given that Oxfam are expecting me to give them money, this doesn't give me confidence.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/02/Oxfam-Certificate-Errors.jpg" alt="Oxfam Certificate Errors" title="Oxfam Certificate Errors" width="528" height="317" class="aligncenter size-full wp-image-3565">
But, it gets worse.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/02/Oxfam-web-page.jpg" alt="Oxfam web page" title="Oxfam web page" width="317" height="438" class="aligncenter size-full wp-image-3563">
Yes, that's right.  Oxfam have decided to send my mobile phone to the full version of their website.  Rather than provide me with an optimal experience, they're making it slow, costly, and awkward for me to give them money.</p>

<h2 id="paypal-mobile"><a href="https://shkspr.mobi/blog/2011/02/bad-oxfam-no-qr-cookie-for-you/#paypal-mobile">PayPal Mobile</a></h2>

<p>After clicking through a few screens to try and give them some cash, we get to PayPal.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/02/PayPal-Mobile-Screen.jpg" alt="PayPal Mobile Screen" title="PayPal Mobile Screen" width="317" height="528" class="aligncenter size-full wp-image-3564">
Perfect. At this stage of the transaction - if the user has even got this far - PayPal provide their optimal mobile user experience.</p>

<h2 id="conclusion"><a href="https://shkspr.mobi/blog/2011/02/bad-oxfam-no-qr-cookie-for-you/#conclusion">Conclusion</a></h2>

<ul>
    <li>Poorly formatted code.</li>
    <li>Mobile unfriendly landing page with security issues.</li>
    <li>Multiple clicks to donate.</li>
    <li>Overall, why bother?</li>
</ul>

<p>If anyone from Oxfam is reading, the interaction should go:
Scan - mobile friendly landing page - straight to donation.  No more than 3 clicks including the original scan of the code.</p>

<iframe src="https://www.slideshare.net/slideshow/embed_code/key/2GPyZbw95kU8y?startSlide=1" width="597" height="486" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px;   margin-bottom:5px;max-width: 100%;" allowfullscreen=""></iframe>

<div style="margin-bottom:5px"><strong><a href="https://www.slideshare.net/slideshow/charity-hack-qr-codes/5233233" title="Charity hack   qr codes" target="_blank">Charity hack   qr codes</a></strong> from <strong><a href="https://www.slideshare.net/edent" target="_blank">Terence Eden</a></strong></div>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=3561&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2011/02/bad-oxfam-no-qr-cookie-for-you/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Charity Hack - QR Codes For Enhanced Mobile Giving]]></title>
		<link>https://shkspr.mobi/blog/2010/09/charity-hack-qr-codes-for-enhanced-mobile-giving/</link>
					<comments>https://shkspr.mobi/blog/2010/09/charity-hack-qr-codes-for-enhanced-mobile-giving/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sun, 19 Sep 2010 17:02:27 +0000</pubDate>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[qr]]></category>
		<category><![CDATA[charity]]></category>
		<category><![CDATA[charityhack]]></category>
		<category><![CDATA[justgiving]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[QR Codes]]></category>
		<category><![CDATA[taykt]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=2541</guid>

					<description><![CDATA[This is the presentation I gave for Charity Hack 2010.         Charity hack qr codes  from Terence Eden   If you&#039;re on mobile, you can view the mobile friendly version of the slides.  Audio and video coming later.  The gist of the talk is - use QR codes to drive mobile donations.  Use return SMS to encourage people to share with their friends. …]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/monsieurledan/5004855335/"><img src="https://shkspr.mobi/blog/wp-content/uploads/2010/09/5004855335_b5906046f3.jpg" alt="Photo of Terence wearing a QR code t-shirt at CharityHack" title="Copyright Dan Monsieurle  " width="500" height="333" class="aligncenter size-full wp-image-2552"></a></p>

<p>This is the presentation I gave for <a href="https://web.archive.org/web/20100921015255/http://charityhack.org/">Charity Hack 2010</a>.</p>

<p><a href="https://web.archive.org/web/20100921015255/http://charityhack.org/"><img alt="Charity Hack Logo" src="https://shkspr.mobi/blog/wp-content/uploads/2010/09/logo.png" title="Charity Hack Logo" class="aligncenter" width="214" height="75"></a></p>

<iframe title="Charity hack   qr codes" src="https://www.slideshare.net/slideshow/embed_code/key/2GPyZbw95kU8y" width="427" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen=""> </iframe>

<div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/edent/charity-hack-qr-codes" title="Charity hack qr codes" target="_blank">Charity hack qr codes</a> </strong> from <strong><a href="https://www.slideshare.net/edent" target="_blank">Terence Eden</a></strong> </div>

<p>If you're on mobile, <a href="http://www.slideshare.net/edent/charity-hack-qr-codes">you can view the mobile friendly version of the slides</a>.</p>

<p>Audio and video coming later.</p>

<p>The gist of the talk is - use QR codes to drive mobile donations.  Use return SMS to encourage people to share with their friends.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=2541&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2010/09/charity-hack-qr-codes-for-enhanced-mobile-giving/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
