CINXE.COM

BBC - BBC Internet Blog

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.bbc.co.uk/blogs/bbcinternet/2012/09","20210304012947","https://web.archive.org/","web","/_static/", "1614821387"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>BBC - BBC Internet Blog</title><style type="text/css"> #archive-mothballed-message a:hover span { text-decoration:underline; } #blq-container #archived-mothball-message a { padding-left:250px; padding-top:17px; background-position: 180px 10px; } #ttd-masthead #archived-mothball-message a { padding-left:250px; padding-top:17px; background-position: 180px 10px; } #k-masthead-container #archived-mothball-message a { padding-left:250px; padding-top:17px; background-position: 180px 10px; } #archived-mothball-message a { display:block; height:56px; background:url(/web/20210304012947im_/https://www.bbc.co.uk/globalresources/mothball-images/i.gif) 100px 10px no-repeat; color:#666; text-decoration:none; padding-left:160px; padding-top:12px; font-size:20px; font-family: verdana,helvetica,arial,sans-serif; font-weight: normal; } </style><meta name="description" content="A place where senior staff from the BBC’s Future Media and Technology teams, will discuss issues raised by you about BBC Online, the BBC’s digital and mobile services, and the technology behind them."><meta name="keywords" content="BBC, bbc.co.uk, search, British Broadcasting Corporation, new media, bbconline, internet, BBC iplayer, bbc website, BBC HD, HDTV, bbc online, future media and technology, accessibility, BBCi, red button, mobile, blogs, message boards"><meta name="DCTERMS.created" content="2009-01-27T12:00:00Z"><meta name="DCTERMS.modified" content="2012-10-03T15:58+0:00"><!-- Turn on Identity --><!-- Glow cachebust: --><!-- Barlesque 2.83.4 --><link rel="schema.dcterms" href="https://purl.org/dc/terms/"><link rel="index" href="https://www.bbc.co.uk/a-z/" title="A to Z"><link rel="copyright" href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/terms/" title="Terms of Use"><link rel="icon" href="https://web.archive.org/web/20210304012947im_/https://www.bbc.co.uk/favicon.ico" type="image/x-icon"><meta name="viewport" content="width = 974"><link rel="stylesheet" type="text/css" href="/web/20210304012947cs_/https://www.bbc.co.uk/staticarchive/c808749ad4d537416e40591def8e05c130d72722.css"><script type="text/javascript">/*<![CDATA[*/ (function(undefined){if(!window.bbc){window.bbc={}}var ROLLING_PERIOD_DAYS=30;window.bbc.Mandolin=function(id,segments,opts){var now=new Date().getTime(),storedItem,DEFAULT_START=now,DEFAULT_RATE=1,COOKIE_NAME="ckpf_mandolin";opts=opts||{};this._id=id;this._segmentSet=segments;this._store=new window.window.bbc.Mandolin.Storage(COOKIE_NAME);this._opts=opts;this._rate=(opts.rate!==undefined)?+opts.rate:DEFAULT_RATE;this._startTs=(opts.start!==undefined)?new Date(opts.start).getTime():new Date(DEFAULT_START).getTime();this._endTs=(opts.end!==undefined)?new Date(opts.end).getTime():daysFromNow(ROLLING_PERIOD_DAYS);this._signupEndTs=(opts.signupEnd!==undefined)?new Date(opts.signupEnd).getTime():this._endTs;this._segment=null;if(typeof id!=="string"){throw new Error("Invalid Argument: id must be defined and be a string")}if(Object.prototype.toString.call(segments)!=="[object Array]"){throw new Error("Invalid Argument: Segments are required.")}if(opts.rate!==undefined&&(opts.rate<0||opts.rate>1)){throw new Error("Invalid Argument: Rate must be between 0 and 1.")}if(this._startTs>this._endTs){throw new Error("Invalid Argument: end date must occur after start date.")}if(!(this._startTs<this._signupEndTs&&this._signupEndTs<=this._endTs)){throw new Error("Invalid Argument: SignupEnd must be between start and end date")}removeExpired.call(this,now);var overrides=window.bbccookies.get().match(/ckns_mandolin_setSegments=([^;]+)/);if(overrides!==null){eval("overrides = "+decodeURIComponent(RegExp.$1)+";");if(overrides[this._id]&&this._segmentSet.indexOf(overrides[this._id])==-1){throw new Error("Invalid Override: overridden segment should exist in segments array")}}if(overrides!==null&&overrides[this._id]){this._segment=overrides[this._id]}else{if((storedItem=this._store.getItem(this._id))){this._segment=storedItem.segment}else{if(this._startTs<=now&&now<this._signupEndTs&&now<=this._endTs&&this._store.isEnabled()===true){this._segment=pick(segments,this._rate);if(opts.end===undefined){this._store.setItem(this._id,{segment:this._segment})}else{this._store.setItem(this._id,{segment:this._segment,end:this._endTs})}log.call(this,"mandolin_segment")}}}log.call(this,"mandolin_view")};window.bbc.Mandolin.prototype.getSegment=function(){return this._segment};function log(actionType,params){var that=this;require(["istats-1"],function(istats){istats.log(actionType,that._id+":"+that._segment,params?params:{})})}function removeExpired(expires){var items=this._store.getItems(),expiresInt=+expires;for(var key in items){if(items[key].end!==undefined&&+items[key].end<expiresInt){this._store.removeItem(key)}}}function getLastExpirationDate(data){var winner=0,rollingExpire=daysFromNow(ROLLING_PERIOD_DAYS);for(var key in data){if(data[key].end===undefined&&rollingExpire>winner){winner=rollingExpire}else{if(+data[key].end>winner){winner=+data[key].end}}}return(winner)?new Date(winner):new Date(rollingExpire)}window.bbc.Mandolin.prototype.log=function(params){log.call(this,"mandolin_log",params)};window.bbc.Mandolin.prototype.convert=function(params){log.call(this,"mandolin_convert",params);this.convert=function(){}};function daysFromNow(n){var endDate;endDate=new Date().getTime()+(n*60*60*24)*1000;return endDate}function pick(segments,rate){var picked,min=0,max=segments.length-1;if(typeof rate==="number"&&Math.random()>rate){return null}do{picked=Math.floor(Math.random()*(max-min+1))+min}while(picked>max);return segments[picked]}window.bbc.Mandolin.Storage=function(name){validateCookieName(name);this._cookieName=name;this._isEnabled=(bbccookies.isAllowed(this._cookieName)===true&&bbccookies.cookiesEnabled()===true)};window.bbc.Mandolin.Storage.prototype.setItem=function(key,value){var storeData=this.getItems();storeData[key]=value;this.save(storeData);return value};window.bbc.Mandolin.Storage.prototype.isEnabled=function(){return this._isEnabled};window.bbc.Mandolin.Storage.prototype.getItem=function(key){var storeData=this.getItems();return storeData[key]};window.bbc.Mandolin.Storage.prototype.removeItem=function(key){var storeData=this.getItems();delete storeData[key];this.save(storeData)};window.bbc.Mandolin.Storage.prototype.getItems=function(){return deserialise(this.readCookie(this._cookieName)||"")};window.bbc.Mandolin.Storage.prototype.save=function(data){window.bbccookies.set(this._cookieName+"="+encodeURIComponent(serialise(data))+"; expires="+getLastExpirationDate(data).toUTCString()+";")};window.bbc.Mandolin.Storage.prototype.readCookie=function(name){var nameEq=name+"=",ca=window.bbccookies.get().split("; "),i,c;validateCookieName(name);for(i=0;i<ca.length;i++){c=ca[i];if(c.indexOf(nameEq)===0){return decodeURIComponent(c.substring(nameEq.length,c.length))}}return null};function serialise(o){var str="";for(var p in o){if(o.hasOwnProperty(p)){str+='"'+p+'"'+":"+(typeof o[p]==="object"?(o[p]===null?"null":"{"+serialise(o[p])+"}"):'"'+o[p].toString()+'"')+","}}return str.replace(/,\}/g,"}").replace(/,$/g,"")}function deserialise(str){var o;str="{"+str+"}";if(!validateSerialisation(str)){throw"Invalid input provided for deserialisation."}eval("o = "+str);return o}var validateSerialisation=(function(){var OBJECT_TOKEN="<Object>",ESCAPED_CHAR='"\\n\\r\\u2028\\u2029\\u000A\\u000D\\u005C',ALLOWED_CHAR="([^"+ESCAPED_CHAR+"]|\\\\["+ESCAPED_CHAR+"])",KEY='"'+ALLOWED_CHAR+'+"',VALUE='(null|"'+ALLOWED_CHAR+'*"|'+OBJECT_TOKEN+")",KEY_VALUE=KEY+":"+VALUE,KEY_VALUE_SEQUENCE="("+KEY_VALUE+",)*"+KEY_VALUE,OBJECT_LITERAL="({}|{"+KEY_VALUE_SEQUENCE+"})",objectPattern=new RegExp(OBJECT_LITERAL,"g");return function(str){if(str.indexOf(OBJECT_TOKEN)!==-1){return false}while(str.match(objectPattern)){str=str.replace(objectPattern,OBJECT_TOKEN)}return str===OBJECT_TOKEN}})();function validateCookieName(name){if(name.match(/ ,;/)){throw"Illegal name provided, must be valid in browser cookie."}}})(); /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ if (typeof bbccookies_flag === 'undefined') { bbccookies_flag = 'ON'; } showCTA_flag = true; cta_enabled = (showCTA_flag && (bbccookies_flag === 'ON')); (function(){var e="ckns_policy",m="Thu, 01 Jan 1970 00:00:00 GMT",k={ads:true,personalisation:true,performance:true,necessary:true};function f(p){if(f.cache[p]){return f.cache[p]}var o=p.split("/"),q=[""];do{q.unshift((o.join("/")||"/"));o.pop()}while(q[0]!=="/");f.cache[p]=q;return q}f.cache={};function a(p){if(a.cache[p]){return a.cache[p]}var q=p.split("."),o=[];while(q.length&&"|co.uk|com|".indexOf("|"+q.join(".")+"|")===-1){if(q.length){o.push(q.join("."))}q.shift()}f.cache[p]=o;return o}a.cache={};function i(o,t,p){var z=[""].concat(a(window.location.hostname)),w=f(window.location.pathname),y="",r,x;for(var s=0,v=z.length;s<v;s++){r=z[s];for(var q=0,u=w.length;q<u;q++){x=w[q];y=o+"="+t+";"+(r?"domain="+r+";":"")+(x?"path="+x+";":"")+(p?"expires="+p+";":"");bbccookies.set(y,true)}}}window.bbccookies={_setEverywhere:i,cookiesEnabled:function(){var o="ckns_testcookie"+Math.floor(Math.random()*100000);this.set(o+"=1");if(this.get().indexOf(o)>-1){g(o);return true}return false},set:function(o){return document.cookie=o},get:function(){return document.cookie},_setPolicy:function(o){return h.apply(this,arguments)},readPolicy:function(){return b.apply(this,arguments)},_deletePolicy:function(){i(e,"",m)},isAllowed:function(){return true},_isConfirmed:function(){return c()!==null},_acceptsAll:function(){var o=b();return o&&!(j(o).indexOf("0")>-1)},_getCookieName:function(){return d.apply(this,arguments)},_showPrompt:function(){var o=(!this._isConfirmed()&&window.cta_enabled&&this.cookiesEnabled()&&!window.bbccookies_disable);return(window.orb&&window.orb.fig)?o&&(window.orb.fig("no")||window.orb.fig("ck")):o}};bbccookies._getPolicy=bbccookies.readPolicy;function d(p){var o=(""+p).match(/^([^=]+)(?==)/);return(o&&o.length?o[0]:"")}function j(o){return""+(o.ads?1:0)+(o.personalisation?1:0)+(o.performance?1:0)}function h(r){if(typeof r==="undefined"){r=k}if(typeof arguments[0]==="string"){var o=arguments[0],q=arguments[1];if(o==="necessary"){q=true}r=b();r[o]=q}else{if(typeof arguments[0]==="object"){r.necessary=true}}var p=new Date();p.setYear(p.getFullYear()+1);p=p.toUTCString();bbccookies.set(e+"="+j(r)+";domain=bbc.co.uk;path=/;expires="+p+";");bbccookies.set(e+"="+j(r)+";domain=bbc.com;path=/;expires="+p+";");return r}function l(o){if(o===null){return null}var p=o.split("");return{ads:!!+p[0],personalisation:!!+p[1],performance:!!+p[2],necessary:true}}function c(){var o=new RegExp("(?:^|; ?)"+e+"=(\\d\\d\\d)($|;)"),p=document.cookie.match(o);if(!p){return null}return p[1]}function b(o){var p=l(c());if(!p){p=k}if(o){return p[o]}else{return p}}function g(o){return document.cookie=o+"=;expires="+m+";"}function n(){var o='<script type="text/javascript" src="https://web.archive.org/web/20210304012947/https://static.bbci.co.uk/frameworks/bbccookies/0.6.9/script/bbccookies.js"><\/script>';if(window.bbccookies_flag==="ON"&&!bbccookies._acceptsAll()&&!window.bbccookies_disable){document.write(o)}}n()})(); /*]]>*/</script><script type="text/javascript"> if (! window.gloader) { window.gloader = [ "glow", {map: "https://web.archive.org/web/20210304012947/https://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js"}]; } </script><script type="text/javascript" src="https://web.archive.org/web/20210304012947js_/https://node1.bbcimg.co.uk/glow/gloader.0.1.6.js"></script><!--orb.ws.require.lib--><script type="text/javascript">/*<![CDATA[*/ if (typeof window.define !== 'function' || typeof window.require !== 'function') { document.write('<script class="js-require-lib" src="https://web.archive.org/web/20210304012947/https://static.bbci.co.uk/frameworks/requirejs/lib.js"><'+'/script>'); } /*]]>*/</script><script type="text/javascript"> bbcRequireMap = {"jquery-1":"/staticarchive/6cabfa9be6f12b6fec5ddf61c2dca1dde868555e", "jquery-1.4":"/staticarchive/cce0a0919c693f9473535d6941613bad16a4b40f", "jquery-1.9":"/staticarchive/14a082a42c1074b40bedae2666d3204e142899f5", "swfobject-2":"/staticarchive/b02e05aa3b12cfe8510390c7eccecd0af315b0a6", "demi-1":"/staticarchive/a916559c328a465dafcc30056734651ac8fdbb4b", "gelui-1":"/staticarchive/0159feca9179b145c659298e302b55dc76dfa15d", "cssp!gelui-1/overlay":"/staticarchive/fee6b4a3b22c51a59dd3ddebfb1b765049c683f6.css", "istats-1":"/staticarchive/9d14961bd8c1fdf805a42634c253bc66f552d5d1", "relay-1":"/staticarchive/ab39b61cf0980994246594bebe70fe460df87a42", "clock-1":"/staticarchive/7b8bb05c3fa19067c2c4c99144d21702cc15704f", "canvas-clock-1":"/staticarchive/703fd8b8a1b4ecf9cf624195bfb9691c648d3919", "cssp!clock-1":"/staticarchive/85ca997ae2f6bd2990765422dcc5b1c386c9d0cb.css", "jssignals-1":"/staticarchive/238f1d675d1626860f85815b7ab638cd41811a06", "jcarousel-1":"/staticarchive/3b38690b91f14468826c5f05f6e3da9beb55f4b1", "bump-3":"//web.archive.org/web/20210304012947/https://emp.bbci.co.uk/emp/bump-3/bump-3.js", "gelui-1/widget": "/staticarchive/fcf01fd866ac629bad5a92592c208c3b04184cd3", "gelui-1/carousel": "/staticarchive/562f83c33cfe04062d95de8024ba03636cd0af4c", "gelui-1/core": "/staticarchive/d69cc93987af4e17f910996164dc15516614353e", "gelui-1/overlay": "/staticarchive/84bd061f5e14f0728caa8c933fe6d758b54fec5a", "gelui-1/autosuggest": "/staticarchive/ca81d8400ee443b0c31a47f1eea1c6872091dd48"}; require({ baseUrl: 'https://'+location.host+'/', 'dynamicServer': 'https://web.archive.org/web/20210304012947/https://id.bbc.co.uk', 'secureServer': 'https://web.archive.org/web/20210304012947/https://id.bbc.co.uk', 'assetVersion': '3.27.2', 'assetPath': 'https://web.archive.org/web/20210304012947/https://static.bbci.co.uk/modules/identity/statusbar/3.27.2/' }; </script><script type="text/javascript" src="/web/20210304012947js_/https://www.bbc.co.uk/staticarchive/1333b9944bd6388f9645c37cab1e3a1d9ac83b90.js"></script><script type="text/javascript" src="/web/20210304012947js_/https://www.bbc.co.uk/staticarchive/fbe86a6c073f48f146a72f3e858ac837debcd84a.js"></script><!-- ISTATS --><script type="text/javascript"> /* <![CDATA[ */ define('id-statusbar-config', { 'translation_signedout': "Sign in", 'translation_signedin': "Your account", 'use_overlay' : false, 'signin_url' : "https://web.archive.org/web/20210304012947/https://ssl.bbc.co.uk/id/signin", 'locale' : "en-GB", 'policyname' : "", 'ptrt' : "https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/" }); /* ]]> */ </script><script type="text/javascript"> (function () { if (! window.require) { throw new Error('idcta: could not find require'); } var map = {}; map['idapp-1'] = 'https://web.archive.org/web/20210304012947/https://static.bbci.co.uk/idapp/0.66.06/modules/idapp/idapp-1'; map['idcta/idcta-1'] = 'https://web.archive.org/web/20210304012947/https://static.bbci.co.uk/id/0.27.15/modules/idcta/idcta-1'; map['idcta/idCookie'] = 'https://web.archive.org/web/20210304012947/https://static.bbci.co.uk/id/0.27.15/modules/idcta/idCookie'; map['idcta/overlayManager'] = 'https://web.archive.org/web/20210304012947/https://static.bbci.co.uk/id/0.27.15/modules/idcta/overlayManager'; require({paths: map}); define('id-config', {"idapp":{"version":"0.66.06","hostname":"ssl.bbc.co.uk","insecurehostname":"www.bbc.co.uk","tld":"bbc.co.uk"},"idtranslations":{"version":"0.31.1"},"identity":{"baseUrl":"https:\/\/web.archive.org\/web\/20210304012947\/https:\/\/talkback.live.bbc.co.uk\/identity","cookieAgeDays":730},"pathway":{"name":null,"staticAssetUrl":"https:\/\/web.archive.org\/web\/20210304012947\/http:\/\/static.bbci.co.uk\/idapp\/0.66.06\/modules\/idapp\/idapp-1\/View.css"}}); })(); </script><link rel="alternate" type="application/atom+xml" title="Atom" href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/atom.xml"><link rel="alternate" type="application/rss+xml" title="RSS" href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/rss.xml"><!-- Comments Module Static Assets --><link rel="stylesheet" rev="stylesheet" href="/web/20210304012947cs_/https://www.bbc.co.uk/staticarchive/b171f6295dafa594e000486294caf5ef2e356648.css"><script src="/web/20210304012947js_/https://www.bbc.co.uk/staticarchive/9fded8c38030f7e4fa43d9cc9c0033b2315234ef.js" type="text/javascript"></script><!--[if lte IE 7]> <link rel="stylesheet" rev="stylesheet" href="https://static.bbci.co.uk/modules/comments/2.8.0/css/comments-ie6-7.css"/> <![endif]--><style type="text/css"> @import '/web/20210304012947cs_/https://www.bbc.co.uk/staticarchive/6e19cb98ed19c044c78020031b13199c99fa7633.css'; </style><!--[if lte IE 7]> <style type="text/css"> @import '/guidance/style/pg_external_ie.css?r895178'; </style> <![endif]--><!--[if IE 6]> <style type="text/css"> @import '/guidance/style/pg_external_ie6.css?r895178'; </style> <![endif]--><script type="text/javascript" src="/web/20210304012947js_/https://www.bbc.co.uk/staticarchive/ef2ce6cbd768090f28ae6b14453268a3e16611af.js?r1112733"></script><script type="text/javascript" src="/web/20210304012947js_/https://www.bbc.co.uk/staticarchive/296b7e9b01b56142aec1bfa4760e2eb86073b802.js"></script><script type="text/javascript" src="/web/20210304012947js_/https://www.bbc.co.uk/staticarchive/880927e055ea2d75cc32254b7274b0e4a04822c2.js"></script><link rel="stylesheet" href="/web/20210304012947cs_/https://www.bbc.co.uk/staticarchive/3c2b27e8596edca82a396f84e4c6a991b49acc9e.css" type="text/css"><link rel="stylesheet" href="/web/20210304012947cs_/https://www.bbc.co.uk/staticarchive/3f22e626d9c302da131c20df3cd9b6fe5bc59b92.css" type="text/css"><script type="text/javascript" src="https://web.archive.org/web/20210304012947js_/https://www.bbc.co.uk/dnaimages/components/commentbox/gloader/commentbox.js"></script><script type="text/javascript" src="https://web.archive.org/web/20210304012947js_/https://www.bbc.co.uk/glow/gloader.js"></script><script type="text/javascript"> gloader.load( ["glow", "1", "glow.net"], { async: true, onLoad: function(glow) { if (window.dna) { glow.ready(function(){ dna.lang.register(glow); }) } if (typeof identity !== 'undefined') { glow.events.addListener(identity,'login',function(){ window.location.reload(); }); } } } ); </script><style type="text/css"> #dna_commentbox_holder{display: block;} #dna_commentbox_holder_error{display: none;} </style><!-- DNA Comments --><link rel="stylesheet" media="screen" href="/web/20210304012947cs_/https://www.bbc.co.uk/staticarchive/8db1272f67d2a84959a2f118e59c89632f24e33f.css" type="text/css"><!-- /DNA Comments --><link rel="stylesheet" href="/web/20210304012947cs_/https://www.bbc.co.uk/staticarchive/d534b1b19db5dfdf8b37b5f7688cf47788cbbd95.css" type="text/css"><link rel="prev" href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/08/" title="August 2012"><link rel="next" href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/10/" title="October 2012"><!-- If Opt Out code --><!-- End If Opt Out code --><script type="text/javascript" src="/web/20210304012947js_/https://www.bbc.co.uk/staticarchive/83f5bedfaaaae12a1220a872db0629fb6b14a507.js"></script></head><body class="sky blogs bbc-internet-blog"> <script type="text/javascript">/*<![CDATA[*/ bbcFlagpoles_istats = 'ON'; istatsTrackingUrl = '//web.archive.org/web/20210304012947/https://sa.bbc.co.uk/bbc/bbc/s?name=SET-COUNTER&app_type=web&ml_name=SSI&ml_version=0.25.1&language=en-GB'; /*]]>*/</script><script type="text/javascript" src="https://web.archive.org/web/20210304012947js_/https://static.bbci.co.uk/archive_stats/modules/stats-1.0.0.js"></script> <div id="blq-container" class="blq-lang-en-GB blq-gvl-2-8 blq-id-identitystatusbar"> <div id="blq-pre-mast" lang="en-GB"> <!-- Pre mast --> </div> <script type="text/html" id="blq-bbccookies-tmpl"><![CDATA[ <div id="bbccookies-prompt" class="bbccookies-d"> <h2> Cookies on the BBC website </h2> <p> We use cookies to ensure that we give you the best experience on our website.<span class="bbccookies-international-message"> We also use cookies to ensure we show you advertising that is relevant to you.</span> If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the BBC website. However, if you would like to, you can <a href="/privacy/cookies/managing/cookie-settings.html">change your cookie settings</a> at any time. </p> <ul> <li id="bbccookies-continue"> <button type="button" id="bbccookies-continue-button">Continue</button> </li> <li id="bbccookies-more"><a href="/privacy/cookies/bbc">Find out more</a></li></ul> </div> ]]></script><script type="text/javascript">/*<![CDATA[*/ (function(){if(bbccookies._showPrompt()){var i=document,b=i.getElementById("blq-pre-mast"),f=i.getElementById("blq-global"),h=i.getElementById("blq-container"),c=i.getElementById("blq-bbccookies-tmpl"),a,g,e;if(b&&i.createElement){a=i.createElement("div");a.id="bbccookies";e=c.innerHTML;e=e.replace("<"+"![CDATA[","").replace("]]"+">","");a.innerHTML=e;if(f){f.insertBefore(a,b)}else{h.insertBefore(a,b)}g=i.getElementById("bbccookies-continue-button");g.onclick=function(){a.parentNode.removeChild(a);return false};bbccookies._setPolicy()}}})(); /*]]>*/</script><span id="blq-mast-background"></span> <div id="blq-container-inner" lang="en-GB"> <div id="blq-acc" class="blq-rst"> <p id="blq-mast-home" class="blq-no-images"><a href="/web/20210304012947/https://www.bbc.co.uk/" hreflang="en-GB"> <span id="blq-blocks-wrapper"> <span class="blq-home">British Broadcasting Corporation</span><img src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/2e00d1d53e9c3bd91993196aa19a1d88589969f0.png" alt="BBC" id="blq-blocks" width="84" height="24"><span class="blq-span">Home</span> </span> </a></p> <p class="blq-hide"><strong><a id="page-top">Accessibility links</a></strong></p> <ul id="blq-acc-links"><li><a href="#blq-content">Skip to content</a></li> <li><a href="#blq-local-nav">Skip to local navigation</a></li> <li><a href="#blq-nav-main">Skip to bbc.co.uk navigation</a></li> <li><a href="#blq-search">Skip to bbc.co.uk search</a></li> <li><a href="/web/20210304012947/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li> </ul></div> <div id="blq-main" class="blq-clearfix"> <div id="archived-mothball-message" style=" background:url(/web/20210304012947im_/https://www.bbc.co.uk/globalresources/mothball-images/bg.jpg) 0 0 repeat-x #fbfbfb; "> <a href="/web/20210304012947/https://www.bbc.co.uk/globalresources/mothballing" style=" "> This page has been archived and is no longer updated. <span style=" display:block; font-size:0.5em; padding:10px 0 0 70px; font-weight:bold; "> <span style=" color:#1A75BB; margin-left:100px; ">Find out more about page archiving.</span> </span> </a> </div><div id="blq-content"> <div id="image"> <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/" title="BBC Internet Blog homepage"> <img src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/f5cb7f1375675fc422c0bee980eff046d6a2998b.jpg" alt="BBC Internet Blog"></a> </div> <!--main content starts here--> <div id="content"> <div class="main content"> <!--contents starts here--> <div class="content-left"> <div class="navigation"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/">» Main</a></div> <h1>Archives for <em>September 2012</em></h1> <div class="post" id="entry-311734"> <h2><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/whats_on_bbc_red_button_sept_6music.html" rel="bookmark">What's On BBC Red Button 29th September - 6th October</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/whats_on_bbc_red_button_sept_6music.html" title="Comments made about this entry." rel="comments">Comments </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20210304012947/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F09%2Fwhats_on_bbc_red_button_sept_6music.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/red_button/" rel="tag" title="">red button</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/"> <img class="author_pic" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/54d16f655da6777c38544592d70e21f641fbf819.png" width="50" alt="Tess Foster"></a> <span class="vcard author"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/">Tess Foster</a></span> <span class="separator">|</span> <abbr class="published" title="2012-09-29T06:00:00+00:00">06:00 UK time, Saturday, 29 September 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img alt="6music" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/7c41ec57a221588d61894975a6b8daef31ae368a.jpg" width="595" height="335" class="mt-image-center" style="margin: 0 auto 5px;"></div> <h2>6 Music Live</h2> <p>As part of 6 Music Celebrates... Live Music, we are hosting a week of very special live performances.</p> <p>From Monday 1st to Friday 5th October 2012, the hallowed BBC Maida Vale studios in London will be home to radio shows from Lauren Laverne featuring live music and chat from some of the station's most-loved bands.</p> <p>You will be able to join in all the fun by watching the sessions live on the <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/6music/"> 6 Music</a> homepage and see highlights on the BBC Red Button from 7pm each evening. Plus, you can discuss the exclusive sessions in our live conversation on the 6 Music homepage.</p> <p class="read_more"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/whats_on_bbc_red_button_sept_6music.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-311736"> <h2><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/connected_tv_apps.html" rel="bookmark">Building Connected TV Apps</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/connected_tv_apps.html" title="Comments made about this entry." rel="comments">Comments </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20210304012947/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F09%2Fconnected_tv_apps.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/iptv/" rel="tag" title="">Connected TV</a> </p> <p class="flt-l "> <span class="vcard author"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/roux_joubert/">Roux Joubert</a></span> <span class="separator">|</span> <abbr class="published" title="2012-09-28T13:04:48+00:00">13:04 UK time, Friday, 28 September 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>I'm Roux Joubert, Head of the TV &amp; Mobile Platforms team based in the BBC's new offices in MediaCityUK, Salford.</p> <p>I am privileged to lead an amazing team responsible for building some cutting edge and award winning products, who brought you the BBC iPlayer on TV and mobile, as well as News, Sport and Red Button on emerging TV and mobile platforms.</p> <p>Today the BBC iPlayer, News and Sport apps are available on an astonishing 650 <a href="https://web.archive.org/web/20210304012947/https://iplayerhelp.external.bbc.co.uk/help/where_to_get_iplayer/television/">connected TV devices</a>, from internet-enabled or Smart TVs and set-top-boxes to media players and games consoles, delivering more than 45 million videos to 2 million users every month. Most recently, the <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/04/bbc_sport_app_on_connected_tvs.html">BBC Sport app </a>has been used by more than 200,000 users a day to watch the phenomenal London 2012 Olympic Games coverage on connected TVs alone, having only launched a few short weeks before.</p> <p>While this is a remarkable achievement in itself, it certainly wasn't easy or straightforward, and I would like to share with you what challenges we have encountered, what we have learnt in the process of solving them and what we believe is important to consider for anyone looking at building applications for <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/iptv/">connected TVs</a>.</p> <p class="read_more"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/connected_tv_apps.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-311565"> <h2><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/whats_on_bbc_red_button_september_mumford.html" rel="bookmark">What's On BBC Red Button 22nd - 29th September</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/whats_on_bbc_red_button_september_mumford.html" title="Comments made about this entry." rel="comments">Comments </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20210304012947/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F09%2Fwhats_on_bbc_red_button_september_mumford.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/red_button/" rel="tag" title="">red button</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/"> <img class="author_pic" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/54d16f655da6777c38544592d70e21f641fbf819.png" width="50" alt="Tess Foster"></a> <span class="vcard author"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/">Tess Foster</a></span> <span class="separator">|</span> <abbr class="published" title="2012-09-22T06:00:00+00:00">06:00 UK time, Saturday, 22 September 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div style="text-align: left;"><div class="imgCaptionCenter" style="text-align: center; display: block; "><img class="mt-image-center" style="margin: 0 auto 5px;" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/0c4c4d1ea20a8134e8cd1901eb67900e2a23e73e.jpg" alt="What's On Red Button banner" width="595" height="67"></div> <h2>Mumford and Sons</h2> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/c1fbaca19c7c9a92c75eb37774df1b9eff3c628c.jpg" alt="Mumford and Sons"><em>Mumford and Sons</em></div> <p>Mumford and Sons present the first of Fearne Cotton's Live Lounge specials from the BBC's Studios in Maida Vale, as part of Radio 1's Massive Month of Live Music.</p></div> <p class="read_more"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/whats_on_bbc_red_button_september_mumford.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-311509"> <h2><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/media_player_android_phones_ta.html" rel="bookmark">New BBC Media Player for Android phones and tablets</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/media_player_android_phones_ta.html" title="Comments made about this entry." rel="comments">Comments </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20210304012947/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F09%2Fmedia_player_android_phones_ta.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/iplayer/" rel="tag" title="">iPlayer</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/mobile/" rel="tag" title="">mobile</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/streaming/" rel="tag" title="">streaming</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/tablet/" rel="tag" title="">tablet</a> </p> <p class="flt-l "> <span class="vcard author"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/chris_yanda/">Chris Yanda</a></span> <span class="separator">|</span> <abbr class="published" title="2012-09-19T11:00:42+00:00">11:00 UK time, Wednesday, 19 September 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "> <img alt="BBC Media Player in Google Play" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/8604b734a6db25857dea7ebe88855944a9689996.png" width="595" height="357" class="mt-image-center" style="margin: 0 auto 5px;"><p style="width:595px;font-size: 11px; color: rgb(102, 102, 102);margin: 0 auto 20px;">BBC Media Player showing subtitles and playback controls with BBC on-demand video content</p></div> Today the BBC's mobile technical teams have begun rolling out a new way of securely playing video and audio content on Android phones and tablets. It's called BBC Media Player and we are starting to use it with the mobile view of the BBC's <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/iplayer/">iPlayer website</a>. Next week we plan to release a new version of BBC iPlayer on Android which will use this player. Other applications and websites will follow. <p>We want people to have the best experience possible when they're watching BBC TV programmes or listening to BBC radio programmes. This means, amongst other things, making them available on as many <a href="https://web.archive.org/web/20210304012947/https://iplayerhelp.external.bbc.co.uk/help/where_to_get_iplayer">devices</a> as is practical.</p> <p>I want to reassure you that Android is an important platform for us. And I know (not least from the <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/iplayer_mobile_downloads.html?postId=113609677">comments</a> on David Madden's <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/iplayer_mobile_downloads.html">recent post</a>) that this platform is an important one for many of our users. We've supported iPlayer on Android since <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2010/06/bbc_iplayer_on_mobile_a_new_ve.html">June 2010 </a>. </p> <p>The Android operating system is constantly evolving and has been upgraded several times in the last two years. Back then version 2.2 (FroYo) was the latest OS. Today the latest version is 4.1 (JellyBean) and in between we've had Gingerbread, Honeycomb, and Ice Cream Sandwich.</p> <p>As many of you are aware, we chose Adobe Flash as the media format to stream to Android devices. Doing so provided us with a number of cross platform efficiencies as the same infrastructure can be used for delivery on PCs, Android phones, and set-top boxes.</p> <p>Adobe's strategic <a href="https://web.archive.org/web/20210304012947/https://blogs.adobe.com/flashplayer/2012/06/flash-player-and-android-update.html">decision to remove support for the Flash Player plug-in </a>meant that we had to change the way that we play back this content. </p> <p>We looked at a number of solutions, but there were a few key points we had to keep in mind:</p> <p>1. We needed a solution that would work on the newer Android devices running the JellyBean operating system.</p> <p>2. We also had to cater for the all the devices which are still on earlier OS versions. The diagram below shows that vast majority of Android users are on Gingerbread and FroYo.</p> <p>3. We needed a solution which would work both for our websites and for our native Android applications.</p> <p>4. We needed a solution which would meet the security obligations we had agreed with our rights holders.</p> <p>5. We needed a solution which would not require a significant and costly change to our current infrastructure.</p> <div class="imgCaptionCenter" style="text-align: center; display: block; "> <img alt="Android platform pie chart" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/487720ce04ca83272511d3f278dbf57587834a69.png" width="595" height="295" class="mt-image-center" style="margin: 0 auto 5px;"><p style="width:595px;font-size: 11px; color: rgb(102, 102, 102);margin: 0 auto 20px;">Platform version information from <a href="https://web.archive.org/web/20210304012947/https://developer.android.com/about/dashboards/index.html">developer.android.com </a>for the 14 day period prior to 4 September 2012 </p></div> <p class="read_more"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/media_player_android_phones_ta.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-311432"> <h2><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/rd_round_up.html" rel="bookmark">BBC R&amp;D: a summer of research and development </a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/rd_round_up.html" title="Comments made about this entry." rel="comments">Comments </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20210304012947/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F09%2Frd_round_up.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/research_and_development/" rel="tag" title="">innovation</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/round_up/" rel="tag" title="">round up</a> </p> <p class="flt-l "> <span class="vcard author"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/tristan_ferne/">Tristan Ferne</a></span> <span class="separator">|</span> <abbr class="published" title="2012-09-18T13:11:15+00:00">13:11 UK time, Tuesday, 18 September 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "> <img alt="picture of Little Sun installation" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/ab607efc0f35e26af47d0a0d4a44f1585963a4c9.jpg" width="595" height="187" class="mt-image-center" style="margin: 0 auto 5px;"><p style="width:595px;font-size: 11px; color: rgb(102, 102, 102);margin: 0 auto 20px;">The <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/researchanddevelopment/2012/08/littlesunbbcrd.shtml">"Little Sun" participatory art experience </a></p></div>I am the lead producer for BBC R&amp;D's <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/rd/projects/irfs.shtml">Internet Research &amp; Future Services team</a> where we use technology and design to prototype the future of media and the internet. I help develop ideas, run projects and write and talk about what we do. <p>I regularly write for the <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/rd">BBC Research &amp; Development blog</a>. <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/nick_reynolds/">Nick</a> asked me to round up some of what BBC R&amp;D have been writing about on our blog over the summer.</p> <p>Out of our North Lab came the concept of Perceptive Media - adapting stories to the audience by using information about that audience and their context. As Ian <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/researchanddevelopment/2012/07/what-is-perceptive-media.shtml">blogged</a> in July:</p> <p>"...it takes narrative back to something more aligned to a storyteller and an audience around a campfire ... to create something closer to a personal theatre experience in your living room".</p> <p>They released their first instantiation of this, a short radio play called "Breaking Out" which you can <a href="https://web.archive.org/web/20210304012947/https://www.futurebroadcasts.com/">listen to here</a>.</p> <p>For the Olympics we released an Augmented Reality application to <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/sport/0/olympics/19024989">compare your performance against Olympic athletes</a>. Robert, Bruce and Paul wrote about <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/researchanddevelopment/2012/07/augmented-reality-athletics.shtml">the technology behind it</a>. We worked with colleagues in Japanese broadcaster NHK to bring 7680x4320 resolution, 22.2 channel sound <a href="https://web.archive.org/web/20210304012947/https://en.wikipedia.org/wiki/Ultra_High_Definition_Television">Super Hi-Vision (SHV) </a>screenings of the Olympics to a <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/researchanddevelopment/2012/08/the-olympics-in-super-hi-visio.shtml">number of public viewing sessions</a>. And our <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/researchanddevelopment/2012/08/olympic-diving-splashometer.shtml">splashometer for diving</a> was used during NBC's coverage, even picking up fans such as <a href="https://web.archive.org/web/20210304012947/https://twitter.com/SamuelLJackson/status/233721362399784960">Samuel L. Jackson no less</a>.</p> <p class="read_more"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/rd_round_up.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-311469"> <h2><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/children_immersive_sign_in_ema.html" rel="bookmark">CBBC Connected Studio: 10 problems to solve</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/children_immersive_sign_in_ema.html" title="Comments made about this entry." rel="comments">Comments </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20210304012947/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F09%2Fchildren_immersive_sign_in_ema.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/cbbc/" rel="tag" title="">CBBC</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/children/" rel="tag" title="">children</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/research_and_development/" rel="tag" title="">innovation</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/jon_howard/"> <img class="author_pic" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/6055ec04acaf96d20b5add19caf2ac2b47184de1.png" width="50" alt="Jon Howard"></a> <span class="vcard author"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/jon_howard/">Jon Howard</a></span> <span class="separator">|</span> <abbr class="published" title="2012-09-17T16:09:58+00:00">16:09 UK time, Monday, 17 September 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "> <img alt="BBc id on CBBC" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/3b9496e470d157dcf9dbcc1f73912ddbeac4f8fb.png" width="595" height="351" class="mt-image-center" style="margin: 0 auto 5px;"><p style="width:595px;font-size: 11px; color: rgb(102, 102, 102);margin: 0 auto 20px;">The BBC iD sign in box on the CBBC site </p></div> <p>Mobiles, tablets and connected TVs are here. They form an ecosystem of web connected devices that provide the potential for amazing experiences. The ability to share an experience across devices brings great possibilities, but also responsibilities. </p> <p>As part of its brief the <a href="https://web.archive.org/web/20210304012947/https://www.bbcconnectedstudio.co.uk/?page_id=5">CBBC Connected studio CBBC event </a>has included a call for ideas on how to make the 'ultimate immersive experience', one that works across multiple devices. </p> <p>What is the users' journey to get access to the connected content? How compelling and fun is the product? To achieve the goal some problems will need to be overcome. Here are 10 of them:</p> <p><strong>1. Low user registration rate</strong></p> <p>The number of users that sign in to BBC websites is relatively low. This is likely to be due to many reasons, but the snack-able nature of much of the content is a primary one. Online is much more of a TV experience than a cinema one. Users can quickly assess whether a page contains what they want, and navigate away if it doesn't. Any registration for access to content is a dry affair. It entails entering personal details, creating a username that fits into a specified format, coming up with a memorable and acceptable password, and sometimes waiting for a validation email. All of this can form a sizeable barrier, denying interaction with the core content for a period of time.</p> <p class="read_more"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/children_immersive_sign_in_ema.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-311362"> <h2><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/whats_on_bbc_red_button_15th_s.html" rel="bookmark">What's On BBC Red Button 15th September - 22nd September</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/whats_on_bbc_red_button_15th_s.html" title="Comments made about this entry." rel="comments">Comments </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20210304012947/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F09%2Fwhats_on_bbc_red_button_15th_s.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/red_button/" rel="tag" title="">red button</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/"> <img class="author_pic" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/54d16f655da6777c38544592d70e21f641fbf819.png" width="50" alt="Tess Foster"></a> <span class="vcard author"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/">Tess Foster</a></span> <span class="separator">|</span> <abbr class="published" title="2012-09-15T06:00:00+00:00">06:00 UK time, Saturday, 15 September 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img class="mt-image-center" style="margin: 0 auto 5px;" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/0c4c4d1ea20a8134e8cd1901eb67900e2a23e73e.jpg" alt="What's On Red Button banner" width="595" height="67"><p></p></div> <h2>BBC Philharmonic Presents: A James Bond Special</h2> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img alt="KermodeandMayo" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/2769e61c734b1567abeff214ad5b99ea9aa4704b.jpg" width="595" height="335" class="mt-image-center" style="margin: 0 auto 5px;"><p><em>Mark Kermode and Simon Mayo</em></p></div> <p>Watch Mark Kermode and Simon Mayo on the Red Button presenting not one, but two James Bond specials, featuring the greatest Bond film songs with the help of the BBC Philharmonic Orchestra and guest vocalists Ren Harvieu, Lance Ellington and Claire Moore.</p> <p>On Friday 14th September, Kermode and Mayo were live from the BBC Philharmonic studio for a Film Review: James Bond Special, as they revealed the song you voted as the greatest James Bond theme ever, alongside other 007 classics.</p> <p>At 8pm, the BBC Philharmonic Orchestra presented a whole Friday Night Is Music Night: Bond and Beyond concert, including songs from the classic Bond films and music from well-known spy films such as <em>Mission Impossible</em>, <em>Where Eagles Dare</em> and <em>Tinker, Tailor, Soldier, Spy</em>. The Philharmonic were conducted by Robert Ziegler.</p> <p>Watch highlights on the Red Button of the best Bond themes performed from the day of the live shows!</p> <p class="read_more"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/whats_on_bbc_red_button_15th_s.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-311434"> <h2><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/connected_studio_ux7d.html" rel="bookmark">Connected Studio: UX&amp;D brief in context</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/connected_studio_ux7d.html" title="Comments made about this entry." rel="comments">Comments </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20210304012947/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F09%2Fconnected_studio_ux7d.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/research_and_development/" rel="tag" title="">innovation</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/uxd/" rel="tag" title="">user experience &amp; design</a> </p> <p class="flt-l "> <span class="vcard author"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/ulrik_hogrebe/">Ulrik Hogrebe</a></span> <span class="separator">|</span> <abbr class="published" title="2012-09-14T17:16:45+00:00">17:16 UK time, Friday, 14 September 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img class="mt-image-center" style="margin: 0 auto 5px;" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/88e8f62752893fe7a30138f46533f1a436af0fb4.jpg" alt="UX&amp;D sign in Broadcast Centre" width="595" height="410"><p style="margin: 0px auto 20px; width: 595px; color: #666666; font-size: 11px;">The UX&amp;D sign in the Broadcast Centre, home to the BBC UX&amp;D team</p> </div> <p>Hi, my name is Ulrik and I'm a Senior User Experience Designer working in Personalisation and Social Platform, a service division of UX&amp;D that works across the BBC online portfolio. I'm helping to organise the <a href="https://web.archive.org/web/20210304012947/https://www.bbcconnectedstudio.co.uk/?page_id=5">UX&amp;D Connected Studio workshops</a> scheduled for the 4 October, 30 October and 31 October 2012.</p> <p>I'd like to give you a preview into some of the thinking that has gone into the brief for the UX&amp;D events - as well as a little bit of wider context for the work we currently do in <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/uxd/">UX&amp;D</a>.</p> <p>If you haven't done so already, I suggest you take a peek at the <a href="https://web.archive.org/web/20210304012947/https://www.bbcconnectedstudio.co.uk/wp-content/uploads/2012/09/CS_UXDBrief_Final.pdf">Connected Studio brief</a> then return to this post for more on what we're trying to achieve and how.

</p> <p><strong>A BBC that is bigger than the sum of its parts</strong><br>
<br>The BBC online portfolio is split into 10 different products: Sport, News, iPlayer, Knowledge and Learning, CBBC and Cbeebies, Radio and Music, Homepage and Search, and Weather. While each product has a unique value for different audience sectors, we're increasingly thinking of them as components of 'One Service', a coherent and connected whole that delivers 360º value for our audience - on any device - wherever and whenever the user wants access.</p> <p class="read_more"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/connected_studio_ux7d.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-311314"> <h2><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/ifa_2012.html" rel="bookmark">BBC Blue Room: ten things we learnt at IFA 2012</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/ifa_2012.html" title="Comments made about this entry." rel="comments">Comments </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20210304012947/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F09%2Fifa_2012.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/3dtv/" rel="tag" title="">3DTV</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/research_and_development/" rel="tag" title="">innovation</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/television/" rel="tag" title="">television</a> </p> <p class="flt-l "> <span class="vcard author"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/alison_hunter/">Alison Hunter</a></span> <span class="separator">|</span> <abbr class="published" title="2012-09-11T13:09:33+00:00">13:09 UK time, Tuesday, 11 September 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "> <img alt="Organic LED was a hit at IFA 2012" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/5f3f1d251c2085ae4aeb80c87ba0268893963413.jpg" width="595" height="446" class="mt-image-center" style="margin: 0 auto 5px;"><p style="width:595px;font-size: 11px; color: rgb(102, 102, 102);margin: 0 auto 20px;">For more information about organic LED (light-emiting diode) television <a href="https://web.archive.org/web/20210304012947/https://en.wikipedia.org/wiki/OLED_TV">read this Wikipedia entry</a></p></div> <p>The <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2008/02/the_blue_room_1.html">BBC Blue Room </a>team was back at <a href="https://web.archive.org/web/20210304012947/https://b2b.ifa-berlin.com/en/ABOUTIFA/">IFA 2012 </a>last week.</p> <p>For those of you who haven't heard of the BBC Blue Room or indeed IFA, let me explain. The Blue Room is the BBCs consumer electronics lab, based in London W12, in a room unsurprisingly filled with a lot of the latest consumer electronics. So, if you were a developer working on the BBC Olympics App and you wanted to see it working on one of the latest connected TVs or programme maker wondering what ultra high definition looks like, then BBC Blue Room would be the place you would want to visit.</p> <p>Which brings us to IFA, Europe's largest consumer electronics show that takes place annually in Berlin.</p> <p>Having so many of the manufacturers located in one place is a great opportunity for information gathering and a way for us to keep our BBC colleagues up-to-date with the fast changing world of consumer electronics.</p> <p>So, with this aim in mind <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/richard_robbins/">Richard</a>, <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/lindsey_suter/">Lindsey</a> and myself (the team) walked the halls, <a href="https://web.archive.org/web/20210304012947/https://twitter.com/BBCBlueRoom/status/241130204502818816">listened to press conferences </a>and soaked up the atmosphere.</p> <p>At the end of three long days, we jotted down what we had learnt;</p> <p>• Organic LED TVs drew the crowd</p> <p>• Windows 8 was everywhere</p> <p>• Expect more waving, shouting and eye control<br><br>• 3D is hanging on .... just!</p> <p>• 21:9 has gone mainstream</p> <p>• Cameras have got smart</p> <p>• They want our homes connected</p> <p>• Hybrid devices were in abundance</p> <p>• The world is getting more pixels</p> <p>• Things just got "see through"</p> <p>From these initial thoughts, we created a PDF:</p> <p><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/img/blue_room_at_ifa_ten_things_v2.pdf">"10 Things We Have Learnt at IFA 2012"</a></p> <p>Please download and of course share.</p> <p><em>Alison Hunter is Senior Technology Demonstrator, BBC Technology</em></p> <p><em>Follow the BBC Blue Room on Twitter at <a href="https://web.archive.org/web/20210304012947/https://twitter.com/bbcblueroom">@BBCBlueRoom</a></em></p> </div> </div> <div class="post" id="entry-311205"> <h2><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/whats_on_bbc_red_button_8th_-.html" rel="bookmark">What's on BBC Red Button 8th - 15th September</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/whats_on_bbc_red_button_8th_-.html" title="Comments made about this entry." rel="comments">Comments </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20210304012947/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F09%2Fwhats_on_bbc_red_button_8th_-.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/red_button/" rel="tag" title="">red button</a> </p> <p class="flt-l "> <span class="vcard author"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/james_aslett/">James Aslett</a></span> <span class="separator">|</span> <abbr class="published" title="2012-09-08T06:00:00+00:00">06:00 UK time, Saturday, 8 September 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img class="mt-image-center" style="margin: 0 auto 5px;" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/0c4c4d1ea20a8134e8cd1901eb67900e2a23e73e.jpg" alt="What's On Red Button banner" width="595" height="67"><p></p></div> <h2>Last Night of the Proms</h2> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img alt="Hyde Park Stage" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/ad8a5da1685bc7fac87101860f388a16f647c3cc.jpg" width="595" height="335" class="mt-image-center" style="margin: 0 auto 5px;"><p><em>2011's Last Night of the Proms at Hyde Park</em></p></div> <p>Watch Last Night of the Proms concerts from around the UK, live on Red Button. Excerpts from these four concerts will be available to watch from 7.30pm on Saturday 8 September:</p> <p>• Hyde Park, London. Presented by Terry Wogan and featuring Kylie Minogue<br> • Titanic Slipways, Belfast. Featuring the Ulster Orchestra<br> • Owain Glyndwr Playing Fields, Caerphilly, Wales. Presented by Alex Jones and Tim Rhys-Evans and featuring the BBC National Orchestra and Chorus of Wales<br> • City Halls, Glasgow. Presented by Jamie McDougall and featuring the BBC Scottish Symphony Orchestra<br></p><p>Freeview viewers will have one Proms Red Button channel, which will show highlights from all four concerts.</p> <p>Sky, Virgin and Freesat viewers will have two Proms Red Button channels - which will show highlights from all four concerts.</p> <p>You can also watch all four concerts in full on <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/iplayer">BBC iPlayer</a> from Sunday 9th September, for seven days.</p> <p class="read_more"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/whats_on_bbc_red_button_8th_-.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-310802"> <h2><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/search_engine_optimisation_in.html" rel="bookmark">Search Engine Optimisation in BBC News</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/search_engine_optimisation_in.html" title="Comments made about this entry." rel="comments">Comments </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20210304012947/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F09%2Fsearch_engine_optimisation_in.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/news/" rel="tag" title="">BBC News</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/search/" rel="tag" title="">Search</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/openstandards/" rel="tag" title="">open standards</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/uxd/" rel="tag" title="">user experience &amp; design</a> </p> <p class="flt-l "> <span class="vcard author"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/martin_asser/">Martin Asser</a></span> <span class="separator">|</span> <abbr class="published" title="2012-09-06T11:41:56+00:00">11:41 UK time, Thursday, 6 September 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img class="mt-image-center" style="margin: 0 auto 5px;" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/52ae914feb2dd0cf38c837535766e6e95933f268.jpg" alt="Newspaper poster board " width="595" height="335"><p style="margin: 0px auto 20px; width: 595px; color: #666666; font-size: 11px;">Poster for the London Evening Standard newspaper. The storm was in the United States. Pic by <a href="https://web.archive.org/web/20210304012947/https://www.flickr.com/photos/lmg/">Darren Shrubsole</a></p> </div> <p><em>This is the third and final in a series of posts about Search Engine Optimisation, following </em><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/08/seo_journey_food.html"><em>Duncan Bloor</em></a><em> and </em><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/08/seo_food_404.html"><em>Oliver Bartlett</em></a><em> writing about optimising Knowledge and Learning websites.</em></p> <p>Headline-writing is a journalistic skill that provokes strong feelings – and of course it is meant to.</p> <p>A sub-editor writes a headline to grab attention, to compel readers.</p> <p>It’s also considered something of an art form, which will often see clusters of journalists poring over headlines at length, in the knowledge that the eventual choice could spell the difference between people reading the article or not.</p> <p>Good headlines are passed around newsrooms in admiration, bad ones are held up to ridicule, and the best ones go down in history – think of the Sun headlines <a href="https://web.archive.org/web/20210304012947/https://editdesk.wordpress.com/2009/08/28/memorable-headlines-gotcha/">“Gotcha” </a>and<a href="https://web.archive.org/web/20210304012947/https://sunheadlines.blogspot.co.uk/2008/11/classics-freddie-starr-ate-my-hamster.html"> “Freddy Starr ate my hamster”.</a></p> <p>Given that we are talking about such a cherished institution, it’s no surprise that when I as an SEO (search engine optimiser) come along and rewrite the headline rulebook there might be a certain amount of, let’s say, polite demurral among your colleagues.</p> <p>But that’s often exactly what is needed at news websites which have previously paid no attention to search traffic when composing their sacred texts.</p> <p>I moved from my role as <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/search/news/?q=martin%20asser&amp;sort=reversedate&amp;video=on&amp;audio=on&amp;text=on">BBC web journalist specialising in the Middle East</a> to become the BBC’s first specialist SEO journalist in late 2009.</p> <p>The headline system that I took over had not even been optimised for the web originally, let alone search engines.</p> <p>Back in the mid-2000s, BBC News had merged the Online and Ceefax teams to write multi-platform stories whose headline length was designed to fit neatly on the old analogue teletext pages. These 31-33 character headlines didn’t allow much room to include search keywords; they barely had enough space to tell the story. But the format has been skilfully incorporated into our web journalism and to this day we should be grateful for how it has given <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/news/">the News website</a> its clean, impactful appearance and pithy, easy-to-read headlines.</p> <p>Not wanting to throw the baby out with the bathwater, we devised <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/theeditors/2009/11/changing_headlines.html">a dual-headline system</a>, which would keep the index headlines unchanged while introducing a longer, search-optimised text that would sit at the top of articles and supply the page title meta-tags, which are what search engines take most account of.</p> <p>All we had to do then was to make sure that the hundreds upon hundreds of different story headlines written every day by teams scattered across the country and the globe were optimised for search!</p> <p class="read_more"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/search_engine_optimisation_in.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-311147"> <h2><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/connected_studio_cbbc_uxd.html" rel="bookmark">Connected Studio 5: CBBC and User Experience and Design</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/connected_studio_cbbc_uxd.html" title="Comments made about this entry." rel="comments">Comments </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20210304012947/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F09%2Fconnected_studio_cbbc_uxd.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/cbbc/" rel="tag" title="">CBBC</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/research_and_development/" rel="tag" title="">innovation</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/uxd/" rel="tag" title="">user experience &amp; design</a> </p> <p class="flt-l "> <span class="vcard author"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/adrian_woolard/">Adrian Woolard</a></span> <span class="separator">|</span> <abbr class="published" title="2012-09-04T17:10:06+00:00">17:10 UK time, Tuesday, 4 September 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "> <img alt="connected studio in salford" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/d3107e13c0f64b8f329c65a4fd14e7f38d7fce6f.jpg" width="595" height="446" class="mt-image-center" style="margin: 0 auto 5px;"><p style="width:595px;font-size: 11px; color: rgb(102, 102, 102);margin: 0 auto 20px;">CBeebies Connected Studio in Q5, Quay House, MediaCityUK in Salford </p></div> <p>It's been a while since<a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/07/connected_studio_weather_travel_build.html"> I told you </a>about the <a href="https://web.archive.org/web/20210304012947/https://www.bbcconnectedstudio.co.uk/">Connected Studio </a>project, but that doesn't mean we haven't been busy. We've been planning an exciting calendar through till next spring starting with a double header of Creative Studios. <a href="https://web.archive.org/web/20210304012947/https://www.bbcconnectedstudio.co.uk/wp-content/uploads/2012/08/CBBC-Innovation-brief-final.pdf">CBBC</a> on September 20th in Salford and <a href="https://web.archive.org/web/20210304012947/https://www.bbcconnectedstudio.co.uk/wp-content/uploads/2012/09/CS_UXDBrief_Final.pdf">UX&amp;D</a> on October 4th in London. Both briefs are now <a href="https://web.archive.org/web/20210304012947/https://www.bbcconnectedstudio.co.uk/?page_id=5">live and ready for your perusal.</a> </p> <p>We will be heading back to MediaCityUK on September 20th, with the Build Studio in Salford on October 10-11. The UX&amp;D Creative Studio will take place in London on the 4th October, followed by a build studio in Salford on the 30th and 31st of October. Get these dates in your diary!</p> <p>Our last event seems like an age ago yet it was only back in July when we held the CBeebies Build studio up at MediaCityUK. Attendance for the Creative Studio was up at over 90 which ultimately led to 30 pitches, our highest to date. The high number of participants and the strength of ideas meant that we took ten teams through to Build, made up of 60 individuals. Thankfully the fantastic Q5 space meant that we could accommodate this number without treading on each other's toes.</p> <p>I will be releasing details shortly about what we are moving forward from CBeebies, Weather &amp; Travel and also a general Pilot Stage update, but for now, let's tuck in to CBBC and the key challenges that the Brief sets out:</p> <p class="read_more"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/connected_studio_cbbc_uxd.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-311099"> <h2><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/iplayer_mobile_downloads.html" rel="bookmark">Mobile Downloads for BBC iPlayer</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/iplayer_mobile_downloads.html" title="Comments made about this entry." rel="comments">Comments </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20210304012947/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F09%2Fiplayer_mobile_downloads.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/iplayer/" rel="tag" title="">iPlayer</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/mobile/" rel="tag" title="">mobile</a> </p> <p class="flt-l "> <span class="vcard author"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/david_madden/">David Madden</a></span> <span class="separator">|</span> <abbr class="published" title="2012-09-04T08:53:12+00:00">08:53 UK time, Tuesday, 4 September 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>Today BBC iPlayer is<a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/mediacentre/latestnews/2012/mobile-iplayer.html"> launching mobile downloads</a> on smartphones and tablets.</p> <p>I'd like to talk about the thinking behind this new feature, and the benefits it brings to audiences.</p> <p>Part of the BBC's strategy for iPlayer in the past year has been to take it beyond the PC, and onto a host of different devices, from smartphones and tablets, to connected TVs and games consoles. <a href="https://web.archive.org/web/20210304012947/https://iplayerhelp.external.bbc.co.uk/help/where_to_get_iplayer">BBC iPlayer is now on over 550 devices</a>, ensuring you can enjoy BBC programmes wherever and whenever you want.</p> <p>It's been something of a watershed year for on-the-go viewing:<a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/08/digital_olympics_reach_stream_stats.html"> the Olympics, for example, turned into the "mobile Games" for many</a>. For iPlayer, take-up on portable devices has been particularly impressive, with 30m requests for iPlayer content via mobile or tablet in July alone: this represented more than 20% of all requests for iPlayer programmes across all platforms.</p> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img class="mt-image-center" style="margin: 0 auto 5px;" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/917521b35e246c977313f046603c7add5e5931cb.jpg" alt="" width="595" height="556"><p style="margin: 0px auto 20px; width: 595px; color: #666666; font-size: 11px;">The numbers in pink and white in the circles above represent percentages of the total amount of iPlayer requests for content on tablets and mobile e.g 34% of the requests on tablets was for Children’s content</p> </div> <p>More and more people are comfortable with watching TV across different devices depending on where they are and what they're doing. For example, our data shows that children's content is particularly popular on tablets, as they are devices kids can sit and play with wherever. <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/bbcthree">BBC Three </a>comedy is popular on smart phones, and is watched by young people while out and about or waiting for a bus or train.</p> <p class="read_more"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/iplayer_mobile_downloads.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-311042"> <h2><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/whats_on_bbc_red_button_proms_sept.html" rel="bookmark">What's On BBC Red Button 1st September - 8th September</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/whats_on_bbc_red_button_proms_sept.html" title="Comments made about this entry." rel="comments">Comments </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20210304012947/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F09%2Fwhats_on_bbc_red_button_proms_sept.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/red_button/" rel="tag" title="">red button</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/"> <img class="author_pic" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/54d16f655da6777c38544592d70e21f641fbf819.png" width="50" alt="Tess Foster"></a> <span class="vcard author"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/">Tess Foster</a></span> <span class="separator">|</span> <abbr class="published" title="2012-09-01T06:00:00+00:00">06:00 UK time, Saturday, 1 September 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img class="mt-image-center" style="margin: 0 auto 5px;" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/0c4c4d1ea20a8134e8cd1901eb67900e2a23e73e.jpg" alt="What's On Red Button banner" width="595" height="67"><p></p></div> <h2>Doctor Who</h2> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img alt="Matt Smith as The Doctor" src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/461f0411bf13c648d949123e68e781391db7f370.jpg" width="595" height="335" class="mt-image-center" style="margin: 0 auto 5px;"><p><em>Matt Smith as The Doctor</em></p></div> <p>En route to visit the Ponds the TARDIS' Helmic Regulator malfunctions, leaving the Doctor popping up everywhere in time and space. Will he ever make it back to Amy and Rory?</p> <p>This prequel is followed by a new series of <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/programmes/b006q2x0">Doctor Who</a> which begins tonight at 7:20 on BBC One.</p> <p class="read_more"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/whats_on_bbc_red_button_proms_sept.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="content-nav"> <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/08/">« August 2012</a> | | <a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/10/">October 2012 »</a> </div> </div> <!--contents ends here--> <!-- sidebar starts here --> <div class="sidebar"> <p class="jump"><a href="#jump_more">Jump to more content from this blog</a></p> <div class="block block-one about"> <div class="wrap1"> <div class="wrap2"> <div class="wrap3"> <div class="title"><h3>About this blog</h3></div> <div class="inner"> Staff from the BBC's online and technology teams talk about BBC Online, BBC iPlayer, and the BBC's digital and mobile services. The blog is reactively moderated. Posts are normally closed for comment after three months. Your host is Eliza Kessler. <div class="cleardiv"><!--clearing--></div> <p style="margin:10px 0 0 0!important">For the latest updates across BBC blogs, <br><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs">visit the Blogs homepage</a>.</p> <div class="cleardiv"><!--clearing--></div> </div> </div> </div> </div> </div> <div class="block rss block-one"> <div class="wrap1"> <div class="wrap2"> <div class="wrap3"> <div class="title"><h3>Subscribe to BBC Internet Blog</h3></div> <div class="inner"> <p>You can stay up to date with BBC Internet Blog via these feeds.</p> <p class="rss_link first"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/rss.xml">BBC Internet Blog Feed</a><span>(RSS)</span></p> <p class="rss_link"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/atom.xml">BBC Internet Blog Feed</a><span>(ATOM)</span></p> <p>If you aren't sure what RSS is you'll find <a href="https://web.archive.org/web/20210304012947/https://news.bbc.co.uk/1/hi/help/3223484.stm">our beginner's guide to RSS</a> useful.</p> </div> </div> </div> </div> </div> <div class="block block-three delicious"> <div class="wrap1"> <div class="wrap2"> <div class="wrap3"> <div class="title"><h3>BBC Online in the news and blogs</h3></div> <div class="inner"> <!--delicious code goes here--> <style type="text/css"> .delicious-posts ul {list-style-type:none; margin: 0 0 1em 0; padding: 0 } .delicious-tag,.delicious-extended {font-size:smaller} .delicious-extended{margin:0;padding:0 0 0.25em 0} .module-list-item .delicious-posts ul{margin:0;padding:0} .module-list-item .delicious-posts h2, .module-list-item .delicious-posts li:first-child{margin-top:0} </style><div class="delicious-posts" id="delicious-posts-bbceditorsblog"> <h2 class="delicious-banner sidebar-title"> <a href="https://web.archive.org/web/20210304012947/https://delicious.com/bbceditorsblog">My Delicious Bookmarks</a> </h2> <ul><li class="delicious-post delicious-odd"> <a class="delicious-link" href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/dna/mbpointsofview/NF1951566?thread=8407455">BBC weather..</a> <p class="delicious-extended">From BBC Points of View Messageboard</p> </li> <li class="delicious-post delicious-even"> <a class="delicious-link" href="https://web.archive.org/web/20210304012947/https://www.boards.ie/vbulletin/showthread.php?t=2056857380">Only BBC channels not coming in properly?</a> <p class="delicious-extended">From Boards IE</p> </li> <li class="delicious-post delicious-odd"> <a class="delicious-link" href="https://web.archive.org/web/20210304012947/https://www.mediauk.com/article/34387/who-is-grasping-the-opportunity-with-social-media?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+JamesCridlandsBlog+%28James+Cridland%27s+blog%29&amp;utm_content=Google+Reader">Who is grasping the opportunity with social media?</a> <p class="delicious-extended">From Media UK</p> </li> <li class="delicious-post delicious-even"> <a class="delicious-link" href="https://web.archive.org/web/20210304012947/https://nickreynoldsatwork.wordpress.com/2013/01/14/the-value-of-user-generated-content-notes-1-the-price-of-love/">The “value” of “user generated content”</a> <p class="delicious-extended">From Nick Reynolds at Work</p> </li> <li class="delicious-post delicious-odd"> <a class="delicious-link" href="https://web.archive.org/web/20210304012947/https://forums.digitalspy.co.uk/showthread.php?p=63662771">bbc iplayer, 4od, demand 5</a> <p class="delicious-extended">From Digital Spy Forum</p> </li> </ul></div> <!--delicious code goes here--> </div> <div class="bottom"> <p>Links to conversations and stories about the BBC's online activities. The links on this blog and its <a href="https://web.archive.org/web/20210304012947/https://delicious.com/bbccouk">delicious</a> stream are chosen by Eliza Kessler and Nick Reynolds. Follow <a href="https://web.archive.org/web/20210304012947/https://twitter.com/bbcinterntlinks">@bbcinternetlinks</a> on Twitter.</p> </div> </div> </div> </div> </div> <div class="block block-three flickr"> <div class="wrap1"> <div class="wrap2"> <div class="wrap3"> <div class="title"><h3>Follow on Twitter</h3></div> <div class="inner"> <br><a href="https://web.archive.org/web/20210304012947/https://twitter.com/AboutTheBBC">About The BBC</a><br><br><a href="https://web.archive.org/web/20210304012947/https://twitter.com/bbccouk">BBC Internet Blog</a><br><br><a href="https://web.archive.org/web/20210304012947/https://twitter.com/bbcinterntlinks">bbc internet links</a><br><br><a href="https://web.archive.org/web/20210304012947/https://twitter.com/BBCiPlayer">BBC iPlayer</a> <br><br><a href="https://web.archive.org/web/20210304012947/https://twitter.com/BBCRedButton">BBC Red Button</a> <br><br><a href="https://web.archive.org/web/20210304012947/https://twitter.com/bbcblueroom">BBC Blue Room</a> <br><br><a href="https://web.archive.org/web/20210304012947/https://twitter.com/BBCRD">BBC R&amp;D</a><br><br><a href="https://web.archive.org/web/20210304012947/https://twitter.com/RalphRivera">Ralph Rivera</a><br></div> </div> </div> </div> </div> <div class="block block-three flickr"> <div class="wrap1"> <div class="wrap2"> <div class="wrap3"> <div class="title"><h3>BBC Blogs and Boards</h3></div> <div class="inner"> <ul><li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/aboutthebbc/">About the BBC</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/theeditors/">The Editors at BBC News</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/dna/mbpointsofview/F1951574">Points of View Messageboard</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/radio4/">Radio 4 blog</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/5live/">5 Live blog</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/radio/">BBC Radio blog</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/researchanddevelopment/">BBC Research and Development blog</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/tv/">BBC TV blog</a></li> </ul><ul><li><a href="https://web.archive.org/web/20210304012947/https://iplayerhelp.external.bbc.co.uk/help/announcements/programme_latest_issues">BBC iPlayer: Latest Programme Issues</a></li> </ul></div> <div class="bottom"> <p>Find all BBC bloggers on the <a href="https://web.archive.org/web/20210304012947/https://bbc.co.uk/blogs/" title="blogs">blog homepage</a></p> </div> </div> </div> </div> </div> </div> <!-- sidebar ends here --> </div> <div class="cleardiv"><!--clearing div--></div> </div> <!--main content ends here--> <div class="cleardiv"><!--clearing div--></div> <div id="explore"> <div class="more content"> <h2><a name="jump_more"></a>More from this blog...</h2> <!--grids--> <div class="grids"> <div class="unit topical"> <div class="title"><h3>Topical posts on this blog</h3></div> <div class="inner"> <div id="beingdiscussedNow"> <h2>Being Discussed Now</h2> <ul class="dna-list"><li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/01/whats_on_bbc_red_button_masterclass_january.html">What's On BBC Red Button 28th January - 5th February</a><span>(1)</span></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2013/01/iplayer_christmas_2012.html">Christmas 2012 on BBC iPlayer </a><span>(5)</span></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2013/01/antiques_roadshow_play-along_a.html">New Antiques Roadshow play-along app</a><span>(11)</span></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/12/iplayer_radio_traffic.html">BBC iPlayer Radio: two months on</a><span>(24)</span></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/12/android_update.html">Android: An update </a><span>(121)</span></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2013/01/sport_app.html">The BBC Sport iPhone app </a><span>(116)</span></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/blogbbcinternet/posts/torch_relay">torch_relay</a><span>(1)</span></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/blogbbcinternet/posts/connected_studio_now">connected_studio_now</a><span>(2)</span></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2011/06/your_paintings_opening_up_the.html">Your Paintings: Opening up the nation's art collection</a><span>(1)</span></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/12/start-ups_digital_media_trends.html">Start-ups, digital media trends and the BBC</a><span>(3)</span></li> </ul></div> </div> </div> <div class="unit archives"> <!--block item - dark green top box--> <div class="title"><h3>Archives</h3></div> <div class="inner"> <p><strong>Past twelve months</strong></p> <ul><li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2013/01/">January 2013 (11)</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/12/">December 2012 (18)</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/">November 2012 (16)</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/10/">October 2012 (12)</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/">September 2012 (14)</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/08/">August 2012 (19)</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/07/">July 2012 (14)</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/06/">June 2012 (21)</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/05/">May 2012 (23)</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/04/">April 2012 (13)</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/03/">March 2012 (19)</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/2012/02/">February 2012 (13)</a></li> </ul><p class="all"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/archives.html">complete archive</a></p> </div> <!--end item - dark green top box--> </div> <div class="unit tags"> <!--block item - dark green top box--> <div class="title"><h3>Categories</h3></div> <div class="inner"> <p>These are some of the popular topics this blog covers.</p> <ul class="tags"><li class="rank-16"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/3dtv/">3dtv</a></li> <li class="rank-32"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/accessibility/">accessibility</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/strategy_review/">accountability</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/audiences/">audiences</a></li> <li class="rank-4"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/awards/">awards</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/bbc_academy/">bbc academy</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/bbc_alba/">bbc alba</a></li> <li class="rank-23"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/archive/">bbc archive</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/bbc_college_of_journalism/">bbc college of journalism</a></li> <li class="rank-15"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/bbc_id/">bbc id</a></li> <li class="rank-91"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/news/">bbc news</a></li> <li class="rank-191"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/bbconline/">bbc online</a></li> <li class="rank-47"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/sport/">bbc sport</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/bbc_three/">bbc three</a></li> <li class="rank-18"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/bbc_trust/">bbc trust</a></li> <li class="rank-15"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/bbc_world_service/">bbc world service</a></li> <li class="rank-10"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/beta/">beta</a></li> <li class="rank-36"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/blogs/">blogs</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/cbbc/">cbbc</a></li> <li class="rank-16"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/children/">children</a></li> <li class="rank-33"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/iptv/">connected tv</a></li> <li class="rank-19"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/digital_democracy/">digital public space</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/drm/">drm</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/freeview/">freeview</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/freeview_hd/">freeview hd</a></li> <li class="rank-82"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/hdtv/">hdtv</a></li> <li class="rank-44"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/homepage/">homepage</a></li> <li class="rank-154"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/research_and_development/">innovation</a></li> <li class="rank-8"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/ipv6/">internet protocol</a></li> <li class="rank-225"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/iplayer/">iplayer</a></li> <li class="rank-23"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/bbc_iplayer_press_pack/">iplayer press pack</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/bbc_learning/">learning</a></li> <li class="rank-7"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/media_literacy/">media literacy</a></li> <li class="rank-108"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/mobile/">mobile</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/moderation/">moderation</a></li> <li class="rank-20"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/music/">music</a></li> <li class="rank-11"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/open_post/">open post</a></li> <li class="rank-23"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/opensource/">open source</a></li> <li class="rank-39"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/openstandards/">open standards</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/podcasts/">podcasts</a></li> <li class="rank-60"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/radio/">radio</a></li> <li class="rank-55"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/audioandmusic/">radio &amp; music</a></li> <li class="rank-10"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/radio_1/">radio 1</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/radio_2/">radio 2</a></li> <li class="rank-4"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/radio_3/">radio 3</a></li> <li class="rank-26"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/radio_4_1/">radio 4</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/5_live/">radio 5 live</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/6_music/">radio 6 music</a></li> <li class="rank-141"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/red_button/">red button</a></li> <li class="rank-156"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/round_up/">round up</a></li> <li class="rank-20"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/search/">search</a></li> <li class="rank-67"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/social_media/">social</a></li> <li class="rank-24"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/external_relationships/">stakeholders</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/streaming/">streaming</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/tablet/">tablet</a></li> <li class="rank-19"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/television/">television</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/radioplayer/">uk radioplayer</a></li> <li class="rank-50"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/uxd/">user experience &amp; design</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/visualisation/">visualisation</a></li> <li class="rank-13"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/weather/">weather</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/project_canvas/">youview</a></li> </ul></div> <!--end item - dark green top box--> </div> <div class="unit authors"> <div class="title"><h3>Latest contributors</h3></div> <div class="inner"> <ul><li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/chris_russell/">Chris Russell</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/yasser_rashid/">Yasser Rashid</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/chris_kimber/">Chris Kimber</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/chris_sizemore/">Chris Sizemore</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/andy_quested/">Andy Quested</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/richard_smith/">Richard Smith</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/dave_price/">Dave Price</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/richard_robbins/">Richard Robbins</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/">Tess Foster</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/andrew_pipes/">Andrew Pipes</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/eliza_kessler/">Eliza Kessler</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/james_aslett/">James Aslett</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/lucie_mclean/">Lucie Mclean</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/tom_williams/">Tom Williams</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/sorcha_clifford/">Sorcha Clifford</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/helene_sears/">Helene Sears</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/blogs/bbcinternet/mike_brown/">Mike Brown</a></li> </ul></div> </div> </div> <!-- end grids--> </div> </div> </div> <script type="text/javascript" src="/web/20210304012947js_/https://www.bbc.co.uk/staticarchive/a6d9e652f6ae17eb1e582e3c58afb64e417a7216.js"></script><script type="text/javascript">set_latest_blog(101);</script><!--MT global footer start--></div> <div id="blq-mast" class="blq-rst blq-default-domestic blq-new-nav" lang="en-GB"> <div id="blq-sign-in"> <div id="id-status" class="blq-id-v4"> <div class="id-out id-gel"> <h2 class="blq-hide">BBC iD</h2> <a href="https://web.archive.org/web/20210304012947/https://ssl.bbc.co.uk/id/status" id="blq-idstatus-link"> <span class="id-icon"> <span></span> </span> <span id="blq-idstatus-text"> BBC iD </span> <span class="id-spinner"></span> <span class="blq-dropdown-arrow"> <span></span> </span> </a> </div> <div id="id-status-nav"> <div class="id-in blq-rst"> <ul><li> <a name="idDash" class="blq-nogo has-ptrt idDash" href="https://web.archive.org/web/20210304012947/https://ssl.bbc.co.uk/id/settings"> Settings </a> </li> <li> <a name="idSignout" class="blq-nogo has-ptrt idSignout" href="https://web.archive.org/web/20210304012947/https://ssl.bbc.co.uk/id/signout"> Sign out </a> </li> </ul></div> </div> </div> </div> <form method="get" id="blq-search-form" action="https://web.archive.org/web/20210304012947/https://search.bbc.co.uk/search" accept-charset="utf-8"> <p id="blq-nav-search"> <input type="hidden" name="go" value="toolbar"><input type="hidden" name="uri" value="/blogs/bbcinternet/2012/09/"><label for="blq-search" class="blq-hide">Search term:</label> <input id="blq-search" type="text" name="q" value="" maxlength="128"><input id="blq-search-btn" type="submit" value="Search"></p> </form> <h2 class="blq-hide">BBC navigation</h2> <ul id="blq-nav-main" class="blq-not-uk"><li id="blq-nav-n"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/news/" hreflang="en-GB">News</a></li> <li id="blq-nav-s"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/sport/" hreflang="en-GB">Sport</a></li> <li id="blq-nav-w"><a href="https://web.archive.org/web/20210304012947/https://www.bbc.co.uk/weather/" hreflang="en-GB">Weather</a></li> <li id="blq-nav-i"> <a href="/web/20210304012947/https://www.bbc.co.uk/iplayer/" hreflang="en-GB">iPlayer</a> </li> <li id="blq-nav-t"><a href="/web/20210304012947/https://www.bbc.co.uk/tv/" hreflang="en-GB">TV</a></li> <li id="blq-nav-r"><a href="/web/20210304012947/https://www.bbc.co.uk/radio/" hreflang="en-GB">Radio</a></li> <li id="blq-nav-m"><a href="#blq-nav">More…</a></li> </ul></div> <div id="blq-nav" class="blq-blue"> <div id="blq-nav-links" class="blq-clearfix" lang="en-GB"> <div id="blq-nav-links-inner"> <ul class="blq-nav-sub blq-first"><li><a href="/web/20210304012947/https://www.bbc.co.uk/cbbc/">CBBC</a></li> <li><a href="/web/20210304012947/https://www.bbc.co.uk/cbeebies/">CBeebies</a></li> <li><a href="/web/20210304012947/https://www.bbc.co.uk/comedy/">Comedy</a></li> <li><a href="/web/20210304012947/https://www.bbc.co.uk/food/">Food</a></li> <li><a href="/web/20210304012947/https://www.bbc.co.uk/history/">History</a></li> </ul><ul class="blq-nav-sub"><li><a href="/web/20210304012947/https://www.bbc.co.uk/learning/">Learning</a></li> <li><a href="/web/20210304012947/https://www.bbc.co.uk/music/">Music</a></li> <li><a href="/web/20210304012947/https://www.bbc.co.uk/science/">Science</a></li> <li><a href="https://web.archive.org/web/20210304012947/https://www.bbc.com/earth/">Earth</a></li> <li><a href="/web/20210304012947/https://www.bbc.co.uk/local/">Local</a></li> </ul><ul class="blq-nav-sub blq-last"><li><a href="/web/20210304012947/https://www.bbc.co.uk/northernireland/">Northern Ireland</a></li> <li><a href="/web/20210304012947/https://www.bbc.co.uk/scotland/">Scotland</a></li> <li><a href="/web/20210304012947/https://www.bbc.co.uk/wales/">Wales</a></li> <li id="blq-az"><a href="/web/20210304012947/https://www.bbc.co.uk/a-z/">Full A-Z<span class="blq-hide"> of BBC sites</span></a></li> </ul></div> </div> </div> <!--[if IE 6]> <div id="blq-ie6-upgrade"> <p> <span>You're using the Internet Explorer 6 browser to view the BBC website. Our site will work much better if you change to a more modern browser. It's free, quick and easy.</span> <a href="https://www.browserchoice.eu/">Find out more <span>about upgrading your browser</span> here&hellip;</a> </p> </div> <![endif]--> <div id="blq-foot" lang="en-GB" class="blq-rst blq-clearfix blq-foot-grey"> <div id="blq-footlinks"> <h2 class="blq-hide">BBC links</h2> <ul><li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="https://web.archive.org/web/20210304012947/https://m.bbc.co.uk/">Mobile site</a></li> <li><a href="/web/20210304012947/https://www.bbc.co.uk/terms/">Terms of Use</a></li> <li><a href="/web/20210304012947/https://www.bbc.co.uk/aboutthebbc/">About the BBC</a></li> </ul></li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="/web/20210304012947/https://www.bbc.co.uk/privacy/">Privacy</a></li> <li><a href="/web/20210304012947/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li> </ul></li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="/web/20210304012947/https://www.bbc.co.uk/privacy/cookies/about">Cookies</a></li> <li><a href="/web/20210304012947/https://www.bbc.co.uk/contact/">Contact the BBC</a></li> </ul></li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="/web/20210304012947/https://www.bbc.co.uk/guidance/">Parental Guidance</a></li> </ul></li> </ul></div> <div id="blq-foot-blocks" class="blq-footer-image-light"><img src="/web/20210304012947im_/https://www.bbc.co.uk/staticarchive/a8e42f8fe987b7cc9bf2d43b74b2c74b2448d2e3.png" width="84" height="24" alt="BBC"></div> <p id="blq-disclaim"><span id="blq-copy">Copyright © 2015 BBC.</span> <a href="/web/20210304012947/https://www.bbc.co.uk/help/web/links/">The BBC is not responsible for the content of external sites. Read more.</a></p> <div id="blq-obit"><p><strong>This page is best viewed in an up-to-date web browser with style sheets (CSS) enabled. While you will be able to view the content of this page in your current browser, you will not be able to get the full visual experience. Please consider upgrading your browser software or enabling style sheets (CSS) if you are able to do so.</strong></p></div> </div> </div> </div> <script type="text/javascript"> if (typeof require !== 'undefined') { require(['istats-1'], function(istats){ istats.track('external', { region: document.getElementById('blq-main') }); istats.track('download', { region: document.getElementById('blq-main') }); }); } </script></body></html><!-- FILE ARCHIVED ON 01:29:47 Mar 04, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 15:26:59 Dec 12, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.924 exclusion.robots: 0.062 exclusion.robots.policy: 0.047 esindex: 0.014 cdx.remote: 22.622 LoadShardBlock: 84.58 (3) PetaboxLoader3.datanode: 116.245 (4) load_resource: 175.695 PetaboxLoader3.resolve: 86.39 -->

Pages: 1 2 3 4 5 6 7 8 9 10