<?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>.tel &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/tel/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Mon, 30 Mar 2026 07:32:40 +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>.tel &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[Stop adding email tracking links to phone numbers!]]></title>
		<link>https://shkspr.mobi/blog/2020/02/stop-adding-email-tracking-links-to-phone-numbers/</link>
					<comments>https://shkspr.mobi/blog/2020/02/stop-adding-email-tracking-links-to-phone-numbers/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Thu, 20 Feb 2020 12:55:36 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[.tel]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[marketing]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=33907</guid>

					<description><![CDATA[My Chinese takeaway delivery was late. Very late. I flipped open the confirmation email sent by Just-Eat to double-check I had all the details correct.  At the bottom was a &#34;click to call&#34; link. Hurrah!  I clicked dial, and this is what filled my screen:    An absurdly long phone number.  Bemused, I went to inspect the link I&#039;d clicked. This is what it showed:    The tel: URl scheme is brilliant. …]]></description>
										<content:encoded><![CDATA[<p>My Chinese takeaway delivery was late. Very late. I flipped open the confirmation email sent by Just-Eat to double-check I had all the details correct.  At the bottom was a "click to call" link. Hurrah!</p>

<p>I clicked dial, and this is what filled my screen:</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2020/01/Phone-Screen.jpeg" alt="Phone dialler with a very long phone number." width="679" height="206" class="aligncenter size-full wp-image-33908">

<p>An absurdly long phone number.  Bemused, I went to inspect the link I'd clicked. This is what it showed:</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2020/01/Tel-URl.jpeg" alt="Gmail showing the tel URl scheme of a link with extra tracking information in it." width="548" height="680" class="aligncenter size-full wp-image-33909">

<p>The <a href="https://tools.ietf.org/html/rfc3966"><code>tel:</code> URl scheme</a> is <em>brilliant</em>.  You can write something like:</p>

<pre><code class="language-_">&lt;a href="tel:07700 900123"&gt;Call Me!&lt;/a&gt;
</code></pre>

<p>And when you click on <a href="tel:07700 900123">Call Me!</a> your phone dialler will pick up the phone number and offer to place the call. Nifty!</p>

<p>In this case, the crappy marketing system is adding <a href="https://en.wikipedia.org/wiki/UTM_parameters">Urchin Tracking Module parameters</a> to every link. Including the phone numbers.</p>

<pre><code class="language-_">tel:02083178830?utm_medium=ecrm
&amp;utm_source=email
&amp;utm_campaign=TRAN
&amp;utm_content=UK_TRAN_01_0_ORDER-CONFIRMATION_E_V01
&amp;campaign=TRAN
&amp;adgroup=UK_TRAN_01_0_ORDER-CONFIRMATION_E_V01
&amp;utm_term=restaurant_phone_3_3
</code></pre>

<p>To be clear - this is <em>useless</em>.  The user clicks on the phone number, the device passes the URl directly to the phone dialler. An HTTP request is never made and those parameters are never sent to a server.</p>

<p>Now, in fairness, perhaps my Android dialler should probably be smart enough to recognise the cruft at the end of a phone number and discard it. This is <a href="https://automattic.com/postels-law/">Postel's Law</a> in action.</p>

<p>Except... My reading of the RFC says that the dialler is handling things correctly.</p>

<blockquote><p>If the reserved characters "+", ";", "=", and "?" are used as delimiters between components of the "tel" URI, they MUST NOT be percent encoded.  These characters MUST be percent encoded if they appear in tel URI parameter values.</p></blockquote>

<p>For example, if I wanted to dial <code>+447...</code> I should use <code>tel:%2B447...</code></p>

<p>The dialler sees the unencoded <code>?</code> and treats it as a delimiter. It then sees <code>utm</code> and assumes the letters are part of the phone number.  Just like you can dial <code>1-800-FLOWERS</code>, you can write <code>tel:1-800-FLOWERS</code> and have it go through to <code>1-800-356-9377</code>.</p>

<p><code>utm medium</code> on a telephone keypad is <code>886633486</code> - which is exactly what appeared on my phone screen.</p>

<p>So, if you're writing link tracking software, please make sure only to add parameter to URls where it makes sense.</p>

<p>In the time it took me to write this post, my meal got delivered and it was <em>delicious!</em></p>

<blockquote class="social-embed" id="social-embed-1219280859712368640" lang="en" itemscope="" itemtype="https://schema.org/SocialMediaPosting"><header class="social-embed-header" itemprop="author" itemscope="" itemtype="https://schema.org/Person"><a href="https://twitter.com/JustEatUK" class="social-embed-user" itemprop="url"><img class="social-embed-avatar social-embed-avatar-circle" src="data:image/webp;base64,UklGRlYBAABXRUJQVlA4IEoBAADwCACdASowADAAPrVSoU0nJKMiI4z44BaJaADDbUE7P/IfhL+Kt9WUzxcXdKNRjX4K1xTMyHrKQAi0/z/ADmlKTL4vcTwrnNvZUfHISv+HQAD+5zD/2s+S3o/kq/1v4qdl9tnebE2CxzBOwsq27D+I3fyhoPvsqymnZnBBDqP/v13khOJBodp5tzPsLFGREV4JcLpJoX5mJgClT/vQDyeMF2vwVK3NIzxEqBNHLytSNrI4TwYQRaaA14krEPFRtYbbFEFVR1H+LUPQCRBIiygBq4G+we8oKtYGcJxiPHemX77Nv+eJ2Pa8GUN+QBGvEXKlEj9DwCbMSIHAtUKUG5Bj0BChGNTCqaTkJt1tJ3gGgGObzgQaeUMcH5DIr/CLFHvb7rfOSS0FvoXVlgGIS4RRm0IJoBYImUAfZiGK6U08v55kT7f/A0fKAAA=" alt="" itemprop="image"><div class="social-embed-user-names"><p class="social-embed-user-names-name" itemprop="name">Just Eat UK</p>@JustEatUK</div></a><img class="social-embed-logo" alt="Twitter" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0Aaria-label%3D%22Twitter%22%20role%3D%22img%22%0AviewBox%3D%220%200%20512%20512%22%3E%3Cpath%0Ad%3D%22m0%200H512V512H0%22%0Afill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%231d9bf0%22%20d%3D%22m458%20140q-23%2010-45%2012%2025-15%2034-43-24%2014-50%2019a79%2079%200%2000-135%2072q-101-7-163-83a80%2080%200%200024%20106q-17%200-36-10s-3%2062%2064%2079q-19%205-36%201s15%2053%2074%2055q-50%2040-117%2033a224%20224%200%2000346-200q23-16%2040-41%22%2F%3E%3C%2Fsvg%3E"></header><section class="social-embed-text" itemprop="articleBody"><small class="social-embed-reply"><a href="https://twitter.com/edent/status/1217895381989765123">Replying to @edent</a></small><a href="https://twitter.com/edent">@edent</a> Thanks for getting in touch and sharing this feedback with us Terence, we appreciate it and we'll be sure to bring this to our tech team's attention. ^EM</section><hr class="social-embed-hr"><footer class="social-embed-footer"><a href="https://twitter.com/JustEatUK/status/1219280859712368640"><span aria-label="1 likes" class="social-embed-meta">❤️ 1</span><span aria-label="1 replies" class="social-embed-meta">💬 1</span><span aria-label="0 reposts" class="social-embed-meta">🔁 0</span><time datetime="2020-01-20T15:29:44.000Z" itemprop="datePublished">15:29 - Mon 20 January 2020</time></a></footer></blockquote>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=33907&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2020/02/stop-adding-email-tracking-links-to-phone-numbers/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[How I built a responsive & semantic "Contact Me" page in under 16KB]]></title>
		<link>https://shkspr.mobi/blog/2017/04/how-i-built-a-responsive-semantic-contact-me-page-in-under-16kb/</link>
					<comments>https://shkspr.mobi/blog/2017/04/how-i-built-a-responsive-semantic-contact-me-page-in-under-16kb/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sun, 16 Apr 2017 09:25:11 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[.tel]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[edent]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[svg]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=25066</guid>

					<description><![CDATA[Recently, I&#039;ve become obsessed with the speed and efficiency of my web sites. I&#039;m in the middle of slimming down this blog - but I thought I&#039;d take a first attempt at my contact site - https://edent.tel/  A few weeks ago, the .tel registry released their domain restrictions - users can now host their site anywhere.  I&#039;d already experimented with about.me/edent as a contact site - but even that…]]></description>
										<content:encoded><![CDATA[<p>Recently, I've become obsessed with the speed and efficiency of my web sites. I'm in the middle of slimming down this blog - but I thought I'd take a first attempt at my contact site - <a href="https://edent.tel/">https://edent.tel/</a></p>

<p>A few weeks ago, <a href="https://shkspr.mobi/blog/2017/02/whats-the-future-for-the-tel-domain-name/">the .tel registry released their domain restrictions</a> - users can now host their site anywhere.  I'd already experimented with <a href="https://about.me/edent">about.me/edent</a> as a contact site - but even that seemed too weighty for my needs.</p>

<p>Here's how I used CSS to craft a beautiful homepage, HTML5 to give it a sprinkling of syntactic sugar, and SVG to make it as tiny as possible.</p>

<iframe src="https://edent.tel/" width="480px" height="600px" style="float: left;
margin-right: 1em;"></iframe>

<p>The entire site is less that 16 <strong>K</strong>B when gzipped for transport - and only 36KB uncompressed.</p>

<p>All CSS and Images are inline - that reduces the number of requests which need to be made to the server.</p>

<p>Depending on your hardware, the entire page should load and render in <strong>under 0.3 seconds</strong>.</p>

<p>Oh, and there's no JavaScript to slow things down either!</p>

<h2 id="svg"><a href="https://shkspr.mobi/blog/2017/04/how-i-built-a-responsive-semantic-contact-me-page-in-under-16kb/#svg">SVG</a></h2>

<p>For the touch screen icons, I used SVG.  I've long been fascinated with the magic of vector graphics - I love how they obliterate file sizes while looking fantastic when shrunk or enlarged.</p>

<p>As an example, the regular Twitter logo when optimised as a PNG is around 16KB.  The SVG is only 436 Bytes.  Yes, that's right, just 3% of the size!</p>

<p>In total, those 25 SVGs added up to less than 20KB. They are so small, web browsers spend longer connecting to the server than the time taken to download them. So I placed them inline to the HTML - that saved a heap of downloading and rendering time.</p>

<p>I didn't skimp on accessibility either! Léonie Watson's brilliant <a href="https://www.sitepoint.com/tips-accessible-svg/">blog post on accessible SVGs</a> gave me everything I needed to add alt-text to the images.  I was even able to mung the HTML enough that the site works on the text-only Lynx browser!</p>

<p>Browser support for SVG is thorough. Because of their small size, mobile browsers have always had good support for them - and that support has filtered up the chain to desktop.  It was only when going back as far as IE8 that I experienced any real problems.</p>

<img src="https://cloud.githubusercontent.com/assets/837136/25004144/b9b6f8e8-204a-11e7-88c7-bbe1cd837b02.png" width="510" height="345" alt="IE8 won't render the SVGs" class="alignnone size-full">

<p>Ultimately, there are too few people using those old browsers for me to bother with fall-back PNGs.</p>

<h2 id="css"><a href="https://shkspr.mobi/blog/2017/04/how-i-built-a-responsive-semantic-contact-me-page-in-under-16kb/#css">CSS</a></h2>

<p>In keeping with the .tel theme, I decided to make the site look like a modern touch screen phone.</p>

<p>I found the <a href="http://marvelapp.github.io/devices.css/">Marvel Pure CSS Phones</a> - a collection of fairly tight and responsive CSS classes which simulate the look of a phone. I trimmed down the files and made the "screen" portion resize depending on the number of elements inside it.</p>

<p>As with all moderately complex CSS projects - there's a tension between relative and absolute sizing. I managed to bash enough <code>%</code> signs into the existing code to make the phone scale with the size of the screen.  On absolutely tiny screens, the font does get rather cramped - I should probably use some media queries to sort that out!</p>

<h2 id="html5-the-semantic-web"><a href="https://shkspr.mobi/blog/2017/04/how-i-built-a-responsive-semantic-contact-me-page-in-under-16kb/#html5-the-semantic-web">HTML5 - the semantic web</a></h2>

<p>The site has three main pieces of semantic markup.</p>

<ol>
<li><a href="http://schema.org/Person">Schema.org Person</a> - a way of structuring data on the web. This allows me to define facts about myself in a predictable manner, including how the linked sites are related to me.</li>
<li><a href="http://microformats.org/wiki/h-card">hCard</a> microformat - to me this seems identical to the above, but my even nerdier friends complained that I'd left it out.</li>
<li><a href="http://ogp.me/">OpenGraph</a> Tags - when the page gets shared on services like Facebook and Twitter, the sites are able to pull in metadata about the page.</li>
</ol>

<p>Hopefully, that will have a positive effect on SEO as well.</p>

<p>I also considered <a href="https://webfinger.net/">WebFinger</a>, but that seems like dead standard - no-one is using it.</p>

<p>All the chat app links <em>should</em> open up your messaging app - if you have one. I've got a long rant about URI Schemes coming up.</p>

<h2 id="security"><a href="https://shkspr.mobi/blog/2017/04/how-i-built-a-responsive-semantic-contact-me-page-in-under-16kb/#security">Security</a></h2>

<p>Finally, I used <a href="https://letsencrypt.org/">Let's Encrypt</a> to generate a security certificate.  I considered making it mandatory to use https when connecting - but there are still too many browsers out there which can't cope with modern security requirements.  For now, I'm giving people the option of accessing it in the clear.</p>

<h2 id="further-reading"><a href="https://shkspr.mobi/blog/2017/04/how-i-built-a-responsive-semantic-contact-me-page-in-under-16kb/#further-reading">Further Reading</a></h2>

<p>The <a href="https://github.com/edent/edent.tel">site is entirely Open Source and shared on GitHub</a>.</p>

<p>I've released all the logos as <a href="https://github.com/edent/SuperTinySocialIcons"> Super Tiny Social Icons</a> on GitHub. I used <a href="https://github.com/svg/svgo">svgo</a> to optimise them.</p>

<p>Take a look at <a href="http://marvelapp.github.io/devices.css/">Marvel Pure CSS Phones</a>.</p>

<p>Finally, if you'd like to get in touch - <a href="https://edent.tel/">you know where to find me</a>!</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=25066&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2017/04/how-i-built-a-responsive-semantic-contact-me-page-in-under-16kb/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[What's the future for the .tel domain name?]]></title>
		<link>https://shkspr.mobi/blog/2017/02/whats-the-future-for-the-tel-domain-name/</link>
					<comments>https://shkspr.mobi/blog/2017/02/whats-the-future-for-the-tel-domain-name/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Thu, 02 Feb 2017 15:10:40 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[.tel]]></category>
		<category><![CDATA[dns]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=24506</guid>

					<description><![CDATA[Good news!   is being relaunched with a slew of new features which frees it up from its previous shackles.  What is .tel  Your address book is probably a mausoleum - stuffed with the rotting corpses of long dead phone numbers.  Perhaps you took my business card back in 2002, duly entered it on your Palm Pilot, and never spoke to me again.  That address book entry has a phone number I&#039;ve not used…]]></description>
										<content:encoded><![CDATA[<p>Good news!  <img src="https://shkspr.mobi/blog/wp-content/uploads/2011/01/tel-icon1.png"> is being relaunched with a slew of new features which frees it up from its previous shackles.</p>

<h2 id="what-is-tel"><a href="https://shkspr.mobi/blog/2017/02/whats-the-future-for-the-tel-domain-name/#what-is-tel">What is .tel</a></h2>

<p>Your address book is probably a mausoleum - stuffed with the rotting corpses of long dead phone numbers.  Perhaps you took my business card back in 2002, duly entered it on your Palm Pilot, and never spoke to me again.  That address book entry has a phone number I've not used for a decade, an email address provided by a defunct start-up, and a postal address for a country I no longer live in.</p>

<p>Isn't there a better way?</p>

<p>That's what .tel was supposed to be.</p>

<ul>
<li>I register a .tel domain - <a href="http://edent.tel"><code>http://edent.tel</code></a></li>
<li>I fill it with my contact details.</li>
<li>You store my .tel in your address book.</li>
<li>When I change my phone number, I update my .tel and your phonebook receives the changes.</li>
</ul>

<p>The magic of .tel is that everything is stored in the DNS.  It shouldn't matter if the website goes down - or even if you've got low connectivity. All you need to do to get my details is:</p>

<pre><code>dig @8.8.8.8 edent.tel naptr
</code></pre>

<p>Or, to get <em>everything</em> in the DNS records:</p>

<pre><code>dig +nocmd edent.tel any +multiline +noall +answer
</code></pre>

<p>The tragedy of .tel is that there was almost no UI customisation available. Every site looked close to identical, corporate colour schemes couldn't be  easily integrated, and the design was limited.</p>

<p>This is what it looked like back in 2009:</p>

<img src="https://shkspr.mobi/blog/uploaded_images/IMG_0011-711880.png" width="320" height="480" alt="A plain looking website" class="aligncenter size-full">

<p>Which, thankfully, had improved by 2013:</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2013/03/edent.tel-screenshot.jpg" alt="A screenshot of the original .tel platform" width="512" height="878" class="aligncenter size-full wp-image-16500">

<p>No further improvements were made.</p>

<p>So, how well did it work in practice?</p>

<h2 id="lack-of-critical-mass"><a href="https://shkspr.mobi/blog/2017/02/whats-the-future-for-the-tel-domain-name/#lack-of-critical-mass">Lack of critical mass</a></h2>

<p>Back in 2012, there were <a href="https://icannwiki.com/.tel">256k .tel domains</a>.  In 2016, it's a mere <a href="http://www.statdns.com/">105k domains</a>.  Those numbers need to be in the multi-millions in order to get the traction needed for success.  In their original proposal, <a href="https://web.archive.org/web/20180207125136/http://www.tel.community/t423-comparision-of-the-five-year-financial-projections-for-tel-before-after">they were expecting 20 million registrations</a> five years after launch.</p>

<p>As registrations fell, so did income. <a href="https://web.archive.org/web/20180207125443/http://www.tel.community/t1730-interesting-quotes-from-telnic-s-telnames-former-cto">Senior staff left</a> the .tel organisation, and the infrastructure was left to rot. There were <a href="https://web.archive.org/web/20180207125215/http://www.tel.community/t434-request-for-all-tel-owners-please-tell-us-your-suggestions-to-improve-tel">no updates</a>, and it looked like <a href="https://web.archive.org/web/20180207125339/http://www.tel.community/t4491-telnic-ltd-officially-declares-negative-net-worth">.tel might collapse</a> - an unprecedented event in DNS history.</p>

<p>I worked in the mobile industry for a decade. I don't think I <em>ever</em> met anyone else with a .tel.  I got mine <a href="https://shkspr.mobi/blog/2009/03/some-thoughts-on-tel/">when they first launched in 2009</a> - and have been lonely ever since.</p>

<p>As far as I can tell, no mobile phones were ever released which had .tel capable address books.</p>

<h2 id="relaunch"><a href="https://shkspr.mobi/blog/2017/02/whats-the-future-for-the-tel-domain-name/#relaunch">Relaunch!</a></h2>

<p>Late last year, .tel owners were sent emails describing the upcoming relaunch and reinvigoration of the service.</p>

<ul>
<li>✓ Lifting of usage restrictions.</li>
<li>✓ A new Telhosting platform.</li>
<li>✓ Android and iPhone apps.</li>
<li>✘ No porting of data!</li>
<li>✘ No sub-pages.</li>
<li>✘ No search.</li>
<li>✘ No advertising.</li>
<li>✘ Limited foreign language support.</li>
</ul>

<p>It's a bit of a mixed bag.  But, hopefully, there's enough to sustain numbers - if not increase them.</p>

<p>The most important is the lifting of hosting and design restrictions.  Users will be able to point their .tel at any site they like.  The idea of it <em>just</em> being an address book is disappearing.</p>

<p>For those people who do want to keep it as their virtual contact card - a new platform is being launched with an improved interface and fewer design restrictions.  It will still be free of charge for domain owners.</p>

<p>As far as I can tell, this also means that sites can be secured with https - something which was unavailable on the old system.</p>

<p>Apps will be available for <em>editing</em> your site - but it would be a lot more useful to integrate with native address books.</p>

<p>It is downright <strong>odd</strong> that they're not automatically porting over peoples' data. There's going to be a one month grace period before launch in mid-March, but that isn't a huge amount of time.</p>

<p>The lack of sub-pages and search probably reflects how little those features were used. Removing Ad-Sense seems weird - but people can always add their own advertising.</p>

<p>They're also dropping support for "Arabic, Czech, Japanese, Korean, Portuguese and Russian" - I have no idea what those languages have in common! I assume they just mean that their hosting platform won't contain translations for those languages.</p>

<h2 id="is-it-enough"><a href="https://shkspr.mobi/blog/2017/02/whats-the-future-for-the-tel-domain-name/#is-it-enough">Is it enough?</a></h2>

<p>I doubt it. Sorry to be so pessimistic - there are now literally <a href="https://www.iana.org/domains/root/db"><em>hundreds</em> of available top level domains</a>.  Including .mobi, .mobile, .phone, .call, .me - all of which could serve the same purpose.</p>

<p>If .tel had built on their early momentum - and perhaps done some deals with mobile networks or manufacturers - then perhaps .tel would be in a better position.</p>

<p>It is pretty neat that they can store data like this in the DNS, and it is more discoverable than <a href="http://microformats.org/wiki/hcard">.hcard or other microformats</a> - but I fear that the idea of placing one's address details in DNS is doomed to failure.</p>

<p>Because they aren't porting existing data to the new system, I expect that a lot of existing .tel sites are going to be empty.</p>

<h2 id="bonus-retro-video"><a href="https://shkspr.mobi/blog/2017/02/whats-the-future-for-the-tel-domain-name/#bonus-retro-video">Bonus Retro Video</a></h2>

<p>This is how .tel launched itself back in the day.</p>

<iframe title="Telnic .TEL Commercial - What's Your (dot) Tel Name?" width="620" height="349" src="https://www.youtube.com/embed/pfdoPtRo0m4?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe>

<p>Bless!</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=24506&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2017/02/whats-the-future-for-the-tel-domain-name/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Is there a future in .tel?]]></title>
		<link>https://shkspr.mobi/blog/2013/03/should-i-renew-my-tel-domain/</link>
					<comments>https://shkspr.mobi/blog/2013/03/should-i-renew-my-tel-domain/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sat, 16 Mar 2013 12:00:21 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[.tel]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=7790</guid>

					<description><![CDATA[It&#039;s been four years since I got a .tel domain.  Way back then, I wasn&#039;t that keen on the idea - I thought the implementation was iffy and the design pretty naff.  Since then, the site has got easier to use and now looks a lot better - especially on mobile.   When http://edent.tel/ came up for renewal last year, I decided to add Google Analytics to it so I could see if it was useful.   So, at the …]]></description>
										<content:encoded><![CDATA[<p>It's been <a href="https://shkspr.mobi/blog/2009/03/some-thoughts-on-tel/" title="Some thoughts on .tel">four years since I got a .tel domain</a>.  Way back then, I wasn't that keen on the idea - I thought the implementation was iffy and the design pretty naff.</p>

<p>Since then, the site has got easier to use and now looks a lot better - especially on mobile.
<a href="http://edent.tel/"><img src="https://shkspr.mobi/blog/wp-content/uploads/2013/03/edent.tel-screenshot.jpg" alt="edent.tel screenshot" width="512" height="878" class="aligncenter size-full wp-image-7795"></a></p>

<p>When <a href="http://edent.tel/">http://edent.tel/</a> came up for renewal last year, I decided to add Google Analytics to it so I could see if it was useful.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2013/03/tel-stats.png" alt="tel stats" width="738" height="184" class="aligncenter size-full wp-image-7791"></p>

<p>So, at the moment it bumbles along with 2 to 5 hits a day - more when my blog is popular.  I get a couple of genuine emails per month from people visiting it - sometimes leading to work.  But mostly it generates spam.</p>

<p>The total cost to renew for another year is €18.  That's not a huge amount in the grand scheme of things - and I did originally get the domain free for a couple of years.  I <em>hate</em> the idea of linkrot - but it turns out <a href="https://www.google.com/search?q=link:edent.tel">hardly anyone links to it</a>.</p>

<p>It's handy to have a dedicated microsite which contains all my contact details - but as .tel has never quite got the momentum it deserves, it's hard to justify keeping around.</p>

<p>I'd love it if everyone had a .tel and my phone's address book just pointed to their entries. I'd never have to worry about updating people's details when they changed job or phone number.  Sadly, that doesn't look likely to happen.  The <a href="https://web.archive.org/web/20130302144820/http://www.telnic.org/media-pressrel.html">TelNic registry put out its last press release</a> in June 2011 and they <a href="https://web.archive.org/web/20130304155956/http://www.telnic.org/tel-in-news.html">haven't seen any significant press since September 2011</a>.  Similarly, their <a href="https://web.archive.org/web/20130312075345/http://www.telnic.org/blog/">blog has gone over a year without an update</a>.</p>

<p>I know some of the guys behind .tel - they're smart, passionate, and committed. They created some <a href="https://web.archive.org/web/20130426123719/https://dev.telnic.org/pages/tools.html">great developer resources</a>.  But, still, for some reason, the service has never quite broken into the mainstream.</p>

<p>So, should I renew it or just let it lapse?  I've got until the 22nd to decide. Leave a comment in the box</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=7790&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2013/03/should-i-renew-my-tel-domain/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Some thoughts on .tel]]></title>
		<link>https://shkspr.mobi/blog/2009/03/some-thoughts-on-tel/</link>
					<comments>https://shkspr.mobi/blog/2009/03/some-thoughts-on-tel/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Mon, 30 Mar 2009 13:19:00 +0000</pubDate>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[.tel]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[vcard]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/index.php/2009/03/some-thoughts-on-tel/</guid>

					<description><![CDATA[Just a few quick thoughts..tel is yet another top level domain to go with all those other highly profitablepopular ones.  You know, like .biz, .museum, .info, etc.This domain is different - this domain is single purpose.  .tel&#039;s raison d&#039;être is to abolish the business card.  No more handing over little cardboard oblongs, in the glorious future, we&#039;ll just say  &#34;Visit aitch-tee-tee-pee colon …]]></description>
										<content:encoded><![CDATA[<p>Just a few quick thoughts.<br><br><a href="http://www.telnic.org/">.tel</a> is <span style="font-style: italic;">yet another</span> top level domain to go with all those other highly <del>profitable</del><ins>popular</ins> ones.  You know, like <a href="http://en.wikipedia.org/wiki/.biz">.biz</a>, <a href="http://en.wikipedia.org/wiki/.museum">.museum</a>, <a href="http://en.wikipedia.org/wiki/.info">.info</a>, etc.<br><br>This domain is different - this domain is single purpose.  .tel's raison d'être is to abolish the business card.  No more handing over little cardboard oblongs, in the glorious future, we'll just say</p>

<blockquote><p>"Visit aitch-tee-tee-pee colon slash-slash edent dot tell... No... Tell. It's spelled TEA-EE-EL. Yes. Just one EL. No, I don't know why. Here, let me write it down for you on a little cardboard oblong..." </p></blockquote>

<p><br>So, as you've guessed, I'm not the world's biggest fan.  But I was "lucky" enough to win a free domain courtesy of <a href="https://web.archive.org/web/20090327144914/http://telreg.com/">TelReg</a>.  As I'm a freebie customer, I don't think it's fair of me to critique them in any way - but I'm sure going to critique the whole .tel idea.<br><br>First of all, why not take a look at the site.  <a href="http://edent.tel/">edent.tel</a>. Go ahead, I'll wait.<br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/edent.tel.web-742461.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 234px;" src="https://shkspr.mobi/blog/uploaded_images/edent.tel.web-742458.png" alt="" border="0"></a><br>Yeuch! What a dull looking site.  There is, at the moment, no way to customise the look and feel, I can't even add my picture (not that it would make the site look <span style="font-style: italic;">much</span> better...).  I can, however, add some very limited information.<br><br>Now, I'm not a professional usability expert - but even I can point out the dull text, the huge dead space, the reliance on scrolling.  Yeuch.<br><br>To make matters worse, there is a mobile version of this page.  Seeing as most of the people to whom I'd give a business card will have a mobile phone, this makes sense.  Let's take a look at it in two popular phones.<br><br></p>

<h2 id="iphone-3g"><a href="https://shkspr.mobi/blog/2009/03/some-thoughts-on-tel/#iphone-3g">iPhone 3G.</a></h2>

<p><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/IMG_0011-711880.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 213px; height: 320px;" src="https://shkspr.mobi/blog/uploaded_images/IMG_0011-711877.png" alt="" border="0"></a><br></p>

<h2 id="blackberry-bold-9000"><a href="https://shkspr.mobi/blog/2009/03/some-thoughts-on-tel/#blackberry-bold-9000">BlackBerry Bold (9000).</a></h2>

<p><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/Capture14_18_12-742478.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 213px;" src="https://shkspr.mobi/blog/uploaded_images/Capture14_18_12-742476.jpg" alt="" border="0"></a><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/Capture14_18_19-761094.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 213px;" src="https://shkspr.mobi/blog/uploaded_images/Capture14_18_19-761092.jpg" alt="" border="0"></a><br><br>Yeuch!  Again, no panache, no style. Just dull dull dull text.  You'd think that the .VCARD link would be the top link, wouldn't you?  That would be a basic usability feature.  But no.<br><br>As an aside, the iPhone can't even download the .VCARD.  This is the fault of Apple.<br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/IMG_0012-711948.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 213px; height: 320px;" src="https://shkspr.mobi/blog/uploaded_images/IMG_0012-711945.png" alt="" border="0"></a><br>But the .tel people shouldn't even <span style="font-style: italic;">offer</span> a link to a phone they <span style="font-weight: bold;">know</span> can't support it.<br><br>Anyway.  As I've said, I've got this free for a year.  A few hours in and I can't see myself renewing it.  If .tel can improve some of their basic flaws and improve their customer perception, I might reconsider.<br><br>I <span style="font-style:italic;">sort of</span> like the idea.  But I prefer SyncML sites.  Take <a href="https://web.archive.org/web/20090227072409/http://zyb.com/lang/en/">ZYB</a> - (owned by Vodafone, who own me. Yes, I am biased) - if I give you my ZYB address, and we connect, whenever I change my address or telephone number it is <span style="font-weight:bold;">automatically</span> updated on your phone.  Smart.  And also pretty.  Two things that .tel is not.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=25&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2009/03/some-thoughts-on-tel/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
