CINXE.COM
BBC - BBC Internet Blog
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.bbc.co.uk/blogs/bbcinternet/2012/11","20200610185338","https://web.archive.org/","web","/_static/", "1591815218"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>BBC - BBC Internet Blog</title><style type="text/css"> #archive-mothballed-message a:hover span { text-decoration:underline; } #blq-container #archived-mothball-message a { padding-left:250px; padding-top:17px; background-position: 180px 10px; } #ttd-masthead #archived-mothball-message a { padding-left:250px; padding-top:17px; background-position: 180px 10px; } #k-masthead-container #archived-mothball-message a { padding-left:250px; padding-top:17px; background-position: 180px 10px; } #archived-mothball-message a { display:block; height:56px; background:url(/web/20200610185338im_/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="2013-01-24T10:45+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/20200610185338/https://www.bbc.co.uk/terms/" title="Terms of Use"><link rel="icon" href="https://web.archive.org/web/20200610185338im_/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/20200610185338cs_/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/20200610185338/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/20200610185338/https://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js"}]; } </script><script type="text/javascript" src="https://web.archive.org/web/20200610185338js_/https://node1.bbcimg.co.uk/glow/gloader.0.1.6.js"></script><script type="text/javascript" src="/web/20200610185338js_/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/20200610185338/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/20200610185338/https://id.bbc.co.uk', 'secureServer': 'https://web.archive.org/web/20200610185338/https://id.bbc.co.uk', 'assetVersion': '3.27.2', 'assetPath': 'https://web.archive.org/web/20200610185338/https://static.bbci.co.uk/modules/identity/statusbar/3.27.2/' }; </script><script type="text/javascript" src="/web/20200610185338js_/https://www.bbc.co.uk/staticarchive/1333b9944bd6388f9645c37cab1e3a1d9ac83b90.js"></script><script type="text/javascript" src="/web/20200610185338js_/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/20200610185338/https://ssl.bbc.co.uk/id/signin", 'locale' : "en-GB", 'policyname' : "", 'ptrt' : "https://web.archive.org/web/20200610185338/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/20200610185338/https://static.bbci.co.uk/idapp/0.63.23/modules/idapp/idapp-1'; map['idcta/idcta-1'] = 'https://web.archive.org/web/20200610185338/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\/20200610185338\/https:\/\/talkback.live.bbc.co.uk\/identity"},"pathway":{"name":null,"staticAssetUrl":"https:\/\/web.archive.org\/web\/20200610185338\/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/atom.xml"><link rel="alternate" type="application/rss+xml" title="RSS" href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/rss.xml"><!-- Comments Module Static Assets --><link rel="stylesheet" rev="stylesheet" href="/web/20200610185338cs_/https://www.bbc.co.uk/staticarchive/b171f6295dafa594e000486294caf5ef2e356648.css"><script src="/web/20200610185338js_/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/20200610185338cs_/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/20200610185338js_/https://www.bbc.co.uk/guidance/script/js/pg-gb.js?r1112733"></script><script type="text/javascript" src="/web/20200610185338js_/https://www.bbc.co.uk/staticarchive/296b7e9b01b56142aec1bfa4760e2eb86073b802.js"></script><script type="text/javascript" src="/web/20200610185338js_/https://www.bbc.co.uk/staticarchive/880927e055ea2d75cc32254b7274b0e4a04822c2.js"></script><link rel="stylesheet" href="/web/20200610185338cs_/https://www.bbc.co.uk/staticarchive/3c2b27e8596edca82a396f84e4c6a991b49acc9e.css" type="text/css"><link rel="stylesheet" href="/web/20200610185338cs_/https://www.bbc.co.uk/staticarchive/3f22e626d9c302da131c20df3cd9b6fe5bc59b92.css" type="text/css"><script type="text/javascript" src="https://web.archive.org/web/20200610185338js_/https://www.bbc.co.uk/dnaimages/components/commentbox/gloader/commentbox.js"></script><script type="text/javascript" src="https://web.archive.org/web/20200610185338js_/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/20200610185338cs_/https://www.bbc.co.uk/staticarchive/8db1272f67d2a84959a2f118e59c89632f24e33f.css" type="text/css"><!-- /DNA Comments --><link rel="stylesheet" href="/web/20200610185338cs_/https://www.bbc.co.uk/staticarchive/d534b1b19db5dfdf8b37b5f7688cf47788cbbd95.css" type="text/css"><link rel="prev" href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/10/" title="October 2012"><link rel="next" href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/12/" title="December 2012"><!-- If Opt Out code --><!-- End If Opt Out code --><script type="text/javascript" src="/web/20200610185338js_/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/20200610185338/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/20200610185338js_/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/20200610185338/https://www.bbc.co.uk/" hreflang="en-GB"> <span id="blq-blocks-wrapper"> <span class="blq-home">British Broadcasting Corporation</span><img src="/web/20200610185338im_/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/20200610185338/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/20200610185338im_/https://www.bbc.co.uk/globalresources/mothball-images/bg.jpg) 0 0 repeat-x #fbfbfb; "> <a href="/web/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/" title="BBC Internet Blog homepage"> <img src="/web/20200610185338im_/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/">» Main</a></div> <h1>Archives for <em>November 2012</em></h1> <div class="post" id="entry-313047"> <h2><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/parallax_scrolling_james_bond.html" rel="bookmark">Parallax Scrolling: James Bond</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/parallax_scrolling_james_bond.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/20200610185338/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F11%2Fparallax_scrolling_james_bond.html&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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/research_and_development/" rel="tag" title="">innovation</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/uxd/" rel="tag" title="">user experience & design</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/helene_sears/"> <img class="author_pic" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/401b391c4d07da2115d50dc46bee5239eb3a42e1.png" width="50" alt="Helene Sears"></a> <span class="vcard author"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/helene_sears/">Helene Sears</a></span> <span class="separator">|</span> <abbr class="published" title="2012-11-28T12:00:45+00:00">12:00 UK time, Wednesday, 28 November 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>My name is Helene Sears and I'm an Editorial Designer for <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/news/">BBC News</a>. </p> <p>My team produces a huge range of visuals including all of the daily charts, maps and infographics that accompany our online news stories. </p> <p>We also work on longer interactive features which have ranged from <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/news/business-18074674">visually explaining the Eurozone crisis</a> to a <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/news/magazine-17543356">calculator that tells you where you are on the global pay scale</a>. </p> <p>Recently developer Steven Atherton and I did a first for BBC News: we created an infographic using <a href="https://web.archive.org/web/20200610185338/https://en.wikipedia.org/wiki/Parallax_scrolling">parallax scrolling</a> - a technique originally used in 2D video games to create a 3D look and feel.</p> <div class="imgCaptionCenter" style="text-align: center; display: block; "> <img alt="James Bond: Cars, catchphrases and kisses on BBC News" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/ba52a915dc10abe0be4c80ee1072fb5749207710.jpg" width="500" height="333" class="mt-image-center" style="margin: 0 auto 5px;"><p style="width:500px;font-size: 11px; color: rgb(102, 102, 102);margin: 0 auto 20px;">James Bond: Cars, catchphrases and kisses on BBC News </p></div> <p>The subject we chose was a feature about the <a href="https://web.archive.org/web/20200610185338/https://en.wikipedia.org/wiki/James_Bond">James Bond</a> movie franchise reaching its 50 year anniversary - not urgent or the highest priority - but a good place to experiment. </p> <p class="read_more"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/parallax_scrolling_james_bond.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-313028"> <h2><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/iplayer_october_performance.html" rel="bookmark">BBC iPlayer October Performance</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/iplayer_october_performance.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/20200610185338/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F11%2Fiplayer_october_performance.html&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/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/iptv/" rel="tag" title="">Connected TV</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/iplayer/" rel="tag" title="">iPlayer</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/bbc_iplayer_press_pack/" rel="tag" title="">iPlayer Press Pack</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/mobile/" rel="tag" title="">mobile</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/dave_price/"> <img class="author_pic" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/73023b248a8d74db70d58d64440cca4815a447dd.png" width="50" alt="Dave Price"></a> <span class="vcard author"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/dave_price/">Dave Price</a></span> <span class="separator">|</span> <abbr class="published" title="2012-11-27T09:18:53+00:00">09:18 UK time, Tuesday, 27 November 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>I’m <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/dave_price/">Dave Price</a> the head of <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/iplayer/">BBC iPlayer</a> and we’ve just published our monthly iPlayer performance pack for October.</p> <p>We thought the <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/sport/0/olympics/2012/">Olympics</a> was the highlight of the year but I’m delighted to tell you that we have broken the 200-million-requests-per-month mark, with 213 million requests for TV and radio programmes last month across all platforms.</p> <p>This is an increase of +20% year-on-year boosted as usual by the great new autumn TV schedule delivering fantastic stats for iPlayer.</p> <div class="imgCaptionCenter" style="text-align: center; display: block; "> <img alt="" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/5224eaf6460a8a54c089541ac4e2bd1adb2b74cb.jpg" width="595" height="334" class="mt-image-center" style="margin: 0 auto 5px;"><p style="width:595px;font-size: 11px; color: rgb(102, 102, 102);margin: 0 auto 20px;">Choosing programmes by genre on BBC iPlayer </p></div> <p><strong>October trends</strong></p> <p>As we also saw during the Olympics, the way people are watching iPlayer on multiple different platforms and devices is changing.</p> <p class="read_more"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/iplayer_october_performance.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-313021"> <h2><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/connected_studio_iplayer_brief.html" rel="bookmark">Connected Studio: BBC iPlayer Brief</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/connected_studio_iplayer_brief.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/20200610185338/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F11%2Fconnected_studio_iplayer_brief.html&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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/iplayer/" rel="tag" title="">iPlayer</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/adrian_woolard/">Adrian Woolard</a></span> <span class="separator">|</span> <abbr class="published" title="2012-11-26T16:15:55+00:00">16:15 UK time, Monday, 26 November 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "> <img alt="" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/b2f5a323def198716c194cf131564835efedf53e.JPG" width="500" height="333" class="mt-image-center" style="margin: 0 auto 5px;"><p style="width:500px;font-size: 11px; color: rgb(102, 102, 102);margin: 0 auto 20px;">The ideas wall at a recent Connected Studio </p></div> <p>The next couple of weeks are set to be very busy for the Connected Studio team as we prepare for a new year which will involve our back to back Creative Studios - <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/iplayer/">BBC iPlayer</a> and <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/news/">News</a>. </p> <p>We are still in the middle of our <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/sport/0/">BBC Sport</a> events which I will be posting a full update on soon but for now I am very happy to say that the <a href="https://web.archive.org/web/20200610185338/https://www.bbcconnectedstudio.co.uk/wp-content/uploads/2012/11/iPlayer-Innovation-Brief.pdf">iPlayer Innovation Brief</a> has been released today and can be found on the <a href="https://web.archive.org/web/20200610185338/https://www.bbcconnectedstudio.co.uk/">Connected Studio site</a>.</p> <p>The iPlayer product team has focused on three themes:</p> <p>1. Encouraging users in a continuous experience - what's the easiest and most natural journey from one programme to the next or deeper into related content?</p> <p>2. Reminding users there's a smart alternative - how could iPlayer remind existing users to return more often? How can iPlayer reach out to users wherever they are? How can existing users help to make the first experience of non-users less overwhelming?</p> <p>3. Enabling the discovery of hidden treasures - how can we make the browsing experience better, uncovering less obvious gems for new audiences?</p> <p>A very important thing to note when getting to grips with this Brief is that the iPlayer team are not looking for dual screen/companion ideas or ideas that focus on individual programmes, but rather enhancements that scale across the product. </p> <p>They will of course consider ideas for specific devices or platforms if they answer the challenges above.</p> <p>We are now open to applications and details of how to get involved are on our website. The iPlayer Creative Studio does have the potential to fill up quickly - one way to keep right up to date is to join our mailing list, which you can do by emailing connectedstudios@bbc.co.uk </p> <p>Please find details of our event schedule below:</p> <ul><li>December 18-19: Sport Build Studio - Salford </li> <li>January 22: TV iPlayer Creative Studio - London </li> <li>January 21: News Creative Studio - London </li> <li>February 11-12: TV iPlayer Build Studio - London </li> <li>February 13-14: News Build Studio - London </li> <li>February 21: Knowledge and Learning Creative Studio - Salford </li> <li>March 5: Radio and Music Creative Studio - London </li> <li>March 13-14: Knowledge and Learning Build Studio - Salford </li> <li>April 23-24: Radio and Music Build Studio - London</li> </ul><p>If you would like to know more about Creative Studio pilots now in development <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/eleni_sharp/">Eleni Sharp</a>, Senior Product Manager for <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/">Homepage</a> has been working with <a href="https://web.archive.org/web/20200610185338/https://red-badger.com/">Red Badger</a> on their HPSN pilot Now and has written a great <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/connected_studio_now.html">blog</a> on how they are getting on. </p> <p><em><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/adrian_woolard/">Adrian Woolard</a> is Programme Lead, BBC Connected Studio.</em></p> </div> </div> <div class="post" id="entry-312950"> <h2><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/user_experience_and_design_tea.html" rel="bookmark">User Experience and Design: Developing BBC iPlayer 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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/user_experience_and_design_tea.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/20200610185338/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F11%2Fuser_experience_and_design_tea.html&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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/music/" rel="tag" title="">Music</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/radio/" rel="tag" title="">Radio</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/audioandmusic/" rel="tag" title="">Radio & Music</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/iplayer/" rel="tag" title="">iPlayer</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/mobile/" rel="tag" title="">mobile</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/uxd/" rel="tag" title="">user experience & design</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/yasser_rashid/"> <img class="author_pic" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/a8f40fc65313a9bda001306ee110704464493306.png" width="50" alt="Yasser Rashid"></a> <span class="vcard author"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/yasser_rashid/">Yasser Rashid</a></span> <span class="separator">|</span> <abbr class="published" title="2012-11-26T09:45:02+00:00">09:45 UK time, Monday, 26 November 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>I'm <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/yasser_rashid/">Yasser Rashid</a> the Head of <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/uxd/">User Experience and Design</a> for TV & iPlayer, Radio & Music. My team work across a range of different digital propositions in the TV and Radio space that include improving current experiences and thinking about future ones. </p> <p>The <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/10/introducing_bbc_iplayer_radio.html">launch</a> of <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/radio/">BBC iPlayer Radio</a> in October was an important step in the evolution of <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/radio/">BBC Radio online</a>. It's the first time we have been able to think about the future of the radio websites in a holistic way.</p> <p>For the User Experience and Design team responsible for iPlayer Radio it was more than just a redesign. It was a complete rethink of the BBC Radio digital portfolio.</p> <p>We've made a video to give an insight into what we do and who we are. It's only an overview but if you do have any questions about specific user experience topics then it would be great to hear them.</p> <div id="121122" class="player" style="margin-left:40px"> <p>In order to see this content you need to have both <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/webwise/askbruce/articles/browse/java_1.shtml" title="BBC Webwise article about enabling javascript">Javascript</a> enabled and <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/webwise/askbruce/articles/download/howdoidownloadflashplayer_1.shtml" title="BBC Webwise article about downloading">Flash</a> installed. Visit <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/webwise/">BBC Webwise</a> for full instructions</p> </div> <script type="text/javascript"> var emp = new bbc.Emp(); emp.setWidth("512"); emp.setHeight("323"); emp.setDomId("121122"); emp.setPlaylist("https://"+location.host+"/iplayer/playlist/p011l3ck"); emp.write(); </script><div class="imgCaptionCenter" style="text-align: center; display: block;"> <p style="width: 512px; font-size: 11px; color: rgb(102, 102, 102); margin: 0pt auto 20px;"> </p></div> <p>There will be a blog post soon about the iPlayer Radio design process.</p> <p><em>Yasser Rashid is the Head of User Experience and Design for TV & iPlayer, Radio & Music.</em></p> </div> </div> <div class="post" id="entry-312966"> <h2><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/whats_on_bbc_red_button_24_nov.html" rel="bookmark">What's on BBC Red Button 24 November - 1 December</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/whats_on_bbc_red_button_24_nov.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/20200610185338/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F11%2Fwhats_on_bbc_red_button_24_nov.html&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/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/sorcha_clifford/"> <img class="author_pic" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/e78f9e76094b96daa4053ed7eb00dd32a670cc85.png" width="50" alt="Sorcha Clifford"></a> <span class="vcard author"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/sorcha_clifford/">Sorcha Clifford</a></span> <span class="separator">|</span> <abbr class="published" title="2012-11-24T06:00:00+00:00">06:00 UK time, Saturday, 24 November 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img class="mt-image-center" style="margin: 0 auto 5px;" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/0c4c4d1ea20a8134e8cd1901eb67900e2a23e73e.jpg" alt="What's On Red Button banner" width="595" height="67"><p></p></div> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img alt="Attenborough.jpg" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/2bcdbb70c8d7c5220c10a13d5deed8b58cdacb28.jpg" width="595" height="335" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;"><em>David Attenborough past and present</em></div> <h2>David Attenborough - the early years</h2> <p>Delve into <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/programmes/galleries/p0105rdt">David Attenborough's</a> remarkable 60 years of wildlife broadcasting with specially selected clips from <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/bbcfour/collections/p00zw1jd/david-attenborough-the-early-years">BBC Four's collection</a> on the Red Button.</p> <p class="read_more"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/whats_on_bbc_red_button_24_nov.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-312984"> <h2><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/comments_and_cake.html" rel="bookmark">Comments and Cakes</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/comments_and_cake.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/20200610185338/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F11%2Fcomments_and_cake.html&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/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/eliza_kessler/"> <img class="author_pic" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/5e915c7bd64000ba10e1113cb1285a9b0b56c548.png" width="50" alt="Eliza Kessler"></a> <span class="vcard author"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/eliza_kessler/">Eliza Kessler</a></span> <span class="separator">|</span> <abbr class="published" title="2012-11-23T16:00:58+00:00">16:00 UK time, Friday, 23 November 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>Hi, my name's Eliza and I'm the new content producer on the BBC Internet blog. It's my job to get people from around <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/aboutthebbc/insidethebbc/whatwedo/online/">BBC Online</a> to write about the work that they and their teams do. </p> <p>I have been at the BBC for around five years, have worked across lots of different departments and consider it a big privilege to be able to highlight the innovative and cutting edge work carried out by my colleagues all across the organisation.</p> <p>The events of the last few weeks have thrown a shadow over all of us, but I continue to believe in both the BBC and its <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/aboutthebbc/insidethebbc/whoweare/mission_and_values.html">values</a>. We are impartial and honest and that means we should be transparent and open about what we do. This blog, like many BBC blogs, is a place to do that. </p> <p>However, the Internet blog isn't just another forum for us to talk to you. It also gives us a chance to listen to what you have to say to us: to tell us what you think of our online products, to feedback on changes that have been made to them, to tell us about things you don't like or and maybe even occasionally to give some praise.<br></p> <p class="read_more"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/comments_and_cake.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-312885"> <h2><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/connected_studio_now.html" rel="bookmark">Connected Studio: Now pilot</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/connected_studio_now.html" title="Comments made about this entry." rel="comments">Comments (2) </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20200610185338/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F11%2Fconnected_studio_now.html&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/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/homepage/" rel="tag" title="">Homepage</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/eleni_sharp/"> <img class="author_pic" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/715fc1a1250729e9560773bcd9fb763b3b445345.png" width="50" alt="Eleni Sharp"></a> <span class="vcard author"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/eleni_sharp/">Eleni Sharp</a></span> <span class="separator">|</span> <abbr class="published" title="2012-11-21T10:15:29+00:00">10:15 UK time, Wednesday, 21 November 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>In May the <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/">BBC Homepage</a> became the first product to take part in the new <a href="https://web.archive.org/web/20200610185338/https://www.bbcconnectedstudio.co.uk/">Connected Studio</a> initiative. </p> <p>As product manager for the <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/homepage/">Homepage</a> I was really looking forward to this and couldn't wait to hear the ideas which were going to be pitched to us. </p> <div class="imgCaptionCenter" style="text-align: center; display: block; "> <img alt="The Creative Studio Workshop Day " src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/6e36e5981cca9dad390d6d76a9a9e3684b1fcae2.jpg" width="500" height="333" class="mt-image-center" style="margin: 0 auto 5px;"><p style="width:500px;font-size: 11px; color: rgb(102, 102, 102);margin: 0 auto 20px;">The Creative Studio Workshop Day </p></div> <p>Over six months have now passed since the initial creative studio day and the pilots are now well underway. One of these pilots is called Now by creative software team <a href="https://web.archive.org/web/20200610185338/https://red-badger.com/">Red Badger</a>. </p> <p>As the champion for the Now project I thought I would share my experience so far.</p> <p>As the name suggests we want to create a time based Homepage to give a real feeling of liveliness. </p> <p>By offering different levels of manual and automatic personalisation the user gets live information on things that they are most interesting in, be it <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/programmes/b006m8dq">Strictly</a> or <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/sport/0/formula1/">F1</a>. </p> <p>This 'fast lane' of content, which is relevant to you, sits on the right hand side of the page and updates dynamically. </p> <p class="read_more"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/connected_studio_now.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-312833"> <h2><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/whats_on_bbc_red_button_17-24.html" rel="bookmark">What's on BBC Red Button 17-24 November</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/whats_on_bbc_red_button_17-24.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/20200610185338/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F11%2Fwhats_on_bbc_red_button_17-24.html&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/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/sorcha_clifford/"> <img class="author_pic" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/e78f9e76094b96daa4053ed7eb00dd32a670cc85.png" width="50" alt="Sorcha Clifford"></a> <span class="vcard author"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/sorcha_clifford/">Sorcha Clifford</a></span> <span class="separator">|</span> <abbr class="published" title="2012-11-17T06:00:00+00:00">06:00 UK time, Saturday, 17 November 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img class="mt-image-center" style="margin: 0 auto 5px;" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/0c4c4d1ea20a8134e8cd1901eb67900e2a23e73e.jpg" alt="What's On Red Button banner" width="595" height="67"><p></p></div> <p></p> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img alt="Rolling_Stones.jpg" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/24d0ba84c7d9743ec95a2a5f23fa9c051f142e39.jpg" width="595" height="335" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;"><p><em>The Rolling Stones ©Rolling Stones Archive</em></p></div> <p><br></p><h2>The Rolling Stones</h2> <p></p> <p>Rock legends <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/music/artists/b071f9fa-14b0-4217-8e97-eb41da73f598">The Rolling Stones</a> are 50 this year and we've got some brilliant extras coming up on the Red Button to celebrate. Speaking to Radio 2's Jo Whiley and Huey Morgan just before their 50th anniversary tour, the band reveal the highs and lows of five decades in rock 'n' roll.</p> <p class="read_more"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/whats_on_bbc_red_button_17-24.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-312817"> <h2><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/dick_and_dom_hoopla_game.html" rel="bookmark">Dick and Dom's Hoopla: Gaming on CBBC</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/dick_and_dom_hoopla_game.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/20200610185338/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F11%2Fdick_and_dom_hoopla_game.html&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/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/bbc_id/" rel="tag" title="">BBC iD</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/cbbc/" rel="tag" title="">CBBC</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/children/" rel="tag" title="">children</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/sophie_bradshaw/"> <img class="author_pic" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/2923f2b01671bee5993e96bbb0ec0639e996503f.png" width="50" alt="Sophie Bradshaw"></a> <span class="vcard author"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/sophie_bradshaw/">Sophie Bradshaw</a></span> <span class="separator">|</span> <abbr class="published" title="2012-11-16T12:00:10+00:00">12:00 UK time, Friday, 16 November 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>Hello I'm Sophie Bradshaw, Technical Project Manager in Future Media Children's. </p> <p>When <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/cbbc">CBBC</a> legends <a href="https://web.archive.org/web/20200610185338/https://en.wikipedia.org/wiki/Dick_and_Dom">Dick and Dom</a> announced that their newest show was going to be a bungalow inspired show taking place in a battered old fairground in Devon, we knew straight away there was a great opportunity for some exciting interactive <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/cbbc">CBBC</a> content. </p> <div class="imgCaptionCenter" style="text-align: center; display: block; "> <img alt="Dick and Dom's Hoopla" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/931d332dfcba03ed7c33c914d18d6380baed9fcd.jpg" width="500" height="333" class="mt-image-center" style="margin: 0 auto 5px;"><p style="width:500px;font-size: 11px; color: rgb(102, 102, 102);margin: 0 auto 20px;">Dick and Dom's Hoopla </p></div> <p>In their latest outing, <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/cbbc/shows/dick-and-doms-hoopla">Dick and Dom's Hoopla</a>, the pair take their version of a carnival to the unsuspecting public. </p> <p>As ringmasters they host a combination of silly and messy games, circus and music acts and some terrifying clowns to create a show full of mystery, silliness and a good helping of grossness all of which we wanted to re-create online. </p> <p>With our interactive offering we wanted to bring our audience closer to the fun and mayhem of the carnival atmosphere. </p> <p>Together with external interactive specialists <a href="https://web.archive.org/web/20200610185338/https://teamcooper.co.uk/">Team Cooper</a> of Sheffield we spent three months in the Dick and Dom mind-set creating a suite of games to take <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/cbbc/games/hoopla-game">the Hoopla experience</a> beyond TV and onto the website. </p> <p class="read_more"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/dick_and_dom_hoopla_game.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-312781"> <h2><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/going_responsive.html" rel="bookmark">Barlesque: Going responsive</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/going_responsive.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/20200610185338/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F11%2Fgoing_responsive.html&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/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/mobile/" rel="tag" title="">mobile</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/dan_forys/"> <img class="author_pic" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/7b7c9e0a1ddc28eb5d2e03b9c150419ae5684457.png" width="50" alt="Dan Forys"></a> <span class="vcard author"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/dan_forys/">Dan Forys</a></span> <span class="separator">|</span> <abbr class="published" title="2012-11-15T12:15:35+00:00">12:15 UK time, Thursday, 15 November 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>Hello I'm Dan Forys a software engineer in the Future Media Platform team. I work in a small team dedicated to front-end frameworks and libraries used by the rest of the BBC. One of those frameworks is <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2010/06/the_ins_and_outs_of_barlesque.html">Barlesque</a>.</p> <p>Ostensibly Barlesque is the header and footer of most BBC web pages. In reality it's a framework providing global templates, styles and modules.</p> <p>It currently provides three main versions - a 'Legacy' version for older pages, a fixed-width desktop version and a mobile version - 'Mobilesque'.</p> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img class="mt-image-center" style="margin: 0 auto 5px;" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/47692fc95983740e64d769c684d6315f8c951c45.jpg" alt="" width="500" height="333"><p style="margin: 0px auto 20px; width: 500px; color: #666666; font-size: 11px;">Mobilesque</p> </div> <p>Today, delivering two different versions of a page for mobile and desktop is not always desirable. There is a development overhead to creating and maintaining two different codebases and users don't want to learn different interfaces on different devices.</p> <p>Also, increasingly there is no clear delineation between what constitutes a mobile device and a desktop device. Supplying a 'desktop' experience with a (normally) higher download weight to a netbook on a train with poor connectivity might be a poor experience, even though it is equipped with a desktop-grade browser.</p> <p>Similarly, a connected TV - whilst not physically mobile - might have poor browser support for a desktop-grade experiences.</p> <p>As a result there are many teams now working on device-agnostic <a href="https://web.archive.org/web/20200610185338/https://blog.responsivenews.co.uk/">responsive products</a> and Barlesque has to work in a similar way.</p> <p>Because Barlesque is the 'glue' that binds the page together with every other team's products we need to be one step ahead to deliver optimal experiences, whatever the device.</p> <p>With this in mind a few months back we started developing a new version of Barlesque - codenamed ORB - or 'One Response Barlesque'. The One Response referring to our goal of having a single, cacheable response that will be quick to load on slow devices and connections.</p> <p class="read_more"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/going_responsive.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-312630"> <h2><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/homepage_carousel_changes.html" rel="bookmark">New carousel for the BBC Homepage</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/homepage_carousel_changes.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/20200610185338/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F11%2Fhomepage_carousel_changes.html&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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/homepage/" rel="tag" title="">Homepage</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/eleni_sharp/"> <img class="author_pic" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/715fc1a1250729e9560773bcd9fb763b3b445345.png" width="50" alt="Eleni Sharp"></a> <span class="vcard author"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/eleni_sharp/">Eleni Sharp</a></span> <span class="separator">|</span> <abbr class="published" title="2012-11-13T09:29:27+00:00">09:29 UK time, Tuesday, 13 November 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "> <img alt="Changes to BBC Homepage carousel high-lighted" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/6c87f50909fe32f110d03a4d5120987b4d1d3c2e.jpg" width="595" height="595" class="mt-image-center" style="margin: 0 auto 5px;"><p style="width:595px;font-size: 11px; color: rgb(102, 102, 102);margin: 0 auto 20px;">Changes to the BBC Homepage highlighted - a new flavour bar and a simplified carousel </p></div> <p>Hello, I'm Eleni Sharp, Product Manager of the <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/">BBC Homepage</a>. </p> <p>I'm delighted to tell you about a development on the <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/homepage/">Homepage</a> which the team and I have been working on and which went live yesterday.</p> <p>We have been developing the following new features to the carousel which takes up the top half of the page. The changes are based on how we can see the audience have been using the page and also what people have told us about the page during audience feedback sessions. </p> <p>From today the Homepage has changed in the following ways:</p> <p>• There's a revised content mix in the carousel</p> <p>• There's a new flavour bar in the middle of the page</p> <p>• <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/news">News</a> and <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/sport/0/">Sport</a> are no longer grouped together </p> <p>• Carousel rotations are no longer dependant on interaction with the flavour bar, hopefully making it easier for people to see more content</p> <p class="read_more"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/homepage_carousel_changes.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-312668"> <h2><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/whats_on_bbc_red_button_comedy_nov.html" rel="bookmark">What's on BBC Red Button 10 November - 17 November</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/whats_on_bbc_red_button_comedy_nov.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/20200610185338/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F11%2Fwhats_on_bbc_red_button_comedy_nov.html&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/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/"> <img class="author_pic" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/54d16f655da6777c38544592d70e21f641fbf819.png" width="50" alt="Tess Foster"></a> <span class="vcard author"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/">Tess Foster</a></span> <span class="separator">|</span> <abbr class="published" title="2012-11-10T06:00:00+00:00">06:00 UK time, Saturday, 10 November 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img class="mt-image-center" style="margin: 0 auto 5px;" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/0c4c4d1ea20a8134e8cd1901eb67900e2a23e73e.jpg" alt="What's On Red Button banner" width="595" height="67"><p></p></div> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img alt="nca_finalists_blog.jpg" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/f55192f404dc01b60ffb7381a87edfec80dba0d6.jpg" width="595" height="335" class="mt- image-center" style="text-align: center; display: block; margin: 0 auto 20px;"><p><em>Six New Comedy Award finalists</em></p></div> <h2>New Comedy Award Live</h2> <p>Who will be crowned the king, or queen, of comedy at this year's New Comedy Awards? Find out on the Red Button as we host the grand final live from Blackpool. From 800 entrants, six funny hopefuls will battle it out, hoping their killer lines will deliver them the New Comedy Award 2012 title.</p><p> </p><p>Host Patrick Kielty will be joined by a comedy panel including Stephen K Amos, who will give their verdict on the performances before handing over to the public vote. Don't miss your chance to get involved - you can vote for your favourite online or by SMS.</p><p> </p><p>Find out more about the <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/programmes/b00z66p7">BBC Radio New Comedy Award here</a>.</p> <p class="read_more"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/whats_on_bbc_red_button_comedy_nov.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-312572"> <h2><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/connected_studio_sport.html" rel="bookmark">Connected Studio Sport brief: my take</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/connected_studio_sport.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/20200610185338/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F11%2Fconnected_studio_sport.html&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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/sport/" rel="tag" title="">BBC Sport</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/matthew_clark/">Matthew Clark</a></span> <span class="separator">|</span> <abbr class="published" title="2012-11-06T10:40:30+00:00">10:40 UK time, Tuesday, 6 November 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img class="mt-image-center" style="margin: 0 auto 5px;" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/68eb7745018e00f66587bc4f370c4f9056d96ec7.png" alt="BBC Sport on many different devices" width="595" height="595"><p style="margin: 0px auto 20px; width: 595px; color: #666666; font-size: 11px;">How can BBC Sport make the best use of new technologies, ever-increasing Internet connectivity, and social media growth, to offer more to audiences?</p> </div> <p>I'm Matthew Clark, Senior Technical Architect for Future Media Sport.</p> <p>As I wrote in my <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/08/building_olympic_website.html">last blog post</a>, it's been a busy year, due to a plethora of new features made in time for this summer's Olympics. With the Games now over, it's time to consider what's next: what is the future of online Sport coverage? How can we make the best use of new technologies, ever-increasing Internet connectivity, and social media growth, to offer more to the BBC's audiences? That's a big question, so it's excellent timing that we have the <a href="https://web.archive.org/web/20200610185338/https://www.bbcconnectedstudio.co.uk/?page_id=5">Sport Connected Studio </a>to help.</p> <p>The BBC Connected Studio programme has its own <a href="https://web.archive.org/web/20200610185338/https://www.bbcconnectedstudio.co.uk/">website</a> with all the details, but here's a summary:</p> <p>Over the course of the year the programme works with ten BBC Online product teams of which BBC Sport is the 6th. You can attend as an individual or a business/organisation, and there's some financial support available for the later stages. (See the <a href="https://web.archive.org/web/20200610185338/https://www.bbcconnectedstudio.co.uk/?page_id=7">FAQ</a> for more.) To give you an idea of Connected Studio's ambition and what has happened so far you can have a look at <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/10/connected_studio_the_first_pil.html">a post from Adrian Woolard</a>, Programme lead on Connected Studio going through all the current pilots.</p> <p>So, on to the brief for Sport. You can view it <a href="https://web.archive.org/web/20200610185338/https://www.bbcconnectedstudio.co.uk/wp-content/uploads/2012/10/Sport_Innovation_brief-final2.pdf">here</a>, but here's my take.</p> <p>We're focusing on live sporting events - moments where major sport events are happening and large numbers of people are following it online. What can be done to make this a more rewarding experience? In particular, we're looking at two scenarios:</p> <p class="read_more"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/connected_studio_sport.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-312520"> <h2><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/olympics_product_development.html" rel="bookmark">Delivering the Digital Olympics: a programme management perspective</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/olympics_product_development.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/20200610185338/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F11%2Folympics_product_development.html&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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/sport/" rel="tag" title="">BBC Sport</a> </p> <p class="flt-l "> <span class="vcard author"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/mark_smith/">Mark Smith</a></span> <span class="separator">|</span> <abbr class="published" title="2012-11-05T09:50:50+00:00">09:50 UK time, Monday, 5 November 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/img/olympics_programme_management.jpg"><img alt="BBC Olympics programme management chart" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/8f8847d1f7d915e8a5f80be3d365cd8e2fe78586.jpg" width="595" height="374" class="mt-image-center" style="margin: 0 auto 5px;"></a><p style="max-width:595px;font-size: 11px; color: rgb(102, 102, 102);margin: 0 auto 20px;">Product releases in the run-up to the Digital Olympics</p></div> <p>The BBC's digital coverage of this summer's London Olympic Games has been widely recognized as a great success, with audience online viewing figures and feedback exceeding expectations, as detailed in <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/cait_oriordan/">Cait O'Riordan</a>'s post <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/08/digital_olympics_reach_stream_stats.html">"The story of the digital Olympics"</a>.</p> <p>Reporting to Cait, as the L2012 programme manager, I was responsible for the delivery of the product development and in this blog, I'll review some of the challenges we faced in delivering this coverage, how they were met by the BBC's Future Media delivery team, the key lessons we learnt along the way and the legacy that remains for the coverage of future major events.</p> <p>This blog post is aimed at project and programme managers, but will be of interest to anyone facing the challenge of managing large software projects.</p> <p><strong>Organisation and Development Approach</strong></p> <p>The complexity of delivering 24 hour live coverage of every event, with up to 24 streams of video, web pages for each of the 30 venues, 204 teams, 10,490 athletes and the results of every event, alongside coverage of the <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/torchrelay">Torch Relay </a>and 2012 cultural events, required a large team of product development staff working alongside key suppliers, over an 18 month period up to the Games.</p> <p>The team had significant experience in 'agile' website development using <a href="https://web.archive.org/web/20200610185338/https://en.wikipedia.org/wiki/Scrum_%28development%29">scrum</a> and <a href="https://web.archive.org/web/20200610185338/https://www.infoq.com/articles/hiranabe-lean-agile-kanban">kanban</a> techniques, but had to define how this would work alongside the more traditional 'waterfall' development with an immovable deadline. We were also working with partners to deliver the new technologies needed to deliver the<a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/08/audio_video_stream_olympics_tech.html"> 2500 hours of video </a>and <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/08/olympic_data_xml_latency.html">data</a> driving the<a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/04/sports_dynamic_semantic.html"> dynamic </a>creation of thousands of web pages, which added to the complexity of coordinating the programme of work.</p> <p class="read_more"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/olympics_product_development.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-312492"> <h2><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/whats_on_bbc_red_button_3rd_no.html" rel="bookmark">What's On BBC Red Button 3rd November - 10th November</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/whats_on_bbc_red_button_3rd_no.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/20200610185338/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F11%2Fwhats_on_bbc_red_button_3rd_no.html&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/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/"> <img class="author_pic" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/54d16f655da6777c38544592d70e21f641fbf819.png" width="50" alt="Tess Foster"></a> <span class="vcard author"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/">Tess Foster</a></span> <span class="separator">|</span> <abbr class="published" title="2012-11-03T06:00:00+00:00">06:00 UK time, Saturday, 3 November 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img class="mt-image-center" style="margin: 0 auto 5px;" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/0c4c4d1ea20a8134e8cd1901eb67900e2a23e73e.jpg" alt="What's On Red Button banner" width="595" height="67"><p></p></div> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img alt="florence.jpg" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/38d46ef6d2389e226e678e1d839bb192767af413.jpg" width="595" height="335" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;"><p><em>Florence + the Machine live in concert</em></p></div> <h2>Radio 2 In Concert: Florence + the Machine</h2> <p>Join us live on the Red Button from the beautiful Rivoli Ballroom in South East London for BBC Radio 2 In Concert with Florence + the Machine on Thursday 8th November. Florence and the band will be performing classic tracks and songs from their latest album <em>Ceremonials</em>, plus talking to Jo Whiley straight after the show. You can also watch at <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/radio2/">bbc.co.uk/radio2</a> or on BBC Big Screens.</p><p> </p><p>Watch highlights of the concert and interview on the Red Button and online from 9pm on Friday 9th November.</p><p> </p><p class="read_more"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/whats_on_bbc_red_button_3rd_no.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="post" id="entry-312510"> <h2><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/developer_platform_lamps_stack.html" rel="bookmark">Developer refreshed</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/developer_platform_lamps_stack.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/20200610185338/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F11%2Fdeveloper_platform_lamps_stack.html&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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/opensource/" rel="tag" title="">open source</a> </p> <p class="flt-l "> <span class="vcard author"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/chris_harrod/">Chris Harrod</a></span> <span class="separator">|</span> <abbr class="published" title="2012-11-02T10:29:07+00:00">10:29 UK time, Friday, 2 November 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img class="mt-image-center" style="margin: 0 auto 5px;" src="/web/20200610185338im_/https://www.bbc.co.uk/staticarchive/d10ad95149b1f4100807c2945ee95c4840fa9d31.jpg" alt="a high level view of the development process" width="595" height="408"><p style="margin: 0px auto 20px; width: 595px; color: #666666; font-size: 11px;">A high level view of the development process</p> </div> <p>Hi, I'm Chris Harrod, and I work within the Online Technology Group of BBC Online.</p> <p>I have been involved in making some improvements to the look, feel and navigation of <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/developer">Developer</a> the website that provides information about how to develop for the BBC. <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/developer">Developer</a> gives you the first steps towards access to the BBC's back end systems, the platform on which much of our online technology is built, and the tools we use to build our web applications and delivery systems.</p> <p>While a lot of people know the BBC web offerings as a place to consume content - sites such as <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/iplayer/">BBC iPlayer</a>, <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/sport/0/">Sport</a> and <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/news/">News</a> - we also encourage some coders to interact directly with our systems. Therefore we have had a number of initiatives such as <a href="https://web.archive.org/web/20200610185338/https://backstage.bbc.co.uk/">Backstage</a>, and the <a href="https://web.archive.org/web/20200610185338/https://www.bbcconnectedstudio.co.uk/">Connected Studio</a>, where developers can use our <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/developer/technology/apis.html">Application Programming Interfaces (APIs)</a> to mash up our content into new and pleasing formats.</p> <p class="read_more"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/developer_platform_lamps_stack.html" rel="bookmark">Read the rest of this entry</a></p> </div> </div> <div class="content-nav"> <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/10/">« October 2012</a> | | <a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/12/">December 2012 »</a> </div> </div> <!--contents ends here--> <!-- sidebar starts here --> <div class="sidebar"> <p class="jump"><a href="#jump_more">Jump to more content from this blog</a></p> <div class="block block-one about"> <div class="wrap1"> <div class="wrap2"> <div class="wrap3"> <div class="title"><h3>About this blog</h3></div> <div class="inner"> Staff from the BBC's online and technology teams talk about BBC Online, BBC iPlayer, and the BBC's digital and mobile services. The blog is reactively moderated. Posts are normally closed for comment after three months. Your host is Eliza Kessler. <div class="cleardiv"><!--clearing--></div> <p style="margin:10px 0 0 0!important">For the latest updates across BBC blogs, <br><a href="https://web.archive.org/web/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/https://www.mediauk.com/article/34387/who-is-grasping-the-opportunity-with-social-media?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+JamesCridlandsBlog+%28James+Cridland%27s+blog%29&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/20200610185338/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/20200610185338/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/20200610185338/https://delicious.com/bbccouk">delicious</a> stream are chosen by Eliza Kessler and Nick Reynolds. Follow <a href="https://web.archive.org/web/20200610185338/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/20200610185338/https://twitter.com/AboutTheBBC">About The BBC</a><br><br><a href="https://web.archive.org/web/20200610185338/https://twitter.com/bbccouk">BBC Internet Blog</a><br><br><a href="https://web.archive.org/web/20200610185338/https://twitter.com/bbcinterntlinks">bbc internet links</a><br><br><a href="https://web.archive.org/web/20200610185338/https://twitter.com/BBCiPlayer">BBC iPlayer</a> <br><br><a href="https://web.archive.org/web/20200610185338/https://twitter.com/BBCRedButton">BBC Red Button</a> <br><br><a href="https://web.archive.org/web/20200610185338/https://twitter.com/bbcblueroom">BBC Blue Room</a> <br><br><a href="https://web.archive.org/web/20200610185338/https://twitter.com/BBCRD">BBC R&D</a><br><br><a href="https://web.archive.org/web/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/aboutthebbc/">About the BBC</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/theeditors/">The Editors at BBC News</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/dna/mbpointsofview/F1951574">Points of View Messageboard</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/radio4/">Radio 4 blog</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/5live/">5 Live blog</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/radio/">BBC Radio blog</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/researchanddevelopment/">BBC Research and Development blog</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/tv/">BBC TV blog</a></li> </ul><ul><li><a href="https://web.archive.org/web/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2013/01/">January 2013 (11)</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/12/">December 2012 (18)</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/">November 2012 (16)</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/10/">October 2012 (12)</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/">September 2012 (14)</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/08/">August 2012 (19)</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/07/">July 2012 (14)</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/06/">June 2012 (21)</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/05/">May 2012 (23)</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/04/">April 2012 (13)</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/2012/03/">March 2012 (19)</a></li> <li><a href="https://web.archive.org/web/20200610185338/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/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/3dtv/">3dtv</a></li> <li class="rank-32"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/accessibility/">accessibility</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/strategy_review/">accountability</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/audiences/">audiences</a></li> <li class="rank-4"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/awards/">awards</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/bbc_academy/">bbc academy</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/bbc_alba/">bbc alba</a></li> <li class="rank-23"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/archive/">bbc archive</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/bbc_id/">bbc id</a></li> <li class="rank-91"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/news/">bbc news</a></li> <li class="rank-191"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/bbconline/">bbc online</a></li> <li class="rank-47"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/sport/">bbc sport</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/bbc_three/">bbc three</a></li> <li class="rank-18"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/bbc_trust/">bbc trust</a></li> <li class="rank-15"><a href="https://web.archive.org/web/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/beta/">beta</a></li> <li class="rank-36"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/blogs/">blogs</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/cbbc/">cbbc</a></li> <li class="rank-16"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/children/">children</a></li> <li class="rank-33"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/iptv/">connected tv</a></li> <li class="rank-19"><a href="https://web.archive.org/web/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/drm/">drm</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/freeview/">freeview</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/freeview_hd/">freeview hd</a></li> <li class="rank-82"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/hdtv/">hdtv</a></li> <li class="rank-44"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/homepage/">homepage</a></li> <li class="rank-154"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/research_and_development/">innovation</a></li> <li class="rank-8"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/ipv6/">internet protocol</a></li> <li class="rank-225"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/iplayer/">iplayer</a></li> <li class="rank-23"><a href="https://web.archive.org/web/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/bbc_learning/">learning</a></li> <li class="rank-7"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/media_literacy/">media literacy</a></li> <li class="rank-108"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/mobile/">mobile</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/moderation/">moderation</a></li> <li class="rank-20"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/music/">music</a></li> <li class="rank-11"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/open_post/">open post</a></li> <li class="rank-23"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/opensource/">open source</a></li> <li class="rank-39"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/openstandards/">open standards</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/podcasts/">podcasts</a></li> <li class="rank-60"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/radio/">radio</a></li> <li class="rank-55"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/audioandmusic/">radio & music</a></li> <li class="rank-10"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/radio_1/">radio 1</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/radio_2/">radio 2</a></li> <li class="rank-4"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/radio_3/">radio 3</a></li> <li class="rank-26"><a href="https://web.archive.org/web/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/red_button/">red button</a></li> <li class="rank-156"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/round_up/">round up</a></li> <li class="rank-20"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/search/">search</a></li> <li class="rank-67"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/social_media/">social</a></li> <li class="rank-24"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/external_relationships/">stakeholders</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/streaming/">streaming</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/tablet/">tablet</a></li> <li class="rank-19"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/television/">television</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/radioplayer/">uk radioplayer</a></li> <li class="rank-50"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/uxd/">user experience & design</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/visualisation/">visualisation</a></li> <li class="rank-13"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/weather/">weather</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20200610185338/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/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/chris_russell/">Chris Russell</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/yasser_rashid/">Yasser Rashid</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/chris_kimber/">Chris Kimber</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/chris_sizemore/">Chris Sizemore</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/andy_quested/">Andy Quested</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/richard_smith/">Richard Smith</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/dave_price/">Dave Price</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/richard_robbins/">Richard Robbins</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/">Tess Foster</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/andrew_pipes/">Andrew Pipes</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/eliza_kessler/">Eliza Kessler</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/james_aslett/">James Aslett</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/lucie_mclean/">Lucie Mclean</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/tom_williams/">Tom Williams</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/sorcha_clifford/">Sorcha Clifford</a></li> <li><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/blogs/bbcinternet/helene_sears/">Helene Sears</a></li> <li><a href="https://web.archive.org/web/20200610185338/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/20200610185338js_/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/20200610185338/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/20200610185338/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/20200610185338/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/20200610185338/https://search.bbc.co.uk/search" accept-charset="utf-8"> <p id="blq-nav-search"> <input type="hidden" name="go" value="toolbar"><input type="hidden" name="uri" value="/blogs/bbcinternet/2012/11/"><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/20200610185338/https://www.bbc.co.uk/news/" hreflang="en-GB">News</a></li> <li id="blq-nav-s"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/sport/" hreflang="en-GB">Sport</a></li> <li id="blq-nav-w"><a href="https://web.archive.org/web/20200610185338/https://www.bbc.co.uk/weather/" hreflang="en-GB">Weather</a></li> <li id="blq-nav-i"> <a href="/web/20200610185338/https://www.bbc.co.uk/iplayer/" hreflang="en-GB">iPlayer</a> </li> <li id="blq-nav-t"><a href="/web/20200610185338/https://www.bbc.co.uk/tv/" hreflang="en-GB">TV</a></li> <li id="blq-nav-r"><a href="/web/20200610185338/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/20200610185338/https://www.bbc.co.uk/cbbc/">CBBC</a></li> <li><a href="/web/20200610185338/https://www.bbc.co.uk/cbeebies/">CBeebies</a></li> <li><a href="/web/20200610185338/https://www.bbc.co.uk/comedy/">Comedy</a></li> <li><a href="/web/20200610185338/https://www.bbc.co.uk/food/">Food</a></li> <li><a href="/web/20200610185338/https://www.bbc.co.uk/history/">History</a></li> </ul><ul class="blq-nav-sub"><li><a href="/web/20200610185338/https://www.bbc.co.uk/learning/">Learning</a></li> <li><a href="/web/20200610185338/https://www.bbc.co.uk/music/">Music</a></li> <li><a href="/web/20200610185338/https://www.bbc.co.uk/science/">Science</a></li> <li><a href="/web/20200610185338/https://www.bbc.co.uk/nature/">Nature</a></li> <li><a href="/web/20200610185338/https://www.bbc.co.uk/local/">Local</a></li> </ul><ul class="blq-nav-sub blq-last"><li><a href="/web/20200610185338/https://www.bbc.co.uk/northernireland/">Northern Ireland</a></li> <li><a href="/web/20200610185338/https://www.bbc.co.uk/scotland/">Scotland</a></li> <li><a href="/web/20200610185338/https://www.bbc.co.uk/wales/">Wales</a></li> <li id="blq-az"><a href="/web/20200610185338/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…</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/20200610185338/https://m.bbc.co.uk/">Mobile site</a></li> <li><a href="/web/20200610185338/https://www.bbc.co.uk/terms/">Terms of Use</a></li> <li><a href="/web/20200610185338/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/20200610185338/https://www.bbc.co.uk/privacy/">Privacy</a></li> <li><a href="/web/20200610185338/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/20200610185338/https://www.bbc.co.uk/privacy/cookies/about">Cookies</a></li> <li><a href="/web/20200610185338/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/20200610185338/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/20200610185338im_/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/20200610185338/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 18:53:38 Jun 10, 2020 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 13:34:52 Nov 28, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.883 exclusion.robots: 0.06 exclusion.robots.policy: 0.044 esindex: 0.017 cdx.remote: 15.385 LoadShardBlock: 1199.246 (3) PetaboxLoader3.resolve: 274.544 (3) PetaboxLoader3.datanode: 985.814 (4) load_resource: 191.387 -->