CINXE.COM

BBC - Backstage.bbc.co.uk blog: BBC Backstage the ebook retrospective

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.bbc.co.uk:80/blogs/bbcbackstage/2011/01/bbc-backstage-the-ebook-retros.shtml","20190214000723","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1550102843"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>BBC - Backstage.bbc.co.uk blog: BBC Backstage the ebook retrospective</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/20190214000723im_/http://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="Its been an amazing five years but finally the servers are powering down on the backstage.bbc.co.uk (to be official) project.The legacy of backstage will live on, but what better way..."><meta name="keywords" content=""><meta name="DCTERMS.created" content="2009-01-27T12:00:00Z"><meta name="DCTERMS.modified" content="2011-02-03T15:42+0:00"><!-- Turn on Identity --><!-- Glow cachebust: --><!-- Barlesque 2.75.0 --><link rel="schema.dcterms" href="http://purl.org/dc/terms/"><link rel="index" href="http://www.bbc.co.uk/a-z/" title="A to Z"><link rel="copyright" href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/terms/" title="Terms of Use"><link rel="icon" href="https://web.archive.org/web/20190214000723im_/http://www.bbc.co.uk/favicon.ico" type="image/x-icon"><meta name="viewport" content="width = 974"><link rel="stylesheet" type="text/css" href="/web/20190214000723cs_/http://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/20190214000723/http://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/20190214000723/http://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js"}]; } </script><script type="text/javascript" src="https://web.archive.org/web/20190214000723js_/http://node1.bbcimg.co.uk/glow/gloader.0.1.6.js"></script><script type="text/javascript" src="/web/20190214000723js_/http://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/125ca583fde51c9babc88112cf0545a6d2cf53ac", "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/20190214000723/http://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: 'http://'+location.host+'/', 'dynamicServer': 'https://web.archive.org/web/20190214000723/http://id.bbc.co.uk', 'secureServer': 'https://web.archive.org/web/20190214000723/https://id.bbc.co.uk', 'assetVersion': '3.27.2', 'assetPath': 'https://web.archive.org/web/20190214000723/http://static.bbci.co.uk/modules/identity/statusbar/3.27.2/' }; </script><script type="text/javascript" src="/web/20190214000723js_/http://www.bbc.co.uk/staticarchive/1333b9944bd6388f9645c37cab1e3a1d9ac83b90.js"></script><script type="text/javascript" src="/web/20190214000723js_/http://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/20190214000723/https://ssl.bbc.co.uk/id/signin", 'locale' : "en-GB", 'policyname' : "", 'ptrt' : "https://web.archive.org/web/20190214000723/http://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/20190214000723/http://static.bbci.co.uk/idapp/0.63.23/modules/idapp/idapp-1'; map['idcta/idcta-1'] = 'https://web.archive.org/web/20190214000723/http://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\/20190214000723\/https:\/\/talkback.live.bbc.co.uk\/identity"},"pathway":{"name":null,"staticAssetUrl":"https:\/\/web.archive.org\/web\/20190214000723\/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/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/atom.xml"><link rel="alternate" type="application/rss+xml" title="RSS" href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/rss.xml"><style type="text/css"> @import '/web/20190214000723cs_/http://www.bbc.co.uk/staticarchive/6e19cb98ed19c044c78020031b13199c99fa7633.css'; </style><!--[if lte IE 7]> <style type="text/css"> @import '/guidance/style/pg_external_ie.css?r895178'; </style> <![endif]--><!--[if IE 6]> <style type="text/css"> @import '/guidance/style/pg_external_ie6.css?r895178'; </style> <![endif]--><script type="text/javascript" src="/web/20190214000723js_/http://www.bbc.co.uk/staticarchive/ef2ce6cbd768090f28ae6b14453268a3e16611af.js?r1112733"></script><script type="text/javascript" src="/web/20190214000723js_/http://www.bbc.co.uk/staticarchive/296b7e9b01b56142aec1bfa4760e2eb86073b802.js"></script><script type="text/javascript" src="/web/20190214000723js_/http://www.bbc.co.uk/staticarchive/880927e055ea2d75cc32254b7274b0e4a04822c2.js"></script><link rel="stylesheet" href="/web/20190214000723cs_/http://www.bbc.co.uk/staticarchive/3c2b27e8596edca82a396f84e4c6a991b49acc9e.css" type="text/css"><link rel="stylesheet" href="/web/20190214000723cs_/http://www.bbc.co.uk/staticarchive/3f22e626d9c302da131c20df3cd9b6fe5bc59b92.css" type="text/css"><script type="text/javascript" src="https://web.archive.org/web/20190214000723js_/http://www.bbc.co.uk/dnaimages/components/commentbox/gloader/commentbox.js"></script><script type="text/javascript" src="https://web.archive.org/web/20190214000723js_/http://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/20190214000723cs_/http://www.bbc.co.uk/staticarchive/8db1272f67d2a84959a2f118e59c89632f24e33f.css" type="text/css"><!-- /DNA Comments --><link rel="stylesheet" href="/web/20190214000723cs_/http://www.bbc.co.uk/staticarchive/46c2482009c36b2921674a248feec11ecfde4f95.css" type="text/css"><!-- If Opt Out code --><!-- End If Opt Out code --></head><body class="lime blogs backstagebbccouk-blog"> <script type="text/javascript">/*<![CDATA[*/ bbcFlagpoles_istats = 'ON'; istatsTrackingUrl = '//web.archive.org/web/20190214000723/http://sa.bbc.co.uk/bbc/bbc/s?name=SET-COUNTER&app_type=web&ml_name=SSI&ml_version=0.23.1&language=en-GB'; /*]]>*/</script><script type="text/javascript" src="https://web.archive.org/web/20190214000723js_/http://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/20190214000723/http://www.bbc.co.uk/" hreflang="en-GB"> <span id="blq-blocks-wrapper"> <span class="blq-home">British Broadcasting Corporation</span><img src="/web/20190214000723im_/http://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/20190214000723/http://www.bbc.co.uk/accessibility/">Accessibility Help</a></li> </ul></div> <div id="archived-mothball-message" style=" background:url(/web/20190214000723im_/http://www.bbc.co.uk/globalresources/mothball-images/bg.jpg) 0 0 repeat-x #fbfbfb; "> <a href="/web/20190214000723/http://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"> <a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/" title="Backstage.bbc.co.uk blog home"> <img src="/web/20190214000723im_/http://www.bbc.co.uk/staticarchive/d8f0b59a2315e12c472cf5138eb1a32f5e8a09e6.png" alt="BBC BLOGS - Backstage.bbc.co.uk blog"></a> </div> <!--main content starts here--> <div id="content"> <div class="main content"> <!--contents starts here--> <div class="content-left"> <div class="entry_navigation"> <a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/2010/11/backstage-the-beginning.shtml">« Previous</a> <span class="separator">|</span> <a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/">Main</a> <span class="separator">|</span> <a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/2011/01/thanks-for-all-the-tags.shtml">Next » </a> </div> <div class="post" id="entry-280733"> <h1>BBC Backstage the ebook retrospective</h1> <div class="meta"> <p>Post categories: <a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/backstage/" rel="tag" title="">Backstage</a> </p> <p class="user-pic"> <a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/ian_forrester/"> <img class="author_pic" src="/web/20190214000723im_/http://www.bbc.co.uk/staticarchive/af0d904c2279630c3a2f116412df083f1efa4197.png" width="50" alt="Ian Forrester"></a> <span class="vcard author"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/ian_forrester/">Ian Forrester</a></span> <span class="separator">|</span> <abbr class="published" title="2011-01-05T13:43:06+00:00">13:43 UK time, Wednesday, 5 January 2011</abbr> </p> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <p>Its been an amazing five years but finally the servers are powering down on the backstage.bbc.co.uk (to be official) project.The legacy of backstage will live on, but what better way to end the project but to launch a ebook which tells some of the stories of how the project started way back in 2004.</p> <p>We commisioned <a href="https://web.archive.org/web/20190214000723/http://suw.charman-anderson.com/" target="_blank">Suw Charman-Anderson</a> to create the <a href="https://web.archive.org/web/20190214000723/http://backstage.bbc.co.uk/ebook/backstage.pdf" target="_blank">eBook retrospective</a> of the whole project, quite a challenge as you can imagine. But she's done a excellent job with help from editor Jim McClennan and designer <a href="https://web.archive.org/web/20190214000723/http://www.nicolarowlands.co.uk/" target="_blank">Nicola Rowlands</a>. Its an fantastic piece of work I think you will agree.It also serves as a very fitting tribute to the endless efforts of the many staff, friends, hackers, developers, designers, critics, etc, etc of the project over the last half decade.</p> <p>There is plenty of background information in the ebook including those playground servers, the amazing array of prototypes and some real interesting points about the nature hacking... maybe someone should <a href="https://web.archive.org/web/20190214000723/http://en.wikipedia.org/wiki/Backstage.bbc.co.uk">update wikipedia</a> with some of the information?</p> <p>Ladies and Gentlemen, I'm really happy to present the Backstage Ebook:Hacking the BBC, a backstage retrospective. From us to you, for making backstage what it became.</p> <p><em>Download in [</em><a href="https://web.archive.org/web/20190214000723/http://backstage.bbc.co.uk/ebook/backstage.pdf"><em>PDF</em></a><em>] [</em><a href="https://web.archive.org/web/20190214000723/http://backstage.bbc.co.uk/ebook/backstage_print.pdf"><em>print ready PDF</em></a><em>] [</em><a href="https://web.archive.org/web/20190214000723/http://backstage.bbc.co.uk/ebook/backstage.epub"><em>EPUB</em></a><em>] [<a href="https://web.archive.org/web/20190214000723/http://downloads.bbc.co.uk/rd/pubs/ebook/Hacking_The_BBC.mobi">MOBI</a>] [<a href="https://web.archive.org/web/20190214000723/http://downloads.bbc.co.uk/rd/pubs/ebook/Hacking_The_BBC.rtf">RTF</a>]</em></p> <p><em>(The Amazon Kindle will read MOBI files, the Apple iPad makes great work of the PDF, while most others readers will accept epub. If you're in any doubt try the PDF on which is full colour or the RTF which is just the content.) <br></em></p> <p><img class="mt-image-center" style="margin: 0pt auto 5px;" src="https://web.archive.org/web/20190214000723im_/http://www.bbc.co.uk/blogs/bbcbackstage/blogs/researchanddevelopment/img_backstage_ebook.jpg" alt="The cover of the BBC Backstage ebook." width="444" height="438"></p> <p>You can also read more on <a href="https://web.archive.org/web/20190214000723/http://www.guardian.co.uk/technology/pda/2011/jan/05/bbc-backstage">the Guardian's PDA blog</a>,  the <a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/researchanddevelopment/2011/01/bbc-backstage-ebook-retrospect.shtml">BBC R&amp;D blog</a> (which will be the place to find out what happens post backstage), the <a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcinternet/">BBC internet blog </a>and of course <a href="https://web.archive.org/web/20190214000723/http://cubicgarden.com/2011/01/03/the-history-of-backstage-the-ebook/">my own personal blog</a>.</p> <p>I think its safe to say the ebook is licenced under a <a href="https://web.archive.org/web/20190214000723/http://creativecommons.org/licenses/by-nc-sa/2.0/">Creative Commons BY-NC-SA</a> licence. So please do share it and tells us what bits you loved or hated. In actual fact, tells us what bits you loved or hated generally about the whole project. We really value your feedback and of course everything you all did to make backstage your place to influence the BBC as a whole.</p> <p>thank's for all the tags</p> <p>.... end line :)</p> <ul class="ami_social_bookmarks"><li class="bookmark">Bookmark with:</li> <li><a href="https://web.archive.org/web/20190214000723/http://del.icio.us/post?url=http://www.bbc.co.uk/blogs/bbcbackstage/2011/01/bbc-backstage-the-ebook-retros.shtml&amp;title=BBC%20Backstage%20the%20ebook%20retrospective">del.icio.us</a> | </li> <li><a href="https://web.archive.org/web/20190214000723/http://digg.com/submit?phase=2&amp;url=http://www.bbc.co.uk/blogs/bbcbackstage/2011/01/bbc-backstage-the-ebook-retros.shtml&amp;title=BBC%20Backstage%20the%20ebook%20retrospective">Digg</a> | </li> <li><a href="https://web.archive.org/web/20190214000723/http://reddit.com/submit?url=http://www.bbc.co.uk/blogs/bbcbackstage/2011/01/bbc-backstage-the-ebook-retros.shtml&amp;title=BBC%20Backstage%20the%20ebook%20retrospective">Reddit</a></li> <li class="help"> - <a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/podsandblogs/2007/04/social_bookmarks_explained.shtml">What's this?</a></li> </ul><div class="stats"></div> </div> <a name="comments"></a> <!-- For optionals build up the query string--> <!-- [Experimental] --> <div id="comments" class="comments"> <h3>Comments</h3></div><script type="text/javascript"> if (window.dna) { if (window.glow) { dna.comments.apply({targetForm: 'div.comments form',timeBetweenComments: '180',viewingUser: '',viewingUserGroup: ''}); } else { dna.comments.queue({targetForm: 'div.comments form',timeBetweenComments: '180',viewingUser: '',viewingUserGroup: ''}); } } </script><!--printenv--></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"> backstage.bbc.co.uk is the BBC's early adopter network to encourage participation and support creativity through open innovation. <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 Backstage.bbc.co.uk blog</h3></div> <div class="inner"> <p>You can stay up to date with Backstage.bbc.co.uk blog via these feeds.</p> <p class="rss_link first"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/rss.xml">Backstage.bbc.co.uk blog Feed</a><span>(RSS)</span></p> <p class="rss_link"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/atom.xml">Backstage.bbc.co.uk 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/20190214000723/http://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 flickr"> <div class="wrap1"> <div class="wrap2"> <div class="wrap3"> <div class="title"><h3>Backstage sites</h3></div> <div class="inner"> <ul class="linking-blogs"><li><a href="/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/about-backstage.shtml">More about...</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.welcomebackstage.com/">Welcome Backstage</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://ideas.welcomebackstage.com/">Ideas Store</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://ideas.welcomebackstage.com/Data">Data, APIs and Feeds</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://ideas.welcomebackstage.com/calendar">Events Calendar</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://ideas.welcomebackstage.com/node/4">Backstage Licence</a></li> <!-- <li><a href="/blogs/bbcbackstage/frequently_asked_questions.shtml">FAQs</a></li> <li><a href="/blogs/bbcbackstage/terms_of_use.shtml">Terms and Use</a></li> <li><a href="/blogs/bbcbackstage/contact_us.shtml">Contact us</a></li> --> </ul></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 Backstage</h3></div> <div class="inner"> <a href="https://web.archive.org/web/20190214000723/http://twitter.com/bbcbackstage">Follow Backstage on Twitter</a><br><br><a href="https://web.archive.org/web/20190214000723/http://identi.ca/bbcbackstage">Follow Backstage on Identi.ca</a><br><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>Linking Blogs</h3></div> <div class="inner"> <ul class="linking-blogs"><li><a href="https://web.archive.org/web/20190214000723/http://www.technorati.com/search/www.bbc.co.uk/blogs/bbcbackstage/">Technorati</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.google.com/blogsearch?q=http://www.bbc.co.uk/blogs/bbcbackstage/">Google</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://blogs.icerocket.com/search?q=http://www.bbc.co.uk/blogs/bbcbackstage/">IceRocket</a></li> </ul></div> </div> </div> </div> </div> <div class="block block-three flickr"> <div class="wrap1"> <div class="wrap2"> <div class="wrap3"> <div class="title"><h3>Other Related BBC Links</h3></div> <div class="inner"> <div id="about"> <ul><li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/">BBC Blogs Network</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/rd/">BBC Research and Development</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/radio/labs/">BBC Radio Labs</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/radiolabs/">BBC Radio Labs Blog</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/webdeveloper">BBC Webdeveloper</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/technology/">dot.life</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/pressred/">TV Platform's Blog</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcinternet/">Internet Blog</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/glow/">BBC Glow</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://open.bbc.co.uk/labs/">Innovation Labs</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/knowledgeexchange/">Knowledge Exchange</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/dna/mbiplayer/">iPlayer message board</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/podsandblogs/">Pods and Blogs</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcilabs/">BBCi Labs</a></li> </ul></div> </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"> </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/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/2011/01/">January 2011 (2)</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/2010/11/">November 2010 (1)</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/2010/10/">October 2010 (1)</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/2010/08/">August 2010 (1)</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/2010/06/">June 2010 (1)</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/2010/05/">May 2010 (1)</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/2010/04/">April 2010 (5)</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/2010/03/">March 2010 (7)</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/2010/02/">February 2010 (8)</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/2010/01/">January 2010 (9)</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/2009/12/">December 2009 (3)</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/2009/11/">November 2009 (6)</a></li> </ul><p class="all"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/archives.shtml">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-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/2009/">2009</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/904/">9.04</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/accessability/">accessability</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/adalovelaceday09/">adalovelaceday09</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/audio/">audio</a></li> <li class="rank-8"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/backstage/">backstage</a></li> <li class="rank-6"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/backstagebbc/">backstagebbc</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/barcamp/">barcamp</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/barcampmanchester2/">barcampmanchester2</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/barcampnortheast2/">barcampnortheast2</a></li> <li class="rank-17"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/bbc/">bbc</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/bbc-ahrc-knowledge-exchange-co/">bbc </a></li> <li class="rank-4"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/bbcbackstage/">bbcbackstage</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/bbclearning/">bbclearning</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/bbcnorth/">bbcnorth</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/bbcrd/">bbcr&amp;d</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/bbcrad/">bbcrad</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/bbcworldwide/">bbcworldwide</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/bc3/">bc3</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/bcman2/">bcman2</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/beebcamp/">beebcamp</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/beebcamp3/">beebcamp3</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/bittorrent/">bittorrent</a></li> <li class="rank-160"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/blog/">blog</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/bus/">bus</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/camp/">camp</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/channel/">channel</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/channelography/">channelography</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/channels/">channels</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/cloud/">cloud</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/cloud-computing/">cloud computing</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/coach/">coach</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/codeworks/">codeworks</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/collaboration/">collaboration</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/competition/">competition</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/conferecne/">conferecne</a></li> <li class="rank-6"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/conference/">conference</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/conferencing/">conferencing</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/contacttheatre/">contacttheatre</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/craft/">craft</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/data/">data</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/dataset/">dataset</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/digital-rev/">digital rev</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/drupal/">drupal</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/drupalcamp/">drupalcamp</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/drupalcampuk/">drupalcampuk</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/edu/">edu</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/education/">education</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/engine/">engine</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/english/">english</a></li> <li class="rank-29"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/event/">event</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/explorer/">explorer</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/fans/">fans</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/feeds/">feeds</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/follow/">follow</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/followme/">followme</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/futr09/">futr09</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/futuresonic/">futuresonic</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/futuresonic09/">futuresonic09</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/game/">game</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/games/">games</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/gateshead/">gateshead</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/gb/">gb</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/germany/">germany</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/glow/">glow</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/gov/">gov</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/gpl/">gpl</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/hackers/">hackers</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/hashtags/">hashtags</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/homura/">homura</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/html5/">html5</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/ian-forrester/">ian forrester</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/ide/">ide</a></li> <li class="rank-131"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/ideas/">ideas</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/identica/">identi.ca</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/ie/">ie</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/ie8/">ie8</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/internet/">internet</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/internetexplorer/">internetexplorer</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/interview/">interview</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/itc/">itc</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/jaunty/">jaunty</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/java/">java</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/javascript/">javascript</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/jonudell/">jonudell</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/judell/">judell</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/mix09-mix-microsoft-lasvegas-l/">lasvegas</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/ldodds/">ldodds</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/learning/">learning</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/library/">library</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/london/">london</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/makerfaire/">makerfaire</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/makers/">makers</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/makersandhackers/">makersandhackers</a></li> <li class="rank-6"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/manchester/">manchester</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/map/">map</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/mashup/">mashup</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/media/">media</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/mediacityuk/">mediacityuk</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/microblogging/">microblogging</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/mix/">mix</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/mix09/">mix09</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/music/">music</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/new/">new</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/newcastle/">newcastle</a></li> <li class="rank-55"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/news/">news</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/next/">next</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/next09/">next09</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/nextconference/">nextconference</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/north/">north</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/nwstartup/">nwstartup</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/ogv/">ogv</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/open/">open</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/openlab/">openlab</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/opensource/">opensource</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/opentech/">opentech</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/opentech09/">opentech09</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/ota/">ota</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/overtheair/">overtheair</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/pages/">pages</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/party/">party</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/performance/">performance</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/podcast/">podcast</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/presentation/">presentation</a></li> <li class="rank-15"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/prototype/">prototype</a></li> <li class="rank-142"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/prototypes/">prototypes</a></li> <li class="rank-4"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/rd/">r&amp;d</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/rdtv/">r&amp;dtv</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/rdtv-backstage/">r&amp;dtv backstage</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/rad/">rad</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/rasmus-lerdorf-bbc-backstage-p/">rasmus-lerdorf</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/rattle/">rattle</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/rdf/">rdf</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/release/">release</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/retrospective/">retrospective</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/revolution/">revolution</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/rewired-state-government-uncon/">rewiredstate</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/salford/">salford</a></li> <li class="rank-4"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/search/">search</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/semantic/">semantic</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/semanticweb/">semanticweb</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/sessions/">sessions</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/shareable-remixable-video/">shareable</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/sheffield/">sheffield</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/shortfilm/">shortfilm</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/social/">social</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/software-craftsmanship-confere/">software craftsmanship</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/sparql/">sparql</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/store/">store</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/subs/">subs</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/subtitles/">subtitles</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tails/">tails</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/talk/">talk</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/thinkingdigital-td09-thenextge/">td09</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tdc/">tdc</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tdc09/">tdc09</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tech/">tech</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/techbus/">techbus</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/techbustour/">techbustour</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/technology/">technology</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/ted/">ted</a></li> <li class="rank-6"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tedx/">tedx</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tedxleeds/">tedxleeds</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tedxliverpool/">tedxliverpool</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tedxlp/">tedxlp</a></li> <li class="rank-4"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tedxman/">tedxman</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tedxmanchester/">tedxmanchester</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tedxmcr/">tedxmcr</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tedxnewcastle/">tedxnewcastle</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tedxnorth/">tedxnorth</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tedxsheffield/">tedxsheffield</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/theatre/">theatre</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/thinkingdigital/">thinkingdigital</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tomwatson/">tomwatson</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/torrents/">torrents</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/transfer/">transfer</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/travel/">travel</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/triples/">triples</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tv/">tv</a></li> <li class="rank-4"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tv-listings/">tv listings</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/tweet/">tweet</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/twitter/">twitter</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/ubuntu/">ubuntu</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/uk/">uk</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/unconference/">unconference</a></li> <li class="rank-6"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/video/">video</a></li> <li class="rank-4"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/videos/">videos</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/vuze/">vuze</a></li> <li class="rank-13"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/widget/">widget</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/women/">women</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/wrapup/">wrap-up</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/xmlapi/">xml/api</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/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/ian_forrester/">Ian Forrester</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/adrian_woolard/">Adrian Woolard</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/display_name_not_set/">(Display Name not set)</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/brendan_crowther/">Brendan Crowther</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/ant_miller/">Ant Miller</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/dr_ian_mcdonald/">Dr Ian McDonald</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/blogs/bbcbackstage/andrew_littledale/">Andrew Littledale</a></li> </ul></div> </div> </div> <!-- end grids--> </div> </div> </div> <script type="text/javascript" src="/web/20190214000723js_/http://www.bbc.co.uk/staticarchive/a6d9e652f6ae17eb1e582e3c58afb64e417a7216.js"></script><script type="text/javascript">set_latest_blog(478);</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/20190214000723/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/20190214000723/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/20190214000723/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/20190214000723/http://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/bbcbackstage/2011/01/bbc-backstage-the-ebook-retros.shtml"><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/20190214000723/http://www.bbc.co.uk/news/" hreflang="en-GB">News</a></li> <li id="blq-nav-s"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/sport/" hreflang="en-GB">Sport</a></li> <li id="blq-nav-w"><a href="https://web.archive.org/web/20190214000723/http://www.bbc.co.uk/weather/" hreflang="en-GB">Weather</a></li> <li id="blq-nav-i"> <a href="/web/20190214000723/http://www.bbc.co.uk/iplayer/" hreflang="en-GB">iPlayer</a> </li> <li id="blq-nav-t"><a href="/web/20190214000723/http://www.bbc.co.uk/tv/" hreflang="en-GB">TV</a></li> <li id="blq-nav-r"><a href="/web/20190214000723/http://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/20190214000723/http://www.bbc.co.uk/cbbc/">CBBC</a></li> <li><a href="/web/20190214000723/http://www.bbc.co.uk/cbeebies/">CBeebies</a></li> <li><a href="/web/20190214000723/http://www.bbc.co.uk/comedy/">Comedy</a></li> <li><a href="/web/20190214000723/http://www.bbc.co.uk/food/">Food</a></li> <li><a href="/web/20190214000723/http://www.bbc.co.uk/history/">History</a></li> </ul><ul class="blq-nav-sub"><li><a href="/web/20190214000723/http://www.bbc.co.uk/learning/">Learning</a></li> <li><a href="/web/20190214000723/http://www.bbc.co.uk/music/">Music</a></li> <li><a href="/web/20190214000723/http://www.bbc.co.uk/science/">Science</a></li> <li><a href="https://web.archive.org/web/20190214000723/http://www.bbc.com/earth/">Earth</a></li> <li><a href="/web/20190214000723/http://www.bbc.co.uk/local/">Local</a></li> </ul><ul class="blq-nav-sub blq-last"><li><a href="/web/20190214000723/http://www.bbc.co.uk/northernireland/">Northern Ireland</a></li> <li><a href="/web/20190214000723/http://www.bbc.co.uk/scotland/">Scotland</a></li> <li><a href="/web/20190214000723/http://www.bbc.co.uk/wales/">Wales</a></li> <li id="blq-az"><a href="/web/20190214000723/http://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="http://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/20190214000723/http://m.bbc.co.uk/">Mobile site</a></li> <li><a href="/web/20190214000723/http://www.bbc.co.uk/terms/">Terms of Use</a></li> <li><a href="/web/20190214000723/http://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/20190214000723/http://www.bbc.co.uk/privacy/">Privacy</a></li> <li><a href="/web/20190214000723/http://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/20190214000723/http://www.bbc.co.uk/privacy/cookies/about">Cookies</a></li> <li><a href="/web/20190214000723/http://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/20190214000723/http://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/20190214000723im_/http://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/20190214000723/http://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 00:07:23 Feb 14, 2019 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 12:18:38 Feb 21, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.509 exclusion.robots: 0.026 exclusion.robots.policy: 0.016 esindex: 0.01 cdx.remote: 33.437 LoadShardBlock: 695.328 (3) PetaboxLoader3.resolve: 598.429 (4) PetaboxLoader3.datanode: 176.828 (4) load_resource: 98.784 -->

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