<?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>business cards &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/business-cards/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Tue, 07 Apr 2026 09:09:50 +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>business cards &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[iBeacon Business Cards]]></title>
		<link>https://shkspr.mobi/blog/2015/10/ibeacon-business-cards/</link>
					<comments>https://shkspr.mobi/blog/2015/10/ibeacon-business-cards/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Wed, 07 Oct 2015 11:22:14 +0000</pubDate>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[ble]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[business cards]]></category>
		<category><![CDATA[nfc]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=21545</guid>

					<description><![CDATA[Four years ago, I wrote an article for Moo.com about using QR Codes on business cards.  At the time, it was the easiest way to get VCARD information from a physical card and onto a phone.  I notice that Moo are now selling NFC enabled business cards.  As regular readers know, I&#039;m not a great fan of NFC - mostly because it&#039;s so expensive.  The NFC cards are £1.20 each - the regular cards cost just …]]></description>
										<content:encoded><![CDATA[<p>Four years ago, I wrote an <a href="http://www.moo.com/us/ideas/better-connections-with-qr-codes.html">article for Moo.com about using QR Codes on business cards</a>.  At the time, it was the easiest way to get VCARD information from a physical card and onto a phone.</p>

<p>I notice that <a href="https://web.archive.org/web/20151008092252/http://www.moo.com/uk/products/nfc/business-cards-plus.html">Moo are now selling NFC enabled business cards</a>.  As regular readers know, I'm <a href="https://shkspr.mobi/blog/2011/03/the-problem-with-rfid/">not a great fan of NFC</a> - mostly because it's so expensive.  The NFC cards are £1.20 each - the <a href="http://www.moo.com/uk/products/original-business-cards.html">regular cards</a> cost just 26p each!</p>

<p>What if we change the idea of what a business card is?  Why do I need to hand over a physical bit of dead tree in order to exchange contact information?  That's dumb.</p>

<p>Last week I was at the Over The Air hackference.  While there, I was lucky enough to grab a few <a href="https://web.archive.org/web/20160511083420/http://lanyrd.com/2015/ota15/sdrzgq/">"Physical Web" beacons from Ilario Gressi of Google</a>.</p>

<p><a href="https://twitter.com/clurr/status/647429897330274304"><img src="https://shkspr.mobi/blog/wp-content/uploads/2015/10/Physical-Web-BLE.jpeg" alt="Photo by Claire Rowland" width="1024" height="768" class="size-full wp-image-21550"></a>
Is there some way to turn them into a high-tech business card?</p>

<p>Yes.  Yes there is.</p>

<h2 id="what-is-an-ibeacon"><a href="https://shkspr.mobi/blog/2015/10/ibeacon-business-cards/#what-is-an-ibeacon">What Is An iBeacon?</a></h2>

<p>There are a lot of misconceptions around <a href="https://en.wikipedia.org/wiki/IBeacon">iBeacons</a>.  Bluetooth Low Energy (BLE) is a version of Bluetooth which is specifically designed to be efficient at broadcasting small amounts of data.</p>

<p>An iBeacon simply transmits an ID number via BLE.  That's it.  When your phone hears the broadcast, it looks up the ID and does <em>something</em> with it.  The typical use case is that it alerts your Coffee Shop's app as to which branch you are in.</p>

<p>Google's <a href="http://physical-web.org/">Physical Web project</a> does something <em>much more interesting</em> with iBeacon technology.  Rather than just broadcasting an ID, it (ab)uses the <a href="http://j2abro.blogspot.co.uk/2014/06/understanding-bluetooth-advertising.html">Advertising Packets</a> to <strong>broadcast a URl</strong>!</p>

<h2 id="how-it-works"><a href="https://shkspr.mobi/blog/2015/10/ibeacon-business-cards/#how-it-works">How It Works</a></h2>

<p>I carry around a Physical Web beacon on my keyring.  I've programmed it with the URl of <a href="https://shkspr.mobi/blog/2013/03/should-i-renew-my-tel-domain/">my .tel website</a>.  It spends all day broadcasting that message via BLE.</p>

<p>If you have <a href="https://web.archive.org/web/20151117050011/https://play.google.com/store/apps/details?id=physical_web.org.physicalweb">Android's Physical Web app</a>, or <a href="http://blog.chromium.org/2015/07/exploring-physical-web-with-chrome-for.html">iOS Chrome</a> - your phone should display a persistent notification showing all the nearby beacons.</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2015/10/iBeacon-Business-Card-Notification-fs8.png" alt="iBeacon Business Card Notification-fs8" width="768" height="561" class="aligncenter size-full wp-image-21547">

<p>Or, you can open up the app and see a list of nearby beacons.</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2015/10/iBeacon-Business-Card-List-fs8.png" alt="iBeacon Business Card List-fs8" width="768" height="457" class="aligncenter size-full wp-image-21548">

<p>One click (either in notification or app) and it takes you directly to a website with my digital business card.</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2015/10/iBeacon-Business-Card-fs8.png" alt="iBeacon Business Card-fs8" width="768" height="1237" class="aligncenter size-full wp-image-21546">

<p>Fantastic!</p>

<h2 id="issues"><a href="https://shkspr.mobi/blog/2015/10/ibeacon-business-cards/#issues">Issues</a></h2>

<p>The <a href="https://github.com/google/physical-web">Physical Web specification</a> is still evolving - and  this BLE Business Card idea isn't without problems.</p>

<ul>
    <li>Beacons are expensive. Around £20 each - or US$50 for 3.  More expensive than NFC, but you keep the beacon rather than hand them out.</li>
    <li>URl length is limited to 144 bits.  That's <em>really</em> short.  I've <a href="https://github.com/google/physical-web/issues/52">suggested using a 7-bit alphabet</a>, but it seems that the preferred solution is to use a URl shortener.</li>
    <li>Web addresses only.  You can't directly embed an email address, phone number, or BitCoin link - <a href="https://github.com/google/physical-web/issues/520">just web</a>.</li>
    <li>Limited hardware support.  Just like NFC - you need a phone with the right chips in it.  And you need an app.  (<em>*mutters darkly about how QR codes only need a camera lens.  And an app...*</em>)</li>
    <li>Battery life. BLE beacons should last 2 - 5 years on a single coin cell. NFC has no battery - it is powered by the phone - so should last forever. Similarly, QR Codes will last ask long as their ink sticks to paper.</li>
    <li>Size.  A Physical Web beacon isn't small.  Not as big a business card holder, true, but not quite small enough for a key-ring.</li>
    <li>Business cards, for all their faults, provide a physical memento of an interaction.  A ritualised exchange takes place which, culturally, may carry more semantic weight than merely scanning the æther for nearby signals.</li>
    <li>Finally, I'm pretty cool being the only person in the room with a BLE Business Card - but what's it like when <em>everyone</em> has one?  At the conference we set up loads of Physical Web beacons at once - and the app quickly became full of every beacon in a 75m radius:<br><img src="https://shkspr.mobi/blog/wp-content/uploads/2015/10/Physical-Web-Crowded-fs8.png" alt="Physical Web Crowded-fs8" width="480" height="773" class="aligncenter size-full wp-image-21553"><br>
Theoretically, the app will sort by whichever signal is the strongest - which <em>should</em> mean that if I'm standing next to you, your app will pick my card first. But no guarantees.</li>

</ul>

<p>So, not perfect - but certainly a neat way to broadcast your identity to nearby people.  With BLE making its way into more and more devices, it's certainly possible that it will overtake NFC as the primary way to discover and exchange data.</p>

<p>I encourage you to contribute to the <a href="https://github.com/google/physical-web">Physical Web spec and apps</a>, as well as to <a href="https://github.com/google/eddystone">EddyStone</a> which is part of the underlying technology.  You can buy Physical Web beacons or, if you're feeling adventurous, <a href="http://get.openbeacon.org/device.html">build your own BLE beacons</a>.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=21545&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2015/10/ibeacon-business-cards/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[QR Business Cards and Moo.com]]></title>
		<link>https://shkspr.mobi/blog/2011/06/qr-business-cards-and-moo-com/</link>
					<comments>https://shkspr.mobi/blog/2011/06/qr-business-cards-and-moo-com/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Fri, 10 Jun 2011 09:09:50 +0000</pubDate>
				<category><![CDATA[qr]]></category>
		<category><![CDATA[business cards]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[moo]]></category>
		<category><![CDATA[moo cards]]></category>
		<category><![CDATA[moo.com]]></category>
		<category><![CDATA[QR Codes]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=4094</guid>

					<description><![CDATA[An edited version of this paid-for post appeared at Moo.com on the 7th of June  QR codes are awesome!  I mean, you may think your moo mini-cards are pretty funky - but they&#039;re nothing without a QR code.  Why do you hand your card over to someone?  You want the recipient to plug your contact details into their address book, right?  So you give them a bit of card and then you expect them to tap…]]></description>
										<content:encoded><![CDATA[<blockquote><p><a href="http://uk.moo.com/ideas/better-connections-with-qr-codes.html">An edited version of this paid-for post appeared at Moo.com on the 7th of June</a></p></blockquote>

<p>QR codes are <em>awesome</em>!  I mean, you may think your <a href="http://moo.com">moo mini-cards</a> are pretty funky - but they're <em>nothing</em> without a QR code.</p>

<p>Why do you hand your card over to someone?  You want the recipient to plug your contact details into their address book, right?  So you give them a bit of card and then you expect them to tap away on their phone, like a primitive ape, until they've saved your number.  And hope they've saved it correctly.</p>

<p>That's just so.... <em>analogue</em>...  Isn't there a better way of doing things?</p>

<p>Yes.  Yes there is.  QR Codes are here and they are going to <strong>ROCK YOUR WORLD</strong>!</p>

<h2 id="introducing-qr-codes"><a href="https://shkspr.mobi/blog/2011/06/qr-business-cards-and-moo-com/#introducing-qr-codes">Introducing QR Codes</a></h2>

<p>QR Codes are two dimensional barcodes which can quickly and easily be scanned by most camera phones.  They're free to create, easy to use, and they look like this.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/06/1.png" alt="Hello from moo.com">
Go take a look in your phone's app store - you'll find several free readers.  If you can't, point your phone to <a href="http://GetReader.com/">GetReader.com</a> to see what's available for your device.</p>

<p>QR Codes can contain many different types of data - URL, phone number, SMS, and vCard.  I'm going to show you how you can integrate these into your Moo Cards.</p>

<h2 id="url"><a href="https://shkspr.mobi/blog/2011/06/qr-business-cards-and-moo-com/#url">URL</a></h2>

<p>With a QR code on your Moo Card, you can point people straight to your blog.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/06/2.png" alt="Terence Eden's Blog">
To your .tel website.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/06/3.png" alt="edent.tel">
Or any other site you like.  Perhaps to search Twitter for your hashtag?
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/06/4.png" alt="Search twitter for a hashtag using QR codes"></p>

<h2 id="phone-number"><a href="https://shkspr.mobi/blog/2011/06/qr-business-cards-and-moo-com/#phone-number">Phone Number</a></h2>

<p>Scanning in this code will prompt your phone to give me a call.  Why not leave me a message?
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/06/5.png" alt="Call Me via QR Code"></p>

<h2 id="sms"><a href="https://shkspr.mobi/blog/2011/06/qr-business-cards-and-moo-com/#sms">SMS</a></h2>

<p>Want someone to scan your card and send you a message?  Dead easy.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/06/6.png" alt="SMS me via QR code"></p>

<h2 id="vcard"><a href="https://shkspr.mobi/blog/2011/06/qr-business-cards-and-moo-com/#vcard">vCard</a></h2>

<p>Scan this code and my address will appear in your phonebook as if by <em>magic</em>
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/06/7.png" alt="Terence Eden vCard">
One thing to note is that these QR codes are rather large - it's probably best to print them on full size cards.</p>

<h2 id="putting-it-all-together"><a href="https://shkspr.mobi/blog/2011/06/qr-business-cards-and-moo-com/#putting-it-all-together">Putting It All Together</a></h2>

<p>Here are some of my cards.  I've used free or Creative-Commons images of phones and placed the QR code inside them.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/02/QR-Moo-Cards-Fanned-Out.jpg" alt="QR Codes on Moo Cards"></p>

<h2 id="resources"><a href="https://shkspr.mobi/blog/2011/06/qr-business-cards-and-moo-com/#resources">Resources</a></h2>

<p>There are several free sites you can use to create your QR Codes.
I recommend using <a href="http://www.qrstuff.com/">QRstuff</a> to generate these codes.
You can also use <a href="https://web.archive.org/web/20110721040646/http://code.google.com/apis/chart/image/docs/gallery/qr_codes.html">Google Charts for QR Codes</a> if you want dynamic, highly customised codes.
Finally, if you want to generate QR codes on your own site, there are several free resources.  I use Swetake's <a href="https://www.swetake.com/qrcode/">QRCode v0.50</a>.</p>

<h2 id="final-tips"><a href="https://shkspr.mobi/blog/2011/06/qr-business-cards-and-moo-com/#final-tips">Final Tips</a></h2>

<p>Here are some tips to make sure you get the most out of your QR codes.</p>

<ul>
    <li>Use black ink on a white background to ensure the code is readable.</li>
    <li>Ensure there is some whitespace around the code.</li>
    <li>If you resize the QR codes, don't use any interpolation.</li>
    <li>QR Codes can have variable error-correction. Unless your codes are likely to get dirty, you can set this to "low".</li>
    <li>If you're pointing people to a URL, make sure it's mobile friendly.</li>
    <li>Make sure your phone numbers are in International Format (+44 for the UK).</li>
    <li>Be creative!  QR Codes are appearing on everything from <a href="https://shkspr.mobi/blog/2011/04/ubiquitous-qr-codes/">advertising posters to urban graffiti</a> - make sure yours stand out.</li>
</ul>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=4094&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2011/06/qr-business-cards-and-moo-com/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Review: WorldCard Mobile]]></title>
		<link>https://shkspr.mobi/blog/2011/04/review-worldcard-mobile/</link>
					<comments>https://shkspr.mobi/blog/2011/04/review-worldcard-mobile/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Thu, 07 Apr 2011 09:32:38 +0000</pubDate>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[business cards]]></category>
		<category><![CDATA[review]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=3871</guid>

					<description><![CDATA[The only thing I love more than giving out my business cards, is taking business cards from others. Unfortunately, my current &#34;to do&#34; pile of cards is getting a little... unwieldy...    Enter WorldCard Mobile - the app for Android which claims to be able to recognise the text on business cards and add them directly to your address book.  At only US$5.99 it&#039;s a good deal cheaper than some of its…]]></description>
										<content:encoded><![CDATA[<p>The only thing I love more than giving out my business cards, is taking business cards from others.
Unfortunately, my current "to do" pile of cards is getting a little... unwieldy...</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/04/Pile-o-Cards.jpg" alt="Pile o' Cards" title="Pile o' Cards" width="480" height="360" class="aligncenter size-full wp-image-3872">

<p>Enter <a href="https://market.android.com/details?id=com.penpower.bcr.worldcard">WorldCard Mobile</a> - the app for Android which claims to be able to recognise the text on business cards and add them directly to your address book.  At only US$5.99 it's a good deal cheaper than <a href="https://market.android.com/details?id=com.intsig.BizCardReader">some of its competitors</a> - but does it work?</p>

<h2 id="walk-through"><a href="https://shkspr.mobi/blog/2011/04/review-worldcard-mobile/#walk-through">Walk Through</a></h2>

<p>Snapping a card is simplicity itself. The camera focuses, then churns away,  You get the chance to rotate the image if, like me, you took the photo from askew.
<a href="https://shkspr.mobi/blog/wp-content/uploads/2011/04/Snap-of-card.jpg"><img src="https://shkspr.mobi/blog/wp-content/uploads/2011/04/Snap-of-card-300x180.jpg" alt="Snap of card" title="Snap of card" width="300" height="180" class="aligncenter size-medium wp-image-3873"></a></p>

<p>Processing is relatively quick if the card is simple.  Some complex designs fail completely - especially if the text colour isn't sufficiently differentiated from the background.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/04/snap20110406_180635.png" alt="Showing The Details" title="snap20110406_180635" width="480" height="800" class="aligncenter size-full wp-image-3876"></p>

<p>One nice feature is the ability to add a contact picture.  You can either snap a photo there and then - or use the image of the card.  Most useful when the card has a photo on it.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/04/snap20110406_180651.png" alt="Adding an image" title="snap20110406_180651" width="480" height="800" class="aligncenter size-full wp-image-3875"></p>

<p>Finally, you can edit the entry if the scanner has got any of the details incorrect.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/04/snap20110406_180654.png" alt="The Final Result" title="snap20110406_180654" width="480" height="800" class="aligncenter size-full wp-image-3874"></p>

<h2 id="bugs"><a href="https://shkspr.mobi/blog/2011/04/review-worldcard-mobile/#bugs">Bugs</a></h2>

<p>OCR is an inexact science.  WorldCard fails in the same areas that any other bit of software does.  Is that a phone or fax number?  Is that an I or l?  So it's worth double checking any entry.</p>

<p>One annoying bug is the software's assumption that all phone numbers are formatted in the American style - that is my number of +447717512963 is formatted as +44 (7717) 512 - 963.
It's not a show-stopping bug - but it's annoying for neat-freaks like me.</p>

<p>It also missed out my Twitter handle - @<a href="http://twitter.com/edent">edent</a> - admittedly, there's not always a field for that in an address book - but it could go into "notes".</p>

<h2 id="conclusion"><a href="https://shkspr.mobi/blog/2011/04/review-worldcard-mobile/#conclusion">Conclusion</a></h2>

<p><a href="https://web.archive.org/web/20110417205950/http://worldcard.penpowerinc.com/product.asp?sn=242">WoldCard's website</a> proclaims:</p>

<blockquote><p>No manual entries. No typos. No more confusion in your contacts</p></blockquote>

<p>It's <em>nearly</em> right.  There is still some manual entry to do.</p>

<p>It's far better than Google Goggles which - while fine for scanning books - is hopeless at business cards.</p>

<p>It's cheaper than paying someone to enter the details for you.</p>

<p>In short, until everyone puts their <a href="http://edent.tel/">contact details on a .tel site</a> - or uses a VCARD in a QR code - this is an essential piece of software.</p>

<p><a href="https://market.android.com/details?id=com.penpower.bcr.worldcard">WorldCard Mobile is available from the Android Market.</a></p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=3871&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2011/04/review-worldcard-mobile/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
