<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>Digital Media Consultancy - Specialising in Social Media, Cloud Services &amp; Collaboration Tools that enhance our clients’ marketing, productivity and financial performance.


  
 
           
      input[type=’submit’].minimal, button.minimal {
          background: #e3e3e3 !important;
          border: 1px solid #bbb !important;
          -moz-border-radius: 3px !important;
          -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
          -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          color: #333 !important;
          font-family: “helvetica neue”, helvetica, arial, sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          line-height: 1 !important;
          padding: 8px 0 9px !important;
          text-align: center !important;
          text-shadow: 0 1px 0 #fff !important;
          width: 150px !important;
      }
      input[type=’submit’].minimal:hover, button.minimal:hover {
          background: #d9d9d9 !important;
          -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          box-shadow: inset 0 0 1px 1px #eaeaea !important;
          color: #222 !important;
          cursor: pointer !important;
      }
      input[type=’submit’].minimal:active, button.minimal:active {
          background: #d0d0d0 !important;
          -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          color: #000 !important;
      }
  
   
   
     Join our Mailing List
   
   Email Address
   
       
         
         
       
       
       
     Close
   
   
 
 
 var fancyboxLoaded;
    try {
        var jqueryLoaded=jQuery;
        jqueryLoaded=true;
        //Check if a fancybox plugin is already loaded
        try{
        fancyboxLoaded = $.fancybox
        }
        catch(err) {
          fancyboxLoaded=false;
        }
    } catch(err) {
        jqueryLoaded=false;
    }
               var head= document.getElementsByTagName('head')[0];
               var script= document.createElement('script');
    if (!jqueryLoaded) {
        script.type= 'text/javascript';
        script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
        head.appendChild(script);    
    }
    if (!fancyboxLoaded) {
      //Only load the CSS because the asynchronous JS might not load the script in time...
      //We'll load the script later with jQuery :)
      var fancystyle= document.createElement('link');
      fancystyle.setAttribute("rel", "stylesheet");
      fancystyle.setAttribute("type", "text/css");
      //TODO: Hey MC guys, you've gotta host this somewhere!
      fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css");
      head.appendChild(fancystyle);    
    }
 
 var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = '';
 try{
     err_style = mc_custom_error_style;
 } catch(e){
     err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
 }
 var head= document.getElementsByTagName('head')[0];
 var style= document.createElement('style');
 style.type= 'text/css';
 if (style.styleSheet) {
   style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
 } else {
   style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
 }
 head.appendChild(style);
 $(document).ready( function($) {
    //Button below the Tumblr Controls
    //TODO: Hey MC guys, you've gotta host the image linked below somewhere!
     var newsletter_link = document.createElement('a');
     newsletter_link.setAttribute('href', '#mc_embed_signup');
     newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup');
     newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;');
     var newsletter_image = document.createElement('img');
     newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png');
     newsletter_image.setAttribute('style', 'border:none;');
     newsletter_link.appendChild(newsletter_image);
     //Append Link to body
     $('body:first').append(newsletter_link);
     var options = {
       errorClass: 'mce_inline_error',
       errorElement: 'div',
       onkeyup: function(){},
       onfocusout:function(){},
       onblur:function(){},
       invalidHandler: function(form, validator) {
         setTimeout("$.fancybox.resize();", 50);
       }
     };
   var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
   options = { url: 'http://stevebomford.us2.list-manage.com/subscribe/post-json?u=2585bc41506e92285d172380a&amp;id=7171625928&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                 beforeSubmit: function(){
                     $('#mce_tmp_error_msg').remove();
                     $('.datefield','#mc_embed_signup').each(
                         function(){
                             var txt = 'filled';
                             var fields = new Array();
                             var i = 0;
                             $(':text', this).each(
                                 function(){
                                     fields[i] = this;
                                     i++;
                                 });
                             $(':hidden', this).each(
                                 function(){
                                   if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
                                     this.value = '';
                   } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                     this.value = '';
                   } else {
                                       this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
                                   }
                                 });
                         });
                     return mce_validator.form();
                 }, 
                 success: mce_success_cb
             };
   $('#mc-embedded-subscribe-form').ajaxForm(options);
 });
 function mce_success_cb(resp){
     $('#mce-success-response').hide();
     $('#mce-error-response').hide();
     if (resp.result=="success"){
         $('#mce-'+resp.result+'-response').show();
         $('#mce-'+resp.result+'-response').html(resp.msg);
         $('#mc-embedded-subscribe-form').each(function(){
             this.reset();
             });
         $('#mc-embedded-subscribe').hide();
         $('.mc-field-group').hide();
         $('#mc-embedded-lightbox-close').show().focus();
     } else {
         var index = -1;
         var msg;
         try {
             var parts = resp.msg.split(' - ',2);
             if (parts[1]==undefined){
                 msg = resp.msg;
             } else {
                 i = parseInt(parts[0]);
                 if (i.toString() == parts[0]){
                     index = parts[0];
                     msg = parts[1];
                 } else {
                     index = -1;
                     msg = resp.msg;
                 }
             }
         } catch(e){
             index = -1;
             msg = resp.msg;
         }
         try{
             if (index== -1){
                 $('#mce-'+resp.result+'-response').show();
                 $('#mce-'+resp.result+'-response').html(msg);            
             } else {
                 err_id = 'mce_tmp_error_msg';
                 html = ' '+msg+'';
                 var input_id = '#mc_embed_signup';
                 var f = $(input_id);
                 if (ftypes[index]=='address'){
                     input_id = '#mce-'+fnames[index]+'-addr1';
                     f = $(input_id).parent().parent().get(0);
                 } else if (ftypes[index]=='date'){
                     input_id = '#mce-'+fnames[index]+'-month';
                     f = $(input_id).parent().parent().get(0);
                 } else {
                     input_id = '#mce-'+fnames[index];
                     f = $().parent(input_id).get(0);
                 }
                 if (f){
                     $(f).append(html);
                     $(input_id).focus();
                 } else {
                     $('#mce-'+resp.result+'-response').show();
                     $('#mce-'+resp.result+'-response').html(msg);
                 }
             }
         } catch(e){
             $('#mce-'+resp.result+'-response').show();
             $('#mce-'+resp.result+'-response').html(msg);
         }
     }
     $.fancybox.resize();
 }
 function initFancybox(){
   $("#mc-embedded-tumblr-signup").live('click', function(){
       $.fancybox({
         'autoDimensions'  : true,
         'width'           : 'auto',
         'height'          : 'auto',
         'href'            : $(this).attr('href'),
         'scrolling'       : 'no',
         'onComplete': function(){
         $('#mce-error-response').hide();
         $('div.mce_inline_error').hide();
         $('#mce-success-response').hide();
         $('#mce_tmp_error_msg').remove();
         $(':input','#mc-embedded-subscribe-form')
         .not(':button, :submit, :reset, :hidden')
         .val('')
         .removeAttr('checked')
         .removeAttr('selected');
         //focus first input field
         $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus();
         $('#mc-embedded-subscribe').show();
         $('.mc-field-group').show();
         $('#mc-embedded-lightbox-close').hide();
         }
       });
       return false;
   });
 }
 //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it
 if (!fancyboxLoaded){
   //TODO: Hey MC guys, you've gotta host this somewhere!
   $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){
       initFancybox();
   });
 }
 if (fancyboxLoaded) {
   initFancybox();
 }
 </description><title>NeBMedia - Digital Media Consultancy</title><generator>Tumblr (3.0; @nebmedia)</generator><link>http://www.nebweb.co.uk/</link><item><title>uflock:

 Video: What we do
Here’s a little something we put...</title><description>&lt;iframe src="//www.tumblr.com/video/nebmedia/46365903533/400" id="tumblr_video_iframe_46365903533" class="tumblr_video_iframe" width="400" height="225" style="display:block;background-color:transparent;overflow:hidden;" allowTransparency="true" frameborder="0" scrolling="no" webkitAllowFullScreen mozallowfullscreen allowFullScreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://www.uflock.co.uk/post/45494754524/video-what-we-do-heres-a-little-something-we" target="_blank"&gt;uflock&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt; Video: What we do&lt;/p&gt;
&lt;p&gt;Here’s a little something we put together to explain what we do…..&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://www.nebweb.co.uk/post/46365903533</link><guid>http://www.nebweb.co.uk/post/46365903533</guid><pubDate>Tue, 26 Mar 2013 21:46:14 +0000</pubDate></item><item><title>uflock:

 Photos: Inspiring 


</title><description>&lt;img src="http://24.media.tumblr.com/c26d6338301ffaa95fb84d43ed34f53a/tumblr_mjq0n1Uuqf1s4h78ho2_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/8c935bb645f756affe9c63d103ae2d01/tumblr_mjq0n1Uuqf1s4h78ho1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/5b6add6b981f89cb38ccaef979f3c4e4/tumblr_mjq0n1Uuqf1s4h78ho3_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/a0719b270e3a3c378ea4fd47a71fe8c8/tumblr_mjq0n1Uuqf1s4h78ho4_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://www.uflock.co.uk/post/45443210861/photos-inspiring" target="_blank"&gt;uflock&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt; Photos: Inspiring &lt;/p&gt;

&lt;/blockquote&gt;
&lt;p&gt;&lt;/p&gt;</description><link>http://www.nebweb.co.uk/post/46365889533</link><guid>http://www.nebweb.co.uk/post/46365889533</guid><pubDate>Tue, 26 Mar 2013 21:46:04 +0000</pubDate></item><item><title>uflock:

 Photos: Connecting


</title><description>&lt;img src="http://25.media.tumblr.com/fa68decf004fdacdab2caddca42819a7/tumblr_mjxc0h9rFv1s4h78ho6_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/99ff8147f5b81f00bd2523cc80f10086/tumblr_mjxc0h9rFv1s4h78ho2_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/84750b95801eb2e8eee04f0d8a4e9df0/tumblr_mjxc0h9rFv1s4h78ho7_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/9fc5b8cd6f0bc2d7878871e9b3b873ec/tumblr_mjxc0h9rFv1s4h78ho4_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/b910cb4e80ebf5af1a98c0bd26e3586e/tumblr_mjxc0h9rFv1s4h78ho1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/a4fdb3faf56a6d7b609c4e73f8867e7a/tumblr_mjxc0h9rFv1s4h78ho5_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/4e8cbe9dd6f5a3acf979a44d1a632868/tumblr_mjxc0h9rFv1s4h78ho3_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/8023452bb01153286ee773a783b162f9/tumblr_mjxc0h9rFv1s4h78ho8_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://www.uflock.co.uk/post/45775229560/photos-connecting" target="_blank"&gt;uflock&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt; Photos: Connecting&lt;/p&gt;

&lt;/blockquote&gt;
&lt;p&gt;&lt;/p&gt;</description><link>http://www.nebweb.co.uk/post/46365867582</link><guid>http://www.nebweb.co.uk/post/46365867582</guid><pubDate>Tue, 26 Mar 2013 21:45:49 +0000</pubDate></item><item><title>If MeWe were an animal….. from Shedlight on Vimeo.During...</title><description>&lt;iframe src="http://player.vimeo.com/video/60752938" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://vimeo.com/60752938" target="_blank"&gt;If MeWe were an animal….. from &lt;/a&gt;&lt;a href="http://vimeo.com/shedlight" target="_blank"&gt;Shedlight&lt;/a&gt; on &lt;a href="http://vimeo.com" target="_blank"&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;&lt;blockquote&gt;&lt;p class="first"&gt;During the latest MEWE360 Exchange we caught up with a few of the regulars to ask “What is MEWE was an animal, what would it be and why?” And here’s what they had to say…..&lt;/p&gt;
&lt;p&gt;MeWe360 hosts a programme of networking and leadership development events designed to inspire, inform and connect our membership. As a member you have access to all events (free or discounted depending on your type of membership). We want to provide a programme that genuinely meets your needs and so are always open to member’s requests and will adapt our programme where necessary.&lt;/p&gt;&lt;/blockquote&gt;</description><link>http://www.nebweb.co.uk/post/44222017898</link><guid>http://www.nebweb.co.uk/post/44222017898</guid><pubDate>Thu, 28 Feb 2013 16:10:57 +0000</pubDate></item><item><title>digitalspark:

We MAKE the great experiences ourselves … they...</title><description>&lt;img src="http://24.media.tumblr.com/1556b06930ab247fe1f8e5e4cf438c5f/tumblr_mikyzqDwra1r2r0koo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://digitalspark.tumblr.com/post/43884918697/we-make-the-great-experiences-ourselves-they" target="_blank"&gt;digitalspark&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We MAKE the great experiences ourselves … they don’t just happen.&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://www.nebweb.co.uk/post/43907880344</link><guid>http://www.nebweb.co.uk/post/43907880344</guid><pubDate>Sun, 24 Feb 2013 18:20:32 +0000</pubDate></item><item><title>kdnewman:

50 Disruptive Companies

Each company on this list...</title><description>&lt;img src="http://24.media.tumblr.com/726129fc92947c7eb41dd039b8ab26cb/tumblr_mij40gchwo1qzjbx3o1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://kdnewman.com/post/43574464284/50-disruptive-companies-each-company-on-this" target="_blank"&gt;kdnewman&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://www2.technologyreview.com/tr50/2013/" target="_blank"&gt;50 Disruptive Companies&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Each company on this list has done something over the past year that will strengthen its hold on a market, challenge the leaders of a market, or create a new market.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description><link>http://www.nebweb.co.uk/post/43892370700</link><guid>http://www.nebweb.co.uk/post/43892370700</guid><pubDate>Sun, 24 Feb 2013 14:40:28 +0000</pubDate></item><item><title>emergentfutures:

Skype calls now equivalent to one-third of...</title><description>&lt;img src="http://24.media.tumblr.com/09dcdde1d31935c5c83f76b740fad785/tumblr_milas0SvXX1qz5ttno1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://emergentfutures.tumblr.com/post/43879302641/skype-calls-now-equivalent-to-one-third-of-global" target="_blank"&gt;emergentfutures&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;h1 class="heading"&gt;&lt;strong&gt;Skype calls now equivalent to one-third of global phone traffic&lt;/strong&gt;&lt;/h1&gt;

&lt;h2 class="standalone-deck"&gt;167 billion minutes of Skype-to-Skype traffic in 2012 a 44% increase.&lt;/h2&gt;
&lt;p&gt;Full Story: &lt;a href="http://arstechnica.com/business/2013/02/skype-calls-now-equivalent-to-one-third-of-global-phone-traffic/" target="_blank"&gt;ArsTechnoica&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://www.nebweb.co.uk/post/43886439946</link><guid>http://www.nebweb.co.uk/post/43886439946</guid><pubDate>Sun, 24 Feb 2013 12:17:18 +0000</pubDate></item><item><title>overdriveinteractive:

85% of the world in 2017 will be covered...</title><description>&lt;img src="http://25.media.tumblr.com/b3b9cc924f58ea9bbac32df1405f9d08/tumblr_mijahhphmR1rne08lo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://overdriveinteractive.tumblr.com/post/43581023301/85-of-the-world-in-2017-will-be-covered-by-3g" target="_blank"&gt;overdriveinteractive&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span class="fbPhotosPhotoCaption" id="fbPhotoSnowliftCaption"&gt;&lt;span class="hasCaption"&gt;85% of the world in 2017 will be covered by 3G mobile internet. If marketing had a 5 year plan, learn what it would be &amp; how to prepare:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br/&gt;&lt;span class="fbPhotosPhotoCaption"&gt;&lt;span class="hasCaption"&gt;&lt;a href="http://bit.ly/WMmD8H" target="_blank"&gt;&lt;a href="http://bit.ly/WMmD8H" target="_blank"&gt;http://bit.ly/WMmD8H&lt;/a&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://www.nebweb.co.uk/post/43885192385</link><guid>http://www.nebweb.co.uk/post/43885192385</guid><pubDate>Sun, 24 Feb 2013 11:38:49 +0000</pubDate></item><item><title>digitalspark:

Nothing is as constant as needed change.
</title><description>&lt;img src="http://24.media.tumblr.com/d98a3ac555cff083e97a581f96ab4278/tumblr_mg9ois63qL1r2r0koo1_250.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://digitalspark.tumblr.com/post/41349969016/nothing-is-as-constant-as-needed-change" target="_blank"&gt;digitalspark&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Nothing is as constant as &lt;strong&gt;needed&lt;/strong&gt; change.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://www.nebweb.co.uk/post/41371331830</link><guid>http://www.nebweb.co.uk/post/41371331830</guid><pubDate>Thu, 24 Jan 2013 18:20:29 +0000</pubDate></item><item><title>digitalspark:

Just make your absence noticed …
</title><description>&lt;img src="http://24.media.tumblr.com/25d91d32ac9fb1a09f1cc36aa6cf49b5/tumblr_mg9ob6wAXM1r2r0koo1_250.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://digitalspark.tumblr.com/post/41268604128/just-make-your-absence-noticed" target="_blank"&gt;digitalspark&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Just make your absence noticed …&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://www.nebweb.co.uk/post/41359905232</link><guid>http://www.nebweb.co.uk/post/41359905232</guid><pubDate>Thu, 24 Jan 2013 14:40:36 +0000</pubDate></item><item><title>smarterplanet:

7 Social Media Trends for Consumers New Research...</title><description>&lt;img src="http://24.media.tumblr.com/1224c6177e13e89978f83946e88ce63d/tumblr_mgq7p6YYBC1qzs4rbo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://smarterplanet.tumblr.com/post/40712937589/7-social-media-trends-for-consumers-new-research" target="_blank"&gt;smarterplanet&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://www.socialmediaexaminer.com/7-social-media-trends-for-consumers-new-research/" target="_blank"&gt;7 Social Media Trends for Consumers New Research | Social Media Examiner&lt;/a&gt; Here are seven key findings from that report. #1: More Time Invested in Mobile The survey found that consumers are increasingly looking to their smartphones and tablets to access social media. While the PC is still the most widely used device when it comes to social media consumption, the study found that time spent on mobile apps and mobile websites accounted for a 63% increase (compared to 2011) in total time spent. Additionally, 43% of users said they use smartphones to access social media, while 16% connect using a tablet.&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://www.nebweb.co.uk/post/41289517972</link><guid>http://www.nebweb.co.uk/post/41289517972</guid><pubDate>Wed, 23 Jan 2013 18:20:46 +0000</pubDate></item><item><title>newyorker:

Cartoon by Zachary Kanin. For more from this week’s...</title><description>&lt;img src="http://25.media.tumblr.com/9812fd27b69e460e6a7bf4e63be476fe/tumblr_mgosn7Tj9y1qav5oho1_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://newyorker.tumblr.com/post/40869215796/cartoon-by-zachary-kanin-for-more-from-this" target="_blank"&gt;newyorker&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;Cartoon by&lt;strong&gt; Zachary Kanin&lt;/strong&gt;. For more from this week’s issue: &lt;a href="http://nyr.kr/ZQHGGD" target="_blank"&gt;&lt;a href="http://nyr.kr/ZQHGGD" target="_blank"&gt;http://nyr.kr/ZQHGGD&lt;/a&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://www.nebweb.co.uk/post/41278078606</link><guid>http://www.nebweb.co.uk/post/41278078606</guid><pubDate>Wed, 23 Jan 2013 14:40:33 +0000</pubDate></item><item><title>digitalspark:

Don’t let your internal fires go out.
</title><description>&lt;img src="http://25.media.tumblr.com/c2685e08cf7d4eba1cb0f018746e5ff8/tumblr_mgib7s932D1r2r0koo1_400.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://digitalspark.tumblr.com/post/40671721541/dont-let-your-internal-fires-go-out" target="_blank"&gt;digitalspark&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Don’t let your internal fires go out.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://www.nebweb.co.uk/post/41207059609</link><guid>http://www.nebweb.co.uk/post/41207059609</guid><pubDate>Tue, 22 Jan 2013 18:20:54 +0000</pubDate></item><item><title>digitalspark:

Small contributions are more valuable than no...</title><description>&lt;img src="http://24.media.tumblr.com/e9537391bc2b069617f505dfe2fe079e/tumblr_mgcvfvEBv91r2r0koo1_400.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://digitalspark.tumblr.com/post/40672398284/small-contributions-are-more-valuable-than-no" target="_blank"&gt;digitalspark&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Small contributions are more valuable than no contributions. Little contributions every day are best.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://www.nebweb.co.uk/post/41195276806</link><guid>http://www.nebweb.co.uk/post/41195276806</guid><pubDate>Tue, 22 Jan 2013 14:40:38 +0000</pubDate></item><item><title>"A developer at a US-based critical infrastructure company, referred to as “Bob,” was caught last..."</title><description>“A developer at a US-based critical infrastructure company, referred to as “Bob,” was caught last year outsourcing his work to China, paying someone else less than one fifth of his six-figure salary to do his job. As a result, Bob had a lot of time on his hands; in fact, during the investigation, his browsing history revealed this was his typical work day: 9:00 a.m. – Arrive and surf Reddit for a couple of hours. Watch cat videos.&lt;br/&gt;
11:30 a.m. – Take lunch.&lt;br/&gt;
1:00 p.m. – Ebay time.&lt;br/&gt;
2:00 – ish p.m Facebook updates – LinkedIn.&lt;br/&gt;
4:30 p.m. – End of day update e-mail to management.&lt;br/&gt;
5:00 p.m. – Go home.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;&lt;a href="http://thenextweb.com/shareables/2013/01/16/verizon-finds-developer-outsourced-his-work-to-china-so-he-could-surf-reddit-and-watch-cat-videos/" target="_blank"&gt;Verizon finds developer outsourced his work to China so he could surf Reddit and watch cat videos - The Next Web&lt;/a&gt; (via &lt;a class="tumblr_blog" href="http://thenextweb.tumblr.com/" target="_blank"&gt;thenextweb&lt;/a&gt;)&lt;/em&gt;</description><link>http://www.nebweb.co.uk/post/41118462735</link><guid>http://www.nebweb.co.uk/post/41118462735</guid><pubDate>Mon, 21 Jan 2013 18:20:27 +0000</pubDate></item><item><title>digitalspark:

You must start by focusing on eliminating the old...</title><description>&lt;img src="http://25.media.tumblr.com/3fe79f1aa4d1284a101b11a3687d1dd9/tumblr_mgiaxa4oeT1r2r0koo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://digitalspark.tumblr.com/post/40591911759/you-must-start-by-focusing-on-eliminating-the-old" target="_blank"&gt;digitalspark&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;You must start by focusing on eliminating the old ideas and biases.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://www.nebweb.co.uk/post/41103242266</link><guid>http://www.nebweb.co.uk/post/41103242266</guid><pubDate>Mon, 21 Jan 2013 14:40:21 +0000</pubDate></item><item><title>digitalspark:

Most big changes start with small initiatives …...</title><description>&lt;img src="http://25.media.tumblr.com/ffb1685a695db8f293c89112f72e9d48/tumblr_mfn30f5hvw1r2r0koo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://digitalspark.tumblr.com/post/40509914455/most-big-changes-start-with-small-initiatives" target="_blank"&gt;digitalspark&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Most big changes start with small initiatives … good thing to keep in mind.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://www.nebweb.co.uk/post/41026262470</link><guid>http://www.nebweb.co.uk/post/41026262470</guid><pubDate>Sun, 20 Jan 2013 18:20:38 +0000</pubDate></item><item><title>digitalspark:

So what will it be?
</title><description>&lt;img src="http://24.media.tumblr.com/096b1a653e97b52421d9cc1cbf4e98d0/tumblr_mfn34pR5Fj1r2r0koo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://digitalspark.tumblr.com/post/40509179275/so-what-will-it-be" target="_blank"&gt;digitalspark&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;So what will it be?&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://www.nebweb.co.uk/post/41010944343</link><guid>http://www.nebweb.co.uk/post/41010944343</guid><pubDate>Sun, 20 Jan 2013 14:40:24 +0000</pubDate></item><item><title>explore-blog:

Kurt Vonnegut’s classic lecture on the shapes of...</title><description>&lt;img src="http://24.media.tumblr.com/73f912a1d0e18f2ad83800d8f612dfdd/tumblr_mgk05uTBB91rqpa8po1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://exp.lore.com/post/40411963108/kurt-vonneguts-classic-lecture-on-the-shapes-of" target="_blank"&gt;explore-blog&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Kurt Vonnegut&lt;/strong&gt;’s &lt;a href="http://www.brainpickings.org/index.php/2012/11/26/kurt-vonnegut-on-the-shapes-of-stories/" target="_blank"&gt;classic lecture on the shapes of stories&lt;/a&gt;, now in an &lt;a href="http://juliakaganskiy.tumblr.com/post/40398809623/shapes-stories-kurt-vonnegut" target="_blank"&gt;infographic&lt;/a&gt;. &lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://www.nebweb.co.uk/post/40937875705</link><guid>http://www.nebweb.co.uk/post/40937875705</guid><pubDate>Sat, 19 Jan 2013 18:20:27 +0000</pubDate></item><item><title>"A record-breaking 1.76 billion iOS and Android apps were downloaded the week of December 25th-31st..."</title><description>“A record-breaking 1.76 billion iOS and Android apps were downloaded the week of December 25th-31st alone, according to Flurry Analytics, with an estimated 89 percent of the 45.6 billion total downloaded in 2012 available completely for free”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;&lt;a href="http://www.rollingstone.com/culture/news/ces-2013-the-tech-trends-you-wont-hear-about-20130108" target="_blank"&gt;CES 2013: The Tech Trends You Won’t Hear About | Culture News | Rolling Stone&lt;/a&gt; (via &lt;a class="tumblr_blog" href="http://www.futureof.biz/" target="_blank"&gt;futuristgerd&lt;/a&gt;)&lt;/em&gt;</description><link>http://www.nebweb.co.uk/post/40923123177</link><guid>http://www.nebweb.co.uk/post/40923123177</guid><pubDate>Sat, 19 Jan 2013 14:40:23 +0000</pubDate></item></channel></rss>
