CINXE.COM

BBC - The Editors

<!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/theeditors","20201109011519","https://web.archive.org/","web","/_static/", "1604884519"); </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 - The Editors</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/20201109011519im_/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="The Editors, a blog where we, editors from across BBC News, will share our dilemmas and issues.."><meta name="keywords" content="BBC, News, Blog, 'BBC News', editors, accountability, transparency"><!-- no promo --><meta name="DCTERMS.created" content="2009-01-27T12:00:00Z"><meta name="DCTERMS.modified" content="2013-04-18T17:39+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/20201109011519/https://www.bbc.co.uk/terms/" title="Terms of Use"><link rel="icon" href="https://web.archive.org/web/20201109011519im_/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/20201109011519cs_/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/20201109011519/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/20201109011519/https://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js"}]; } </script><script type="text/javascript" src="https://web.archive.org/web/20201109011519js_/https://node1.bbcimg.co.uk/glow/gloader.0.1.6.js"></script><script type="text/javascript" src="/web/20201109011519js_/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/20201109011519/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/20201109011519/https://id.bbc.co.uk', 'secureServer': 'https://web.archive.org/web/20201109011519/https://id.bbc.co.uk', 'assetVersion': '3.27.2', 'assetPath': 'https://web.archive.org/web/20201109011519/https://static.bbci.co.uk/modules/identity/statusbar/3.27.2/' }; </script><script type="text/javascript" src="/web/20201109011519js_/https://www.bbc.co.uk/staticarchive/1333b9944bd6388f9645c37cab1e3a1d9ac83b90.js"></script><script type="text/javascript" src="/web/20201109011519js_/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/20201109011519/https://ssl.bbc.co.uk/id/signin", 'locale' : "en-GB", 'policyname' : "", 'ptrt' : "https://web.archive.org/web/20201109011519/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/20201109011519/https://static.bbci.co.uk/idapp/0.63.23/modules/idapp/idapp-1'; map['idcta/idcta-1'] = 'https://web.archive.org/web/20201109011519/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\/20201109011519\/https:\/\/talkback.live.bbc.co.uk\/identity"},"pathway":{"name":null,"staticAssetUrl":"https:\/\/web.archive.org\/web\/20201109011519\/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/20201109011519/https://www.bbc.co.uk/blogs/theeditors/atom.xml"><link rel="alternate" type="application/rss+xml" title="RSS" href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/rss.xml"><!-- Comments Module Static Assets --><link rel="stylesheet" rev="stylesheet" href="/web/20201109011519cs_/https://www.bbc.co.uk/staticarchive/b171f6295dafa594e000486294caf5ef2e356648.css"><script src="/web/20201109011519js_/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/20201109011519cs_/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/20201109011519js_/https://www.bbc.co.uk/guidance/script/js/pg-gb.js?r1112733"></script><script type="text/javascript" src="/web/20201109011519js_/https://www.bbc.co.uk/staticarchive/296b7e9b01b56142aec1bfa4760e2eb86073b802.js"></script><script type="text/javascript" src="/web/20201109011519js_/https://www.bbc.co.uk/staticarchive/880927e055ea2d75cc32254b7274b0e4a04822c2.js"></script><link rel="stylesheet" href="/web/20201109011519cs_/https://www.bbc.co.uk/staticarchive/3c2b27e8596edca82a396f84e4c6a991b49acc9e.css" type="text/css"><link rel="stylesheet" href="/web/20201109011519cs_/https://www.bbc.co.uk/staticarchive/3f22e626d9c302da131c20df3cd9b6fe5bc59b92.css" type="text/css"><script type="text/javascript" src="https://web.archive.org/web/20201109011519js_/https://www.bbc.co.uk/dnaimages/components/commentbox/gloader/commentbox.js"></script><script type="text/javascript" src="https://web.archive.org/web/20201109011519js_/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/20201109011519cs_/https://www.bbc.co.uk/staticarchive/8db1272f67d2a84959a2f118e59c89632f24e33f.css" type="text/css"><!-- /DNA Comments --><link rel="stylesheet" href="/web/20201109011519cs_/https://www.bbc.co.uk/staticarchive/1785ce3be44aed0f52c9a46e31f199aaa1607382.css" type="text/css"><!-- If Opt Out code --><!-- End If Opt Out code --><script type="text/javascript" src="/web/20201109011519js_/https://www.bbc.co.uk/staticarchive/83f5bedfaaaae12a1220a872db0629fb6b14a507.js"></script></head><body class="red blogs the-editors"> <script type="text/javascript">/*<![CDATA[*/ bbcFlagpoles_istats = 'ON'; istatsTrackingUrl = '//web.archive.org/web/20201109011519/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/20201109011519js_/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/20201109011519/https://www.bbc.co.uk/" hreflang="en-GB"> <span id="blq-blocks-wrapper"> <span class="blq-home">British Broadcasting Corporation</span><img src="/web/20201109011519im_/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/20201109011519/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li> </ul></div> <div id="archived-mothball-message" style=" background:url(/web/20201109011519im_/https://www.bbc.co.uk/globalresources/mothball-images/bg.jpg) 0 0 repeat-x #fbfbfb; "> <a href="/web/20201109011519/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-main" class="blq-clearfix"> <div id="blq-content"> <div id="image"> <img src="/web/20201109011519im_/https://www.bbc.co.uk/staticarchive/598c4a49ca0d35338ea37fea80d5ef396a4ae300.gif" alt="BBC BLOGS - The Editors" usemap="#newsblog"><map name="newsblog"><area shape="rect" coords="0,0,160,67" href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/"><area shape="rect" coords="160,0,974,67" href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/"></map></div> <!--main content starts here--> <div id="content"> <div class="main content"> <!--contents starts here--> <div class="content-left"> <div class="post" id="entry-314597"> <h2><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/04/a_new_look_1.html" rel="bookmark">The Editors' blog is moving</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20201109011519/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Ftheeditors%2F2013%2F04%2Fa_new_look_1.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/bbc_news/" rel="tag" title="">BBC News</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/host/"> <img class="author_pic" src="/web/20201109011519im_/https://www.bbc.co.uk/staticarchive/4b954672ad51b8a7021820a7ea2e867a72462b4e.png" width="50" alt="Host"></a> <span class="vcard author"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/host/">Host</a></span> <span class="separator">|</span> <abbr class="published" title="2013-04-18T14:00:42+00:00">14:00 UK time, Thursday, 18 April 2013</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>As of Thursday, the Editors' blog will move to a <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/blogs/the_editors/">different address</a> on the BBC News website.</p> <p>While this page will no longer be updated, it will stay here for reference. </p> </div> </div> <div class="post" id="entry-314507"> <h2><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/04/the_great_british_class_calcul.html" rel="bookmark">The Great British class calculator </a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/04/the_great_british_class_calcul.html" title="Comments made about this entry." rel="comments">Comments (14) </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20201109011519/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Ftheeditors%2F2013%2F04%2Fthe_great_british_class_calcul.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/bbc_news/" rel="tag" title="">BBC News</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/steve_herrmann/"> <img class="author_pic" src="/web/20201109011519im_/https://www.bbc.co.uk/staticarchive/4ef61f69eaaa2a91b4d5bd79f0482bed414cd235.png" width="50" alt="Steve Herrmann"></a> <span class="vcard author"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/steve_herrmann/">Steve Herrmann</a></span> <span class="separator">|</span> <abbr class="published" title="2013-04-05T16:53:45+00:00">16:53 UK time, Friday, 5 April 2013</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>We've had a huge response to our <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/magazine-22000973">class calculator</a> this week, particularly across social media, following a <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/uk-22007058">major survey</a> by BBC Lab UK. The survey suggests that traditional categories of working, middle and upper class are outdated and we all fit in to one of seven new classes. <br><br> The class calculator - which lets you work out where you might fit in amongst the new categories - has attracted about six million page views on the BBC News site, making it the second most popular article of 2013 to date. (The most viewed article this year has been the helicopter crash in Vauxhall in January.) Nearly 1.9 million of those views have come from those of you accessing the site on mobiles and tablets.<br><br> But one thing that really stands out is how widely the story has been shared across social media, with more than 300,000 shares so far. More than a quarter of links to the calculator have come from social networking sites. </p> <p>More than half a million referrals came from Facebook alone, and about 107,000 from Twitter. This is a much higher number than we usually see shared across social media. If you compare the class calculator with the other top stories of the week, usually about 5% of known referrals come from social media sites.<br><br> So why has it proven so popular with our audience? Michael Orwell, a producer at <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/labuk/">BBC Lab UK</a>, worked closely on the survey and said one of the best things about the project was that the audience contributed to <a href="https://web.archive.org/web/20201109011519/https://ssl.bbc.co.uk/labuk/experiments/class/">new research with top academics</a>. </p> <p>The calculator itself, produced by the BBC News Visual Journalism team in collaboration with BBC Knowledge and Learning, lets everyone engage with the new model and discover where they might fit in.</p> <p><em>Steve Herrmann is editor of the <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/">BBC News website</a>.</em></p> </div> </div> <div class="post" id="entry-314461"> <h2><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/04/iphone_and_ipad_app_update.html" rel="bookmark">iPhone and iPad app update</a></h2> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/04/iphone_and_ipad_app_update.html" title="Comments made about this entry." rel="comments">Comments (42) </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20201109011519/https://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Ftheeditors%2F2013%2F04%2Fiphone_and_ipad_app_update.html&amp;appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p class="categories">Post categories: <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/bbc_news/" rel="tag" title="">BBC News</a> </p> <p class="flt-l user-pic"> <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/steve_herrmann/"> <img class="author_pic" src="/web/20201109011519im_/https://www.bbc.co.uk/staticarchive/4ef61f69eaaa2a91b4d5bd79f0482bed414cd235.png" width="50" alt="Steve Herrmann"></a> <span class="vcard author"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/steve_herrmann/">Steve Herrmann</a></span> <span class="separator">|</span> <abbr class="published" title="2013-04-02T11:35:15+00:00">11:35 UK time, Tuesday, 2 April 2013</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "> <img alt="Screenshots of the iPad and iPhone apps" src="/web/20201109011519im_/https://www.bbc.co.uk/staticarchive/ecdcf114cc6e520be92382ba8b3208eab728bd86.jpg" width="502" height="260" class="mt-image-center" style="margin: 0 auto 5px;"><p style="width:502px;font-size: 11px; color: rgb(102, 102, 102);margin: 0 auto 20px;"> </p></div> On Tuesday we are releasing an update to the BBC News iPhone and iPad app in the UK designed to make the app faster and more stable, with bigger, better quality images on the home screen. <p><br> We are busy doing some research and thinking at the moment about what people are looking for in our News apps in the longer term, but we thought that in the meantime, it was important to fix one or two bugs affecting some users of the existing app and to make it a better, slicker experience overall. </p> <p>We want to make sure the current app remains a great way to get a quick overview of the top stories across a wide range of subjects, easy-to-scan on a mobile and, once the stories have loaded, handy to read offline too.</p> <p>So, it will now be quicker to start up the app and to update it, and it should feel smoother and faster as you scroll and swipe through the screens and stories. </p> <p>The larger homescreen images we've introduced serve two purposes: <br></p><ul><li>first, you can see what's in them more clearly and there's more room for the headline</li><li>second, their positioning makes it clearer that you can scroll horizontally in each news category to reveal more stories (we noticed that in user testing some people assumed there were only three stories a section).</li></ul><p>There is a new layout on iPad when you view the home screen in portrait mode - designed to show more headlines and make it easier to find the stories you're interested in.</p> <p>Among the bugs that we've fixed is an issue that sometimes caused the app to get stuck when updating, and another where you sometimes saw duplicate stories within a single news category.</p> <p>For our product team, these improvements required a fairly major reworking of the app's code. The good news is that they are now working from a more stable base which can be built on with new features and functionality. This revising of our code is something we've already done with our Android app, so we'll now be able to release upgrades simultaneously on both iOS and Android, which are by far the largest mobile platforms for us in terms of users. This latest update is already available internationally.<br><br> If you're a user of the app, or decide to try it out, we hope you'll like the improvements we've made. And as we think about our apps generally and plan our next steps, we'd like to hear about what you'd most like to see in future. </p> <p><em>Steve Herrmann is editor of the <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/">BBC News website</a>.</em></p> </div> </div> </div> <!--contents ends here--> <!-- sidebar starts here --> <div class="sidebar"> <p class="jump"><a href="#jump_more">Jump to more content from this blog</a></p> <div class="block block-one about"> <div class="wrap1"> <div class="wrap2"> <div class="wrap3"> <div class="title"><h3>About this blog</h3></div> <div class="inner"> Welcome to The Editors, a site where we, editors from across BBC News, will share our dilemmas and issues. <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2006/05/welcome_to_the_editors.html" title="Tips on taking part">Here are tips on taking part</a>, but to join in, all you need do is add a comment. <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/20201109011519/https://www.bbc.co.uk/blogs">visit the Blogs homepage</a>.</p> <div class="cleardiv"><!--clearing--></div> <p style="margin:10px 0 0 0!important"> <br><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/editorialguidelines/">You can find details of the BBC’s Editorial Guidelines here</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 The Editors</h3></div> <div class="inner"> <p>You can stay up to date with The Editors via these feeds.</p> <p class="rss_link first"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/rss.xml">The Editors Feed</a><span>(RSS)</span></p> <p class="rss_link"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/atom.xml">The Editors 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/20201109011519/https://news.bbc.co.uk/1/hi/help/3223484.stm">our beginner's guide to RSS</a> useful.</p> </div> </div> </div> </div> </div> <!-- Block one starts --> <div class="block block-one news"> <div class="wrap1"> <div class="wrap2"> <div class="wrap3"> <div class="title"><h3>Elsewhere at the BBC</h3></div> <div class="inner"> <a href="https://web.archive.org/web/20201109011519/https://news.bbc.co.uk/newswatch/ukfs/hi/"><img alt="budget2009" src="/web/20201109011519im_/https://www.bbc.co.uk/staticarchive/9a2d7ab91796fdc71df336ceaa4d1a781a8700ba.gif" width="277" height="58"></a><br><p><a href="https://web.archive.org/web/20201109011519/https://news.bbc.co.uk/newswatch/ukfs/hi/">Newswatch: Click here to watch and take part in the Newswatch programme</a></p><ul class="sidebar-list"><li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/bbcinternet/">BBC Internet Blog</a></li><li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/aboutthebbc/">About the BBC blog</a></li><li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/radio4/">Radio 4 blog</a></li><li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/5live/">5 live blog</a></li><li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/tv/">TV Blog</a></li></ul></div> </div> </div> </div> </div> <!-- Block one ends --> <!-- Block one starts --> <div class="block block-one news"> <div class="wrap1"> <div class="wrap2"> <div class="wrap3"> <div class="title"><h3>Other news blogs</h3></div> <div class="inner"> <div id="about"><ul><li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors">News Editors</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/sporteditors">Sport Editors</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/journalismlabs/">Journalism Labs</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/bbcinternet/">BBC Internet Blog</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/radio4/">Radio 4 Blog</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/robertpeston/">Peston's Picks</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/nickrobinson/">Nick Robinson's Newslog</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/stephanieflanders/">Stephanomics</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/markeaston/">Mark Easton's UK</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/markmardell/">Mark Mardell's America</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/nickbryant/">Nick Bryant's Australia</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/andrewharding/">Andrew Harding on Africa</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/gavinhewitt/">Gavin Hewitt's Europe</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/soutikbiswas/">Soutik Biswas' India</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/rorycellanjones/">dot.Rory</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/jonathanamos/">Science: Jonathan Amos</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/richardblack/">Richard Black on environment</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/tomfeilden/">Today: Tom Feilden</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/ferguswalsh/">Fergus Walsh's medical files</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/paulmason/">Newsnight: Paul Mason</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/markurban/">Newsnight: Mark Urban</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/torindouglas/">Torin Douglas</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/willgompertz/">Will Gompertz's arts</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/philcoomes/">Phil Coomes on photojournalism</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/magazinemonitor">Magazine Monitor</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/markdarcy/">Mark D'Arcy in Westminster</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/markdevenport/">NI: Mark Devenport</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/briantaylor/">Scotland: Brian Taylor</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/douglasfraser/">Scotland: Douglas Fraser</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/betsanpowys/">Wales: Betsan Powys</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/news/correspondents/martinrosenbaum/">Martin Rosenbaum on FOI</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/fivelivebreakfast">5 Live Breakfast</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/newsnight/">Newsnight</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/pm">PM programme</a> (<a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/ipm">iPM</a>)</li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/worldtonight">World Tonight: Robin Lustig</a></li> </ul></div> </div> </div> </div> </div> </div> <!-- Block one ends --> </div> <!-- sidebar ends here --> </div> <div class="cleardiv"><!--clearing div--></div> <!--more--> <div class="related content"> <h2>Other posts from this blog</h2> <div class="grids"> <div class="first unit"> <h3><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/03/school_report_news_day_2013.html" rel="bookmark">School Report News Day 2013 </a></h3> <div class="meta"> by <span class="vcard author"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/helen_shreeve/">Helen Shreeve</a></span> on <abbr class="published" title="2013-03-20T08:20:59+00:00">08:20 UK time, Wednesday, 20 March 2013</abbr> <span class="separator">|</span> <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/03/school_report_news_day_2013.html" title="Comments made about this entry." rel="comments">Comments (7) </a> </div> <p>So it's here. School Report News Day 2013 is upon us - and about 1,000 schools are due to take part, making the news that matters to them. They will appear across BBC News - on TV, radio and online...</p> <p><strong><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/03/school_report_news_day_2013.html" rel="bookmark">Read more...</a></strong></p> </div> <div class=" unit"> <h3><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/02/bbc_arabic_and_the_complexitie.html" rel="bookmark">BBC Arabic and the complexities of the Arab world</a></h3> <div class="meta"> by <span class="vcard author"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/host/">Host</a></span> on <abbr class="published" title="2013-02-01T15:22:24+00:00">15:22 UK time, Friday, 1 February 2013</abbr> <span class="separator">|</span> <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/02/bbc_arabic_and_the_complexitie.html" title="Comments made about this entry." rel="comments">Comments (18) </a> </div> <p> By Faris Couri, editor of the BBC Arabic Service It is no secret that recent Arab uprisings have placed enormous burdens on the shoulders of BBC Arabic journalists responsible for reporting news from the region. Covering the Arab world...</p> <p><strong><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/02/bbc_arabic_and_the_complexitie.html" rel="bookmark">Read more...</a></strong></p> </div> <div class=" unit"> <h3><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/01/bbc_world_news_moves_to_broadc.html" rel="bookmark">BBC World News moves to Broadcasting House</a></h3> <div class="meta"> by <span class="vcard author"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/andrew_roy/">Andrew Roy</a></span> on <abbr class="published" title="2013-01-14T09:02:28+00:00">09:02 UK time, Monday, 14 January 2013</abbr> <span class="separator">|</span> <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/01/bbc_world_news_moves_to_broadc.html" title="Comments made about this entry." rel="comments">Comments (33) </a> </div> <p>Moving BBC World News, the BBC's largest television channel, from west London to New Broadcasting House in the centre of the city is a huge project that has taken years of planning. Relaunching and rebranding every hour of its 24...</p> <p><strong><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/01/bbc_world_news_moves_to_broadc.html" rel="bookmark">Read more...</a></strong></p> </div> <div class=" unit"> <h3><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2012/12/bbc_news_comes_to_burma.html" rel="bookmark">BBC News comes to Burma</a></h3> <div class="meta"> by <span class="vcard author"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/peter_horrocks/">Peter Horrocks</a></span> on <abbr class="published" title="2012-12-17T13:13:12+00:00">13:13 UK time, Monday, 17 December 2012</abbr> <span class="separator">|</span> <a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2012/12/bbc_news_comes_to_burma.html" title="Comments made about this entry." rel="comments">Comments (9) </a> </div> <p>BBC World News will soon be available in Burma. Those are words that, even six months ago, I would not have imagined writing. But Burma, a byword for media censorship and repression, is starting to open up. In September I...</p> <p><strong><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2012/12/bbc_news_comes_to_burma.html" rel="bookmark">Read more...</a></strong></p> </div> </div> </div> <!--end more--> </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/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/04/the_great_british_class_calcul.html">The Great British class calculator </a><span>(14)</span></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/04/iphone_and_ipad_app_update.html">iPhone and iPad app update</a><span>(42)</span></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/03/school_report_news_day_2013.html">School Report News Day 2013 </a><span>(7)</span></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/02/bbc_arabic_and_the_complexitie.html">BBC Arabic and the complexities of the Arab world</a><span>(18)</span></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/01/bbc_world_news_moves_to_broadc.html">BBC World News moves to Broadcasting House</a><span>(33)</span></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2012/12/bbc_news_comes_to_burma.html">BBC News comes to Burma</a><span>(9)</span></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2012/12/this_week_viewers_to_bbc.html">Expanded distribution in the US for BBC World News</a><span>(17)</span></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2012/11/mozilla_festival_and_the_fello.html">Mozilla Festival and the fellowship announcement</a><span>(11)</span></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2012/11/election_stats_-_new_mobile_re.html">Election stats - new mobile record</a><span>(8)</span></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2012/11/election_night.html">Election night</a><span>(39)</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/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/04/">April 2013 (3)</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/03/">March 2013 (1)</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/02/">February 2013 (1)</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2013/01/">January 2013 (1)</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2012/12/">December 2012 (3)</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2012/11/">November 2012 (3)</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2012/10/">October 2012 (5)</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2012/09/">September 2012 (2)</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2012/08/">August 2012 (3)</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2012/07/">July 2012 (5)</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2012/06/">June 2012 (7)</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/2012/05/">May 2012 (4)</a></li> </ul><p class="all"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/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-10"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/1xtra/">1xtra</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/asian_network/">asian network</a></li> <li class="rank-60"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/bbc_news/">bbc news</a></li> <li class="rank-44"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/bbc_news_channel/">bbc news channel</a></li> <li class="rank-196"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/bbc_news_website/">bbc news website</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/bbc_parliament/">bbc parliament</a></li> <li class="rank-70"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/bbc_world_news/">bbc world news</a></li> <li class="rank-24"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/breakfast/">breakfast</a></li> <li class="rank-7"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/broadcasting_house/">broadcasting house</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/click/">click</a></li> <li class="rank-17"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/college_of_journalism/">college of journalism</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/credit_crunch/">credit crunch</a></li> <li class="rank-13"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/daily_politics/">daily politics</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/ipm/">ipm</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/nations_and_regions/">nations and regions</a></li> <li class="rank-301"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/news_editors/">news editors</a></li> <li class="rank-97"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/newsnight/">newsnight</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/newsnight_scotland/">newsnight scotland</a></li> <li class="rank-27"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/newsround/">newsround</a></li> <li class="rank-11"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/one_oclock_news/">one o'clock news</a></li> <li class="rank-13"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/panorama/">panorama</a></li> <li class="rank-21"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/pm/">pm</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/politics_show/">politics show</a></li> <li class="rank-11"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/question_time/">question time</a></li> <li class="rank-55"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/radio_1/">radio 1</a></li> <li class="rank-38"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/radio_five_live/">radio five live</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/radio_scotland/">radio scotland</a></li> <li class="rank-26"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/six_oclock_news/">six o'clock news</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/storyfix/">storyfix</a></li> <li class="rank-39"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/ten_oclock_news/">ten o'clock news</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/the_andrew_marr_show/">the andrew marr show</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/the_world_at_one/">the world at one</a></li> <li class="rank-6"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/the_world_this_weekend/">the world this weekend</a></li> <li class="rank-25"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/today/">today</a></li> <li class="rank-4"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/weather/">weather</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/working_lunch/">working lunch</a></li> <li class="rank-40"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/world_service/">world service</a></li> <li class="rank-73"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/world_tonight/">world tonight</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/young_voters_question_time/">young voters' question time</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/20201109011519/https://www.bbc.co.uk/blogs/theeditors/host/">Host</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/steve_herrmann/">Steve Herrmann</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/richard_porter/">Richard Porter</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/kevin_bakhurst/">Kevin Bakhurst</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/peter_rippon/">Peter Rippon</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/peter_horrocks/">Peter Horrocks</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/alistair_burnett/">Alistair Burnett</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/jon_williams/">Jon Williams</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/helen_shreeve/">Helen Shreeve</a></li> <li><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/blogs/theeditors/andrew_roy/">Andrew Roy</a></li> </ul></div> </div> </div> <!-- end grids--> </div> </div> </div> <script type="text/javascript" src="/web/20201109011519js_/https://www.bbc.co.uk/staticarchive/a6d9e652f6ae17eb1e582e3c58afb64e417a7216.js"></script><script type="text/javascript">set_latest_blog(23);</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/20201109011519/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/20201109011519/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/20201109011519/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/20201109011519/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/theeditors/"><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/20201109011519/https://www.bbc.co.uk/news/" hreflang="en-GB">News</a></li> <li id="blq-nav-s"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/sport/" hreflang="en-GB">Sport</a></li> <li id="blq-nav-w"><a href="https://web.archive.org/web/20201109011519/https://www.bbc.co.uk/weather/" hreflang="en-GB">Weather</a></li> <li id="blq-nav-i"> <a href="/web/20201109011519/https://www.bbc.co.uk/iplayer/" hreflang="en-GB">iPlayer</a> </li> <li id="blq-nav-t"><a href="/web/20201109011519/https://www.bbc.co.uk/tv/" hreflang="en-GB">TV</a></li> <li id="blq-nav-r"><a href="/web/20201109011519/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/20201109011519/https://www.bbc.co.uk/cbbc/">CBBC</a></li> <li><a href="/web/20201109011519/https://www.bbc.co.uk/cbeebies/">CBeebies</a></li> <li><a href="/web/20201109011519/https://www.bbc.co.uk/comedy/">Comedy</a></li> <li><a href="/web/20201109011519/https://www.bbc.co.uk/food/">Food</a></li> <li><a href="/web/20201109011519/https://www.bbc.co.uk/history/">History</a></li> </ul><ul class="blq-nav-sub"><li><a href="/web/20201109011519/https://www.bbc.co.uk/learning/">Learning</a></li> <li><a href="/web/20201109011519/https://www.bbc.co.uk/music/">Music</a></li> <li><a href="/web/20201109011519/https://www.bbc.co.uk/science/">Science</a></li> <li><a href="/web/20201109011519/https://www.bbc.co.uk/nature/">Nature</a></li> <li><a href="/web/20201109011519/https://www.bbc.co.uk/local/">Local</a></li> </ul><ul class="blq-nav-sub blq-last"><li><a href="/web/20201109011519/https://www.bbc.co.uk/northernireland/">Northern Ireland</a></li> <li><a href="/web/20201109011519/https://www.bbc.co.uk/scotland/">Scotland</a></li> <li><a href="/web/20201109011519/https://www.bbc.co.uk/wales/">Wales</a></li> <li id="blq-az"><a href="/web/20201109011519/https://www.bbc.co.uk/a-z/">Full A-Z<span class="blq-hide"> of BBC sites</span></a></li> </ul></div> </div> </div> <!--[if IE 6]> <div id="blq-ie6-upgrade"> <p> <span>You're using the Internet Explorer 6 browser to view the BBC website. Our site will work much better if you change to a more modern browser. It's free, quick and easy.</span> <a href="https://www.browserchoice.eu/">Find out more <span>about upgrading your browser</span> here&hellip;</a> </p> </div> <![endif]--> <div id="blq-foot" lang="en-GB" class="blq-rst blq-clearfix blq-foot-grey"> <div id="blq-footlinks"> <h2 class="blq-hide">BBC links</h2> <ul><li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="https://web.archive.org/web/20201109011519/https://m.bbc.co.uk/">Mobile site</a></li> <li><a href="/web/20201109011519/https://www.bbc.co.uk/terms/">Terms of Use</a></li> <li><a href="/web/20201109011519/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/20201109011519/https://www.bbc.co.uk/privacy/">Privacy</a></li> <li><a href="/web/20201109011519/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/20201109011519/https://www.bbc.co.uk/privacy/cookies/about">Cookies</a></li> <li><a href="/web/20201109011519/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/20201109011519/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/20201109011519im_/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/20201109011519/https://www.bbc.co.uk/help/web/links/">The BBC is not responsible for the content of external sites. Read more.</a></p> <div id="blq-obit"><p><strong>This page is best viewed in an up-to-date web browser with style sheets (CSS) enabled. While you will be able to view the content of this page in your current browser, you will not be able to get the full visual experience. Please consider upgrading your browser software or enabling style sheets (CSS) if you are able to do so.</strong></p></div> </div> </div> </div> <script type="text/javascript"> if (typeof require !== 'undefined') { require(['istats-1'], function(istats){ istats.track('external', { region: document.getElementById('blq-main') }); istats.track('download', { region: document.getElementById('blq-main') }); }); } </script></body></html><!-- FILE ARCHIVED ON 01:15:19 Nov 09, 2020 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 05:43:58 Dec 01, 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.614 exclusion.robots: 0.024 exclusion.robots.policy: 0.014 esindex: 0.009 cdx.remote: 24.417 LoadShardBlock: 292.581 (6) PetaboxLoader3.datanode: 230.808 (8) PetaboxLoader3.resolve: 112.584 (2) load_resource: 145.354 loaddict: 44.249 -->

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