<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Extract maximum value from 360 Degree Feedback and Performance Appraisals</title>
<meta name="description" content="We help all of our clients ensure the 360 degree feedback and Performance appraisal processes are not only efficient through on-line software but also effective by making the conversation go well in these processes.">
<meta name="author" content="">
<meta name="keywords" content="Bowland Solutions, bowland 360 degree feedback, 360 degree feedback, online 360 degree feedback, on line 360 degree feedback, 360 feedback, 360 degree feedback software, 360 evaluation, 360 degree appraisal, online performance appraisals, performance appraisal, performance review, performance evaluation, employee performance review, employee performance appraisal, annual appraisal, performance management" />
<link rel="canonical" href="http://www.bowlandsolutions.com/" />
<meta content="minimum-scale=1.0, width=device-width, maximum-scale=1.0" name="viewport" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link href="/css/grid.css" rel="stylesheet" type="text/css">
<link href="/css/reset2014.css" rel="stylesheet" type="text/css">
<link href="/css/style2014.css" rel="stylesheet" type="text/css">
<link href="/css/contact.css" rel="stylesheet" type="text/css">
<link href="/css/popup.css" rel="stylesheet" type="text/css">
<link rel='stylesheet' href='/css/popbox.css' type='text/css' media='screen' charset='utf-8'>
<link rel="alternate" type="application/rss+xml" title="Bowland Solutions Online HR Solutions" href="http://blog.bowlandsolutions.com" />
 <script src="//ajax.googleapis.com/ajax/libs/dojo/1.8/dojo/dojo.js"></script>
<script type="text/javascript">
    require([
        "dojo/query",
        "dojo/dom",
        "dojo/dom-geometry",
        "dojo/dom-class",
        "dojo/dom-style",
        "dojo/dom-construct",
        "dijit/focus",
        "dojo/parser",
        "dijit/form/DateTextBox",
        "dojo/NodeList-traverse",
        "dojo/domReady!"
    ], function(query, dom, domGeom, domClass, domStyle, domConstruct, focusUtil, parser){

        // Move the focused-field class to the field-group that contains the focused input.
        var handle = focusUtil.watch("curNode", function(name, oldValue, newValue){
            var parent = query(newValue).closest('.field-group');
            if(!domClass.contains(parent, "focused-field")) {
                query('.focused-field').removeClass('focused-field');
                parent.addClass('focused-field');
            }
        });

        // Add error class to parent wrapper and only show error borders on empty fields in addresses
        query('.feedback.error').closest('.field-group').addClass('error');
        query('.addressfield input:text[value=""]').addClass('empty');

        // Focus first input of birthdayfield or phonefield-us when parent wrapper is clicked
        query('div.subfields').on("click", function(e){
            var firstInput = query('input', e.target)[0];
            focusUtil.focus(firstInput);
        });

        // Prevent image blowout in IE6 since it doesn't support max-width
        if (domClass.contains(query('html')[0], "ie-lte7")){

            query('img').forEach(function(node){
                var computedStyle = domStyle.getComputedStyle(node);
                var w = domGeom.getContentBox(node, computedStyle).w;
                console.log(w);
                if(w >= 600){
                    domStyle.set(node, "width", "600px");
                }
            });
        }

        // Use native checkboxes and radio buttons outside the app
        dojo.query(".radio input, .checkbox input").removeAttr("data-dojo-type");

        // Render DateTextBoxes
        parser.parse();

        query('form').on("submit",function(e){
            var invalidDate = dojo.query('.dijitTextBoxError');
            if(invalidDate.length){
                query('.dijitDateTextBox ~ .feedback.error').forEach(domConstruct.destroy);
                invalidDate.forEach(function(node) {
                    domConstruct.place('<div class="feedback error"><div class="errorText">Please enter a valid date</div></div>', node, 'after');
                });
                e.preventDefault();
            }
        });

    });
</script>



<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
    // Still including jQuery to support http://downloads.mailchimp.com/js/jquery.mailcheck.min.js which is included in forms.
    google.load("jquery", "1.7.1");
</script>

        <script type="text/javascript" src="http://downloads.mailchimp.com/js/jquery.mailcheck.min.js"></script>
<script type="text/javascript">
    $(document).ready(function(){
        try {
        var domains =['hp.com','hotmail.co.uk','yahoo.co.uk','yahoo.com.tw','yahoo.com.au','yahoo.com.mx','gmail.com','hotmail.com','yahoo.com','aol.com','comcast.net','msn.com','seznam.cz','sbcglobal.net','live.com','bellsouth.net','hotmail.fr','verizon.net','mail.ru','btinternet.com','cox.net','yahoo.com.br','bigpond.com','att.net','yahoo.fr','mac.com','ymail.com','googlemail.com','earthlink.net','xtra.co.nz','me.com','yahoo.gr','walla.com','yahoo.es','charter.net','shaw.ca','live.nl','yahoo.ca','orange.fr','optonline.net','gmx.de','wanadoo.fr','optusnet.com.au','rogers.com','web.de','ntlworld.com','juno.com','yahoo.com.sg','rocketmail.com','yandex.ru','yahoo.co.in','centrum.cz','live.co.uk','sympatico.ca','libero.it','walla.co.il','bigpond.net.au','yahoo.com.hk','ig.com.br','live.com.au','free.fr','sky.com','uol.com.br','abv.bg','live.fr','terra.com.br','hotmail.it','tiscali.co.uk','rediffmail.com','aim.com','blueyonder.co.uk','telus.net','bol.com.br','hotmail.es','email.cz','windowslive.com','talktalk.net','home.nl','t-online.de','yahoo.de','telenet.be','163.com','embarqmail.com','windstream.net','roadrunner.com','bluewin.ch','skynet.be','laposte.net','yahoo.it','qq.com','live.dk','planet.nl','hetnet.nl','gmx.net','mindspring.com','rambler.ru','iinet.net.au','eircom.net','yahoo.com.ar','wp.pl','mail.com','emmis.com','hotmail.de','lireo.com','gmx.at','ukr.net','zol.co.zw'];
        var tdomains = [];
        $('#MERGE0').on('blur', function() {
          $(this).mailcheck({
            domains: domains,
            topLevelDomains: tdomains,
            suggested: function(element, suggestion) {
                var msg = 'Hmm, did you mean '+suggestion.full+'?';
                if ( $('#MERGE0_mailcheck').length > 0 ){
                    $('#MERGE0_mailcheck').html(msg);
                } else {
                    element.after('<div id="MERGE0_mailcheck" class="feedback error"><div class="errorText">'+msg+'</div></div>');
                    element.closest('.field-group').addClass('error mailcheck');
                }
            },
            empty: function(element) {
                if ( $('#MERGE0_mailcheck').length > 0 ){
                    $('#MERGE0_mailcheck').remove();
                    element.closest('.field-group').removeClass('error mailcheck');
                }
              return;
            }
          });
        });
        } catch(e){ console.log(e); }
    });
</script>
<script type="text/javascript">
	$(document).ready(function() {
		$("#TouchScroller").smoothTouchScroll({ 
			continuousScrolling: true
		});
	});
</script>


<script>
function mailpage()
{
mail_str = "mailto:?subject=Check out the " + document.title;
mail_str += "&body=I thought you might be interested in the " + document.title;
mail_str += ". You can view it at, " + location.href;
location.href = mail_str;
}
</script>

<script type="text/javascript" src="http://sea-nov-1.com/js/27963.js" ></script>
<noscript><img src="http://sea-nov-1.com/images/track/27963.png?trk_user=27963&trk_tit=jsdisabled&trk_ref=jsdisabled&trk_loc=jsdisabled" height="0px" width="0px" style="display:none;" /></noscript>


</head>
<body>

<!--[if lt IE 7]>
        <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
    <![endif]-->

<div style="position: absolute; left: -5000px;">
  <input type="text" name="hidden" value="hidden" autofocus>
</div>
<div class="menu">
  <div class="container">
    <div class="socialInTouch">
      <ul>
        <li><a class="button white" href="#" data-slide="5">Get in touch</a></li>
        <li>01889 226 107</li>
        <li><a class="orange" href="mailto:info@bowlandsolutions.com">info@bowlandsolutions.com</a></li>
      </ul>
    </div>
    <div class="socialLinks">
      <ul>
        <li ><a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A//www.bowlandsolutions.com&title=Extract%20maximum%20value%20from%20360%20Degree Feedback%20and%20Performance%20Appraisal&summary=online%20360%20and%20peroformance%20appraisal%20providier&source=bowland%20solutions" class="blue" target="_blank">linkedin</a></li>
        <li ><a href="javascript:mailpage()" class="orange">email this</a></li>
        <li ><a class="green" href="http://twitter.com/bowlandtweet" target="_blank">twitter</a></li>
        <li><a class="red" href="https://plus.google.com/b/117827519142565003382" rel="publisher" target="_blank">Google+</a></li>
      </ul>
    </div>
    <div class="clear"></div>
  </div>
  <div id="nav">
    <div class="container">
      <ul class="navigation">
        <li data-slide="1" >Our services</li>
        <li data-slide="2">The software</li>
        <li data-slide="3">About us</li>
        <li data-slide="4">Our clients</li>
        <li data-slide="5">Get in touch</li>
        <li data-slide="6">Our blog</li>
      </ul>
      <a class="button" href="#" data-slide="0"><img src="/images/logoNew.png" alt="bowland solutions"/></a> </div>
    <div class="clear"></div>
  </div>
</div>
<div class="clear"></div>

<!--<div class="calendar" style="width:195px; text-align:center;position:fixed;top:380px;left:10px;z-index:30" ><iframe  src="https://www.eventbrite.co.uk/calendar-widget?eid=11384424119" frameborder="0" height="392" width="195" marginheight="0" marginwidth="0" scrolling="no" allowtransparency="true"></iframe></div>-->
<div class="mobileOnly">
  <div class="mobileLogo"> <img src="/images/logoNew.png" width="60" alt="bowland solutions"/></div>
</div>

<div class="slide" id="slide0" data-slide="0" data-stellar-background-ratio="0.5">
  <div class="container clearfix">
<div class="clouds_one"></div>


    <div class="landingArea"><img src="/images/sun.png" id="sun" alt="sun" class="sun"/>
      <div class="intro"> <h1 class="introHeading">The complete solution</h1><br>
        <ul class="introHeadingSub">
          <li class="orange">ON-LINE SOFTWARE</li>
          <li class="green">TRAINING &amp; DEBRIEFING</li>
          <li class="blue">CONSULTANCY &amp; DESIGN</li>
        </ul>
        <p>We offer everything you need to ensure 
          your <span class="blue strong">360 Degree Feedback</span> and <span class="green strong">Performance Appraisal</span> processes are 
          efficient and effective.</p>
          <div class="clear"></div>
          <div class="section group">
            <div class="actions">
            
            <div class="col span_1_of_2 "><a href="#" class="big-link demo" data-reveal-id="myModalDemoRequest" data-animation="fade">REQUEST A SOFTWARE DEMO</a></div>
              <div class="col span_1_of_2 "><a href="#" class="big-link priceguide" data-reveal-id="myModalPriceGuide" data-animation="fade">DOWNLOAD A PRICE GUIDE</a></div>
              <br />&nbsp;<br />
              
             <!-- <a class="plain" href="http://www.eventbrite.com/e/building-resilience-in-individuals-and-organisations-registration-17081586485?aff=Website" target="_blank"><img src="/images/buildingResilience.png" alt="Building Resilience in individuals and organisations"/></a>-->
            </div>
          </div>
      </div>
      <div class="cta">
        <div class="box">
         
          <h3>DOWNLOAD OUR FREE GUIDE</h3>
              <h1>BEST PRACTICE TIPS ON 360 DEGREE FEEDBACK</h1>
              <p>
              <small>Learn how to:
              <ul>
                <li>Design a 360 degree questionnaire</li>
                <li>Choose the best rating scale</li>
                <li>Decide on the most effective style of report</li>
                <li>Conduct face-to-face debriefs</li>
              </ul>
              </small>
              </p> 
             <!-- Begin MailChimp Signup Form -->

<div id="mc_embed_signup">
<form action="http://bowlandsolutions.us6.list-manage.com/subscribe/post?u=c05ce82036d6965adb79792d2&amp;id=5e8c1afbbc" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <div id="mc_embed_signup_scroll">

<div class="mc-field-group">
	<input type="text" name="MERGE1" id="MERGE1" size="25" value="First Name" onBlur="if(this.value == '') { this.value='First Name'}" onFocus="if (this.value == 'First Name') {this.value=''}" class="rounded">
</div>
<div class="mc-field-group">
	<input type="text" name="MERGE4" id="MERGE4" size="25" value="Last Name" onBlur="if(this.value == '') { this.value='Last Name'}" onFocus="if (this.value == 'Last Name') {this.value=''}" class="rounded">
</div>

<div class="mc-field-group">
<input type="email" autocapitalize="off" autocorrect="off" value="Your email" name="EMAIL" id="mce-EMAIL" class="rounded"  onBlur="if(this.value == '') { this.value='Your email'}" onFocus="if (this.value == 'Your email') {this.value=''}">
</div>
	<div id="mce-responses" class="clear">
		<div class="response" id="mce-error-response" style="display:none"></div>
		<div class="response" id="mce-success-response" style="display:none"></div>
	</div>    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    <div style="position: absolute; left: -5000px;"><input type="text" name="b_c05ce82036d6965adb79792d2_5e8c1afbbc" tabindex="-1" value=""></div>
   <div class="submit_container"><input class="submitbutton" type="submit" value="DOWNLOAD NOW" name="subscribe" id="mc-embedded-subscribe"></div>
    </div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[1]='FNAME';ftypes[1]='text';fnames[0]='EMAIL';ftypes[0]='email';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
          </div>
     
        <div class="box2"> 
        <h3>DOWNLOAD OUR FREE GUIDE</h3>
              <h1>BEST PRACTICE TIPS ON PERFORMANCE APPRAISAL</h1>
              <p>
              <small>Learn how to:
              <ul>
                <li>Design your appraisal form</li>
                <li>Tackle the links to performance related pay</li>
                <li>Include competencies</li>
                <li>Reflect your overall objectives</li>
              </ul>
              </small>
              </p>
         <div id="mc_embed_signup">
<form action="http://bowlandsolutions.us6.list-manage1.com/subscribe/post" method="POST">
<input type="hidden" name="u" value="c05ce82036d6965adb79792d2">
<input type="hidden" name="id" value="7bba6f1b3c">


<div id="mergeTable" class="mergeTable">
<div class="mc-field-group">
  	<input type="text" name="MERGE1" id="MERGE1" size="25" value="First Name" onBlur="if(this.value == '') { this.value='First Name'}" onFocus="if (this.value == 'First Name') {this.value=''}" class="rounded">
</div>
<div class="mc-field-group">
  	<input type="text" name="MERGE2" id="MERGE2" size="25" value="Last Name" onBlur="if(this.value == '') { this.value='Last Name'}" onFocus="if (this.value == 'Last Name') {this.value=''}" class="rounded">
</div>

<div class="mc-field-group">
<input type="email" autocapitalize="off" autocorrect="off" value="Your email" name="EMAIL" class="required email rounded" id="mce-EMAIL" onBlur="if(this.value == '') { this.value='Your email'}" onFocus="if (this.value == 'Your email') {this.value=''}">
</div>
</div>


<!-- real people should not fill this in and expect good things -->
  <div style="position: absolute; left: -5000px;"><input type="text" name="b_c05ce82036d6965adb79792d2_7bba6f1b3c" tabindex="-1" value=""></div>


<div class="submit_container">
<input type="submit" class="submitbutton" name="submit" value="DOWNLOAD NOW">
</div>
</form>


</div>

<!--End mc_embed_signup-->
        </div>
        <div class="clear"></div>
      </div>
      <div class="clear"></div>
      <div class="clientPanel">
       <a class="button" href="#" data-slide="4"><img src="/images/clients/clientPanel.png" alt="bowland solutions client list"/></a></div>
     </div>
  </div>
</div>
</div>

<div class="mobileOnly">
  <div class="divider"></div>
</div>
<div class="slide" id="slide1" data-slide="1" data-stellar-background-ratio="0.5">
  <div class="container clearfix">
  
  <div class="serviceblock">
  <h1>OUR SERVICES</h1> <div class="label"><img src="/images/services.png" width="44" height="70" alt="our services"/> </div>
  <div class="clear"></div>
  <div class="underline"></div>
  <div class="section group">
      <div class="col span_1_of_3 training"><h3>Training for line managers</h3><p>A performance appraisal conversation is only one part of a cycle of performance management conversations throughout the year.</p><p>We offer 'Meaningful Conversations' training modules so Line Managers are skilled in all of these </p>

<ul><li>Setting Objectives</li>
<li>Giving Feedback</li>
<li>Coaching</li>
<li>Appraisals</li></ul>
</div>
      <div class="col span_1_of_3 training2"><h3>Training for employees</h3><p>Performance Management conversations are an opportunity for two-way, open and honest conversation, so ensuring your employees are also prepared is a key factor for success.</p><p>We can build their confidence and capabilities through our large-scale 'Coffee Conversations' facilitated events.</p></div>
      <div class="col span_1_of_3 debrief"><h3>Conducting debriefs</h3><p>The recipient needs to come away with a balanced understanding of their feedback – the debriefer needs to be curious and exploratory in their questioning; it's not enough that there is a conversation, it's the quality of that conversation which counts.</p><p>We can conduct face-to-face debriefs or can train your own people to conduct them effectively.</p></div>
   </div>
   <div class="section group">
      <div class="col span_1_of_3 reports"><h3>Insightful reports</h3><p>Software can generate lots of graphs, charts and stats, but does it provide insight?  Our Matrix report is ideal in supporting a conversation about development.</p>

<p>If we have conducted the face-to-face debriefs then we can provide even greater insight; we get a lot of information about your organisation; we bring these individual, group and strategically important themes together with the aggregated data from the 360 programme into a summary analysis which we then present to you.</p></div>
      <div class="col span_1_of_3 design360"><h3>Questionnaire design</h3><p>Too long and fatigue sets in, comments fall away and people don't get the best feedback they deserve</p><p>We design 360 questionnaires that focus on the behaviours you really want people having conversations about.</p></div>
      <div class="col span_1_of_3 designpr"><h3>Appraisal form design</h3><p>One that is fit for purpose and serves the needs of the individual and the business.</p><p>We design performance appraisal forms that focus on the areas you really want people having conversations about.</p></div>
   </div>
  </div>
  
  
    <div id="myModalPriceGuide" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <h3>Download a Price guide</h3>
      
   <div id="mc_embed_signup">
<form action="http://bowlandsolutions.us6.list-manage.com/subscribe/post?u=c05ce82036d6965adb79792d2&amp;id=7df72fca56" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <div id="mc_embed_signup_scroll">
	
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
	<label for="mce-EMAIL">Email Address  <span class="asterisk">*</span>
</label>
	<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
	<label for="mce-FNAME">First Name </label>
	<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
	<label for="mce-LNAME">Last Name </label>
	<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
</div>
	<div id="mce-responses" class="clear">
		<div class="response" id="mce-error-response" style="display:none"></div>
		<div class="response" id="mce-success-response" style="display:none"></div>
	</div>    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    <div style="position: absolute; left: -5000px;"><input type="text" name="b_c05ce82036d6965adb79792d2_7df72fca56" tabindex="-1" value=""></div>
    <div class="submit_container"><input type="submit" value="SUBMIT REQUEST" name="subscribe" id="mc-embedded-subscribe" class="submitbutton"></div>
    </div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
     
    </div>
    <div id="myModalDemoRequest" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <h3>Request a demo</h3>
     <div id="mc_embed_signup">
<form action="http://bowlandsolutions.us6.list-manage.com/subscribe/post?u=c05ce82036d6965adb79792d2&amp;id=38a04c12a4" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <div id="mc_embed_signup_scroll">
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
	<label for="mce-EMAIL">Your email  <span class="asterisk">*</span>
</label>
	<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
	<label for="mce-FNAME">First Name </label>
	<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
	<label for="mce-LNAME">Last Name </label>
	<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
</div>

<div class="mc-field-group">
	<label for="mce-MMERGE4">Organisation </label>
	<input type="text" value="" name="MMERGE4" class="" id="mce-MMERGE4">
</div>
<div class="mc-field-group">
	<label for="mce-MMERGE5">Number of employees </label>
	<input type="text" value="" name="MMERGE5" class="" id="mce-MMERGE5">
</div>
<div class="mc-field-group size1of2">
	<label for="mce-MMERGE3-month">Preferred Date </label>
	<div class="datefield">
		<span class="subfield dayfield"><input class="datepart " type="text" pattern="[0-9]*" value="" placeholder="DD" size="2" maxlength="2" name="MMERGE3[day]" id="mce-MMERGE3-day"></span> / 
        <span class="subfield monthfield"><input class="datepart " type="text" pattern="[0-9]*" value="" placeholder="MM" size="2" maxlength="2" name="MMERGE3[month]" id="mce-MMERGE3-month"></span> / 
		<span class="subfield yearfield"><input class="datepart " type="text" pattern="[0-9]*" value="" placeholder="YYYY" size="4" maxlength="4" name="MMERGE3[year]" id="mce-MMERGE3-year"></span>
        <span class="small-meta nowrap">( dd / mm / yyyy )</span>
	</div>
</div>	<div class="mc-field-group input-group">
    <strong>What is your main interest? </strong>
    <ul><li><input type="checkbox" value="1" name="group[12729][1]" id="mce-group[12729]-12729-0"><label for="mce-group[12729]-12729-0">360 Feedback</label></li>
<li><input type="checkbox" value="2" name="group[12729][2]" id="mce-group[12729]-12729-1"><label for="mce-group[12729]-12729-1">Performance Appraisal</label></li>
</ul>
</div>
	<div id="mce-responses" class="clear">
		<div class="response" id="mce-error-response" style="display:none"></div>
		<div class="response" id="mce-success-response" style="display:none"></div>
	</div>    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
   <div style="position: absolute; left: -5000px;"><input type="text" name="b_c05ce82036d6965adb79792d2_38a04c12a4" tabindex="-1" value=""></div>
   
     <div class="submit_container"><input type="submit" value="SUBMIT REQUEST" name="subscribe" id="mc-embedded-subscribe" class="submitbutton"></div>
   
    </div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[4]='MMERGE4';ftypes[4]='text';fnames[5]='MMERGE5';ftypes[5]='text';fnames[3]='MMERGE3';ftypes[3]='date';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->

    
    </div>
    <div id="myModal7" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/renault.png" alt="Renault"></div>
        <div class="quoter"><span class="green">Andrew Giles, HR Business Partner and Training Manager, RCI Financial Services Ltd (Wholly owned subsidiary of Renault S.A)</span></div>
      </div>
      <div class="clear"></div>
      <p>We engaged Bowland Solutions to support our Account Manager Development programme. We found working with Bowland Solutions to be professional and informal which resulted in a good working relationship. </p>
      <p>The tools on offer suited our criteria and the transition from paper to the finished working platform was easy and to a high standard. The implementation was well managed and the delivery and support was excellent. </p>
      <p>RCI FS benefited from an outstanding piece of work which enabled us to build our next step in our Account Manager Development programme. RCI FS would recommend Bowland Solutions as an excellent partner in 360 degree/180 degree feedback.</p>
    </div>
    <div id="myModal8" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/rpc.png" alt="RPC"></div>
        <div class="quoter"><span class="green">Richard Emanuel, Chief Operating Officer, RPC</span></div>
      </div>
      <div class="clear"></div>
      <p>We recently returned to Bowland for a landmark programme involving over 200 of our most senior people worldwide. </p>
      <p>The firm obtained 3 very valuable outcomes from it: robust management data that told us where to focus our investment in learning and development, so we put every £ where it will do most good; an uplift in personal skills – not just from the recipient group but from over 400 people who practised giving constructive feedback; and finally the target group found the one-to-one debrief meetings to be milestones in their professional development.</p>
    </div>
    <div id="myModal9" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/leasplan.png" alt="Leaseplan"></div>
        <div class="quoter"><span class="green">Anita Williams, Head of Leaning and Development, LeasePlan UK</span></div>
      </div>
      <div class="clear"></div>
      <p>Having contacted numerous 360 providers, Bowland Solutions were the only people that were able to design and develop a bespoke platform from which we were able to support our robust performance management process within timelines and budget. </p>
      <p>They did an excellent job to the point that we are now partnering with them for further enhancements to our online 360 system.</p>
    </div>
    <div id="myModal10" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/vso.png" alt="VSO"></div>
        <div class="quoter"><span class="green">Jennifer McCanna, Learning & Development, VSO International</span></div>
      </div>
      <div class="clear"></div>
      <p>VSO have had a very positive experience working with Bowland Solutions to introduce a performance management system that works for all our colleagues, many of whom work on a low band width, experiencing frequent IT challenges. </p>
      <p>I have been particularly impressed with Bowland’s solution-focused approach, flexibility and a unique combination of IT and HR expertise, which means I often rely on them for ‘sense checking’ our own thinking, as well as building a system that supports it. </p>
      <p>The team are friendly and responsive to work with, and I would recommend them to organisations in all sectors.</p>
    </div>
    <div id="myModal11" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/mometum.png" alt="Momentum"></div>
        <div class="quoter"><span class="green">MARIA ANDERSON, EMEA Learning and Development Director, Momentum</span></div>
      </div>
      <div class="clear"></div>
      <p>Bowland Solutions provided us an absolute professional service from beginning to end. Their advice, support and personal approach was invaluable as well as their flexibility to work towards and around our business needs. A pleasure to work with and I would highly recommend.</p>
    </div>
    <div id="myModal12" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/elmwood.png" alt="Elmwood"></div>
        <div class="quoter"><span class="green">Jayne Barrett, Learning & Development Manager, Elmwood Design</span></div>
      </div>
      <div class="clear"></div>
      <p>The people at Bowland Solutions are think-ers and do-ers. I needed people to help me think through the content of our online 360 appraisal leadership programme, and I needed people to build the system and get it up and running. Bowland are experts in both areas. And nothing is ever too much trouble, which makes it a pleasure to work with them.</p>
    </div>
    <div id="myModal13" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/revlon.png" alt="Revlon"></div>
        <div class="quoter"><span class="green">Nicholas Stockley, Learning & Development, Revlon</span></div>
      </div>
      <div class="clear"></div>
      <p>Bowland came to Revlon tasked with designing a 360 Feedback tool for use in three of our EMEA office locations. Not only was the project flawlessly executed against tight deadlines, but it also culminated in a bespoke, user-friendly system that perfectly matched our requirements. Their collaborative approach meant the design and implementation of the system was painless.</p>
    </div>
    <div id="myModal14" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/veka.png" alt="Veka"></div>
        <div class="quoter"><span class="green">Gabriela Hammond, Human Resources Manager, VEKA PLC</span></div>
      </div>
      <div class="clear"></div>
      <p>Initially we contacted Bowland to find out what 360 was all about, they talked us through the process to help us determine if it was for us, helpful discussions such as this with no obligation are something you don't often find these days! </p>
      <p>All our contacts from Sales, Training, Admin and Design/Set-up, talked us through the process and allowed for a very smooth and stress free set up, responding to any query helpfully and promptly. </p>
      <p>We recently undertook training for our Director Team on giving 360 feedback. The training was excellent, taking the members through several scenarios which they might encounter and gave practical advice on how to deal with potentially difficult situations; the role play exercises gave the opportunity to try out different approaches and the resulting feedback was constructive and insightful. At the end of the training the Directors felt fully equipped and confident to be able to undertake the debriefing sessions with their team members. We have now used Bowland Solutions for over 2 years and we look forward to continuing with our ongoing 360 development improvements</p>
    </div>
    <div id="myModal15" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/digicel.png" alt="Digicel"></div>
        <div class="quoter"><span class="green">Rachel Shadwell, Head of Learning & Development, Digicel</span></div>
      </div>
      <div class="clear"></div>
      <p>I contacted Bowland Solutions to help us build a bespoke multi-lingual 360 feedback tool with a Johari Window...there was a 3 month turnaround timeline and Bowland were absolutely great. I found them to be very creative, flexible and efficient even when dealing with our many changes. </p>
      <p>They have been extremely professional in terms of the system implementation and support, and no request was ever too big or too difficult. We have now been able to introduce a very professional, trustworthy feedback tool to support our leadership development in Digicel as a result. Thank you to all who helped in Bowland Solutions.</p>
    </div>
    <div id="myModal16" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/wto.png" alt="World Trade Organisation"></div>
        <div class="quoter"><span class="green">Pascale Goy, Head of Performance Management &amp; Learning Service, HR Division, WTO</span></div>
      </div>
      <div class="clear"></div>
      <p>Following a tendering process WTO procured the services of Bowland Solutions to implement an online performance management system. </p>
      <p>The professionalism, expertise and flexibility of the team has been instrumental in planning, organizing, testing and implementing this new system within deadlines.</p>
      <p>Introducing an online tool for performance management in the WTO was a real challenge in many ways : IT approach, different look from former paper versions, a rigorous process based on managerial accountability, etc. With the continuous assistance and guidance of Bowland solutions, the HR team successfully achieved this objective. </p>
      <p>The online system is simple, clear with a clean look. Its implementation took place in very smooth conditions over four months. Its user friendliness has been the most attractive element for the staff, some comments include : "the work and feel of the product matches very closely the needs expressed by the WTO senior management", "an excellent design, straightforward and self-explanatory". It has been easy to customize the layout and the process according to WTO preferences. </p>
      <p>The system supports a <span class="bold">multiple language</span> feature which is fundamental in a public international organization like ours. Supporting staff enquiries about the system in an autonomous way has been made possible with only half an hour training with the HR team.</p>
      <p>Extracting multiple reports to meet organizational needs can be done on a regular basis or at any time. As a result, choosing Bowland Solutions was just a perfect match for the WTO !</p>
    </div>
    <div id="myModal17" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/dyoung.png" alt="D Young"></div>
        <div class="quoter"><span class="green">Jennifer Mead, HR Manager, D Young</span></div>
      </div>
      <div class="clear"></div>
      <p>Bowland Solutions worked with us to implement a 360 degree Partner feedback programme. I found them to be extremely knowledgeable, very professional and relied immensely on their valuable advice and guidance on making this programme a success. </p>
      <p>I would highly recommend Bowland Solutions.</p>
    </div>
    <div id="myModal18" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/wdf.png" alt="WDF"></div>
        <div class="quoter"><span class="green">Sarah Purkis, Group HR Director, World Duty Free</span></div>
      </div>
      <div class="clear"></div>
      <p>World Duty Free has worked with Bowland Solutions recently to create our on-line 'bespoke' appraisal &amp; 360 tool. </p>
      <p>Having known the team for some time I can honestly say that it was excellent to work with them again in creating a solution, that now several months on, has created a simpler and more efficient way to record development and objectives for our total business. </p>
      <p>I cannot recommend Bowland solutions enough</p>
    </div>
    <div id="myModal19" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/wdp.png" alt="Westminster Drug Project"></div>
        <div class="quoter"><span class="green">Antony Heaven, Director of HR, Westminster Drug Project</span></div>
      </div>
      <div class="clear"></div>
      <p>WDP has successfully used Bowland Solutions for 360 feedback on a number of occasions, most recently for our senior management team. We come back to Bowland Solutions because they are skilled and flexible and because they take the time to understand our needs. They host a branded 360 site for us which makes electronic completion of the 360 survey itself simple and straightforward. </p>
      <p>Most effective and most valuable, however, has been the <span class="bold">debriefing process</span>. Each member of the SMT has had a confidential one-to-one debrief with John Rice from Bowland Solutions to consider their individual strengths and areas for development. This year at the end of the process we added an SMT group debriefing, also facilitated by John. The purpose of this group debrief was to identify key team and organisational themes coming out of the 360 process. </p>
      <p>I would definitely recommend this additional stage as it adds value to the whole process and enables the SMT to focus on its core strengths.</p>
    </div>
    <div id="myModal20" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/brownjacobson.png" alt="Browne Jacobson"></div>
        <div class="quoter"><span class="green">Janet Orgill, Learning and Development Manager, Browne Jacobson</span></div>
      </div>
      <div class="clear"></div>
      <p>The greatest value added for us of using Bowland Solutions for the 360 feedback process is in the quality of the coaching support we receive which really helps our senior managers to focus on the strengths they display as well as creating a platform for their future development.</p>
    </div>
    <div id="myModal21" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/eastMidsTrains.png" alt="East Midlands Trains"></div>
        <div class="quoter"><span class="green">Lisa Martin, Training & Development Manager, East Midlands Trains</span></div>
      </div>
      <div class="clear"></div>
      <p>I organised for Bowland Solutions to deliver an in-house 360 degree feedback debriefs training session. I found the session to be very rewarding and it gave me clarity on the best practice approach to conducting debrief sessions. </p>
      <p>John put me at ease and related the training to my personal needs and fully answered all the questions I had. He made great use of his materials and I must say the training has given me peace of mind and confidence to deliver debriefs to people within my organisation. </p>
    </div>
    <div id="myModal22" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/trowersHamlins.png" alt="Trowers &amp; Hamlins LLP"></div>
        <div class="quoter"><span class="green">Paul Robinson, Director of Human Resources, Trowers &amp; Hamlins LLP</span></div>
      </div>
      <div class="clear"></div>
      <p>The team at Bowland Solutions are a pleasure to do business with. They understand their client and demystify a sometimes jargon filled area with clear practical advice and pragmatic solutions. </p>
      <p>On each occasion I have worked with them they have gained instant credibility with the senior partners and have demonstrated a personal commitment and pride to see the project through to a successful completion. Most notably, their support in conducting the face-to-face 360 degree feedback debriefs with all our partners was very well received and a significant component in the overall effectiveness of the programme.</p>
      <p>I would not hesitate to work with them again.</p>
      </p>
    </div>
    <div id="myModal23" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/legalandGeneral.png" alt="Legal &amp; General"></div>
        <div class="quoter"><span class="green">Maria LaMonaca Sr. OD/Training Consultant Legal &amp; General America</span></div>
      </div>
      <div class="clear"></div>
      <p>We had the opportunity to work with Bowland Solutions to assist us in introducing core behaviors to our entire workforce of 500 people. Bowland’s design solution of <span class="strong">"Coffee Conversations"</span> assisted our employees in embracing the new way of behaving. All facilitators were skilled in leading our teams through the session and bringing forth salient points from the conversations. The concrete take away of "storyboards" with a visual picture of conversations was a wonderful take-away for our employees. It was a great pleasure for us to work with the Bowland Solutions Team.</p>
      </p>
    </div>
    
    
      <div id="myModal24" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/pantheon.png" alt="Pantheon"></div>
        <div class="quoter"><span class="green">Paul Ward, Managing Partner, Pantheon</span></div>
      </div>
      <div class="clear"></div>
      <p>We found working with Bowland on both our Performance Appraisal and 360 Degree Feedback projects very constructive. Their approach did not feel formulaic in any way. It felt tailored to what we needed and we didn’t feel pushed in a particular direction. </p>

<p>It was very much a conversation that led to the right outcome, so our experience has been very positive with their support making a signiﬁcant difference and improving the process that we went through.</p>
      </p>
    </div>
    
    
    
     <div id="myModal25" class="reveal-modal2"><a class="close-reveal-modal">&#215;</a>
      <div class="head">
        <div class="logo"><img src="/images/clients/avios.png" alt="Avios"></div>
        <div class="quoter"><span class="green">Nova Heather, Learning &amp; Development Manager, Avios</span></div>
      </div>
      <div class="clear"></div>
      <p>We have really valued Bowland Solution's collaborative approach, knowledge and experience. John has always been on hand to lend advice, guidance and support even before I had engaged their services. Their knowledge is second to none, and with it comes passion and energy. Our requirements demanded a fast turn around and Bowland were flexible and quick to respond to our needs. A highly valued service that I have no hesitation in recommending.</p>
      </p>
    </div>
  </div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="mobileOnly">
  <div class="divider"></div>
</div>
<div class="slide" id="slide2" data-slide="2" data-stellar-background-ratio="0.5">
  <div class="container clearfix">
 <div class="serviceblock">
 
  	<h1>THE SOFTWARE</h1> 
    <div class="label"><img src="/images/software.png" width="135" height="70" alt="our software"/> </div>
    <div class="clear"></div>
 
  <div class="underline"></div>
  
  
  <div class="section group">
    <div class="col span_1_of_2 pr">
      <h2>online performance appraisal</h2>
      <ul>
        <li>Forms designed to your requirements</li>
        <li>Workflow set by you</li>
        <li>Multi-lingual capability</li>
        <li>Central administration</li>
        <li>Integrates with 360 degree feedback</li>
      </ul>
    </div>
    <div class="col span_1_of_2 threesixty">
      <h2>online 360 degree feedback</h2>
      <ul>
        <li>Simple administration</li>
        <li>Your competencies and questions</li>
        <li>Various reporting options</li>
        <li>Integrates with Performance Appraisal</li>
      </ul>
    </div>
    <div class="clear"></div>
    
    <div class="centered"><a class="button" href="#" data-slide="5">contact us to find out more</a></div>
   </div>
   </div>
</div>
<div class="mobileOnly">
  <div class="divider"></div>
</div>
</div>
<div class="slide" id="slide3" data-slide="3" data-stellar-background-ratio="0.5">
  <div class="container clearfix">
    <div class="serviceblock">
  
  	<h1>ABOUT US</h1> <div class="clear"></div>
   <div class="underline"></div>
<img src="/images/about.png" width="788" height="177" alt="about us"/>
  
  <div class="section group">
  <div class="col span_1_of_4 blue">Experienced<br>
        <span class="smaller">Estabished 2002</span></div>
   <div class="col span_1_of_4 green">Knowledgeable<br>
        <span class="smaller">HR, IT and L&amp;D expertise</span></div>
    <div class="col span_1_of_4 grey">Business focused<br>
        <span class="smaller">Deliver ROI to the organisation</span></div>
    <div class="col span_1_of_4 orange">Pragmatic<br>
        <span class="smaller">Solutions which are fit for purpose</span></div>
   
  </div>
  
  <div class="centered"><p>We believe that performance appraisal and 360 degree feedback processes need to be both efficient and effective.</p>
<p>Through our experience we have found that efficiency comes about with a well thought out process, good form & questionnaire design and a move online.</p>
<p>Effectiveness comes through ensuring the quality of the conversations at the heart of these processes go well.</p>
</div>
</div>
</div>
</div>
<div class="slide" id="slide4" data-slide="4" data-stellar-background-ratio="0.5">
  <div class="container clearfix">
  <div class="serviceblock">
  <h1>OUR CLIENTS</h1> <div class="label"><img src="/images/clients.png" width="66" height="70" alt="our clients"/> </div>
  <div class="clear"></div>
  <div class="underline"></div>
  <div class="section group">
   <p>click the box with the quote mark to see what they said...</p>
    <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal7" data-animation="fade"><img src="/images/clients/renault.png" alt="Renault"></a></div>
          <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal23" data-animation="fade"><img src="/images/clients/legalandGeneral.png" alt="Legal &amp; General"></a></div>
         <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal8" data-animation="fade"><img src="/images/clients/rpc.png" alt="RPC"></a></div>
         <div class="col span_1_of_8 quote"><br><a href="#" class="big-link" data-reveal-id="myModal24" data-animation="fade"><img src="/images/clients/pantheon.png" alt="Pantheon"></a></div>
         <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal22" data-animation="fade"><img src="/images/clients/trowersHamlins.png" alt="Trowers and Hamlin"></a></div>
         <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal9" data-animation="fade"><br>
            <img src="/images/clients/leasplan.png" alt="Leaseplan"></a></div>
          <div class="col span_1_of_8 noquote"><img src="/images/clients/sky.png" alt="sky"></div>
          <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal10" data-animation="fade"><img src="/images/clients/vso.png" alt="VSO"></a></div>
         <div class="col span_1_of_8 noquote"><img src="/images/clients/wwf.png" alt="WWF"></div>
          <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal11" data-animation="fade"><img src="/images/clients/mometum.png" alt="momentum"></a></div>
          <div class="col span_1_of_8 noquote"><img src="/images/clients/jcb.png" alt="JCB"></div>
          <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal12" data-animation="fade"><img src="/images/clients/elmwood.png" alt="Elmwood"></a></div>
         <div class="col span_1_of_8 noquote"><br><img src="/images/clients/cbre.png" alt="cbre"></div>
         <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal13" data-animation="fade"><br><img src="/images/clients/revlon.png" alt="revlon"></a></div>
         <div class="col span_1_of_8 noquote"><img src="/images/clients/manx.png" alt="Manx telecom"></div>
          <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal14" data-animation="fade"><img src="/images/clients/veka.png" alt="VEKA"></a></div>
         <div class="col span_1_of_8 noquote"><img src="/images/clients/efc.png" alt="efinancial"></div>
         <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal15" data-animation="fade"><br><img src="/images/clients/digicel.png" alt="Digicel"></a></div>
          <div class="col span_1_of_8 noquote"><img src="/images/clients/jerseyelectric.png" alt="jersey electrical"></div>
          <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal16" data-animation="fade"><img src="/images/clients/wto.png" alt="World trade organisation"></a></div>
          <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal19" data-animation="fade"><img src="/images/clients/wdp.png" alt="Westminster Drug Project"></a></div>
          <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal17" data-animation="fade"><br>
            <img src="/images/clients/dyoung.png" alt="DYoung"></a></div>
          <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal20" data-animation="fade"><br>
            <img src="/images/clients/brownjacobson.png" alt="brown jacobson"></a></div>
          <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal18" data-animation="fade"><br><img src="/images/clients/wdf.png" alt="World Duty Free"></a></div>
          <div class="col span_1_of_8 noquote"><br><img src="/images/clients/crownagents.png" alt="crown agents"></div>
          <div class="col span_1_of_8 noquote"><img src="/images/clients/surreyPolice.png" alt="Surrey Police"></div>
          <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal21" data-animation="fade"><br><img src="/images/clients/eastMidsTrains.png" alt="East Midlands Trains"></a></div>
           <div class="col span_1_of_8 quote"><a href="#" class="big-link" data-reveal-id="myModal25" data-animation="fade"><img src="/images/clients/avios.png" alt="Avios"></a></div>
           <div class="col span_1_of_8 noquote"><br /><img src="/images/clients/kingsleyNapley.png" alt="Kingsley Napley"></div>
           <div class="col span_1_of_8 noquote"><br /><img src="/images/clients/farrer.png" alt="Farrer &amp; Co"></div>
        </div>
      </div>
      <!--<div class="center">
      <div class="linkdown"><a class="button" href="#" data-slide="5">Contact<br>
          us</a></div>
      </div>--> 
    </div>
  </div>
<div class="divideClient"></div>
<div class="slide" id="slide5" data-slide="5" data-stellar-background-ratio="0.5">
  <div class="speechBubs">
    <div class="container clearfix">
      <div class="serviceblock">
 
  	<h1>CONTACT US TODAY</h1> <div class="clear"></div>
   <div class="underline"></div>
    <img src="/images/contact.png" width="158" height="114" alt="contact us"/> 
   </div>
  <div class="section group">
        <div class="form">
          <div class="wrapper rounded6" id="templateContainer">
		 <div id="templateBody" class="bodyContent rounded6">
	
    <form action="http://bowlandsolutions.us6.list-manage.com/subscribe/post" method="POST">
<input type="hidden" name="u" value="c05ce82036d6965adb79792d2">
<input type="hidden" name="id" value="dda3a62bf7">


<div id="mergeTable" class="mergeTable">

<div class="field-group">
<div class="mergeRow dojoDndItem mergeRow-text" id="mergeRow-1">
 <input type="text" name="MERGE1" id="MERGE1" size="25" value="Your name" onBlur="if(this.value == '') { this.value='Your name'}" onFocus="if (this.value == 'Your name') {this.value=''}">
</div>
</div>



<div class="mergeRow dojoDndItem mergeRow-email" id="mergeRow-0">

<div class="field-group">
    <input type="email" autocapitalize="off" autocorrect="off" name="MERGE0" id="MERGE0" size="25" value="Your email" onBlur="if(this.value == '') { this.value='Your email'}" onFocus="if (this.value == 'Your email') {this.value=''}">
    
    
</div>

</div>



<div class="mergeRow dojoDndItem mergeRow-number" id="mergeRow-2">

<div class="field-group">
    <input type="text" autocapitalize="off" autocorrect="off" name="MERGE2" id="MERGE2" size="25" value="Telephone number" onBlur="if(this.value == '') { this.value='Telephone number'}" onFocus="if (this.value == 'Telephone number') {this.value=''}">
    
    
</div>

</div>



<div class="mergeRow dojoDndItem mergeRow-text" id="mergeRow-3">
<label for="MERGE3">Tell us about your project</label>
<div class="field-group">
   <textarea name="MERGE3" id="MERGE3" cols="3" rows="3"></textarea>
    
    
</div>

</div>





</div>


<!-- real people should not fill this in and expect good things -->
 <div style="position: absolute; left: -5000px;"><input type="text" name="b_c05ce82036d6965adb79792d2_dda3a62bf7" tabindex="-1" value=""></div>


<div class="submit_container">
<input type="submit" class="submitbutton" name="submit" value="CONTACT ME">
</div>
</form>



		    </div>
		</div>
        </div>
        <!--close form-->
        </div>
        <div class="baseLinks">
          <div class="center"> 
          <a href="http://www.bowlandsolutions.com/blog" target="_blank">blog</a>&nbsp;
          <a href="https://twitter.com/bowlandtweet" target="_blank">twitter</a>&nbsp;
            <span class="tel">01889 226107</span><br>
            <span class="white">Bowland Solutions, Glen View, Glen Drive, Alton, Staffordshire, ST10 4DJ</span><br><div class="clear">&nbsp;</div>
            <img src="/images/baseLogo.png" alt="bowland solutions - meaningful conversations in 360 and performance appraisal"><br>
          </div>
        </div>
        
        
        
      </div>
    </div>
  </div>
</div>
    <div class="navBorder"></div>
<div class="slide" id="slide6" data-slide="6" data-stellar-background-ratio="0.5">

<div class="container clearfix">
      <div class="serviceblock">
 <h1>OUR BLOG</h1> <div class="clear"></div>
   <div class="underline"></div>
    <!--<img src="/images/contact.png" width="158" height="114" alt="contact us"/> -->
   </div>
   </div>
   
   
  <div id="blog">

    <div class="theposts">
      <span class="thedate">29 Jun 2015</span><br><span class="thetitle"><a class="replace_nat_titlelink" href="http://www.bowlandsolutions.com/blog/2015/06/busting-urban-myths-empathy-is-a-state-of-mind">Busting Urban Myths - Empathy is a state of mind</a></span><br><div class="clip"><a href="http://www.bowlandsolutions.com/assets/BUM16-Displaying-Empathy.png"><img class="alignnone  wp-image-2071" title="BUM#16 Displaying Empathy" src="http://www.bowlandsolutions.com/assets/BUM16-Displaying-Empathy.png" alt="" width="550" height="425" /></a>...</div><br><div class="divider"></div><span class="thedate">24 Jun 2015</span><br><span class="thetitle"><a class="replace_nat_titlelink" href="http://www.bowlandsolutions.com/blog/2015/06/how-to-turn-off-the-flashing-notification-light-on-your-phone">How to turn off the flashing notification light on your phone</a></span><br><div class="clip"><a href="http://www.bowlandsolutions.com/assets/LED.jpg"><img class="alignnone  wp-image-2067" title="LED" src="http://www.bowlandsolutions.com/assets/LED-1024x481.jpg" alt="" width="550" height="325" /></a>

For Android users the simplest method is to select Settings-&gt;My Device-&gt;LED indicator and untick Notification.  On the most recent Android update you can do cleverer options, but this will work.

For Blackberry users the suggested route is Profiles-&gt;Select the active profile and Edit-&gt;Select Messages&gt;Turn off the repeat LED notification

The best route for most phones is to type into Google "Turn off LED notification on [your phone]...." .

Why have we suddenly delved into phone advice?  Because it is very difficult to be attentive to the current person in fro...</div><br><div class="divider"></div><span class="thedate">23 Jun 2015</span><br><span class="thetitle"><a class="replace_nat_titlelink" href="http://www.bowlandsolutions.com/blog/2015/06/360-degree-feedback-whats-the-environmental-cost">360 degree feedback - What's the environmental cost?</a></span><br><div class="clip"><a href="http://www.bowlandsolutions.com/assets/Deforestation.jpg"><img class="alignnone  wp-image-2061" title="Deforestation" src="http://www.bowlandsolutions.com/assets/Deforestation.jpg" alt="" width="550" height="325" /></a>

We hear much today about what the environmental cost is around manufacturing, flying, food production, etc - It struck me that there is a parallel here to 360 degree feedback which provides a glimpse of the 'environmental cost' of our own behaviour.

It has become clear that it is not enough for companies to make vast profits for shareholders whilst dumping toxic waste in nearby rivers; the 'What' was being achieved but the 'How' was creating terrible fallout.

As employees,  it is often the case that whilst people are achieving their goals or targets, how ...</div><br><div class="divider"></div><span class="thedate">15 Jun 2015</span><br><span class="thetitle"><a class="replace_nat_titlelink" href="http://www.bowlandsolutions.com/blog/2015/06/free-webinar-building-resilience-in-individuals-organisations">Free Webinar - Building Resilience in Individuals & Organisations</a></span><br><div class="clip"><a href="http://www.bowlandsolutions.com/assets/resilience-flower.jpg"><img class="alignnone  wp-image-2053" title="resilience-flower" src="http://www.bowlandsolutions.com/assets/resilience-flower-1024x682.jpg" alt="" width="550" height="300" /></a>

<span style="color: #000000;"><em><strong><span style="font-size: x-large;">Friday 26th June@1pm BST</span></strong></em></span>

<span style="color: #000000;"><em><strong>Introduction</strong></em></span>

<span style="color: #000000;">The word <em><strong>resilience</strong></em> has shifted from being a scientific term to describe the ability of materials to withstand shock, to <em><strong>a skill required of individuals and organisations</strong></em> if they are to deal with the demands of pressure and change.</span>

<span st...</div><br><div class="divider"></div><span class="thedate">10 Jun 2015</span><br><span class="thetitle"><a class="replace_nat_titlelink" href="http://www.bowlandsolutions.com/blog/2015/06/nats-swimming-a-mile-in-lake-windermere-the-power-of-a-target">The power of a target - Nat's swimming a mile in Lake Windermere</a></span><br><div class="clip"><a href="http://www.bowlandsolutions.com/assets/Open-water.jpg"><img class="alignnone  wp-image-2043" title="Open water" src="http://www.bowlandsolutions.com/assets/Open-water.jpg" alt="" width="550" height="275" /></a>

This weekend one of our team, Nat, will be swimming a mile in Lake Windermere in "The Great North Swim, Lake Windermere".  From what she's been telling us, she will be swimming front crawl the whole way.  Up until the middle of March Nat would have described herself as a "breast stroke, head out of the water" swimmer.  But, she had signed up to this swim.  From that target, she has taken lessons in the full front crawl stroke, learnt about open water swimming, got the right kit, practiced in local reservoirs, and is ready for the challenge.  When we were all togethe...</div><br><div class="divider"></div><span class="thedate">09 Jun 2015</span><br><span class="thetitle"><a class="replace_nat_titlelink" href="http://www.bowlandsolutions.com/blog/2015/06/stumbling-across-the-truth-with-360-degree-feedback">Stumbling across the truth with 360 degree feedback</a></span><br><div class="clip"><a href="http://www.bowlandsolutions.com/assets/Stumble.jpg"><img class="alignnone  wp-image-2036" title="Stumble" src="http://www.bowlandsolutions.com/assets/Stumble.jpg" alt="" width="550" height="250" /></a>

I heard this quotation recently which is attributed to Winston Churchill:

<em>"Men occasionally stumble over the truth, but most of them pick themselves up &amp; hurry off as if nothing ever happened."</em>

It struck me how such an event can happen in the context of 360 degree feedback; a recipient of 360 can be faced with multiple 'truths' which are unveiled in their 360 report - they discover something new about themselves; a behaviour of theirs observed by others but perhaps not noticed by themselves, a realisation of the impact they have on others, be that positive or n...</div><br><div class="divider"></div><span class="thedate">03 Jun 2015</span><br><span class="thetitle"><a class="replace_nat_titlelink" href="http://www.bowlandsolutions.com/blog/2015/06/build-on-what-is-already-working-in-your-performance-appraisal-process">Build on what is already working in your performance appraisal process</a></span><br><div class="clip"><a href="http://www.bowlandsolutions.com/assets/Build1.jpg"><img class="alignnone  wp-image-2032" title="Build" src="http://www.bowlandsolutions.com/assets/Build1.jpg" alt="" width="550" height="240" /></a>

&nbsp;

Another day, another article saying we should scrap performance appraisals.... <a href="http://nymag.com/scienceofus/2015/05/time-to-revamp-the-performance-review.html" target="_new">It's time to kill the performance review</a> .  The article actually focusses on problems with performance grades but that wouldn't be as interesting a title I guess!  Anyway, here's my point.  When working with individuals who are struggling with some aspect of their role or performance we build from their strengths.  We certainly don't suggest they just give up.  The same applies to perf...</div><br><div class="divider"></div><span class="thedate">01 Jun 2015</span><br><span class="thetitle"><a class="replace_nat_titlelink" href="http://www.bowlandsolutions.com/blog/2015/06/busting-urban-myths-meaningful-conversations">Busting Urban Myths - Meaningful Conversations</a></span><br><div class="clip"><a href="http://www.bowlandsolutions.com/assets/BUM14-Meaningful-Conversations.png"><img class="alignnone  wp-image-2022" title="BUM#14 Meaningful Conversations" src="http://www.bowlandsolutions.com/assets/BUM14-Meaningful-Conversations.png" alt="" width="550" height="500" /></a>...</div><br><div class="divider"></div><span class="thedate">20 May 2015</span><br><span class="thetitle"><a class="replace_nat_titlelink" href="http://www.bowlandsolutions.com/blog/2015/05/future-england-cricket-captain-work-on-your-strengths">Future England cricket captain - work on your strengths</a></span><br><div class="clip"><a href="http://www.bowlandsolutions.com/assets/Strengths.jpg"><img class="alignnone  wp-image-2018" title="Strengths" src="http://www.bowlandsolutions.com/assets/Strengths.jpg" alt="" width="550" height="325" /></a>

Focus on your strengths - they're what got you where you are.  Easily said, harder to do.  When debriefing 360 feedback the majority of executives will "hunt the negative".  Finding the criticism in the report and either moving defensively against it or wrestling with it to see how they can improve.  But you didn't get to be the senior leader because of your weaknesses, you got there because of your strengths.  Building from your strengths rather than over-focusing on your weaknesses makes sense.

I was reminded of this in a BBC article on Joe Root - the upcoming sta...</div><br><div class="divider"></div><span class="thedate">19 May 2015</span><br><span class="thetitle"><a class="replace_nat_titlelink" href="http://www.bowlandsolutions.com/blog/2015/05/how-to-improve-performance-appraisals-what-the-research-tells-us">How to improve performance appraisals; what the research tells us</a></span><br><div class="clip"><a href="http://www.bowlandsolutions.com/assets/time-for-feedback.jpg"><img class="alignnone  wp-image-2012" title="time for feedback" src="http://www.bowlandsolutions.com/assets/time-for-feedback-300x253.jpg" alt="" width="550" height="300" /></a>

A <a title="Business News Daily PR article" href="http://www.businessnewsdaily.com/7974-better-performance-reviews.html" target="_blank">recent article on the effectiveness of Performance Appraisals</a>, cited research conducted by <a title="Rice University" href="http://www.rice.edu" target="_blank">Rice University</a> (hence the reason it caught my eye!) - the study points to some inherent problems with the traditional annual review process and suggests what steps organisations can take to improve it.

The key message is that <em><strong>...</div><br><div class="divider"></div>    </div>
  </div>
</div>
<footer class="site-footer"> 
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> 
  <script type="text/javascript" src="/javascript/jquery.reveal.js"></script> 
  <script type="text/javascript" src="/javascript/jquery.stellar.min.js"></script> 
  <script type="text/javascript" src="/javascript/waypoints.min.js"></script> 
  <script type="text/javascript" src="/javascript/jquery.easing.1.3.js"></script> 
  <script type='text/javascript' src='/javascript/popbox.js'></script> 
  <script type="text/javascript" src="/javascript/scripts.js"></script> 
  <script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-334410-1', 'auto');
  ga('send', 'pageview');

</script> 

<script type="text/javascript">
            var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
            document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
            </script>
            <script type="text/javascript">
            try {
                var _gaq = _gaq || [];
                _gaq.push(["_setAccount", "UA-334410-1"]);
                _gaq.push(["_setDomainName", ".list-manage.com"]);
                _gaq.push(["_trackPageview"]);
                _gaq.push(["_setAllowLinker", true]);
            } catch(err) {console.log(err);}</script>
            
            
            

</footer>
</body>
</html>
