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/iplayer","20210305081926","https://web.archive.org/","web","/_static/", "1614932366"); </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/20210305081926im_/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-02T14:26+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/20210305081926/https://www.bbc.co.uk/terms/" title="Terms of Use"><link rel="icon" href="https://web.archive.org/web/20210305081926im_/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/20210305081926cs_/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/20210305081926/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/20210305081926/https://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js"}]; } </script><script type="text/javascript" src="https://web.archive.org/web/20210305081926js_/https://node1.bbcimg.co.uk/glow/gloader.0.1.6.js"></script><script type="text/javascript" src="/web/20210305081926js_/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/20210305081926/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/20210305081926/https://id.bbc.co.uk', 'secureServer': 'https://web.archive.org/web/20210305081926/https://id.bbc.co.uk', 'assetVersion': '3.27.2', 'assetPath': 'https://web.archive.org/web/20210305081926/https://static.bbci.co.uk/modules/identity/statusbar/3.27.2/' }; </script><script type="text/javascript" src="/web/20210305081926js_/https://www.bbc.co.uk/staticarchive/1333b9944bd6388f9645c37cab1e3a1d9ac83b90.js"></script><script type="text/javascript" src="/web/20210305081926js_/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/20210305081926/https://ssl.bbc.co.uk/id/signin", 'locale' : "en-GB", 'policyname' : "", 'ptrt' : "https://web.archive.org/web/20210305081926/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/20210305081926/https://static.bbci.co.uk/idapp/0.63.23/modules/idapp/idapp-1'; map['idcta/idcta-1'] = 'https://web.archive.org/web/20210305081926/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\/20210305081926\/https:\/\/talkback.live.bbc.co.uk\/identity"},"pathway":{"name":null,"staticAssetUrl":"https:\/\/web.archive.org\/web\/20210305081926\/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/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/atom.xml"><link rel="alternate" type="application/rss+xml" title="RSS" href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/rss.xml"><!-- Comments Module Static Assets --><link rel="stylesheet" rev="stylesheet" href="/web/20210305081926cs_/https://www.bbc.co.uk/staticarchive/b171f6295dafa594e000486294caf5ef2e356648.css"><script src="/web/20210305081926js_/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/20210305081926cs_/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/20210305081926js_/https://www.bbc.co.uk/guidance/script/js/pg-gb.js?r1112733"></script><script type="text/javascript" src="/web/20210305081926js_/https://www.bbc.co.uk/staticarchive/296b7e9b01b56142aec1bfa4760e2eb86073b802.js"></script><script type="text/javascript" src="/web/20210305081926js_/https://www.bbc.co.uk/staticarchive/880927e055ea2d75cc32254b7274b0e4a04822c2.js"></script><link rel="stylesheet" href="/web/20210305081926cs_/https://www.bbc.co.uk/staticarchive/3c2b27e8596edca82a396f84e4c6a991b49acc9e.css" type="text/css"><link rel="stylesheet" href="/web/20210305081926cs_/https://www.bbc.co.uk/staticarchive/3f22e626d9c302da131c20df3cd9b6fe5bc59b92.css" type="text/css"><script type="text/javascript" src="https://web.archive.org/web/20210305081926js_/https://www.bbc.co.uk/dnaimages/components/commentbox/gloader/commentbox.js"></script><script type="text/javascript" src="https://web.archive.org/web/20210305081926js_/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/20210305081926cs_/https://www.bbc.co.uk/staticarchive/8db1272f67d2a84959a2f118e59c89632f24e33f.css" type="text/css"><!-- /DNA Comments --><link rel="stylesheet" href="/web/20210305081926cs_/https://www.bbc.co.uk/staticarchive/d534b1b19db5dfdf8b37b5f7688cf47788cbbd95.css" type="text/css"><!-- If Opt Out code --><!-- End If Opt Out code --><script type="text/javascript" src="/web/20210305081926js_/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/20210305081926/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/20210305081926js_/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/20210305081926/https://www.bbc.co.uk/" hreflang="en-GB"> <span id="blq-blocks-wrapper"> <span class="blq-home">British Broadcasting Corporation</span><img src="/web/20210305081926im_/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/20210305081926/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/20210305081926im_/https://www.bbc.co.uk/globalresources/mothball-images/bg.jpg) 0 0 repeat-x #fbfbfb; "> <a href="/web/20210305081926/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/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/" title="BBC Internet Blog homepage"> <img src="/web/20210305081926im_/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/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/">» Main</a></div> <h1 class="author_title">iPlayer</h1> <h2 class="author_name">All posts on "BBC Internet Blog" in the category: iPlayer</h2> <ul><li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2013/01/iplayer_christmas_2012.html">Christmas 2012 on BBC iPlayer </a> - <abbr class="published" title="2013-01-02T13:33:10+00:00">13:33 UK time, Wednesday, 2 January 2013</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/12/iplayer_radio_traffic.html">BBC iPlayer Radio: two months on</a> - <abbr class="published" title="2012-12-13T12:30:00+00:00">12:30 UK time, Thursday, 13 December 2012</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/12/android_update.html">Android: An update </a> - <abbr class="published" title="2012-12-12T18:00:34+00:00">18:00 UK time, Wednesday, 12 December 2012</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/iplayer_october_performance.html">BBC iPlayer October Performance</a> - <abbr class="published" title="2012-11-27T09:18:53+00:00">09:18 UK time, Tuesday, 27 November 2012</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/connected_studio_iplayer_brief.html">Connected Studio: BBC iPlayer Brief</a> - <abbr class="published" title="2012-11-26T16:15:55+00:00">16:15 UK time, Monday, 26 November 2012</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/user_experience_and_design_tea.html">User Experience and Design: Developing BBC iPlayer Radio</a> - <abbr class="published" title="2012-11-26T09:45:02+00:00">09:45 UK time, Monday, 26 November 2012</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/10/introducing_bbc_iplayer_radio.html">Introducing BBC iPlayer Radio </a> - <abbr class="published" title="2012-10-08T13:11:30+00:00">13:11 UK time, Monday, 8 October 2012</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/media_player_android_phones_ta.html">New BBC Media Player for Android phones and tablets</a> - <abbr class="published" title="2012-09-19T11:00:42+00:00">11:00 UK time, Wednesday, 19 September 2012</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/iplayer_mobile_downloads.html">Mobile Downloads for BBC iPlayer</a> - <abbr class="published" title="2012-09-04T08:53:12+00:00">08:53 UK time, Tuesday, 4 September 2012</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/08/iplayer_xbox_360_design.html">Designing BBC iPlayer for Xbox 360</a> - <abbr class="published" title="2012-08-29T12:04:55+00:00">12:04 UK time, Wednesday, 29 August 2012</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/08/desktop_bbc_iplayer_flash_play.html">Desktop BBC iPlayer: Flash Player upgrade</a> - <abbr class="published" title="2012-08-17T10:51:10+00:00">10:51 UK time, Friday, 17 August 2012</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/06/bbc_iplayer_live_restart.html">BBC iPlayer: Live Restart</a> - <abbr class="published" title="2012-06-19T14:30:00+00:00">14:30 UK time, Tuesday, 19 June 2012</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/03/bbc_iplayer_xbox_360.html">BBC iPlayer launches on XBox 360</a> - <abbr class="published" title="2012-03-20T08:30:00+00:00">08:30 UK time, Tuesday, 20 March 2012</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/03/iplayer_app_on_iphone_and_ipad.html">iPlayer App on iPhone and iPad: two playout problems fixed</a> - <abbr class="published" title="2012-03-02T17:38:38+00:00">17:38 UK time, Friday, 2 March 2012</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/02/bbc_iplayer_android_update.html">BBC iPlayer Android App Update</a> - <abbr class="published" title="2012-02-27T15:14:37+00:00">15:14 UK time, Monday, 27 February 2012</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/12/strictly_come_dancing_final_3d_1.html">Strictly Come Dancing Final 3D Trial (#2)</a> - <abbr class="published" title="2011-12-19T16:30:00+00:00">16:30 UK time, Monday, 19 December 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/12/iphone_bbc_iplayer_design.html">BBC iPlayer: Designing the iPhone app</a> - <abbr class="published" title="2011-12-16T18:13:07+00:00">18:13 UK time, Friday, 16 December 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/12/iplayer_bbciplayer_iphone_android.html">BBC iPlayer: iPhone app and 3G streaming across all mobile networks</a> - <abbr class="published" title="2011-12-12T12:00:00+00:00">12:00 UK time, Monday, 12 December 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/12/strictly_come_dancing_final_3d.html">Strictly Come Dancing Final 3D Trial</a> - <abbr class="published" title="2011-12-08T18:00:00+00:00">18:00 UK time, Thursday, 8 December 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/08/where_has_bbc_iplayer_gone_on.html">Where has BBC iPlayer gone on the PS3?</a> - <abbr class="published" title="2011-08-26T09:05:26+00:00">09:05 UK time, Friday, 26 August 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/08/july_2011_bbc_iplayer_performa.html"> July 2011 BBC iPlayer Performance Pack</a> - <abbr class="published" title="2011-08-22T12:55:33+00:00">12:55 UK time, Monday, 22 August 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/08/bbc_iplayer_connected_tv.html">New BBC iPlayer for TV</a> - <abbr class="published" title="2011-08-08T10:00:00+00:00">10:00 UK time, Monday, 8 August 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/08/june_2011_iplayer_performance.html">June 2011 iPlayer Performance Pack</a> - <abbr class="published" title="2011-08-02T17:42:32+00:00">17:42 UK time, Tuesday, 2 August 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/07/hd_streaming_for_the_hungarian_grand_prix.html">HD streaming for the Hungarian Grand Prix</a> - <abbr class="published" title="2011-07-29T11:41:27+00:00">11:41 UK time, Friday, 29 July 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/07/bbc_news_and_bbc_iplayer_web_i.html">BBC News and BBC iPlayer web icons arrive on BlackBerry PlayBook</a> - <abbr class="published" title="2011-07-19T14:00:00+00:00">14:00 UK time, Tuesday, 19 July 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/06/iplayer_performance_pack_may_2.html">May 2011 BBC iPlayer Performance Pack</a> - <abbr class="published" title="2011-06-23T21:30:36+00:00">21:30 UK time, Thursday, 23 June 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/06/bbc_online_industry_briefing_e.html">BBC Online Industry Briefing: Evolution of iPlayer</a> - <abbr class="published" title="2011-06-23T14:24:24+00:00">14:24 UK time, Thursday, 23 June 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/06/iplayer_share_tools.html">BBC iPlayer Introduces Share Tools</a> - <abbr class="published" title="2011-06-02T15:45:57+00:00">15:45 UK time, Thursday, 2 June 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/05/april_2011_bbc_iplayer_perform.html">April 2011 BBC iPlayer performance pack</a> - <abbr class="published" title="2011-05-20T12:29:31+00:00">12:29 UK time, Friday, 20 May 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/05/iplayer_desktop_series_record.html">BBC iPlayer Desktop: Series Record launched</a> - <abbr class="published" title="2011-05-19T13:35:02+00:00">13:35 UK time, Thursday, 19 May 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/04/iplayer_march_performance_pack.html">March 2011 BBC iPlayer performance pack</a> - <abbr class="published" title="2011-04-18T08:39:52+00:00">08:39 UK time, Monday, 18 April 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/04/bbc_iplayer_on_tv_update.html">BBC iPlayer on TV in your living room: update</a> - <abbr class="published" title="2011-04-05T15:15:49+00:00">15:15 UK time, Tuesday, 5 April 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/03/fenruary_2011_bbciplayer_perfo.html">February 2011 BBC iPlayer performance pack</a> - <abbr class="published" title="2011-03-16T11:29:41+00:00">11:29 UK time, Wednesday, 16 March 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/02/bbc_iplayer_find_programmes_fr.html">BBC iPlayer: find programmes from other on demand services</a> - <abbr class="published" title="2011-02-17T14:30:01+00:00">14:30 UK time, Thursday, 17 February 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/02/january_2011_bbc_iplayer_month.html">January 2011 BBC iPlayer monthly performance pack</a> - <abbr class="published" title="2011-02-14T08:42:23+00:00">08:42 UK time, Monday, 14 February 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/02/_in_order_to_see.html">Video Demo for new BBC iPlayer Apps</a> - <abbr class="published" title="2011-02-10T14:40:36+00:00">14:40 UK time, Thursday, 10 February 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/02/bbc_iplayer_apps_coming_soon_t.html">BBC iPlayer apps, coming soon to Android and iPad</a> - <abbr class="published" title="2011-02-08T16:15:25+00:00">16:15 UK time, Tuesday, 8 February 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/our_plans_for_online_radio.html">Delivering Quality First: plans for online radio</a> - <abbr class="published" title="2011-01-25T15:39:59+00:00">15:39 UK time, Tuesday, 25 January 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/december_2010_bbc_iplayer_mont.html">December 2010 BBC iPlayer monthly performance pack</a> - <abbr class="published" title="2011-01-18T10:36:14+00:00">10:36 UK time, Tuesday, 18 January 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2011/01/bbc_trust_gives_provisional_vi.html">BBC Trust gives provisional views on syndication of on-demand BBC programmes</a> - <abbr class="published" title="2011-01-13T18:52:20+00:00">18:52 UK time, Thursday, 13 January 2011</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/12/november_bbc_iplayer_monthly_p.html">November BBC iPlayer monthly performance pack</a> - <abbr class="published" title="2010-12-23T10:30:20+00:00">10:30 UK time, Thursday, 23 December 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/11/daniel_danker_on_radio_4s_feedback_programme.html">Daniel Danker's BBC iPlayer interview on Radio 4's Feedback</a> - <abbr class="published" title="2010-11-22T11:06:11+00:00">11:06 UK time, Monday, 22 November 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/11/a-z_programme_list_back_in_bbc.html">A-Z programme list back in BBC iPlayer</a> - <abbr class="published" title="2010-11-19T11:13:22+00:00">11:13 UK time, Friday, 19 November 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/11/shortcut_to_bbc_iplayer_on_mob.html">Shortcut to BBC iPlayer on mobile website available for Blackberry</a> - <abbr class="published" title="2010-11-15T14:56:01+00:00">14:56 UK time, Monday, 15 November 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/11/bbc_iplayer_on_bt_vision_under.html">BBC iPlayer on BT Vision: top line technical details</a> - <abbr class="published" title="2010-11-12T12:00:44+00:00">12:00 UK time, Friday, 12 November 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/11/october_bbc_iplayer_monthly_pe.html">October BBC iPlayer monthly performance pack</a> - <abbr class="published" title="2010-11-12T09:17:16+00:00">09:17 UK time, Friday, 12 November 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/10/bbc_iplayer_-_update_on_your_f.html">BBC iPlayer - update on your feedback</a> - <abbr class="published" title="2010-10-25T15:20:19+00:00">15:20 UK time, Monday, 25 October 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/10/bbc_iplayer_desktop_308.html">BBC iPlayer Desktop 3.0.8 </a> - <abbr class="published" title="2010-10-25T13:32:04+00:00">13:32 UK time, Monday, 25 October 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/10/september_bbc_iplayer_monthly.html">September BBC iPlayer monthly performance pack</a> - <abbr class="published" title="2010-10-18T13:54:53+00:00">13:54 UK time, Monday, 18 October 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/10/round_up_friday_15_october_201.html">Round up: Friday 15 October 2010</a> - <abbr class="published" title="2010-10-15T16:25:47+00:00">16:25 UK time, Friday, 15 October 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/10/round_up_thursday_7_october_20.html">Round Up Thursday 7 October 2010</a> - <abbr class="published" title="2010-10-07T15:36:04+00:00">15:36 UK time, Thursday, 7 October 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/10/bbc_iplayer_pop-out_radio_cons.html">BBC iPlayer Pop-Out Radio Console: new version</a> - <abbr class="published" title="2010-10-01T15:13:41+00:00">15:13 UK time, Friday, 1 October 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/09/some_insights_into_how_people.html">Some insights into how people use BBC iPlayer</a> - <abbr class="published" title="2010-09-24T19:42:00+00:00">19:42 UK time, Friday, 24 September 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/09/august_bbc_iplayer_monthly_per.html">August BBC iPlayer monthly performance pack</a> - <abbr class="published" title="2010-09-24T10:30:00+00:00">10:30 UK time, Friday, 24 September 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/09/round_up_saturday_11_september.html">Round Up Saturday 11 September 2010</a> - <abbr class="published" title="2010-09-11T12:33:56+00:00">12:33 UK time, Saturday, 11 September 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/09/bbc_iplayer_gets_even_better.html">BBC iPlayer gets even better</a> - <abbr class="published" title="2010-09-03T16:15:00+00:00">16:15 UK time, Friday, 3 September 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/09/bbc_iplayer_beta_what_we_did_w.html">BBC iPlayer Beta: What we did with your feedback</a> - <abbr class="published" title="2010-09-03T16:13:00+00:00">16:13 UK time, Friday, 3 September 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/09/bbc_iplayer_coming_to_more_tv.html">BBC iPlayer coming to more TV devices</a> - <abbr class="published" title="2010-09-03T16:10:00+00:00">16:10 UK time, Friday, 3 September 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/09/bbc_iplayer_beta_less_is_more.html">BBC iPlayer Beta: Less is More</a> - <abbr class="published" title="2010-09-01T17:39:00+00:00">17:39 UK time, Wednesday, 1 September 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/08/bbc_iplayer_stats_pack_july_20.html">BBC iPlayer stats pack, July 2010</a> - <abbr class="published" title="2010-08-26T12:43:25+00:00">12:43 UK time, Thursday, 26 August 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/07/bbc_iplayer_on_android_update.html">BBC iPlayer on Android update</a> - <abbr class="published" title="2010-07-12T16:35:00+00:00">16:35 UK time, Monday, 12 July 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/07/round_up_tuesday_6_june_2010.html">Round up: Tuesday 6 July 2010</a> - <abbr class="published" title="2010-07-06T11:30:00+00:00">11:30 UK time, Tuesday, 6 July 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/07/scaling_the_bbc_iplayer_to_han.html">Scaling the BBC iPlayer to handle demand</a> - <abbr class="published" title="2010-07-02T12:30:00+00:00">12:30 UK time, Friday, 2 July 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/06/under_the_bonnet_of_bbc_iplaye.html">Under the bonnet of BBC iPlayer v3</a> - <abbr class="published" title="2010-06-28T15:00:00+00:00">15:00 UK time, Monday, 28 June 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/06/bbc_iplayer_on_mobile_a_new_ve.html">BBC iPlayer on mobile: a new version and Adobe Flash 10.1 streaming on all Android 2.2 phones</a> - <abbr class="published" title="2010-06-23T13:00:00+00:00">13:00 UK time, Wednesday, 23 June 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/06/lso_flash_cookies_and_media_pl.html">LSO ("Flash Cookies") and Media Player </a> - <abbr class="published" title="2010-06-21T12:40:44+00:00">12:40 UK time, Monday, 21 June 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/06/coloured_subtitles_rolling_out.html">Introducing coloured subtitles on BBC iPlayer</a> - <abbr class="published" title="2010-06-18T19:47:49+00:00">19:47 UK time, Friday, 18 June 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/06/bbc_iplayer_on_the_ipad_update.html">BBC iPlayer on the iPad update: live streaming of World Cup</a> - <abbr class="published" title="2010-06-18T16:48:31+00:00">16:48 UK time, Friday, 18 June 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/06/bbc_iplayer_press_pack_for_may.html">BBC iPlayer press pack for May 2010 </a> - <abbr class="published" title="2010-06-16T11:00:03+00:00">11:00 UK time, Wednesday, 16 June 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/06/a_quick_round_up_thursday_10_j.html">A quick round up: Thursday 10 June 2010</a> - <abbr class="published" title="2010-06-10T17:45:00+00:00">17:45 UK time, Thursday, 10 June 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/06/audience_research_and_bbc_ipla.html">Audience research and BBC iPlayer</a> - <abbr class="published" title="2010-06-04T15:30:00+00:00">15:30 UK time, Friday, 4 June 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/06/feedback_on_the_iplayer_beta.html">Your feedback on the iPlayer beta</a> - <abbr class="published" title="2010-06-03T10:40:00+00:00">10:40 UK time, Thursday, 3 June 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/05/bbc_trust_ondemand_syndication.html">BBC Trust On-demand Syndication Consultation</a> - <abbr class="published" title="2010-05-31T15:23:00+00:00">15:23 UK time, Monday, 31 May 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/05/hello_im_james_hewines_the.html">Behind the scenes of BBC iPlayer</a> - <abbr class="published" title="2010-05-28T12:51:00+00:00">12:51 UK time, Friday, 28 May 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/05/bbc_iplayer_on_the_ipad.html">BBC iPlayer on the iPad</a> - <abbr class="published" title="2010-05-27T22:00:00+00:00">22:00 UK time, Thursday, 27 May 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/05/round_up_thursday_27_may_2010.html">Round up, Thursday 27 May 2010: iPlayer Beta</a> - <abbr class="published" title="2010-05-27T15:21:30+00:00">15:21 UK time, Thursday, 27 May 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/05/bbc_iplayer_press_pack_for_apr.html">BBC iPlayer press pack for April 2010</a> - <abbr class="published" title="2010-05-27T14:58:00+00:00">14:58 UK time, Thursday, 27 May 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/05/introducing_the_all_new_bbc_ip.html">Introducing the all new BBC iPlayer (This time it's personal)</a> - <abbr class="published" title="2010-05-26T11:00:00+00:00">11:00 UK time, Wednesday, 26 May 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/04/bbc_iplayer_press_pack_march_2.html">BBC iPlayer press pack March 2010</a> - <abbr class="published" title="2010-04-21T14:10:36+00:00">14:10 UK time, Wednesday, 21 April 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/03/bbc_iplayer_content_protection.html">BBC iPlayer Content Protection Enhancements</a> - <abbr class="published" title="2010-03-05T13:13:38+00:00">13:13 UK time, Friday, 5 March 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/02/bbc_iplayer_press_pack_january.html">BBC iPlayer press pack January 2010</a> - <abbr class="published" title="2010-02-22T10:54:00+00:00">10:54 UK time, Monday, 22 February 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/02/bbc_mobile_apps.html">BBC Mobile Apps: a demo</a> - <abbr class="published" title="2010-02-17T12:20:00+00:00">12:20 UK time, Wednesday, 17 February 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/01/illustrating_the_six_nations_s.html">Illustrating the Six Nations - suggestions please</a> - <abbr class="published" title="2010-01-29T16:22:00+00:00">16:22 UK time, Friday, 29 January 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/01/haiti_sourcing_imagery.html">Haiti: Sourcing imagery</a> - <abbr class="published" title="2010-01-18T17:18:00+00:00">17:18 UK time, Monday, 18 January 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/01/bbc_iplayer_november_and_decem.html">BBC iPlayer: November and December 2009's stats</a> - <abbr class="published" title="2010-01-14T13:47:15+00:00">13:47 UK time, Thursday, 14 January 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2010/01/update_iplayer_on_freesat.html">Update: BBC iPlayer on Freesat</a> - <abbr class="published" title="2010-01-11T13:18:00+00:00">13:18 UK time, Monday, 11 January 2010</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/12/bbc_iplayer_second_birthday_st.html">BBC iPlayer second birthday stats</a> - <abbr class="published" title="2009-12-23T10:29:12+00:00">10:29 UK time, Wednesday, 23 December 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/12/ip_vision.html">BBC Trust and iPlayer syndication</a> - <abbr class="published" title="2009-12-21T15:50:00+00:00">15:50 UK time, Monday, 21 December 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/11/sharing_iplayer_data.html">Sharing iPlayer data</a> - <abbr class="published" title="2009-11-27T17:45:00+00:00">17:45 UK time, Friday, 27 November 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/11/round_up_iplayer_on_freesat.html">Round up: iPlayer on Freesat</a> - <abbr class="published" title="2009-11-26T17:27:00+00:00">17:27 UK time, Thursday, 26 November 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/11/bbc_iplayer_on_wii_some_techni.html">BBC iPlayer on the Wii: technical details</a> - <abbr class="published" title="2009-11-20T09:44:56+00:00">09:44 UK time, Friday, 20 November 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/11/pic_of_the_day_iplayer_on_the.html">Pic of the day: iPlayer on the Wii</a> - <abbr class="published" title="2009-11-18T16:10:00+00:00">16:10 UK time, Wednesday, 18 November 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/11/the_new_iplayer_on_the_nintend.html">The new iPlayer on the Nintendo Wii</a> - <abbr class="published" title="2009-11-13T17:45:00+00:00">17:45 UK time, Friday, 13 November 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/11/erik_huggers_at_c21_this_is_no.html">Erik Huggers at C21: "This is not the BBC entering into Social Networks."</a> - <abbr class="published" title="2009-11-13T10:50:00+00:00">10:50 UK time, Friday, 13 November 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/11/bbc_iplayer_wins_royal_televis.html">BBC iPlayer wins Royal Television Society award</a> - <abbr class="published" title="2009-11-11T11:50:00+00:00">11:50 UK time, Wednesday, 11 November 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/11/round_up_wednesday_4_november.html">Round up: Wednesday 4 November 2009</a> - <abbr class="published" title="2009-11-04T15:24:00+00:00">15:24 UK time, Wednesday, 4 November 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/11/bbc_iplayer_standard_products.html">BBC iPlayer Standard Products on TV Platforms</a> - <abbr class="published" title="2009-11-02T18:23:18+00:00">18:23 UK time, Monday, 2 November 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/10/round_up_tuesday_27_october_20.html">Round up: Tuesday 27 October 2009 </a> - <abbr class="published" title="2009-10-27T11:30:00+00:00">11:30 UK time, Tuesday, 27 October 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/10/round_up_tuesday_20_october_20.html">Round up: Tuesday 20 October 2009</a> - <abbr class="published" title="2009-10-20T15:20:00+00:00">15:20 UK time, Tuesday, 20 October 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/10/where_next_for_the_bbc_iplayer.html">Where next for the BBC iPlayer? </a> - <abbr class="published" title="2009-10-20T14:10:00+00:00">14:10 UK time, Tuesday, 20 October 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/10/bbc_iplayer_gets_more_audio_de.html">BBC iPlayer gets more Audio Description and an Access-IT@Home award</a> - <abbr class="published" title="2009-10-07T12:41:24+00:00">12:41 UK time, Wednesday, 7 October 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/09/were_feeling_pretty_chuffed_th.html">BBC iPlayer: how cool is that?</a> - <abbr class="published" title="2009-09-29T12:17:51+00:00">12:17 UK time, Tuesday, 29 September 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/09/desert_island_discs_comes_to_i.html">Desert Island Discs comes to iPlayer</a> - <abbr class="published" title="2009-09-28T12:18:33+00:00">12:18 UK time, Monday, 28 September 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/09/round_up_thursday_24_september.html">Round Up: Thursday 24 September 2009</a> - <abbr class="published" title="2009-09-24T15:05:11+00:00">15:05 UK time, Thursday, 24 September 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/09/new_version_of_bbc_iplayer_for.html">New version of BBC iPlayer for PS3 now available</a> - <abbr class="published" title="2009-09-07T11:05:52+00:00">11:05 UK time, Monday, 7 September 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/08/improvements_to_bbc_local_radi.html">Improvements to BBC Local Radio online</a> - <abbr class="published" title="2009-08-19T15:30:23+00:00">15:30 UK time, Wednesday, 19 August 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/07/series_catchup_for_radio_4_pro.html">Series catch-up for Radio 4 programmes</a> - <abbr class="published" title="2009-07-13T17:36:58+00:00">17:36 UK time, Monday, 13 July 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/07/bbc_iplayer_now_lets_you_link.html">BBC iPlayer now lets you link directly to your favourite scene in TV programmes</a> - <abbr class="published" title="2009-07-06T18:18:27+00:00">18:18 UK time, Monday, 6 July 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/06/hd_masters_conference_keynote.html">HD Masters Conference Keynote Speech, 23 June 2009</a> - <abbr class="published" title="2009-06-23T13:21:49+00:00">13:21 UK time, Tuesday, 23 June 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/06/better_sound_for_bbc_radio.html">Another exciting new sound for BBC Radio</a> - <abbr class="published" title="2009-06-19T10:30:46+00:00">10:30 UK time, Friday, 19 June 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/06/bbc_iplayer_gets_a_little_more.html">BBC iPlayer gets a little more radio</a> - <abbr class="published" title="2009-06-10T12:09:49+00:00">12:09 UK time, Wednesday, 10 June 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/06/help_and_the_bbc_iplayer_messa.html">Help and the BBC iPlayer messageboard</a> - <abbr class="published" title="2009-06-04T15:14:32+00:00">15:14 UK time, Thursday, 4 June 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/06/pic_of_the_day_bbc_iplayer_tea.html">Pic of the Day: BBC iPlayer team photograph</a> - <abbr class="published" title="2009-06-02T13:57:03+00:00">13:57 UK time, Tuesday, 2 June 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/05/interesting_stuff_20081206_bbc.html">Interesting Stuff 2009-12-05: BBC iPlayer round-up</a> - <abbr class="published" title="2009-05-12T13:30:24+00:00">13:30 UK time, Tuesday, 12 May 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/05/cbeebies_bbciplayer_channel.html">Cbeebies BBC iPlayer Channel</a> - <abbr class="published" title="2009-05-08T16:28:01+00:00">16:28 UK time, Friday, 8 May 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/05/bbc_iplayer_hd_now_on_virgin_m.html">BBC iPlayer HD now on Virgin Media</a> - <abbr class="published" title="2009-05-01T15:17:47+00:00">15:17 UK time, Friday, 1 May 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/04/bbc_iplayer_goes_hd_adds_highe.html">BBC iPlayer goes HD, adds higher quality streams, releases iPlayer Desktop out of Labs</a> - <abbr class="published" title="2009-04-20T16:10:36+00:00">16:10 UK time, Monday, 20 April 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/04/huggers_the_interview.html">Interesting Stuff 2009-0408 - Erik Huggers Ariel Interview</a> - <abbr class="published" title="2009-04-08T13:31:26+00:00">13:31 UK time, Wednesday, 8 April 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/04/bbc_iplayer_now_available_on_a.html">BBC iPlayer now available on a toaster</a> - <abbr class="published" title="2009-04-01T10:44:47+00:00">10:44 UK time, Wednesday, 1 April 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/03/why_no_wire.html">Why no Wire?</a> - <abbr class="published" title="2009-03-31T17:41:44+00:00">17:41 UK time, Tuesday, 31 March 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/03/hitler_scrooge_and_nixon_how_t.html">Hitler, Scrooge and Nixon: How to illustrate the Bogey Man</a> - <abbr class="published" title="2009-03-25T11:16:31+00:00">11:16 UK time, Wednesday, 25 March 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/03/how_do_you_illustrate_the_abse.html">How do you illustrate the absence of God?</a> - <abbr class="published" title="2009-03-12T12:44:31+00:00">12:44 UK time, Thursday, 12 March 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/02/bbc_iplayer_flickr_group.html">BBC iPlayer Flickr group</a> - <abbr class="published" title="2009-02-18T14:06:15+00:00">14:06 UK time, Wednesday, 18 February 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/02/bbc_iplayer_on_virgin_100_mill.html">BBC iPlayer on Virgin: 100 Million Views</a> - <abbr class="published" title="2009-02-13T18:42:24+00:00">18:42 UK time, Friday, 13 February 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/01/bbc_iplayer_changes_to_the_mes.html">BBC iPlayer: Changes to the message board</a> - <abbr class="published" title="2009-01-09T16:47:08+00:00">16:47 UK time, Friday, 9 January 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2009/01/bbc_iplayer_message_board_chan.html">BBC iPlayer Message Board Changes</a> - <abbr class="published" title="2009-01-07T10:36:02+00:00">10:36 UK time, Wednesday, 7 January 2009</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/introducing_iplayer_deskto.html">Introducing BBC iPlayer Desktop for Mac, Linux and PC</a> - <abbr class="published" title="2008-12-19T12:59:24+00:00">12:59 UK time, Friday, 19 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/new_cbbc_iplayer_designed_just.html">New CBBC iPlayer designed just for kids</a> - <abbr class="published" title="2008-12-19T11:53:41+00:00">11:53 UK time, Friday, 19 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/bbc_iplayer_beta_linux_and_mac.html">BBC iPlayer: beta linux and mac downloads</a> - <abbr class="published" title="2008-12-19T09:37:18+00:00">09:37 UK time, Friday, 19 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_developing_the_fro.html">iPlayer Day: Developing the front end</a> - <abbr class="published" title="2008-12-15T16:40:55+00:00">16:40 UK time, Monday, 15 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_the_directors_cut.html">iPlayer Day: The Director's Cut</a> - <abbr class="published" title="2008-12-15T12:31:04+00:00">12:31 UK time, Monday, 15 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_6_pm_close_down_an.html">iPlayer day 7.35 p.m: Close down and coming soon?</a> - <abbr class="published" title="2008-12-12T19:35:15+00:00">19:35 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_the_most_exciting.html">iPlayer Day: The most exciting job of my career</a> - <abbr class="published" title="2008-12-12T19:30:09+00:00">19:30 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_our_favourite_ipla.html">iPlayer Day: Our favourite iPlayer pictures</a> - <abbr class="published" title="2008-12-12T19:25:29+00:00">19:25 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_a_year_under_the_h.html">iPlayer Day: A year under the hood</a> - <abbr class="published" title="2008-12-12T19:20:38+00:00">19:20 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_old_world_meets_ne.html">iPlayer Day: Old world meets new</a> - <abbr class="published" title="2008-12-12T19:11:46+00:00">19:11 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_the_iplayer_pictur.html">iPlayer Day: The iPlayer Picture Desk</a> - <abbr class="published" title="2008-12-12T19:04:27+00:00">19:04 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_jonathan_murphy_on.html">iPlayer Day: Jonathan Murphy on rights</a> - <abbr class="published" title="2008-12-12T16:51:52+00:00">16:51 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_around_the_office.html">iPlayer Day: Around the office</a> - <abbr class="published" title="2008-12-12T16:25:24+00:00">16:25 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_video_troy.html">iPlayer Day: Troy from television</a> - <abbr class="published" title="2008-12-12T16:00:57+00:00">16:00 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_more_of_your_feedb.html">iPlayer Day: More of your feedback</a> - <abbr class="published" title="2008-12-12T15:58:11+00:00">15:58 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_330_pm_darkness_fa.html">iPlayer Day 3.30 p.m: Darkness falls</a> - <abbr class="published" title="2008-12-12T15:40:48+00:00">15:40 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_series_stacking_on.html">iPlayer Day: Series stacking on Virgin Media</a> - <abbr class="published" title="2008-12-12T15:24:17+00:00">15:24 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_introducing_the_au.html">iPlayer Day: Introducing the Audio Services team</a> - <abbr class="published" title="2008-12-12T14:45:21+00:00">14:45 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_iplayer_on_the_wal.html">iPlayer Day: iPlayer on the wall</a> - <abbr class="published" title="2008-12-12T14:30:23+00:00">14:30 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_anthony_rose_on_ip.html">iPlayer Day: Anthony Rose </a> - <abbr class="published" title="2008-12-12T13:54:34+00:00">13:54 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_performance_tricks.html">iPlayer Day: Performance tricks behind the scenes</a> - <abbr class="published" title="2008-12-12T13:25:27+00:00">13:25 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_your_tweets_and_pi.html">iPlayer Day: Your tweets and pics</a> - <abbr class="published" title="2008-12-12T12:44:17+00:00">12:44 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_jon_jacobs_ode_to.html">iPlayer Day: Jon Jacob happy birthday video</a> - <abbr class="published" title="2008-12-12T12:23:49+00:00">12:23 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_10am_the_daily_ipl.html">iPlayer Day: The daily iPlayer service meeting</a> - <abbr class="published" title="2008-12-12T11:40:28+00:00">11:40 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_the_blueeyed_boy.html">iPlayer Day: The blue-eyed boy</a> - <abbr class="published" title="2008-12-12T11:00:00+00:00">11:00 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_bbc_radio_in_iplay.html">iPlayer day: BBC Radio in iPlayer - sounds even better, with more to come</a> - <abbr class="published" title="2008-12-12T10:31:16+00:00">10:31 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_how_to_get_involve.html">iPlayer Day: How to get involved</a> - <abbr class="published" title="2008-12-12T09:40:49+00:00">09:40 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_firing_the_startin.html">iPlayer Day: Firing the starting pistol</a> - <abbr class="published" title="2008-12-12T09:00:28+00:00">09:00 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day.html">iPlayer Day: 8.15 a.m. Updating statistics</a> - <abbr class="published" title="2008-12-12T08:36:52+00:00">08:36 UK time, Friday, 12 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/iplayer_day_update.html">iPlayer Day Update </a> - <abbr class="published" title="2008-12-11T19:16:24+00:00">19:16 UK time, Thursday, 11 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/new_mobile_bbc_iplayer_website.html">BBC iPlayer: New Mobile Website in beta</a> - <abbr class="published" title="2008-12-10T15:31:33+00:00">15:31 UK time, Wednesday, 10 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/availability_of_subtitles_on_b.html">Subtitles on BBC iPlayer Update</a> - <abbr class="published" title="2008-12-09T11:37:01+00:00">11:37 UK time, Tuesday, 9 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/take_part_in_bbc_iplayer_day_t.html">Take part in BBC iPlayer Day this Friday</a> - <abbr class="published" title="2008-12-08T16:35:31+00:00">16:35 UK time, Monday, 8 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/bbc_iplayer_local_radio_integr.html">BBC iPlayer Local Radio Integration</a> - <abbr class="published" title="2008-12-04T14:20:42+00:00">14:20 UK time, Thursday, 4 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/making_bbc_iplayer_local.html">BBC iPlayer Goes Local</a> - <abbr class="published" title="2008-12-02T18:41:42+00:00">18:41 UK time, Tuesday, 2 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/12/whats_on_is_off.html">What's On Is Off</a> - <abbr class="published" title="2008-12-02T11:31:54+00:00">11:31 UK time, Tuesday, 2 December 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/11/bbc_iplayer_bbc_media_player_g.html">BBC iPlayer: Media Player Keyboard Upgrade For Blind Users</a> - <abbr class="published" title="2008-11-27T18:26:48+00:00">18:26 UK time, Thursday, 27 November 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/10/bbc_iplayer_your_queries_answe.html">BBC iPlayer: Your queries answered</a> - <abbr class="published" title="2008-10-28T17:06:29+00:00">17:06 UK time, Tuesday, 28 October 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/10/history_of_the_bbc_redux_proje.html">History of the 'BBC Redux' project</a> - <abbr class="published" title="2008-10-27T13:00:00+00:00">13:00 UK time, Monday, 27 October 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/10/bbc_iplayer_on_wii_new_bigscre.html">BBC iPlayer on Wii: new BigScreen interface</a> - <abbr class="published" title="2008-10-24T09:00:45+00:00">09:00 UK time, Friday, 24 October 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/10/digital_media_anywhere.html">Digital Media Anywhere</a> - <abbr class="published" title="2008-10-13T13:46:02+00:00">13:46 UK time, Monday, 13 October 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/10/bbc_iplayer_on_n95_update.html">BBC iPlayer & N95: Update</a> - <abbr class="published" title="2008-10-10T16:20:45+00:00">16:20 UK time, Friday, 10 October 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/10/bbc_iplayer_goes_portable.html">BBC iPlayer goes portable</a> - <abbr class="published" title="2008-10-08T14:45:00+00:00">14:45 UK time, Wednesday, 8 October 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/09/bbc_radio_on_iphone_your_comme.html">Listen again to BBC Radio shows on the iPhone: Your Comments</a> - <abbr class="published" title="2008-09-26T18:42:07+00:00">18:42 UK time, Friday, 26 September 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/09/series_stacking_on_iplayer.html">BBC iPlayer: series stacking</a> - <abbr class="published" title="2008-09-17T13:00:46+00:00">13:00 UK time, Wednesday, 17 September 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/09/bbc_iplayer_on_nokia_n96_mobil.html">BBC iPlayer on Nokia N96 mobile phone</a> - <abbr class="published" title="2008-09-08T10:45:50+00:00">10:45 UK time, Monday, 8 September 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/08/bbc_iplayer_goes_h264.html">BBC iPlayer Goes H.264</a> - <abbr class="published" title="2008-08-12T16:50:17+00:00">16:50 UK time, Tuesday, 12 August 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/08/bbc_iplayer_radio_transition_f.html">BBC iPlayer Radio: Transition From Listen Again For Blind Users</a> - <abbr class="published" title="2008-08-07T10:46:39+00:00">10:46 UK time, Thursday, 7 August 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/08/bbc_iplayer_meet_the_audience.html">BBC iPlayer: Meet The Audience</a> - <abbr class="published" title="2008-08-05T12:41:29+00:00">12:41 UK time, Tuesday, 5 August 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/08/bbc_iplayer_radio_radio_3_prog.html">BBC iPlayer Radio: Radio 3 Programmes On Listen Again</a> - <abbr class="published" title="2008-08-01T13:56:51+00:00">13:56 UK time, Friday, 1 August 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/08/bbc_iplayer_20_links_roundup.html">BBC iPlayer 2.0: Links Roundup</a> - <abbr class="published" title="2008-08-01T11:34:03+00:00">11:34 UK time, Friday, 1 August 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/07/interesting_stuff_170708_antho.html">Interesting Stuff 17.07.08: Anthony Rose Video Interview</a> - <abbr class="published" title="2008-07-17T10:25:20+00:00">10:25 UK time, Thursday, 17 July 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/07/iplayer_website_redesign.html">BBC iPlayer Website Redesign </a> - <abbr class="published" title="2008-07-02T16:00:04+00:00">16:00 UK time, Wednesday, 2 July 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/06/interesting_stuff_20080630.html">Interesting iPlayer Stuff </a> - <abbr class="published" title="2008-06-30T17:01:50+00:00">17:01 UK time, Monday, 30 June 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/06/bbc_iplayer_beta_round_up.html">iPlayer Beta Round-Up</a> - <abbr class="published" title="2008-06-27T18:02:24+00:00">18:02 UK time, Friday, 27 June 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/06/people_have_been_asking_about.html">iPlayer Radio: Under The Hood</a> - <abbr class="published" title="2008-06-27T13:53:23+00:00">13:53 UK time, Friday, 27 June 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/06/bbc_iplayer_radio.html">BBC iPlayer & Radio</a> - <abbr class="published" title="2008-06-27T11:00:10+00:00">11:00 UK time, Friday, 27 June 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/06/bbc_iplayer_20_promotional_vid.html">BBC iPlayer 2.0: Promotional Video</a> - <abbr class="published" title="2008-06-26T10:32:22+00:00">10:32 UK time, Thursday, 26 June 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/06/bbc_iplayer_20_sneak_preview.html">BBC iPlayer 2.0: Sneak Preview</a> - <abbr class="published" title="2008-06-25T11:54:33+00:00">11:54 UK time, Wednesday, 25 June 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/06/interesting_stuff_20080603.html">Interesting Stuff 2008-06-03</a> - <abbr class="published" title="2008-06-03T17:19:30+00:00">17:19 UK time, Tuesday, 3 June 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/05/im_andrew_strachan_and_im.html">Online Subtitles</a> - <abbr class="published" title="2008-05-23T16:01:37+00:00">16:01 UK time, Friday, 23 May 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/05/iplayer_bafta_on_tour.html">Interesting Stuff 2008-05-19</a> - <abbr class="published" title="2008-05-19T15:49:37+00:00">15:49 UK time, Monday, 19 May 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/05/interesting_stuff_140508.html">Interesting Stuff 14.05.08</a> - <abbr class="published" title="2008-05-14T11:15:39+00:00">11:15 UK time, Wednesday, 14 May 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/05/pic_of_the_day_iplayer_bafta.html">Pic Of The Day: iPlayer Bafta</a> - <abbr class="published" title="2008-05-12T16:45:14+00:00">16:45 UK time, Monday, 12 May 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/05/interesting_stuff_070508.html">Interesting Stuff 07.05.08</a> - <abbr class="published" title="2008-05-07T08:35:41+00:00">08:35 UK time, Wednesday, 7 May 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/04/bbc_iplayer_on_virgin_media.html">BBC iPlayer On Virgin Media TV</a> - <abbr class="published" title="2008-04-30T08:00:00+00:00">08:00 UK time, Wednesday, 30 April 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/04/iplayer_james_murdoch_and_the.html">BBC iPlayer, James Murdoch & The Online TV Marketplace</a> - <abbr class="published" title="2008-04-25T15:55:53+00:00">15:55 UK time, Friday, 25 April 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/04/interesting_stuff_230408.html">Interesting Stuff 23.04.08</a> - <abbr class="published" title="2008-04-23T10:37:03+00:00">10:37 UK time, Wednesday, 23 April 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/04/bbc_iplayer_on_play_station_3_1.html">BBC iPlayer On PlayStation 3? Not Yet</a> - <abbr class="published" title="2008-04-14T12:33:37+00:00">12:33 UK time, Monday, 14 April 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/04/hidden_costs_of_watching_tv_on_2.html">"Hidden Costs Of Watching TV Online": My Response In The Telegraph</a> - <abbr class="published" title="2008-04-10T09:00:41+00:00">09:00 UK time, Thursday, 10 April 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/04/bbc_iplayer_on_wii.html">BBC iPlayer On Wii</a> - <abbr class="published" title="2008-04-09T13:20:16+00:00">13:20 UK time, Wednesday, 9 April 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/04/bbc_iplayer_and_isps_on_today.html">BBC iPlayer & ISPs On Today</a> - <abbr class="published" title="2008-04-09T09:59:36+00:00">09:59 UK time, Wednesday, 9 April 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/04/hidden_costs_of_watching_tv_on.html">"Hidden Costs" Of Watching TV Online?</a> - <abbr class="published" title="2008-04-02T12:57:45+00:00">12:57 UK time, Wednesday, 2 April 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/04/more_penguins.html">More Penguins</a> - <abbr class="published" title="2008-04-02T09:53:11+00:00">09:53 UK time, Wednesday, 2 April 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/03/bbc_iplayer_anthony_rose_inter.html">BBC iPlayer: Anthony Rose Interview</a> - <abbr class="published" title="2008-03-19T10:22:12+00:00">10:22 UK time, Wednesday, 19 March 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/03/bbc_iplayer_on_iphone_update_1.html">BBC iPlayer On iPhone Update</a> - <abbr class="published" title="2008-03-18T12:17:39+00:00">12:17 UK time, Tuesday, 18 March 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/03/bbc_iplayer_on_iphone_reaction_1.html">BBC iPlayer On iPhone: Reaction</a> - <abbr class="published" title="2008-03-11T11:47:15+00:00">11:47 UK time, Tuesday, 11 March 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/03/bbc_iplayer_on_iphone_behind_t.html">BBC iPlayer On iPhone: Behind The Scenes</a> - <abbr class="published" title="2008-03-07T09:55:44+00:00">09:55 UK time, Friday, 7 March 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/02/iplayer_subtitles_and_accessib.html">iPlayer Subtitles And Accessibility</a> - <abbr class="published" title="2008-02-28T12:16:16+00:00">12:16 UK time, Thursday, 28 February 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/02/iplayer_figures_and_feedback.html">iPlayer Figures and Feedback</a> - <abbr class="published" title="2008-02-21T16:34:31+00:00">16:34 UK time, Thursday, 21 February 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/02/pic_of_the_day.html">Pic Of The Day: iPlayer Router</a> - <abbr class="published" title="2008-02-13T13:38:36+00:00">13:38 UK time, Wednesday, 13 February 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/02/iplayer_choices.html">iPlayer Choices</a> - <abbr class="published" title="2008-02-07T13:31:52+00:00">13:31 UK time, Thursday, 7 February 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/01/ip_to_tv_your_comments.html">IP To TV: Your Comments</a> - <abbr class="published" title="2008-01-16T11:34:48+00:00">11:34 UK time, Wednesday, 16 January 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/01/iplayer_launch_first_indicatio.html">iPlayer Launch: First Indications</a> - <abbr class="published" title="2008-01-14T11:25:06+00:00">11:25 UK time, Monday, 14 January 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/01/ip_to_tv_how_1.html">IP To TV: How?</a> - <abbr class="published" title="2008-01-10T15:18:16+00:00">15:18 UK time, Thursday, 10 January 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/01/tv_on_ip_for_2008.html">TV On IP For 2008</a> - <abbr class="published" title="2008-01-10T12:54:24+00:00">12:54 UK time, Thursday, 10 January 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/01/erik_huggers_at_cisco_conferen_1.html">Erik Huggers At Cisco Conference</a> - <abbr class="published" title="2008-01-10T10:06:19+00:00">10:06 UK time, Thursday, 10 January 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/01/iplayer_does_not_require_a_tv_1.html">iPlayer Doesn't Require A TV Licence... Yet</a> - <abbr class="published" title="2008-01-09T15:20:49+00:00">15:20 UK time, Wednesday, 9 January 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/01/a_glimpse_of_the_year_to_come.html">A Glimpse Of The Year To Come</a> - <abbr class="published" title="2008-01-09T12:42:43+00:00">12:42 UK time, Wednesday, 9 January 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2008/01/missed_links.html">Missed Links</a> - <abbr class="published" title="2008-01-03T21:25:08+00:00">21:25 UK time, Thursday, 3 January 2008</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2007/12/podcast_interview_with_anthony.html">Podcast Interview: Anthony Rose</a> - <abbr class="published" title="2007-12-14T10:23:02+00:00">10:23 UK time, Friday, 14 December 2007</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2007/11/iplayer_and_kangaroo_1.html">iPlayer and Kangaroo</a> - <abbr class="published" title="2007-11-27T14:39:06+00:00">14:39 UK time, Tuesday, 27 November 2007</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2007/11/groklaw_interview.html">Groklaw Interview</a> - <abbr class="published" title="2007-11-19T10:07:05+00:00">10:07 UK time, Monday, 19 November 2007</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2007/11/a_tale_of_two_conferences_mona.html">A Tale of Two Conferences</a> - <abbr class="published" title="2007-11-15T15:08:09+00:00">15:08 UK time, Thursday, 15 November 2007</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2007/11/open_source_consortium_meeting_1.html">Open Source Consortium Meeting/Backstage Podcast</a> - <abbr class="published" title="2007-11-14T10:35:36+00:00">10:35 UK time, Wednesday, 14 November 2007</abbr></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2007/10/iplayer_and_drm_podcast_and_in.html">iPlayer/DRM Podcast & Interview</a> - <abbr class="published" title="2007-10-31T16:29:41+00:00">16:29 UK time, Wednesday, 31 October 2007</abbr></li> </ul></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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/https://delicious.com/bbccouk">delicious</a> stream are chosen by Eliza Kessler and Nick Reynolds. Follow <a href="https://web.archive.org/web/20210305081926/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/20210305081926/https://twitter.com/AboutTheBBC">About The BBC</a><br><br><a href="https://web.archive.org/web/20210305081926/https://twitter.com/bbccouk">BBC Internet Blog</a><br><br><a href="https://web.archive.org/web/20210305081926/https://twitter.com/bbcinterntlinks">bbc internet links</a><br><br><a href="https://web.archive.org/web/20210305081926/https://twitter.com/BBCiPlayer">BBC iPlayer</a> <br><br><a href="https://web.archive.org/web/20210305081926/https://twitter.com/BBCRedButton">BBC Red Button</a> <br><br><a href="https://web.archive.org/web/20210305081926/https://twitter.com/bbcblueroom">BBC Blue Room</a> <br><br><a href="https://web.archive.org/web/20210305081926/https://twitter.com/BBCRD">BBC R&D</a><br><br><a href="https://web.archive.org/web/20210305081926/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/20210305081926/https://www.bbc.co.uk/blogs/aboutthebbc/">About the BBC</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/theeditors/">The Editors at BBC News</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/dna/mbpointsofview/F1951574">Points of View Messageboard</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/radio4/">Radio 4 blog</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/5live/">5 Live blog</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/radio/">BBC Radio blog</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/researchanddevelopment/">BBC Research and Development blog</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/tv/">BBC TV blog</a></li> </ul><ul><li><a href="https://web.archive.org/web/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2013/01/">January 2013 (11)</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/12/">December 2012 (18)</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/">November 2012 (16)</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/10/">October 2012 (12)</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/">September 2012 (14)</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/08/">August 2012 (19)</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/07/">July 2012 (14)</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/06/">June 2012 (21)</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/05/">May 2012 (23)</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/04/">April 2012 (13)</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/2012/03/">March 2012 (19)</a></li> <li><a href="https://web.archive.org/web/20210305081926/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/20210305081926/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/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/3dtv/">3dtv</a></li> <li class="rank-32"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/accessibility/">accessibility</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/strategy_review/">accountability</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/audiences/">audiences</a></li> <li class="rank-4"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/awards/">awards</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/bbc_academy/">bbc academy</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/bbc_alba/">bbc alba</a></li> <li class="rank-23"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/archive/">bbc archive</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20210305081926/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/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/bbc_id/">bbc id</a></li> <li class="rank-91"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/news/">bbc news</a></li> <li class="rank-191"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/bbconline/">bbc online</a></li> <li class="rank-47"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/sport/">bbc sport</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/bbc_three/">bbc three</a></li> <li class="rank-18"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/bbc_trust/">bbc trust</a></li> <li class="rank-15"><a href="https://web.archive.org/web/20210305081926/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/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/beta/">beta</a></li> <li class="rank-36"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/blogs/">blogs</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/cbbc/">cbbc</a></li> <li class="rank-16"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/children/">children</a></li> <li class="rank-33"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/iptv/">connected tv</a></li> <li class="rank-19"><a href="https://web.archive.org/web/20210305081926/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/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/drm/">drm</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/freeview/">freeview</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/freeview_hd/">freeview hd</a></li> <li class="rank-82"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/hdtv/">hdtv</a></li> <li class="rank-44"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/homepage/">homepage</a></li> <li class="rank-154"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/research_and_development/">innovation</a></li> <li class="rank-8"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/ipv6/">internet protocol</a></li> <li class="rank-225"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/iplayer/">iplayer</a></li> <li class="rank-23"><a href="https://web.archive.org/web/20210305081926/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/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/bbc_learning/">learning</a></li> <li class="rank-7"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/media_literacy/">media literacy</a></li> <li class="rank-108"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/mobile/">mobile</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/moderation/">moderation</a></li> <li class="rank-20"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/music/">music</a></li> <li class="rank-11"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/open_post/">open post</a></li> <li class="rank-23"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/opensource/">open source</a></li> <li class="rank-39"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/openstandards/">open standards</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/podcasts/">podcasts</a></li> <li class="rank-60"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/radio/">radio</a></li> <li class="rank-55"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/audioandmusic/">radio & music</a></li> <li class="rank-10"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/radio_1/">radio 1</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/radio_2/">radio 2</a></li> <li class="rank-4"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/radio_3/">radio 3</a></li> <li class="rank-26"><a href="https://web.archive.org/web/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/red_button/">red button</a></li> <li class="rank-156"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/round_up/">round up</a></li> <li class="rank-20"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/search/">search</a></li> <li class="rank-67"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/social_media/">social</a></li> <li class="rank-24"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/external_relationships/">stakeholders</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/streaming/">streaming</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/tablet/">tablet</a></li> <li class="rank-19"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/television/">television</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/radioplayer/">uk radioplayer</a></li> <li class="rank-50"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/uxd/">user experience & design</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/visualisation/">visualisation</a></li> <li class="rank-13"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/weather/">weather</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20210305081926/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/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/chris_russell/">Chris Russell</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/yasser_rashid/">Yasser Rashid</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/chris_kimber/">Chris Kimber</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/chris_sizemore/">Chris Sizemore</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/andy_quested/">Andy Quested</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/richard_smith/">Richard Smith</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/dave_price/">Dave Price</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/richard_robbins/">Richard Robbins</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/">Tess Foster</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/andrew_pipes/">Andrew Pipes</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/eliza_kessler/">Eliza Kessler</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/james_aslett/">James Aslett</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/lucie_mclean/">Lucie Mclean</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/tom_williams/">Tom Williams</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/sorcha_clifford/">Sorcha Clifford</a></li> <li><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/blogs/bbcinternet/helene_sears/">Helene Sears</a></li> <li><a href="https://web.archive.org/web/20210305081926/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/20210305081926js_/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/20210305081926/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/20210305081926/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/20210305081926/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/20210305081926/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/iplayer/"><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/20210305081926/https://www.bbc.co.uk/news/" hreflang="en-GB">News</a></li> <li id="blq-nav-s"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/sport/" hreflang="en-GB">Sport</a></li> <li id="blq-nav-w"><a href="https://web.archive.org/web/20210305081926/https://www.bbc.co.uk/weather/" hreflang="en-GB">Weather</a></li> <li id="blq-nav-i"> <a href="/web/20210305081926/https://www.bbc.co.uk/iplayer/" hreflang="en-GB">iPlayer</a> </li> <li id="blq-nav-t"><a href="/web/20210305081926/https://www.bbc.co.uk/tv/" hreflang="en-GB">TV</a></li> <li id="blq-nav-r"><a href="/web/20210305081926/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/20210305081926/https://www.bbc.co.uk/cbbc/">CBBC</a></li> <li><a href="/web/20210305081926/https://www.bbc.co.uk/cbeebies/">CBeebies</a></li> <li><a href="/web/20210305081926/https://www.bbc.co.uk/comedy/">Comedy</a></li> <li><a href="/web/20210305081926/https://www.bbc.co.uk/food/">Food</a></li> <li><a href="/web/20210305081926/https://www.bbc.co.uk/history/">History</a></li> </ul><ul class="blq-nav-sub"><li><a href="/web/20210305081926/https://www.bbc.co.uk/learning/">Learning</a></li> <li><a href="/web/20210305081926/https://www.bbc.co.uk/music/">Music</a></li> <li><a href="/web/20210305081926/https://www.bbc.co.uk/science/">Science</a></li> <li><a href="/web/20210305081926/https://www.bbc.co.uk/nature/">Nature</a></li> <li><a href="/web/20210305081926/https://www.bbc.co.uk/local/">Local</a></li> </ul><ul class="blq-nav-sub blq-last"><li><a href="/web/20210305081926/https://www.bbc.co.uk/northernireland/">Northern Ireland</a></li> <li><a href="/web/20210305081926/https://www.bbc.co.uk/scotland/">Scotland</a></li> <li><a href="/web/20210305081926/https://www.bbc.co.uk/wales/">Wales</a></li> <li id="blq-az"><a href="/web/20210305081926/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/20210305081926/https://m.bbc.co.uk/">Mobile site</a></li> <li><a href="/web/20210305081926/https://www.bbc.co.uk/terms/">Terms of Use</a></li> <li><a href="/web/20210305081926/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/20210305081926/https://www.bbc.co.uk/privacy/">Privacy</a></li> <li><a href="/web/20210305081926/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/20210305081926/https://www.bbc.co.uk/privacy/cookies/about">Cookies</a></li> <li><a href="/web/20210305081926/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/20210305081926/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/20210305081926im_/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/20210305081926/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 08:19:26 Mar 05, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 02:42:03 Dec 03, 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.65 exclusion.robots: 0.035 exclusion.robots.policy: 0.022 esindex: 0.015 cdx.remote: 6.403 LoadShardBlock: 150.383 (3) PetaboxLoader3.resolve: 125.939 (4) PetaboxLoader3.datanode: 102.684 (4) load_resource: 105.933 -->