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="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_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="https://web-static.archive.org/_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/2011/01","20190917013252","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1568683972"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_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/20190917013252im_/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="2011-08-18T19:21+0:00"><!-- Turn on Identity --><!-- Glow cachebust: --><!-- Barlesque 2.72.5 --><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/20190917013252/https://www.bbc.co.uk/terms/" title="Terms of Use"><link rel="icon" href="https://web.archive.org/web/20190917013252im_/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/20190917013252cs_/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(o){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/20190917013252/https://static.bbci.co.uk/frameworks/bbccookies/0.6.6/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/20190917013252/https://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js"}]; } </script><script type="text/javascript" src="https://web.archive.org/web/20190917013252js_/https://node1.bbcimg.co.uk/glow/gloader.0.1.6.js"></script><script type="text/javascript" src="/web/20190917013252js_/https://www.bbc.co.uk/staticarchive/21f604032d29edfa0a166f89bd41c95004718ed2.js"></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/b2d7be33eb67fa4b938cfa94238f8af9e929e4ae", "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/20190917013252/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/20190917013252/https://id.bbc.co.uk', 'secureServer': 'https://web.archive.org/web/20190917013252/https://id.bbc.co.uk', 'assetVersion': '3.27.2', 'assetPath': 'https://web.archive.org/web/20190917013252/https://static.bbci.co.uk/modules/identity/statusbar/3.27.2/' }; </script><script type="text/javascript" src="/web/20190917013252js_/https://www.bbc.co.uk/staticarchive/1333b9944bd6388f9645c37cab1e3a1d9ac83b90.js"></script><script type="text/javascript" src="/web/20190917013252js_/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/20190917013252/https://ssl.bbc.co.uk/id/signin", 'locale' : "en-GB", 'policyname' : "", 'ptrt' : "https://web.archive.org/web/20190917013252/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/20190917013252/https://static.bbci.co.uk/idapp/0.63.23/modules/idapp/idapp-1'; map['idcta/idcta-1'] = 'https://web.archive.org/web/20190917013252/https://static.bbci.co.uk/id/0.23.4/modules/idcta/idcta-1'; require({paths: map}); define('id-config', {"idapp":{"version":"0.63.23","hostname":"ssl.bbc.co.uk","insecurehostname":"www.bbc.co.uk","tld":"bbc.co.uk"},"idtranslations":{"version":"0.29.1"},"identity":{"baseUrl":"https:\/\/web.archive.org\/web\/20190917013252\/https:\/\/talkback.live.bbc.co.uk\/identity"},"pathway":{"name":null,"staticAssetUrl":"https:\/\/web.archive.org\/web\/20190917013252\/http:\/\/static.bbci.co.uk\/idapp\/0.63.23\/modules\/idapp\/idapp-1\/View.css"}}); })(); </script><link rel="alternate" type="application/atom+xml" title="Atom" href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/atom.xml"><link rel="alternate" type="application/rss+xml" title="RSS" href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/rss.xml"><!-- Comments Module Static Assets --><link rel="stylesheet" rev="stylesheet" href="/web/20190917013252cs_/https://www.bbc.co.uk/staticarchive/b171f6295dafa594e000486294caf5ef2e356648.css"><script src="/web/20190917013252js_/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.6.19/css/comments-ie6-7.css"/> <![endif]--><style type="text/css"> @import '/web/20190917013252cs_/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="https://web.archive.org/web/20190917013252js_/https://www.bbc.co.uk/guidance/script/js/pg-gb.js?r1112733"></script><script type="text/javascript" src="/web/20190917013252js_/https://www.bbc.co.uk/staticarchive/296b7e9b01b56142aec1bfa4760e2eb86073b802.js"></script><script type="text/javascript" src="/web/20190917013252js_/https://www.bbc.co.uk/staticarchive/880927e055ea2d75cc32254b7274b0e4a04822c2.js"></script><link rel="stylesheet" href="/web/20190917013252cs_/https://www.bbc.co.uk/staticarchive/3c2b27e8596edca82a396f84e4c6a991b49acc9e.css" type="text/css"><link rel="stylesheet" href="/web/20190917013252cs_/https://www.bbc.co.uk/staticarchive/3f22e626d9c302da131c20df3cd9b6fe5bc59b92.css" type="text/css"><script type="text/javascript" src="https://web.archive.org/web/20190917013252js_/https://www.bbc.co.uk/dnaimages/components/commentbox/gloader/commentbox.js"></script><script type="text/javascript" src="https://web.archive.org/web/20190917013252js_/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/20190917013252cs_/https://www.bbc.co.uk/staticarchive/8db1272f67d2a84959a2f118e59c89632f24e33f.css" type="text/css"><!-- /DNA Comments --><link rel="stylesheet" href="/web/20190917013252cs_/https://www.bbc.co.uk/staticarchive/d534b1b19db5dfdf8b37b5f7688cf47788cbbd95.css" type="text/css"><link rel="prev" href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2010/12/" title="December 2010"><link rel="next" href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/02/" title="February 2011"><!-- If Opt Out code --><!-- End If Opt Out code --><script type="text/javascript" src="/web/20190917013252js_/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/20190917013252/https://sa.bbc.co.uk/bbc/bbc/s?name=SET-COUNTER&app_type=web&ml_name=SSI&ml_version=0.23.0&language=en-GB'; /*]]>*/</script><script type="text/javascript" src="https://web.archive.org/web/20190917013252js_/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/20190917013252/https://www.bbc.co.uk/" hreflang="en-GB"> <span id="blq-blocks-wrapper"> <span class="blq-home">British Broadcasting Corporation</span><img src="/web/20190917013252im_/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/20190917013252/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/20190917013252im_/https://www.bbc.co.uk/globalresources/mothball-images/bg.jpg) 0 0 repeat-x #fbfbfb; "> <a href="/web/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/" title="BBC Internet Blog homepage"> <img src="/web/20190917013252im_/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/">» Main</a></div> <h1>Archives for <em>January 2011</em></h1> <div class="post" id="entry-282228"> <h2><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/whats_on_bbc_red_button_29th_j.html" rel="bookmark">What's On BBC Red Button 29th January - 11th February 2011</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/whats_on_bbc_red_button_29th_j.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/20190917013252/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2011%2F01%2Fwhats_on_bbc_red_button_29th_j.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/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/lisa_dawson/"> <img class="author_pic" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/63a7303582b5a42d58423a986d94f0de25b3776e.png" width="50" alt="Lisa Dawson"></a> <span class="vcard author"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/lisa_dawson/">Lisa Dawson</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-28T15:00:38+00:00">15:00 UK time, Friday, 28 January 2011</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <h2>Becoming Human <div class="imgCaptionRight" style="float: right; "><img class="mt-image-right" style="margin: 10px 0 5px 20px;" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/28d8f758fb60db95756bc76b1fdbecfd8579da8f.jpg" alt="Becoming Human" width="177" height="133"><p style="font-size: 11px; margin-left: 20px; width: 177px; color: #666666;"> </p> </div> </h2> <p>Becoming Human is a brand new companion drama to the third series of Being Human. Featuring two new characters and a crossover character from the main show, watch the mystery unfold on the red button and online.</p> <p>Vampire Adam is at college trying to get himself back on the straight and narrow. He meets the beautiful, cool Christa - who just happens to be a werewolf. They strike up a friendship with Matt and the three of them become embroiled in a mystery that leads to more than they bargained for...</p> <p>Viewers can either sit back and watch the 8 episodes, or they can get more involved in the story as it unfolds, with extra clues and materials posted online at <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/beinghuman">bbc.co.uk/beinghuman</a></p> <p><em>Sky/Virgin/Freesat:<br>Sun 30th January, 9:55pm-4:00am<br>Mon 31st January, 11:25pm-4:00am<br>Thu 3rd February, 1:05am-4:00am<br>Sun 6th February, 9:55pm-4:00am<br>Mon 7th February, 11:25pm-4:00am<br>Wed 9th February, 9:00pm-4:00am (Virgin starts 12.20am)<br>Freeview:<br>Sun 30th January, 9:55pm-12:50am<br>Mon 31st January, 11:25pm-12:00am<br>Thu 3rd February, 1:05am-1:40am<br>Sun 6th February, 9:55pm-10:45pm<br>Mon 7th February, 11:25pm-4:00am<br>Thu 10th February, 12:00am-4:00am<br></em></p> <p class="read_more"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/whats_on_bbc_red_button_29th_j.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-282529"> <h2><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/bbc_red_button_video_service_a.html" rel="bookmark">BBC Red Button video service arrives on Freesat</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/bbc_red_button_video_service_a.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/20190917013252/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2011%2F01%2Fbbc_red_button_video_service_a.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/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/ronald_bullen/">Ronald Bullen</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-28T14:01:09+00:00">14:01 UK time, Friday, 28 January 2011</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>2008 saw the <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2008/05/bbci_on_freesat.html">launch of a brand new digital TV platform,</a> with the BBC instrumental in delivering both channels and interactive content on to Freesat. </p> <p>The BBC Red Button offering on the new platform was not quite the same as that on our existing platforms such as Sky, Virgin Media and Freeview and this has generated <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2010/12/whats_on_bbc_red_button_20th_n_2.html?postId=104215206">some comments since then</a>. In particular, Freesat viewers have been keen to enjoy the same video content that was made available on other platforms. I want to update these Freesat viewers on some exciting developments.</p> <p>Today, all Freesat viewers (broadcast and<a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2010/11/new_red_button_connected_homepage.html"> IP connected boxes</a>) will be able to access our single stream video services as well as the Sport Multiscreen service that accompanied the initial launch; this brings Freesat viewers a wider range of BBC Red Button video-based services to enjoy.</p> <div class="imgCaptionLeft" style="float: left; "> <img alt="episodes" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/cbc11e054f01bd1094281a0a89ba22b9afaa0f74.JPG" width="176" height="112" class="mt-image-left" style="margin: 0 20px 5px 0;"><p style="width:176px;font-size: 11px; color: rgb(102, 102, 102);"> </p></div>First for Freesat viewers is the new <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/beinghuman/">Being Human </a>spin off, <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/beinghuman/2010/10/new_series_becoming_human.html">Becoming Human</a>, available from 30 January, along with more exclusive content from comedy show <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/programmes/b00x7fjr">Episodes</a>. <p>This product development enables us to add these video service links via existing scheduling tools which launches an (MHEG) application allowing the viewer to be taken to our interactive streams and back again.</p> <p>We are aware that still not all services offered on our legacy platforms are available on Freesat; however this is an exciting development for the BBC Red Button team and one we hope to build on in the future.</p> <p>All BBC Red Button listings can be found here via our regular <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/red_button/">What's On posting </a>and we have noted where a service is now available across all TV platforms.</p> <p><em>Ronald Bullen is Service Delivery Manager, BBC Red Button </em></p> </div> </div> <div class="post" id="entry-282504"> <h2><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/response_to_the_bbc_trusts_onl.html" rel="bookmark">Response to the BBC Trust's Online Independent Supply Review</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/response_to_the_bbc_trusts_onl.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/20190917013252/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2011%2F01%2Fresponse_to_the_bbc_trusts_onl.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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/bbconline/" rel="tag" title="">BBC Online</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/bbc_trust/" rel="tag" title="">BBC Trust</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/erik_huggers/"> <img class="author_pic" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/ca94a68d70ef65bf4904b1a20376cb5790d45069.png" width="50" alt="Erik Huggers"></a> <span class="vcard author"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/erik_huggers/">Erik Huggers</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-28T11:11:15+00:00">11:11 UK time, Friday, 28 January 2011</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>Today the BBC Trust has <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/bbctrust/news/press_releases/january/external_supply.shtml">published the conclusions of its Online Independent Supply Review.</a> It represents a fair appraisal and we accept the overall findings. </p> <p>Whilst the Trust concludes that we are complying with our minimum 25% quota and ensuring that the content commissioned is of a suitable range and diversity, we acknowledge the call for significant and urgent improvements to the way in which we engage with the market, and a redefinition of the long-term strategic goals of the quota system.</p> <p>On an operational level we've already taken remedial measures. A business review identified a number of shortcomings in the way we work with suppliers. We have recently run a pilot of operational changes to redress these, as outlined in <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2010/10/changing_how_bbc_online_works.html">a previous post from October.</a> The focus for improvement is three-fold: the suitability and practicality of our current quota definitions, the overall openness and transparency with the market, and the simplicity and efficiency of our commissioning processes. We look forward to actively engaging with the market so we can better shape and develop our proposals. This will also provide an opportunity for us to communicate in more detail the implications of the new BBC Online strategy - <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/aboutthebbc/2011/01/delivering-quality-first.shtml">announced earlier this week</a> - for external suppliers. </p> <p>It is critical that any changes which are proposed reflect the extent to which the online market has changed since publication of <a href="https://web.archive.org/web/20190917013252/https://news.bbc.co.uk/1/hi/entertainment/3866355.stm">the Graf Report in 2004</a>. The speed and magnitude of change in the online industry has been highlighted by the Trust. It's clear that any improvements we make must recognise these shifts in order to be effective, set us up for success and give us a robust framework for the future. For this to be a success, we must ensure that all proposed reforms meet our objectives to make our engagement with suppliers more strategic, open, and effective. </p> <p>We will submit our detailed response on both improvements to process and the broader strategic goals of our quota to the Trust within three months.</p> <p><em>Erik Huggers is Director, BBC Future Media &amp; Technology </em><br></p> </div> </div> <div class="post" id="entry-282461"> <h2><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/round_up_friday_28_january_201.html" rel="bookmark">Round up: Thursday 27 January 2011</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/round_up_friday_28_january_201.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/20190917013252/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2011%2F01%2Fround_up_friday_28_january_201.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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/bbconline/" rel="tag" title="">BBC Online</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/nick_reynolds/"> <img class="author_pic" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/bc5b23a0105df706c5383ce55e6bed7715e5a434.png" width="50" alt="Nick Reynolds"></a> <span class="vcard author"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/nick_reynolds/">Nick Reynolds</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-27T18:57:19+00:00">18:57 UK time, Thursday, 27 January 2011</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>paidContent has an audio interview with Erik Huggers about the <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/aboutthebbc/2011/01/delivering-quality-first.shtml">changes to BBC Online</a>: <a href="https://web.archive.org/web/20190917013252/https://paidcontent.co.uk/article/419-interview-bbcs-outgoing-huggers-says-cuts-fix-a-bloated-website/">"BBC's Outgoing Huggers Says Cuts Fix A Bloated Website"</a></p> <p>Now that the dust has settled it's time for some considered analysis:</p> <p>Emily Bell(wether): <a href="https://web.archive.org/web/20190917013252/https://emilybellwether.wordpress.com/2011/01/24/were-all-mark-thompson-now/">"We're All Mark Thompson Now"</a></p> <blockquote>At its worst, the BBC's online presence was a reflection of its confused core. All things to everyone all the time. Nobody seemed to understand the concept of 'no white space on the web', well plenty did, but not those handing out editorial permissions to start sites as it was 'only the web'. If you could have actually seen the output of this labour, if it were made physical, the corridors of White City would be impassable with irrelevant content clutter.</blockquote> <p>From paidContent: <a href="https://web.archive.org/web/20190917013252/https://paidcontent.co.uk/article/419-analysis-in-bbcs-age-of-austerity-algorithms-are-axemans-best-friend/">"In BBC's Age Of Austerity, Algorithms Are Axeman's Best Friend" </a></p> <blockquote>It's these which are the emblematic measures, signifying the end of an era in which online was considered the BBC's "third medium" after TV and radio... BBC Online is now a highly popular mainstream medium in its own right - but one which, save for a few key services, is part and parcel of the broadcast experience.</blockquote> <p>GigaOm is optimistic: <a href="https://web.archive.org/web/20190917013252/https://gigaom.com/2011/01/24/how-bbc-onlines-cuts-can-push-it-into-the-21st-century/">"How BBC Online Cuts Can Push it into the 21st Century"</a></p> <blockquote>A significant portion of BBC web output is boosted simply because it's from the BBC, not because of its innate quality. When services are genuinely good, the public latches on. And those successful areas are largely unaffected by these cuts: the details announced today have barely any impact on BBC News... they also don't really hurt the corporation's biggest success story of recent years, the iPlayer...</blockquote> <p>The changes got support from a surprising quarter. Classical music blogger Pliable who is (as always) <a href="https://web.archive.org/web/20190917013252/https://www.overgrownpath.com/">On An Overgrown Path</a>: <a href="https://web.archive.org/web/20190917013252/https://www.overgrownpath.com/2011/01/beware-of-cut-and-paste-culture.html">"Beware of cut and paste culture"</a></p> <blockquote>Every BBC website has been reviewed using the three criteria of meeting public purpose, meeting editorial priorities and distinctiveness... It is this focus on distinctiveness... which should be sending a message far beyond Broadcasting House.</blockquote> <p>853 was unimpressed with <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/putting_quality_first_halving.html">plans to cut the BBC's TLDs</a>: <a href="https://web.archive.org/web/20190917013252/https://853blog.wordpress.com/2011/01/25/pulling-the-plug-on-the-bbcs-internet-history/">"Pulling the plug on the BBC's internet history"</a></p> <blockquote>The BBC should be shouting about its role in creating the British web, not sweeping this history under the carpet for fear of offending ideologically-obsessed blowhards.</blockquote> <p>Daniel Danker's <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/our_plans_for_online_radio.html">further explanation of what's planned for BBC Radio </a>didn't satisfy eveybody including James Cridland <a href="https://web.archive.org/web/20190917013252/https://james.cridland.net/blog/the-bbcs-new-radio-product-birtspeak-translation/">("The BBC's "new radio product": birtspeak translation")</a> and Adam Bowie <a href="https://web.archive.org/web/20190917013252/https://www.adambowie.com/weblog/archive/003075.html">("The BBC and Marketing Speak")</a>.</p> <p><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/h2g2/forums/A639056/conversation/view/F77636/T8018187">The announcement about H2G2</a> has been picked up by <a href="https://web.archive.org/web/20190917013252/https://news.slashdot.org/story/11/01/25/0133208/BBC-To-Dispose-of-Douglas-Adams-Website">Slashdot</a>, <a href="https://web.archive.org/web/20190917013252/https://www.boingboing.net/2011/01/25/douglas-adams-online.html">boing boing</a>, <a href="https://web.archive.org/web/20190917013252/https://www.theregister.co.uk/2011/01/26/h2g2_future_after_beeb_abandonment/">The Register</a>, and <a href="https://web.archive.org/web/20190917013252/https://benwarsop.wordpress.com/2011/01/26/saveh2g2/">Thinking About It </a>who attempts to describe H2G2:</p> <blockquote>But whenever I try to say more I just end up saying what it isn't... It's not even primarily a social network though it predates just about all of the ones still standing, and it's not "a small town in cyberspace" though that is how I've described it for years.</blockquote> <p>And finally over at Radio 4 <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/radio4/2011/01/curating_a_secret_history_of_s.html">they're doing some "curating".</a></p> <p><em>Nick Reynolds is Social Media Executive, BBC Online </em></p> <p></p> <p><br></p> </div> </div> <div class="post" id="entry-282406"> <h2><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/thanks_for_all_the_tags.html" rel="bookmark">Thanks for all the #tags</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20190917013252/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2011%2F01%2Fthanks_for_all_the_tags.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/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/ian_forrester/"> <img class="author_pic" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/af0d904c2279630c3a2f116412df083f1efa4197.png" width="50" alt="Ian Forrester"></a> <span class="vcard author"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/ian_forrester/">Ian Forrester</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-27T11:43:38+00:00">11:43 UK time, Thursday, 27 January 2011</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>So we're finally at the very end of a era. There's a few more things to sort out but generally its all come to an end. <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcbackstage/">This blog </a>will be mothballed for the future.</p> <p>I'd like to thank everyone who took the time to get involved with Backstage.bbc.co.uk, be it to rave about what we were doing or shout at us about the DRM stance of the BBC. </p> <p>Without people like yourselves giving up your time to get involved, hack, tweak and scrape the BBC of its data, it wouldn't have been anywhere near the success it turned out to be. All this will go down in history as a breath taking project with many fingers in many pies which out performanced its very humble start and drove the way the BBC will move forward in the future.</p> <p><strong><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcbackstage/2011/01/thanks-for-all-the-tags.shtml">Read more and say farewell </a>at the BBC Backstage blog.</strong></p> <p><em>Ian Forrester is Senior Producer, BBC Backstage</em><br></p> </div> </div> <div class="post" id="entry-282219"> <h2><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/our_plans_for_online_radio.html" rel="bookmark">Delivering Quality First: plans for online radio</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/our_plans_for_online_radio.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/20190917013252/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2011%2F01%2Four_plans_for_online_radio.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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/radio/" rel="tag" title="">Radio</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/radioplayer/" rel="tag" title="">UK Radioplayer</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/strategy_review/" rel="tag" title="">accountability</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/iplayer/" rel="tag" title="">iPlayer</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/daniel_danker/"> <img class="author_pic" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/6df5d61a453beb2b0db663e97d8baf4fe8699ad1.png" width="50" alt="Daniel Danker"></a> <span class="vcard author"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/daniel_danker/">Daniel Danker</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-25T15:39:59+00:00">15:39 UK time, Tuesday, 25 January 2011</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionLeft" style="float: left; "><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/images/radionetworks.jpg"><img alt="All of the BBC Radio networks" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/fa386891c19343beeaba8d1ba800f3baa20710c9.jpg" width="595" height="115" class="mt-image-left" style="margin: 0 20px 5px 0;"></a><p style="max-width:595px;font-size: 11px; color: rgb(102, 102, 102);"> </p></div> <p>Yesterday we announced the next phase of Putting Quality First. As part of that announcement, we made the first mention of our upcoming 'Radio and Music product', which created a bit of confusion about our plans for online radio: I hope this post explains in a little more detail.</p> <p>Yes, we do plan to build a new product for radio but this isn't to cut corners, or downplay what we do for radio online - as with everything we announced yesterday it's because we want to make the service better, not worse. In the case of radio and music, we think this means giving radio its own home.</p> <p>Radio first became part of <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/iplayer">BBC iPlayer</a> in 2008 because the BBC iPlayer brand was growing, so it made it easier for audiences, and there were benefits from bringing TV and radio closer together. It's not the only way of listening to BBC Radio online and you can access podcasts through the separate <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/podcasts">podcast website</a> and also stream live through the network sites. We think this can be made simpler.</p> <p>The majority of radio listening comes through the radio station web sites rather than iPlayer. At its heart, iPlayer is a product built for TV and audiences have different needs from TV and radio on the web. For instance, in BBC iPlayer nearly 90% of TV requests are for catch-up, whereas radio requests are around 70% live. Hence our decision to build a new product for radio and music that builds in podcasts and plays to the strengths of live radio.</p> <p>The teams in Audio and Music and Future Media are working together to shape the product. We've not yet fully decided what it will look like, but broadly speaking, here's what we want the product to do:</p> <ul><li>Better bring out the personality of the networks, presenters and DJs</li> <li>Rich pages for our flagship programmes (e.g. <a href="https://web.archive.org/web/20190917013252/https://news.bbc.co.uk/today/hi/default.stm">The Today Programme</a>, <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/radio4/features/the-archers/">The Archers</a>)</li> <li>Integrate music events</li> <li>Be highly personalised and available on lots of internet-connected devices (people want radio on the move)</li> <li>Be highly social; pulling in the buzz around live radio</li> <li>Become a home for podcasts (both 'catch-up' and 'archive' content), as well as improve the way we offer clips</li> <li>Make better use of technology to improve exploration, discovery, sharing, and listening</li> <li>Create a new design especially for radio and music</li> <li>Link up closely with the TV &amp; iPlayer product (but not duplicate it), sharing links</li> </ul><p>Also, as we said yesterday, there are things it won't do. It won't offer track-by track streaming or aggregate third party stations, which brings me onto Radioplayer.</p> <p>Though the BBC have been the technical architects in this project, it's a partnership. With our partners <a href="https://web.archive.org/web/20190917013252/https://www.thisisglobal.com/radio/">Global</a>, <a href="https://web.archive.org/web/20190917013252/https://www.gmgradio.com/home/">GMG Radio</a>, <a href="https://web.archive.org/web/20190917013252/https://www.absoluteradio.co.uk/">Absolute</a> and the <a href="https://web.archive.org/web/20190917013252/https://www.radiocentre.org/rc2008/default.aspx">RadioCentre</a> we want to bring all UK radio together in one place, and any Ofcom-licensed station can be involved. With listeners able to search by genre, presenter, programme and locality, audiences can discover new programmes and stations, and make use of other features. This has been running in beta for a while now, is looking great, and we expect it to launch very soon.</p> <p>Though we've not yet worked the details through, we think both projects add up to a vastly improved online radio experience for audiences and hope to share more details soon.</p> <p><strong>UPDATE: </strong> In response to the queries in several comments below. Existing iPlayer/BBC website features including 7 day catch up, live streaming, podcast, clips, selected archive and availability on other devices will remain and be fully integrated into the new product/player. </p> <p><em>Daniel Danker is General Manager, Programmes and On Demand, BBC Future Media &amp; Technology</em></p> <ul><li>Detail about the strategy review and the cuts to BBC Online in blog posts<a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/aboutthebbc/2011/01/delivering-quality-first.shtml"> from Director of FM&amp;T Erik Huggers</a> and <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/sporteditors/2011/01/changes_to_bbc_sport_online.html">from head of BBC Sport Online Ben Gallop</a> plus two posts from Managing Editor, BBC Online, Ian Hunter, one <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/delivering_quality_first_on_bb.html">about social media</a> and one <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/putting_quality_first_halving.html">about cutting the number of BBC web sites</a>.</li> <li>iPlayer's audience figures are published monthly <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/bbc_iplayer_press_pack/">on the BBC Internet blog</a>.</li> <li>Radioplayer has <a href="https://web.archive.org/web/20190917013252/https://www.ukradioplayer.info/">its own web site</a> where you can learn more about the project from Managing Director Mike Hill.</li><li>The <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/aboutthebbc/future/strategy_review.shtml">Putting Quality First web site</a> has background on the earlier stages of the exercise.</li> </ul></div> </div> <div class="post" id="entry-282086"> <h2><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/putting_quality_first_halving.html" rel="bookmark">Delivering Quality First: Halving the number of top level domains on BBC Online</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/putting_quality_first_halving.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/20190917013252/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2011%2F01%2Fputting_quality_first_halving.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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/bbconline/" rel="tag" title="">BBC Online</a> </p> <p class="flt-l "> <span class="vcard author"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/ian_hunter/">Ian Hunter</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-24T16:50:39+00:00">16:50 UK time, Monday, 24 January 2011</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>In March last year <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2010/03/bbc_onlines_top_level_director.html">Erik Huggers noted </a>that one symptom of the way BBC Online had grown over the years was the proliferation of TLDs that made up the site. </p> <p>A challenge we set ourselves was to reduce the number from over 400 to under 200. This is a progress report. </p> <p>The challenge had two parts. First, it made us ask which parts of the site really delivered in terms of audience benefit and therefore should be kept and built on. They formed part of our "fewer things, better" approach. </p> <p>It is also true that some sites, for example, <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/news/">/news</a> naturally absorbed older content into its online archive, allowing people to follow stories back in time. Our <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/programmes">/programmes </a>site also works in this way, designed to provide a long term record of BBC broadcast output. However, where a site was more stand alone and its content no longer attracted users, was becoming unreliable, or video and audio assets unplayable, it was easy enough to earmark it for closure. </p> <p>Second, we had to decide how best to manage the legacy content. Even sites which had become out of date were likely to have some historical interest. We looked into possible online archiving solutions but none fitted the bill. So we have decided to store the core content from our older websites offline, allowing interested parties in future to be able to recreate at least some of the experience they offered. </p> <p>A number of sites which previously had their own TLDs will become absorbed into BBC Online's new products. Their assets, therefore, will continue to be available. </p> <p>For others, a typical lifecycle is emerging. </p> <p>This goes from live to a "mothball" state, where the content still has value but is no longer updated, for example <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/palin/">/palin</a>.</p> <p>At some stage mothballed content becomes stale or potentially damaging and it needs to be taken offline. At that stage a <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/celebdaq/closed.shtml">"tombstone" </a>tells users what has happened and may offer alternatives.This also avoids breaking the user's journey. The material taken offline is stored for future reference, or deleted altogether. </p> <p>For the record, <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/img/tld_review.xls">here is our current list of TLDs</a> which are earmarked for closure before the end of the year.</p> <p><em>Ian Hunter is Managing Editor, BBC Online</em></p> </div> </div> <div class="post" id="entry-282010"> <h2><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/delivering_quality_first_on_bb.html" rel="bookmark">Delivering Quality First on BBC Online: Social Media</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/delivering_quality_first_on_bb.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/20190917013252/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2011%2F01%2Fdelivering_quality_first_on_bb.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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/bbconline/" rel="tag" title="">BBC Online</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/social_media/" rel="tag" title="">social</a> </p> <p class="flt-l "> <span class="vcard author"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/ian_hunter/">Ian Hunter</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-24T11:00:46+00:00">11:00 UK time, Monday, 24 January 2011</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>Following today's <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/aboutthebbc/2011/01/delivering-quality-first.shtml">announcement about the re-shaping of BBC Online </a>, including the decision to close 606, Video Nation and the BBC iPlayer message board, and the disposal of h2g2, I wanted to share some of our thinking around social media. </p> <p>Central to the new strategy is a tighter focus on the BBC's editorial priorities to make the service better, and a 25% reduction in BBC Online's budget. Both will affect our approach to social media. </p> <p>We believe there are three fundamental ways social media can enhance BBC Online.<br><br> First, to enrich our content. Drawing on the collective knowledge and experience of our users can improve what we publish, for everyone. One recent example of this was <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/ahistoryoftheworld/">A History of the World</a>. Another is comments on <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/">blogs</a> which often illuminate or extend or challenge a post in interesting ways. </p> <p>Second, to bring more people to our content. When a user recommends something to his or her network of friends that is more likely to interest them than when the BBC makes the recommendation. More eyes on the same content means better value for money. </p> <p>Third, to better engage audiences. Engaged users come back more frequently, increasing the value of the service to them. Richer connections with the user can help us be more open, transparent and accountable.</p> <p>The next phase of our approach to social will be to move from a site which offers a few fairly circumscribed social experiences to one which is more social everywhere. </p> <p>We recognise that contributions made off BBC Online can also add value to the content we publish, so we want to converge onsite and offsite contributions better than we do now. You can see the beginnings of this <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2010/09/reflecting_online_buzz_around.html">via Buzz </a>and in our coverage of live events like the recent <a href="https://web.archive.org/web/20190917013252/https://news.bbc.co.uk/sport1/hi/cricket/8296225.stm">Ashes cricket</a> or <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/thearchers/2011/01/the_archers_60th_anniversary_live.html">the Archers 60th anniversary</a>.</p> <p>Similarly, we are looking at the potential for broadening the interactions around some of our blogs by exposing a wider range of relevant social contributions. </p> <p>The most notable changes are probably the closure of 606 and proposed disposal of H2G2. These sites are certainly social and in their own terms, successful. However, neither have strong links to the BBC's content. Ben Gallop on the <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/sporteditors/">Sports Editors blog </a>explains more about the closure of 606, and its fit with the broader changes in Sport. H2G2 is a unique community but it does not sit comfortably alongside anything else we do. The site has been created, and is sustained by, its users and our hope is to find a new owner who will nurture it in the coming years. In due course we plan to close the BBC iPlayer message board whose function is increasingly being taken on by new features within the product and BBC Online. </p> <p>This isn't a sudden change in direction. Sites that have only a peripheral connection with our editorial purposes, don't significantly enhance our content or only engage small audiences can't any longer justify the resources they need. This is why we have <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/radio/2010/10/changes_to_the_radio_4_messageboards.html">closed a number of message boards in the past year or so.</a> This process will continue, selectively. </p> <p>How, then, can we make the whole of BBC Online more social? </p> <p>In recent months we have experimented with enabling comments <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/news/magazine-12247262">within some news pages</a>. We will be looking to extend this in the coming months, developing the editors' picks feature and the ability to rate other people's comments.</p> <p>BBC iPlayer users are able to <a href="https://web.archive.org/web/20190917013252/https://iplayerhelp.external.bbc.co.uk/help/using_bbc_iplayer/friends_feature">recommend programmes </a>(and add a comment) and have these posted to their accounts in Facebook or Twitter. Again, this is a small start to something we plan to extend more widely. Some programmes and networks will continue to experiment with, and improve, the official BBC pages we manage on Facebook (such as <a href="https://web.archive.org/web/20190917013252/https://www.facebook.com/bbcradio1">BBC Radio 1</a> and <a href="https://web.archive.org/web/20190917013252/https://www.facebook.com/pages/BBC-EastEnders/169383494938">Eastenders</a>) and Youtube. And we'll continue to explore collaborations like <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/music/soundof/2011/artists/jamesblake/">Sound of 2011 </a>with social sites like Songkick and LastFM.</p> <p>Much of this is standard practice across the web, of course, and we need to evolve to meet the changing expectations of our users. The size of BBC Online, the legacy systems on which it was built, our commitment to maintaining the highest editorial standards and to providing a safe social environment mean that the task is complex. And in a world where we have fewer people and less money we have to focus on doing the things which promise to offer the biggest benefits to all of our users. </p> <p><em>Ian Hunter is Managing Editor, BBC Online</em></p> <p><strong>Read Erik Huggers' post: <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/aboutthebbc/2011/01/delivering-quality-first.shtml">"Reshaping BBC Online"</a></strong></p> <p><strong>Read Ben Gallop's post: <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/sporteditors/2011/01/changes_to_bbc_sport_online.html">"Changes to Sport Online".</a></strong></p> </div> </div> <div class="post" id="entry-281599"> <h2><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/h2g2_refresh_design_and_techni.html" rel="bookmark">H2G2 Refresh: design and technical challenges</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/h2g2_refresh_design_and_techni.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/20190917013252/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2011%2F01%2Fh2g2_refresh_design_and_techni.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/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/paul_goodenough/">Paul Goodenough</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-20T17:23:23+00:00">17:23 UK time, Thursday, 20 January 2011</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionLeft" style="float: left; "><img class="mt-image-left" style="margin: 0 20px 5px 0;" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/addbf993ac40d5bcf0c4be00d5700c5ff6df1d03.jpg" alt="Screenshot of the new H2G2 homepage" width="595" height="388"><p style="width: 595px; font-size: 11px; color: #666666;">The new redesigned H2G2 site</p> </div> <p><em>Editor's note: this week the refreshed version of the BBC's long running community site <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/h2g2/">H2G2</a> was launched. You can make general comments about the new site <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/h2g2/feedback/four">here,</a> and <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/h2g2/feedback/four">report bugs here.</a></em></p> <p>"Take 1 digital web agency,</p> <p>2 internal BBC departments,</p> <p>1,000,000 unique users,</p> <p>256605 entries</p> <p>and 12 years of love and enjoyment...</p> <p>Develop.... but very carefully!"</p> <p>When we were awarded the <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/h2g2/">H2G2</a> redevelopment work from BBC, some of <a href="https://web.archive.org/web/20190917013252/https://www.aerian.com/about.php">the team </a>asked what it "was". Like most things which stem from likening one thing to another, it was fuelled by mankind's predisposition for making things easy to understand.</p> <p>I've heard it called Wittypedia, which is as close to a true label as one could come.</p> <p>It's effervescent, brilliant, astounding and a wonderful testament to the beauty that can be found in language and user generated content. Unlike other 'similar' sites, it's a conversation, not a lecture. And in that distinction lays everything.</p> <p>We inherited H2G2 from its previous iteration, a UGC web 2.0 project inspired by <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/h2g2/douglas_adams">Douglas Adams</a> back in the 1980s. Unfortunately, since that date, no one had really revisited the site's framework and branding - a terrible shame when you consider the love and esteem the fiercely loyal community and greater world hold it in.</p> <p>Amusingly, the site was so closely akin to <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/h2g2/approved_entry/A550955">Douglas Adam's and the Hitchhikers ethos </a>that no one person, including the community, seemed to know all of the various granular functionality offered within its frame - something that would continually bite us throughout the next few months. H2G2 is as unique, funny and quirky as the man himself and our UT work only uncovered about 80% of functionality as we would find out later...</p> <p><strong>User Centric Design</strong></p> <p>We spent many long hours reviewing both the existing site's legacy content and functionality. This presented us with a number of key challenges throughout the design stage of the project. The biggest and hardest of which was the love and personality of the brand. We knew that the community were so impassioned when it came to the website that we simply had to involve them at every stage of the design process.</p> <div class="imgCaptionLeft" style="float: left; "><img class="mt-image-left" style="margin: 0 20px 5px 0;" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/83a1df94aa6b7fb644f9929ef1372145109b82c7.jpg" alt="Don't panic!" width="240" height="62"><p style="width: 240px; font-size: 11px; color: #666666;"> </p> </div> <p>The knowledge of the existing community with their fantastic passion for the brand, and our cold, logical IA work to detangle the site and increase accessibility to new users yielded surprisingly positive results. Everyone's fear that change could upset the community turned out to be unfounded - in my opinion, this was 100% down to the efforts of <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/h2g2/user/U284">Sam, Chris </a>and <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/h2g2/user/U11648404">Nick</a> to involve the community so integrally from beginning to end. This process was a credit to both the community, and the passion of the H2G2 staff.</p> <p><br> I personally worked very closely with Sam and Chris, thrashing out ideas for how best to represent the brand. We thrashed out many iterations of the design, ranging from a dusty old antique room full of iconography such as teacups, cocktails, plotting mice and flying dolphins mounted on the wall; to a sea / sky based images with inspired flotsam and jetsam bobbing along the curiously angled sea. All crazy and fun, but not quite right when it came to attracting a new audience - which is key to the site's continued existence.</p> <p>So, we instead opted for broad strokes of inalienably subtle iconography such as the dolphins leaving earth, and a few subtle nuances lost on all but the most observant of viewers. Whereas on previous projects, we'd found that the BBC <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/guidelines/gel/">GEL</a> offered significant challenges to users and editorial teams who wanted a less formulaic handling of their brand, on H2G2, <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/guidelines/gel/">GEL</a> provided us with a perfect design pattern partner. and despite a few challenges; the site benefited greatly from the uniformity this brought.</p> <p>The look and feel / UI work tested amazingly well within the community, with sporadic conversations starting up on the site about how pleased they were with what they had seen. We were extremely proud when <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/h2g2/entry/A76459170">Sean</a>, one of the original creators of H2G2 wrote on a discussion that he believed</p> <blockquote>"the whole page - from graduated fade at the top to cloud-covered earth at the bottom - simply oozes graphical class".</blockquote> <p><strong>Technical and Information Architecture</strong></p> <p>A key challenge that returned continually was the existing sites ability to allow the community to exhibit their own personality over their presence via use of <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/h2g2/entry/A187229">GuideML</a>, the language that runs the UGC content from the community. GuideML allowed users to put free form (and often malformed) HTML-esque content. This caused incredible problems for us as we could never entirely tell what that content might be. To combat this, <a href="https://web.archive.org/web/20190917013252/https://www.aerian.com/staff/ben_poole">Ben Poole,</a> who deserves significant credit, worked tirelessly very closely with the DNA team to create conditional logic to strip out and replace whatever malformations were possible to bring the code in-line with BBC standards and guidelines.</p> <p><strong>Problems, problems, problems</strong></p> <p>Unfortunately, a combination of legacy content and our necessity to wait for the DNA internal team's delivery of systems and <a href="https://web.archive.org/web/20190917013252/https://en.wikipedia.org/wiki/Application_programming_interface">API</a>s, meant that the project went on much longer than expected - a key disappointment for us was missing the 10/10/10 (binary code for 42 for us geeks out there) as a launch date or community celebration.</p> <p>The reasons for this were many, the APIs brought with them a swathe of necessary research, testing and development. This, combined with the ever shifting sands of requirements from both the editorial team and the community at large, meant that the PAL application was a mammoth task that bore yet more tasks in turn. The DNA team continually maintained close links and a great work practice with Ben allowing them to keep up with the ever ballooning brief.</p> <p><strong>Beta late than never</strong></p> <p>The decision was taken to present the development of the site to the wider community as a <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/h2g2/entry/A76459170">Beta launch</a>. This served many purposes. Firstly, it allowed us to get some amazing in-depth user testing, from testers who often knew features of the site that no one else was aware of; and secondly, it gave us the opportunity to engage in a conversation with them - allowing them to comment, suggest and complain.</p> <p>The beta launch went better than we could have hoped, with some amazing feedback, both positive and constructive criticism - which allowed us to make the project greater than the sum of its BBC / Aerian Studios parts. However, as you can imagine, it did put us back yet further!</p> <p>So...</p> <p>It's hard to talk at length about how much difficulty we had integrating with the API's provided because so much of the problem was hidden in the details. It's also hard to explain to an outsider how hard Sam and Chris (and Ben Poole from our end) worked in making sure the project was delivered with the quality it deserved - I hope that you see for yourself and it's apparent to all.</p> <p>In conclusion.</p> <p>For me at least, H2G2 was like a night out: it went on a little too long, it was sticky and uncomfortable in places and your head is still spinning - but you wouldn't change it for the world.</p> <p>So you'll have to excuse me, I'm off to concoct another <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/h2g2/approved_entry/A799419">Pan-Galactic Gargle Blaster </a>to celebrate the new look of an old friend.</p> <p>Cheers - to H2G2!</p> <p><em>Paul Goodenough is Managing Director of <a href="https://web.archive.org/web/20190917013252/https://www.aerian.com/">Aerian Studios </a>- a mostly harmless web agency</em></p> </div> </div> <div class="post" id="entry-281526"> <h2><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/december_2010_bbc_iplayer_mont.html" rel="bookmark">December 2010 BBC iPlayer monthly performance pack</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/december_2010_bbc_iplayer_mont.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/20190917013252/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2011%2F01%2Fdecember_2010_bbc_iplayer_mont.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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/iplayer/" rel="tag" title="">iPlayer</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/bbc_iplayer_press_pack/" rel="tag" title="">iPlayer Press Pack</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/nick_reynolds/"> <img class="author_pic" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/bc5b23a0105df706c5383ce55e6bed7715e5a434.png" width="50" alt="Nick Reynolds"></a> <span class="vcard author"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/nick_reynolds/">Nick Reynolds</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-18T10:36:14+00:00">10:36 UK time, Tuesday, 18 January 2011</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>The BBC iPlayer stats pack for December 2010 <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/img/BBC_iPlayer_Monthly_performance_pack_DEC_2010.pdf">is now available as a PDF</a>.</p> <p>Here are some headlines put together by the BBC FM&amp;T Communications Team.</p> <blockquote>In total BBC iPlayer received 145 million requests for TV and radio programmes in December 2010. This was the third month in a row that BBC iPlayer broke its total number of requests record, and is a year-on-year increase of 27%. Three more records were smashed in December: <p><br> Total number of requests for TV programmes were at an all time high 89.7 million requests</p> <p>BBC iPlayer on Virgin Media saw a new record of 23.9 million requests received</p> <p>Requests for programmes via BBC iPlayer on Sony's Playstation 3 reached 7 million, which is an increase of 31% month-on-month...</p> <p>Rounding out the top ten most popular programmes were Matt Lucas and David Walliams's new airport based comedy "Come Fly With Me" charting at number 5, with over 780 thousand requests for episode one and the traditional Christmas Day episodes of Doctor Who and EastEnders, receiving over 700,000 and 600,000 thousand requests respectively...</p></blockquote> <p><em>Nick Reynolds is Social Media Executive, BBC Online</em> </p> <p></p> <p><br></p> </div> </div> <div class="post" id="entry-281122"> <h2><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/whats_on_bbc_red_button_15th_-.html" rel="bookmark">What's On BBC Red Button 15th - 28th January 2011</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/whats_on_bbc_red_button_15th_-.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/20190917013252/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2011%2F01%2Fwhats_on_bbc_red_button_15th_-.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/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/lisa_dawson/"> <img class="author_pic" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/63a7303582b5a42d58423a986d94f0de25b3776e.png" width="50" alt="Lisa Dawson"></a> <span class="vcard author"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/lisa_dawson/">Lisa Dawson</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-14T15:17:01+00:00">15:17 UK time, Friday, 14 January 2011</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <h2>Mozart Uncovered <div class="imgCaptionRight" style="float: right; "><img class="mt-image-right" style="margin: 10px 0 5px 20px;" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/bf236b9c25b0732f9eecaf80e9cb3131b18095ec.jpg" alt="" width="177" height="133"><p style="font-size: 11px; margin-left: 20px; width: 177px; color: #666666;"> </p> </div> </h2> <p>Mozart enthusiasts can get even more extra content on BBC Red Button. Charles Hazlewood examines and conducts Symphony No 40 in G Minor, together with an enhanced visual view of the performance using graphics and information as the music unfolds.</p> <p><em>Sky/Virgin Media/Freeview:<br>Fri 21st January, 7:30pm-8:30pm<br></em></p> <p class="read_more"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/whats_on_bbc_red_button_15th_-.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-281323"> <h2><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/bbc_trust_gives_provisional_vi.html" rel="bookmark">BBC Trust gives provisional views on syndication of on-demand BBC programmes</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/bbc_trust_gives_provisional_vi.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/20190917013252/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2011%2F01%2Fbbc_trust_gives_provisional_vi.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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/bbc_trust/" rel="tag" title="">BBC Trust</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/iplayer/" rel="tag" title="">iPlayer</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/nick_reynolds/"> <img class="author_pic" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/bc5b23a0105df706c5383ce55e6bed7715e5a434.png" width="50" alt="Nick Reynolds"></a> <span class="vcard author"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/nick_reynolds/">Nick Reynolds</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-13T18:52:20+00:00">18:52 UK time, Thursday, 13 January 2011</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>The BBC Trust has announced its' provisional conclusions on the BBC's on demand and syndication policy, after their consultation last year. From the<a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/bbctrust/news/press_releases/january/on_demand.shtml"> press release</a>:</p> <blockquote>... on-demand BBC programmes should only be made available to TV platform operators through the BBC iPlayer, and should not be made available on a programme-by-programme basis... The BBC iPlayer should be made available in standard formats that the great majority of other TV operators can readily adopt... 'Bespoke' versions of the iPlayer should be developed only in exceptional cases.</blockquote> <p>The <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/bbctrust/assets/files/pdf/our_work/on_demand/2011/provisional_conclusions.pdf">full conclusions are available on the BBC Trust's website</a>.</p> <p>A <a href="https://web.archive.org/web/20190917013252/https://consultations.external.bbc.co.uk/departments/bbc/on-demand-syndication---provisional-conclusions/consultation/consult_view">four week consultation on the provisional conclusions </a>was launched yesterday.</p> <p>Reaction: </p> <p>From Broadband TV News: <a href="https://web.archive.org/web/20190917013252/https://www.broadbandtvnews.com/2011/01/12/bbc-will-refuse-requests-to-build-bespoke-iplayer-versions/">"BBC will refuse requests to build bespoke iPlayer versions"</a></p> <p>From Rapid TV News: <a href="https://web.archive.org/web/20190917013252/https://www.rapidtvnews.com/index.php/201101139770/likely-storm-as-trust-proposes-iplayer-as-sole-source-of-bbc-on-demand-content.html">"Trust proposes iPlayer as sole source of BBC on-demand content"</a></p> <p>From paidContent: <a href="https://web.archive.org/web/20190917013252/https://paidcontent.co.uk/article/419-bbcs-vod-syndication-refusal-backed-by-regulator/">"BBC's VOD Syndication Refusal Backed By Regulator"</a>. Quote:</p> <blockquote>The BBC has refused to help such third parties build bespoke installs of its VOD because it is fielding a burgeoning number of requests. The issue is partly cost - it has now taken its iPlayer on to 31 different technology platforms, but usually only via a one-size-fits-all web experience...</blockquote> <p>From Reg Hardware: <a href="https://web.archive.org/web/20190917013252/https://www.reghardware.com/2011/01/13/bbc_trust_iplayer_syndication_review/">"BBC Trust says no to kit-specific iPlayer apps"</a>. For trenchant opinion head for the <a href="https://web.archive.org/web/20190917013252/https://forums.reghardware.com/forum/1/2011/01/13/bbc_trust_iplayer_syndication_review/">Reg Hardware forum</a>.</p> <p><em>Nick Reynolds is Social Media Executive, BBC Online</em>. </p> </div> </div> <div class="post" id="entry-281218"> <h2><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/new_home_page_for_bbc_blogs.html" rel="bookmark">New home page for BBC blogs</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/new_home_page_for_bbc_blogs.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/20190917013252/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2011%2F01%2Fnew_home_page_for_bbc_blogs.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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/blogs/" rel="tag" title="">blogs</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/jessica_shiel/"> <img class="author_pic" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/18a830ad7992858ba38fe5e4ce44079b4735e13f.png" width="50" alt="Jessica Shiel"></a> <span class="vcard author"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/jessica_shiel/">Jessica Shiel</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-13T07:22:43+00:00">07:22 UK time, Thursday, 13 January 2011</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>Today we're launching the <a href="https://web.archive.org/web/20190917013252/https://en.wikipedia.org/wiki/Software_release_life_cycle">Beta</a> of our <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/">newly designed blogs homepage </a> and we've added a popup survey to capture your feedback (NB you will need to click through to the blogs homepage to see the relevent survey). </p> <p>Please take a look and let me know what you think. </p> <p>Once we're happy that this page is stable and fit for purpose we will begin linking to it from other BBC blogs.</p> <p><strong>Why we did this</strong></p> <p>There are nearly 300 BBC blogs on a wide variety of different subjects. We wanted to create a page which showcased the very best BBC blogs but also made it easier for you to discover new content which you might not know about. </p> <p><strong>The design</strong></p> <p>There are two use cases for this homepage: the top half of the page showcases what is being talked about in blogs at the moment; this section is dynamic and constantly changing as new content is published. This is for those of you who are looking for some interesting content but without a particular subject in mind.</p> <p>The lower half of the page is more static to help those looking for something more specific. Blogs are organised by topic and title which can be navigated using tabs or scoped search.</p> <p>The styling of the new Homepage uses the BBC's <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/guidelines/gel/">Global Experience Language</a>, which brings it in line with the rest of the BBC website.</p> <p><strong>What's new?</strong></p> <p>We have added several new sections to this page. Towards the top, there is a featured section which consists of interesting, dramatic or intriguing quotes from editorially chosen blogs to wet your appetite and encourage you to click through and read more. </p> <div class="imgCaptionLeft" style="float: left; "> <img alt="BBC Blogs home page pull quote" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/ae3df785f6db035d06e641ca416010c94558cb4c.jpg" width="595" height="215" class="mt-image-left" style="margin: 0 20px 5px 0;"><p style="width:595px;font-size: 11px; color: rgb(102, 102, 102);"> </p></div> <p><br> The most recent post appears on the left with its quote displayed as a default. If you roll your mouse over any of the other blog images you will see quotes from the other posts. </p> <p>'Latest on blogs' highlights up to three of the most recently published posts and includes the first few words from these to give you an idea of what they are about and whether you want to click through to read more. This section will be constantly changing as new posts are published, demonstrating the vast amount of content running through blogs. </p> <p>'Most read' shows you the details of the blog posts which have had the most audience views and is generated from data captured by Livestats (the same BBC tool which is used to populate the 'Most Popular' section on the <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/news/">BBC News pages</a>). </p> <p>The idea behind 'my recently viewed' is to be personal to you, to remind you about the blogs you've visited before and may want to visit again. This saves you having to check specific blogs to see if there are any updates; when a new post is published it is reflected here.</p> <p>The lower half of the page is to aid navigation. We have kept the A-Z and organised the blogs into topics based on the results of a <a href="https://web.archive.org/web/20190917013252/https://en.wikipedia.org/wiki/Card_sorting">card sorting </a> exercise. </p> <div class="imgCaptionLeft" style="float: left; "><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/Blogs_Quickfind_image.gif"><img alt="The navigational section of the blogs homepage showing quickfind results" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/d1286f8f6104e68c721d875517797b6bda84af1d.gif" width="595" height="225" class="mt-image-left" style="margin: 0 20px 5px 0;"></a><p style="max-width:595px;font-size: 11px; color: rgb(102, 102, 102);"> </p></div> <p>'Quick Find' uses the <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/glow/docs/1.7/furtherinfo/widgets/autosuggest/">AutoSuggest widget </a> from the BBC JavaScript library, <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/glow/">Glow</a>. It allows you to search for a specific blog's name or author, suggesting results after a minimum of five characters have been entered in the box. Clicking on any of the results will take you to that blog.</p> <p><strong>We want to hear from you</strong></p> <p>Please have a look at the <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/">newly designed homepage</a>. When you access this page you'll be asked to answer some questions about it. We'd like to gather as much feedback as possible so that we can ensure this page is useful to you.</p> <p>If you do not see the popup survey, refreshing your browser several times should trigger it. If you have answered a similar survey on a different BBC web page in the last six weeks you will need to delete your browser cookies first.</p> <p><em>Jessica Shiel is Product Manager for Blogs, User Services, Programmes and On-Demand, BBC Future Media &amp; Technology</em></p> </div> </div> <div class="post" id="entry-280992"> <h2><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/ces_2011_the_view_from_the_blu.html" rel="bookmark">CES 2011: the view from the Blue Room</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/ces_2011_the_view_from_the_blu.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/20190917013252/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2011%2F01%2Fces_2011_the_view_from_the_blu.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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/research_and_development/" rel="tag" title="">innovation</a> </p> <p class="flt-l "> <span class="vcard author"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/roland_allen/">Roland Allen</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-10T12:57:57+00:00">12:57 UK time, Monday, 10 January 2011</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>Smart: the word that predominates at this year's <a href="https://web.archive.org/web/20190917013252/https://www.cesweb.org/">Consumer Electronics Show, CES 2011 </a>in Las Vegas. </p> <p>Smart is everywhere, on banners, in product names and marketing slogans and perhaps reflects recognition amongst hardware manufacturers that they needed to simplify overall control of the raft of devices, technologies and services that they have on offer and present them in a coherent and useful way to the consumer. </p> <p>Smart is mostly being used to describe a type of TV interface which enables the consumer to easily control and share content between key devices such as TV's, mobile phones, MP3 players and computers. These control panels are typically called a "Hub", "Dashboard" or "Media Link" and are either proprietary to the TV manufacturer or provided by a third party service provider such as Yahoo!. As well as acting as a portal to the ubiquitous App Store which every TV manufacturer now seems to offer they bring together easy access to Internet based service as well as media storage devices on the home network.</p> <div class="imgCaptionLeft" style="float: left; "> <img alt="Smart IPTV" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/c20e42303564a835471e437b6cfdca8251d7262a.JPG" width="595" height="446" class="mt-image-left" style="margin: 0 20px 5px 0;"><p style="width:595px;font-size: 11px; color: rgb(102, 102, 102);"> </p></div> <p>The connected TV as the hub of a multimedia home therefore seems to be becoming a reality and for those with existing TVs LG, for example is offering the Smart TV Upgrader, which brings applications and the Internet to "legacy" devices.</p> <p><a href="https://web.archive.org/web/20190917013252/https://www.guardian.co.uk/life-in-3d/guide-to-3d-tv">3D TV</a> is again increasing its profile on the consumer technology agenda this year, being the dominant technology being exhibited by the big Korean and Japanese manufacturers. From my perspective working for a broadcaster like the BBC this is somewhat perplexing to see given the relative complexity and cost involved in producing 3D content. </p> <p>Sony in particular has a significantly revamped and much larger presence than in previous years, emphatically promoting 3D as the core of its product line up. In Sony's case the focus on 3D is lent credibility by the fact that they own a significant slice of the content business in terms of 3D film production; this is not a position enjoyed by most of the other 3D TV manufacturers however and there is little evidence at CES that volume 3D content is a reality.</p> <p>Tablet computing devices proliferate, largely on the back of the success enjoyed by the iPad (Apple, as usual, isn't at CES) and it seems that every manufacturer is having a stab at producing their own version. Reactions to these range from the positive such as for the BlackBerry Playbook to the rather less successfully received Panasonic Viera Tablet. Typically a range of screen sizes is on offer from each manufacturer, perhaps hedging their bets as to which is going to prove most popular. A slightly different take on the concept is on offer from Lenovo where the screen of a Laptop can be removed and used as a Tablet PC, and from Dell where the screen pivots within its frame to offer a Tablet interface. Clone devices are available by the dozens but there seems to be an identity crisis evident as to whether they are Tablet PCs or multimedia players. Touch screen devices in general continue to make steady progress, with a notable large surface example from LG with its Pen Touch Multi Board.</p> <div class="imgCaptionLeft" style="float: left; "> <img alt="LG Pen Touch Multi-board" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/918b0f6e76c2de2fb2b9de5bea48835ce0d2c959.jpg" width="595" height="380" class="mt-image-left" style="margin: 0 20px 5px 0;"><p style="width:595px;font-size: 11px; color: rgb(102, 102, 102);">A Blackberry Playbook</p></div> <p>Underpinning many Tablet computers, as well as being the platform of choice for many other devices is the <a href="https://web.archive.org/web/20190917013252/https://en.wikipedia.org/wiki/Android_%28operating_system%29">Google Android </a>operating system, which seemed to be everywhere - in TV interfaces, mobile phones and Tablets. <a href="https://web.archive.org/web/20190917013252/https://en.wikipedia.org/wiki/Skype">Skype</a> too is becoming a standard feature of many Internet connected TV's, a set-top camera being available as an accessory for most</p> <p>Wi-Fi connectivity seems to be seeping into the kitchen with notable forays into enabling domestic appliances. The idea is that you can download recipes and wash cycles (hopefully to the appropriate appliance) and control and monitor these from your Tablet device. Both Samsung and LG were displaying examples of Cookers, Fridges and Washing Machines with these capabilities offering the potential for energy savings, optimal cooking times and even being able to text you when your food is cooked.<br><br> CES 2011 is certainly much more busy than in the previous two years and there is a much more upbeat atmosphere which suggests that confidence is returning in the ability of the consumer to spend their money...</p> <p><em>Rolland Allen is Head of Technology Liason, BBC Future Media &amp; Technology.</em></p> <p><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/search/?q=CES%202011">Some BBC News stories about CES 2011</a>.</p> <p>Follow <a href="https://web.archive.org/web/20190917013252/https://twitter.com/">The Blue Room on Twitter </a>for more pictures.</p> </div> </div> <div class="post" id="entry-280726"> <h2><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/round_up_closure_of_bbc_backst.html" rel="bookmark">Round up: history of BBC Backstage</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/round_up_closure_of_bbc_backst.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/20190917013252/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2011%2F01%2Fround_up_closure_of_bbc_backst.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/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/nick_reynolds/"> <img class="author_pic" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/bc5b23a0105df706c5383ce55e6bed7715e5a434.png" width="50" alt="Nick Reynolds"></a> <span class="vcard author"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/nick_reynolds/">Nick Reynolds</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-05T16:03:34+00:00">16:03 UK time, Wednesday, 5 January 2011</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>Back in October it was <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcbackstage/2010/10/bbc-backstage-to-close.shtml">announced that BBC Backstage was to close.</a></p> <p>Well that's happening today. But not without a celebration of Backstage's history. </p> <p>Jemima Kiss on the Guardian's PDA blog: <a href="https://web.archive.org/web/20190917013252/https://www.guardian.co.uk:80/technology/pda/2011/jan/05/bbc-backstage">"BBC Backstage: The end of five years of hackery, mischief - and true innovation"</a>:</p> <blockquote>Originally conceived as a way of 'getting the BBC's data out', it was based around the Backstage website which offered a range of APIs for BBC services and content, documentation about experimental projects and later organised large-scale hack events, where external developers and designers would intensively code and compete to build yet more experimental tools.</blockquote> <p>There's an ebook "Hacking The BBC: A Backstage Retrospective" <a href="https://web.archive.org/web/20190917013252/https://backstage.bbc.co.uk/">available here</a>: </p> <blockquote>This ebook is a snapshot of some of the projects and events that Backstage was involved in, from its launch at Open Tech 2005, through the triumph of Hack Day 2007 and the shot-for-web R&amp;DTV, to current visualisation project <a href="https://web.archive.org/web/20190917013252/https://backstage.bbc.co.uk/data_art/index.php">DataArt.</a> We take a diversion to Bangladesh to see how a Backstage hacker helped the World Service keep reporting through the horrendous Cyclone Sidr, and look at the impact of the 'playground' servers, used inside the BBC.</blockquote> <div class="imgCaptionLeft" style="float: left; "> <img alt="BBC Backstage ebook cover" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/1bfc419e859329d10275b11bf7ab9ffddc4fcce8.jpg" width="240" height="237" class="mt-image-left" style="margin: 0 20px 5px 0;"><p style="width:240px;font-size: 11px; color: rgb(102, 102, 102);">Front cover of BBC Backstage ebook. Design by Nicola Rowlands </p></div> Ian Forrester of the Backstage team <a href="https://web.archive.org/web/20190917013252/https://cubicgarden.com/2011/01/03/the-history-of-backstage-the-ebook/">has more on the ebook on his personal blog</a>. As you'd expect the book is mentioned <a href="https://web.archive.org/web/20190917013252/https://www.mail-archive.com/backstage@lists.bbc.co.uk/msg13311.html"> on the Backstage mailing list</a> and the <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/researchanddevelopment/">BBC Research and Development blog.</a> <p><br> And finally <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcbackstage/2011/01/bbc-backstage-the-ebook-retros.shtml">on the BBC Backstage blog itself:</a></p> <blockquote>"It's been an amazing five years but finally the servers are powering down on the backstage.bbc.co.uk (to be official) project.The legacy of backstage will live on..." </blockquote> <p><em>Nick Reynolds is Social Media Executive, BBC Online</em></p> </div> </div> <div class="post" id="entry-280675"> <h2><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/open_post_thursday_6th_january.html" rel="bookmark">Open Post Wednesday 5th January 2011</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/open_post_thursday_6th_january.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/20190917013252/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2011%2F01%2Fopen_post_thursday_6th_january.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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/open_post/" rel="tag" title="">open post</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/nick_reynolds/"> <img class="author_pic" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/bc5b23a0105df706c5383ce55e6bed7715e5a434.png" width="50" alt="Nick Reynolds"></a> <span class="vcard author"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/nick_reynolds/">Nick Reynolds</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-05T13:30:58+00:00">13:30 UK time, Wednesday, 5 January 2011</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>Thanks to <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/bridget_middleton/">Bridget</a> and others who kept the blog going while I was poorly.</p> <p>It's true to say that because I was absent interaction with commenters was perhaps not up to its usual standard.</p> <p>So in the optimistic spirit of a brand new year (and because some people have asked for one), this is an <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/open_post/">"open" post</a>.</p> <p><strong>What's <u>on topic </u>on this post</strong></p> <p>You can use this post to comment or ask a question about any aspect of BBC Online, <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/iplayer/">BBC iPlayer</a>, and the BBC's digital and mobile services.</p> <p><strong>What's <u>off topic </u>on this post</strong></p> <p>Anything else. </p> <p>More specifically <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/hd_picture_quality/">BBC HD picture quality </a>and <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/dna/mbpointsofview/NF1951566?thread=5439003">DOGs</a> are both <strong>off topic </strong>as these subjects have been exhaustively explored both on this blog and elsewhere.</p> <p>If you want to comment about BBC television use the <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/tv/">BBC TV blog</a> or the <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/dna/mbpointsofview/">Points of View message boards.</a> For comments on BBC Radio try the <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/radio/">BBC Radio blog</a>.</p> <p>So if you are about to publish a comment that starts "This is off topic but...", please don't.</p> <p>Please obey the <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/moderation.shtml">house rules </a>and respect other commenters and BBC staff. Remember that different people may be interested in different things.</p> <div class="imgCaptionLeft" style="float: left; "> <img alt="" src="/web/20190917013252im_/https://www.bbc.co.uk/staticarchive/4780c8ec7f9a00f9d8ae202b32a1b27da1378cc3.JPG" width="240" height="160" class="mt-image-left" style="margin: 0 20px 5px 0;"><p style="width:240px;font-size: 11px; color: rgb(102, 102, 102);"><a href="https://web.archive.org/web/20190917013252/https://www.flickr.com/photos/virtualsugar/316200555/">Open from Monica's Dad </a>at flickr </p></div> <p>While I'll try to get answers to all reasonable questions it may not be possible to answer every one. If your comment or question is not responded to that does not give you the right to break the house rules. </p> <p>If you wish to make a formal complaint use the <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/complaints/homepage/">BBC's complaints website</a>. If you wish to appeal a moderation or hosting decision do so using <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/moderation.shtml">the process outlined here</a>.</p> <p>I'll leave this post open for a week and then think about whether it should be closed.</p> <p>Over to you.</p> <p><em>Nick Reynolds is Social Media Executive, BBC Online</em><br></p> </div> </div> <div class="content-nav"> <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2010/12/">« December 2010</a> | | <a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2011/02/">February 2011 »</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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/https://delicious.com/bbccouk">delicious</a> stream are chosen by Eliza Kessler and Nick Reynolds. Follow <a href="https://web.archive.org/web/20190917013252/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/20190917013252/https://twitter.com/AboutTheBBC">About The BBC</a><br><br><a href="https://web.archive.org/web/20190917013252/https://twitter.com/bbccouk">BBC Internet Blog</a><br><br><a href="https://web.archive.org/web/20190917013252/https://twitter.com/bbcinterntlinks">bbc internet links</a><br><br><a href="https://web.archive.org/web/20190917013252/https://twitter.com/BBCiPlayer">BBC iPlayer</a> <br><br><a href="https://web.archive.org/web/20190917013252/https://twitter.com/BBCRedButton">BBC Red Button</a> <br><br><a href="https://web.archive.org/web/20190917013252/https://twitter.com/bbcblueroom">BBC Blue Room</a> <br><br><a href="https://web.archive.org/web/20190917013252/https://twitter.com/BBCRD">BBC R&amp;D</a><br><br><a href="https://web.archive.org/web/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/aboutthebbc/">About the BBC</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/theeditors/">The Editors at BBC News</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/dna/mbpointsofview/F1951574">Points of View Messageboard</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/radio4/">Radio 4 blog</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/5live/">5 Live blog</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/radio/">BBC Radio blog</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/researchanddevelopment/">BBC Research and Development blog</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/tv/">BBC TV blog</a></li> </ul><ul><li><a href="https://web.archive.org/web/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2013/01/">January 2013 (11)</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2012/12/">December 2012 (18)</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/">November 2012 (16)</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2012/10/">October 2012 (12)</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/">September 2012 (14)</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2012/08/">August 2012 (19)</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2012/07/">July 2012 (14)</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2012/06/">June 2012 (21)</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2012/05/">May 2012 (23)</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2012/04/">April 2012 (13)</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/2012/03/">March 2012 (19)</a></li> <li><a href="https://web.archive.org/web/20190917013252/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/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/3dtv/">3dtv</a></li> <li class="rank-32"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/accessibility/">accessibility</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/strategy_review/">accountability</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/audiences/">audiences</a></li> <li class="rank-4"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/awards/">awards</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/bbc_academy/">bbc academy</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/bbc_alba/">bbc alba</a></li> <li class="rank-23"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/archive/">bbc archive</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/bbc_id/">bbc id</a></li> <li class="rank-91"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/news/">bbc news</a></li> <li class="rank-191"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/bbconline/">bbc online</a></li> <li class="rank-47"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/sport/">bbc sport</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/bbc_three/">bbc three</a></li> <li class="rank-18"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/bbc_trust/">bbc trust</a></li> <li class="rank-15"><a href="https://web.archive.org/web/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/beta/">beta</a></li> <li class="rank-36"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/blogs/">blogs</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/cbbc/">cbbc</a></li> <li class="rank-16"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/children/">children</a></li> <li class="rank-33"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/iptv/">connected tv</a></li> <li class="rank-19"><a href="https://web.archive.org/web/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/drm/">drm</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/freeview/">freeview</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/freeview_hd/">freeview hd</a></li> <li class="rank-82"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/hdtv/">hdtv</a></li> <li class="rank-44"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/homepage/">homepage</a></li> <li class="rank-154"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/research_and_development/">innovation</a></li> <li class="rank-8"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/ipv6/">internet protocol</a></li> <li class="rank-225"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/iplayer/">iplayer</a></li> <li class="rank-23"><a href="https://web.archive.org/web/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/bbc_learning/">learning</a></li> <li class="rank-7"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/media_literacy/">media literacy</a></li> <li class="rank-108"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/mobile/">mobile</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/moderation/">moderation</a></li> <li class="rank-20"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/music/">music</a></li> <li class="rank-11"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/open_post/">open post</a></li> <li class="rank-23"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/opensource/">open source</a></li> <li class="rank-39"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/openstandards/">open standards</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/podcasts/">podcasts</a></li> <li class="rank-60"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/radio/">radio</a></li> <li class="rank-55"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/audioandmusic/">radio &amp; music</a></li> <li class="rank-10"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/radio_1/">radio 1</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/radio_2/">radio 2</a></li> <li class="rank-4"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/radio_3/">radio 3</a></li> <li class="rank-26"><a href="https://web.archive.org/web/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/red_button/">red button</a></li> <li class="rank-156"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/round_up/">round up</a></li> <li class="rank-20"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/search/">search</a></li> <li class="rank-67"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/social_media/">social</a></li> <li class="rank-24"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/external_relationships/">stakeholders</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/streaming/">streaming</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/tablet/">tablet</a></li> <li class="rank-19"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/television/">television</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/radioplayer/">uk radioplayer</a></li> <li class="rank-50"><a href="https://web.archive.org/web/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/visualisation/">visualisation</a></li> <li class="rank-13"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/weather/">weather</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20190917013252/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/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/chris_russell/">Chris Russell</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/yasser_rashid/">Yasser Rashid</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/chris_kimber/">Chris Kimber</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/chris_sizemore/">Chris Sizemore</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/andy_quested/">Andy Quested</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/richard_smith/">Richard Smith</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/dave_price/">Dave Price</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/richard_robbins/">Richard Robbins</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/">Tess Foster</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/andrew_pipes/">Andrew Pipes</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/eliza_kessler/">Eliza Kessler</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/james_aslett/">James Aslett</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/lucie_mclean/">Lucie Mclean</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/tom_williams/">Tom Williams</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/sorcha_clifford/">Sorcha Clifford</a></li> <li><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/blogs/bbcinternet/helene_sears/">Helene Sears</a></li> <li><a href="https://web.archive.org/web/20190917013252/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/20190917013252js_/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/20190917013252/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/20190917013252/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/20190917013252/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/20190917013252/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/2011/01/"><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/20190917013252/https://www.bbc.co.uk/news/" hreflang="en-GB">News</a></li> <li id="blq-nav-s"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/sport/" hreflang="en-GB">Sport</a></li> <li id="blq-nav-w"><a href="https://web.archive.org/web/20190917013252/https://www.bbc.co.uk/weather/" hreflang="en-GB">Weather</a></li> <li id="blq-nav-i"> <a href="/web/20190917013252/https://www.bbc.co.uk/iplayer/" hreflang="en-GB">iPlayer</a> </li> <li id="blq-nav-t"><a href="/web/20190917013252/https://www.bbc.co.uk/tv/" hreflang="en-GB">TV</a></li> <li id="blq-nav-r"><a href="/web/20190917013252/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/20190917013252/https://www.bbc.co.uk/cbbc/">CBBC</a></li> <li><a href="/web/20190917013252/https://www.bbc.co.uk/cbeebies/">CBeebies</a></li> <li><a href="/web/20190917013252/https://www.bbc.co.uk/comedy/">Comedy</a></li> <li><a href="/web/20190917013252/https://www.bbc.co.uk/food/">Food</a></li> <li><a href="/web/20190917013252/https://www.bbc.co.uk/history/">History</a></li> </ul><ul class="blq-nav-sub"><li><a href="/web/20190917013252/https://www.bbc.co.uk/learning/">Learning</a></li> <li><a href="/web/20190917013252/https://www.bbc.co.uk/music/">Music</a></li> <li><a href="/web/20190917013252/https://www.bbc.co.uk/science/">Science</a></li> <li><a href="/web/20190917013252/https://www.bbc.co.uk/nature/">Nature</a></li> <li><a href="/web/20190917013252/https://www.bbc.co.uk/local/">Local</a></li> </ul><ul class="blq-nav-sub blq-last"><li><a href="/web/20190917013252/https://www.bbc.co.uk/northernireland/">Northern Ireland</a></li> <li><a href="/web/20190917013252/https://www.bbc.co.uk/scotland/">Scotland</a></li> <li><a href="/web/20190917013252/https://www.bbc.co.uk/wales/">Wales</a></li> <li id="blq-az"><a href="/web/20190917013252/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/20190917013252/https://m.bbc.co.uk/">Mobile site</a></li> <li><a href="/web/20190917013252/https://www.bbc.co.uk/terms/">Terms of Use</a></li> <li><a href="/web/20190917013252/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/20190917013252/https://www.bbc.co.uk/privacy/">Privacy</a></li> <li><a href="/web/20190917013252/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/20190917013252/https://www.bbc.co.uk/privacy/cookies/about">Cookies</a></li> <li><a href="/web/20190917013252/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/20190917013252/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/20190917013252im_/https://www.bbc.co.uk/staticarchive/a8e42f8fe987b7cc9bf2d43b74b2c74b2448d2e3.png" width="84" height="24" alt="BBC"></div> <p id="blq-disclaim"><span id="blq-copy">BBC © 2014</span> <a href="/web/20190917013252/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:32:52 Sep 17, 2019 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 20:38:28 Feb 19, 2025. 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: 2.208 exclusion.robots: 0.068 exclusion.robots.policy: 0.05 esindex: 0.014 cdx.remote: 483.463 LoadShardBlock: 224.403 (3) PetaboxLoader3.datanode: 1648.327 (5) load_resource: 2082.236 (2) PetaboxLoader3.resolve: 576.839 -->

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