<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>A Girl's Guide to Project Management &#187; Giveaway</title>
	<atom:link href="http://www.pm4girls.elizabeth-harrin.com/category/giveaway/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pm4girls.elizabeth-harrin.com</link>
	<description>Project Management musings for one and all</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:33:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Free report: 5 Symptoms of Imposter Syndrome</title>
		<link>http://www.pm4girls.elizabeth-harrin.com/2011/12/free-report-5-symptoms-of-imposter-syndrome/</link>
		<comments>http://www.pm4girls.elizabeth-harrin.com/2011/12/free-report-5-symptoms-of-imposter-syndrome/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 06:18:26 +0000</pubDate>
		<dc:creator>Elizabeth</dc:creator>
				<category><![CDATA[Giveaway]]></category>

		<guid isPermaLink="false">http://www.pm4girls.elizabeth-harrin.com/?p=4122</guid>
		<description><![CDATA[<script type="text/javascript">
jQuery(document).ready(function($) {
$(function() {
  $('.error').hide();
  $(".button").click(function() {
		// validate and process form
		// first hide any error messages
    $('.error').hide();
		
	  var name = $("input#name").val();
		if (name == "") {
      $("label#name_error").show();
      $("input#name").focus();
      return false;
    }
		var email = $("input#eStore_ajax_email").val();
		if (email == "") {
      $("label#email_error").show();
      $("input#eStore_ajax_email").focus();
      return false;
    }
		var prod_id = $("input#free_download_product_id").val();
		var ap_id = $("input#free_download_ap_id").val();
		var clientip = $("input#free_download_clientip").val();
		
		var dataString = 'name='+ name + '&email=' + email + '&prod_id=' + prod_id + '&ap_id=' + ap_id + '&clientip=' + clientip;
		//alert (dataString);return false;
        var process_script_url = 'http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/wp-cart-for-digital-products' + '/ajax_process_download.php';

	// Because the server might be invoking the PDF Stamper, we want the user to have a "warm fuzzy feeling" while they
	// wait for a response.  Otherwise, they might get "click happy" with the submit button.
	// -- The Assurer, 2010-09-14.
	{
		$('.free_download_form').html("<div class='message'></div>");
		$('.message').html("")
		.append("Processing Order...")
		.hide()
		.fadeIn(250, function() {
			$('.message').append("<img id='loader1' src='http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/wp-cart-for-digital-products/images/ajax-loader1.gif' />");
		});
	}

		$.ajax({
      type: "POST",
      url: process_script_url,
      data: dataString,
      success: function() {
        $('.free_download_form').html("<div class='message'></div>");
        $('.message').html("")
        .append("<p style='color: green;'><strong>Email sent! Please check your inbox for the download link.</strong></p>")
        .hide()
        .fadeIn(250, function() {
          $('.message').append("<img id='checkmark' src='http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/wp-cart-for-digital-products/images/check.png' />");
        });
      }
     });
    return false;
	});
});
});
</script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(function() {
  $('.error').hide();
  $(".button").click(function() {
		// validate and process form
		// first hide any error messages
    $('.error').hide();
		
	  var name = $("input#name").val();
		if (name == "") {
      $("label#name_error").show();
      $("input#name").focus();
      return false;
    }
		var email = $("input#eStore_ajax_email").val();
		if (email == "") {
      $("label#email_error").show();
      $("input#eStore_ajax_email").focus();
      return false;
    }
		var prod_id = $("input#free_download_product_id").val();
		var ap_id = $("input#free_download_ap_id").val();
		var clientip = $("input#free_download_clientip").val();
		
		var dataString = 'name='+ name + '&email=' + email + '&prod_id=' + prod_id + '&ap_id=' + ap_id + '&clientip=' + clientip;
		//alert (dataString);return false;
        var process_script_url = 'http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/wp-cart-for-digital-products' + '/ajax_process_download.php';

	// Because the server might be invoking the PDF Stamper, we want the user to have a "warm fuzzy feeling" while they
	// wait for a response.  Otherwise, they might get "click happy" with the submit button.
	// -- The Assurer, 2010-09-14.
	{
		$('.free_download_form').html("<div class='message'></div>");
		$('.message').html("")
		.append("Processing Order...")
		.hide()
		.fadeIn(250, function() {
			$('.message').append("<img id='loader1' src='http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/wp-cart-for-digital-products/images/ajax-loader1.gif' />");
		});
	}

		$.ajax({
      type: "POST",
      url: process_script_url,
      data: dataString,
      success: function() {
        $('.free_download_form').html("<div class='message'></div>");
        $('.message').html("")
        .append("<p style='color: green;'><strong>Email sent! Please check your inbox for the download link.</strong></p>")
        .hide()
        .fadeIn(250, function() {
          $('.message').append("<img id='checkmark' src='http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/wp-cart-for-digital-products/images/check.png' />");
        });
      }
     });
    return false;
	});
});
});
</script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(function() {
  $('.error').hide();
  $(".button").click(function() {
		// validate and process form
		// first hide any error messages
    $('.error').hide();
		
	  var name = $("input#name").val();
		if (name == "") {
      $("label#name_error").show();
      $("input#name").focus();
      return false;
    }
		var email = $("input#eStore_ajax_email").val();
		if (email == "") {
      $("label#email_error").show();
      $("input#eStore_ajax_email").focus();
      return false;
    }
		var prod_id = $("input#free_download_product_id").val();
		var ap_id = $("input#free_download_ap_id").val();
		var clientip = $("input#free_download_clientip").val();
		
		var dataString = 'name='+ name + '&email=' + email + '&prod_id=' + prod_id + '&ap_id=' + ap_id + '&clientip=' + clientip;
		//alert (dataString);return false;
        var process_script_url = 'http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/wp-cart-for-digital-products' + '/ajax_process_download.php';

	// Because the server might be invoking the PDF Stamper, we want the user to have a "warm fuzzy feeling" while they
	// wait for a response.  Otherwise, they might get "click happy" with the submit button.
	// -- The Assurer, 2010-09-14.
	{
		$('.free_download_form').html("<div class='message'></div>");
		$('.message').html("")
		.append("Processing Order...")
		.hide()
		.fadeIn(250, function() {
			$('.message').append("<img id='loader1' src='http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/wp-cart-for-digital-products/images/ajax-loader1.gif' />");
		});
	}

		$.ajax({
      type: "POST",
      url: process_script_url,
      data: dataString,
      success: function() {
        $('.free_download_form').html("<div class='message'></div>");
        $('.message').html("")
        .append("<p style='color: green;'><strong>Email sent! Please check your inbox for the download link.</strong></p>")
        .hide()
        .fadeIn(250, function() {
          $('.message').append("<img id='checkmark' src='http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/wp-cart-for-digital-products/images/check.png' />");
        });
      }
     });
    return false;
	});
});
});
</script>
Those of you who subscribe to my newsletter will know that I have been working on an ebook about Imposter Syndrome over the summer. I&#8217;ll be launching it next week, and in the meantime I thought you might like to find out more about Imposter Syndrome. You can get a free report, 5 Symptoms of [...]
Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/imposter-syndrome-symptoms/' rel='bookmark' title='5 Symptoms of Imposter Syndrome: free report'>5 Symptoms of Imposter Syndrome: free report</a> <small>This short report looks at the 5 symptoms of Imposter Syndrome. Download your free copy now! Name: This field is required. Email: This field is...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/11/what-is-imposter-syndrome/' rel='bookmark' title='What is Imposter Syndrome?'>What is Imposter Syndrome?</a> <small>This is an extract from Overcoming Imposter Syndrome: Ten Strategies to Stop Feeling Like a Fraud at Work. This new ebook launches next week and...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/12/overcoming-imposter-syndrome-the-launch/' rel='bookmark' title='Overcoming Imposter Syndrome: the launch!'>Overcoming Imposter Syndrome: the launch!</a> <small>Overcoming Imposter Syndrome: Ten Strategies to Stop Feeling Like a Fraud at Work is available from today! Overcoming Imposter Syndrome: Ten Strategies to Stop Feeling...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<script type="text/javascript">
jQuery(document).ready(function($) {
$(function() {
  $('.error').hide();
  $(".button").click(function() {
		// validate and process form
		// first hide any error messages
    $('.error').hide();
		
	  var name = $("input#name").val();
		if (name == "") {
      $("label#name_error").show();
      $("input#name").focus();
      return false;
    }
		var email = $("input#eStore_ajax_email").val();
		if (email == "") {
      $("label#email_error").show();
      $("input#eStore_ajax_email").focus();
      return false;
    }
		var prod_id = $("input#free_download_product_id").val();
		var ap_id = $("input#free_download_ap_id").val();
		var clientip = $("input#free_download_clientip").val();
		
		var dataString = 'name='+ name + '&email=' + email + '&prod_id=' + prod_id + '&ap_id=' + ap_id + '&clientip=' + clientip;
		//alert (dataString);return false;
        var process_script_url = 'http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/wp-cart-for-digital-products' + '/ajax_process_download.php';

	// Because the server might be invoking the PDF Stamper, we want the user to have a "warm fuzzy feeling" while they
	// wait for a response.  Otherwise, they might get "click happy" with the submit button.
	// -- The Assurer, 2010-09-14.
	{
		$('.free_download_form').html("<div class='message'></div>");
		$('.message').html("")
		.append("Processing Order...")
		.hide()
		.fadeIn(250, function() {
			$('.message').append("<img id='loader1' src='http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/wp-cart-for-digital-products/images/ajax-loader1.gif' />");
		});
	}

		$.ajax({
      type: "POST",
      url: process_script_url,
      data: dataString,
      success: function() {
        $('.free_download_form').html("<div class='message'></div>");
        $('.message').html("")
        .append("<p style='color: green;'><strong>Email sent! Please check your inbox for the download link.</strong></p>")
        .hide()
        .fadeIn(250, function() {
          $('.message').append("<img id='checkmark' src='http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/wp-cart-for-digital-products/images/check.png' />");
        });
      }
     });
    return false;
	});
});
});
</script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(function() {
  $('.error').hide();
  $(".button").click(function() {
		// validate and process form
		// first hide any error messages
    $('.error').hide();
		
	  var name = $("input#name").val();
		if (name == "") {
      $("label#name_error").show();
      $("input#name").focus();
      return false;
    }
		var email = $("input#eStore_ajax_email").val();
		if (email == "") {
      $("label#email_error").show();
      $("input#eStore_ajax_email").focus();
      return false;
    }
		var prod_id = $("input#free_download_product_id").val();
		var ap_id = $("input#free_download_ap_id").val();
		var clientip = $("input#free_download_clientip").val();
		
		var dataString = 'name='+ name + '&email=' + email + '&prod_id=' + prod_id + '&ap_id=' + ap_id + '&clientip=' + clientip;
		//alert (dataString);return false;
        var process_script_url = 'http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/wp-cart-for-digital-products' + '/ajax_process_download.php';

	// Because the server might be invoking the PDF Stamper, we want the user to have a "warm fuzzy feeling" while they
	// wait for a response.  Otherwise, they might get "click happy" with the submit button.
	// -- The Assurer, 2010-09-14.
	{
		$('.free_download_form').html("<div class='message'></div>");
		$('.message').html("")
		.append("Processing Order...")
		.hide()
		.fadeIn(250, function() {
			$('.message').append("<img id='loader1' src='http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/wp-cart-for-digital-products/images/ajax-loader1.gif' />");
		});
	}

		$.ajax({
      type: "POST",
      url: process_script_url,
      data: dataString,
      success: function() {
        $('.free_download_form').html("<div class='message'></div>");
        $('.message').html("")
        .append("<p style='color: green;'><strong>Email sent! Please check your inbox for the download link.</strong></p>")
        .hide()
        .fadeIn(250, function() {
          $('.message').append("<img id='checkmark' src='http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/wp-cart-for-digital-products/images/check.png' />");
        });
      }
     });
    return false;
	});
});
});
</script>
<p></p><p>Those of you who subscribe to my newsletter will know that I have been working on an ebook about Imposter Syndrome over the summer. I&#8217;ll be launching it next week, and in the meantime I thought you might like to find out more about Imposter Syndrome.</p>
<p>You can get a free report, 5 Symptoms of Imposter Syndrome, here. It&#8217;s a short read, and hopefully it will give you a couple of pointers of what to look out for in either yourself or your colleagues.</p>
<p>Download your free copy now!</p>
<p><div class="free_download_form"><form name="free_download" method="post" action="">
      <label for="name" id="name_label">Name: </label><br />
      <input type="text" name="name" id="name" value="" class="eStore_text_input" />
      <br /><label class="error" for="name" id="name_error">This field is required.<br /></label>

      <label for="eStore_ajax_email" id="email_label">Email: </label><br />
      <input type="text" name="eStore_ajax_email" id="eStore_ajax_email" value="" class="eStore_text_input" />
      <br /><label class="error" for="eStore_ajax_email" id="email_error">This field is required.<br /></label>
      
      <input type="hidden" name="free_download_product_id" id="free_download_product_id" value="12" />
      <input type="hidden" name="free_download_ap_id" id="free_download_ap_id" value="" />
      <input type="hidden" name="free_download_clientip" id="free_download_clientip" value="38.107.179.226" />

      <input type="image" name="submit" class="button" id="submit_btn" alt ="Download" src="http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/wp-cart-for-digital-products/images/download_icon.png" /></form></div></p>
<p>Downloading the report will subscribe you to news about my new ebook,<em> Overcoming Imposter Syndrome: Ten Strategies to Stop Feeling Like a Fraud at Work</em>. I&#8217;ll send you an email next week about the launch of the book but you won&#8217;t get hundreds of message and your details won&#8217;t be passed to anyone else. If you don’t want to receive updates, just unsubscribe.</p>
<p>Find out more about the book at <a title="Overcoming Imposter Syndrome" href="http://overcomingimpostersyndrome.com/" target="_blank">OvercomingImposterSyndrome.com</a></p>
<h3>A note on downloading the report</h3>
<p>There are a few other free ebooks and reports you can <a title="Free stuff" href="http://www.pm4girls.elizabeth-harrin.com/resources/free-stuff/">download from my blog</a>. A couple of people have got in touch to say they haven’t received the email with the link to the report in. Once you have entered your email address and clicked ‘Download Now’, the ‘Download Now’ button is replaced by a green tick and a message that says you’ve been sent an email. The email will come from ‘WordPress’ (<a href="mailto:wordpress@pm4girls.elizabeth-harrin.com">wordpress@ pm4girls.elizabeth-harrin.com</a>) with the title ‘Here&#8217;s the link to download your document’. Please check your spam filter as your email may have ended up there. If you don’t receive anything, or have any other problems, please <a title="Contact me" href="../contact/" target="_self">email me</a> and I’ll send you a copy myself.</p>
<img src="http://www.pm4girls.elizabeth-harrin.com/?ak_action=api_record_view&id=4122&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.pm4girls.elizabeth-harrin.com%2F2011%2F12%2Ffree-report-5-symptoms-of-imposter-syndrome%2F&amp;title=Free%20report%3A%205%20Symptoms%20of%20Imposter%20Syndrome" id="wpa2a_2"><img src="http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/imposter-syndrome-symptoms/' rel='bookmark' title='5 Symptoms of Imposter Syndrome: free report'>5 Symptoms of Imposter Syndrome: free report</a> <small>This short report looks at the 5 symptoms of Imposter Syndrome. Download your free copy now! Name: This field is required. Email: This field is...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/11/what-is-imposter-syndrome/' rel='bookmark' title='What is Imposter Syndrome?'>What is Imposter Syndrome?</a> <small>This is an extract from Overcoming Imposter Syndrome: Ten Strategies to Stop Feeling Like a Fraud at Work. This new ebook launches next week and...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/12/overcoming-imposter-syndrome-the-launch/' rel='bookmark' title='Overcoming Imposter Syndrome: the launch!'>Overcoming Imposter Syndrome: the launch!</a> <small>Overcoming Imposter Syndrome: Ten Strategies to Stop Feeling Like a Fraud at Work is available from today! Overcoming Imposter Syndrome: Ten Strategies to Stop Feeling...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pm4girls.elizabeth-harrin.com/2011/12/free-report-5-symptoms-of-imposter-syndrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Giveaway winners and review: Employees First, Customers Second</title>
		<link>http://www.pm4girls.elizabeth-harrin.com/2011/10/giveaway-winners-and-review-employees-first-customers-second/</link>
		<comments>http://www.pm4girls.elizabeth-harrin.com/2011/10/giveaway-winners-and-review-employees-first-customers-second/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 06:17:34 +0000</pubDate>
		<dc:creator>Elizabeth</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Giveaway]]></category>

		<guid isPermaLink="false">http://www.pm4girls.elizabeth-harrin.com/?p=4034</guid>
		<description><![CDATA[And the winners are&#8230; Lee Choon-Heng from Malaysia and Kevin McDaniel from Kansas, United States. Congratulations, your copies of Employees First, Customers Second by Vineet Nayar are in the post. This is what they won: Employees First, Customers Second is an easy-to-read story of how Vineet Nayar turned around the fortunes of IT services firm [...]
Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/10/giveaway-employees-first-customers-second/' rel='bookmark' title='Giveaway: Employees First, Customers Second'>Giveaway: Employees First, Customers Second</a> <small>I love getting parcels. The lovely people at Harvard Business Press have given me two copies of Vineet Nayar&#8217;s book, Employees First, Customers Second, to...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2008/10/giveaway-winners/' rel='bookmark' title='Giveaway winners!'>Giveaway winners!</a> <small>And the names are out of the hat. The winners are: Samantha from Essex Stephen from Cheshire Veronica from Johannesburg Isobel from Leeds Jessica from...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2010/12/giveaway-winners-for-november/' rel='bookmark' title='Giveaway winners for November'>Giveaway winners for November</a> <small>Last month I had great giveaways. Trish from Calgary and Scott from Minnesota both won copies of the Get-It-Done Guy’s 9 Steps to Work Less...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.pm4girls.elizabeth-harrin.com/wp-content/uploads/2011/10/employees-first.jpg"><img class="alignright size-full wp-image-3972" title="employees-first" src="http://www.pm4girls.elizabeth-harrin.com/wp-content/uploads/2011/10/employees-first.jpg" alt="Book cover image" width="300" height="300" /></a>And the winners are&#8230; Lee Choon-Heng from Malaysia and Kevin McDaniel from Kansas, United States.</p>
<p>Congratulations, your copies of Employees First, Customers Second by Vineet Nayar are in the post.</p>
<p>This is what they won:</p>
<p>Employees First, Customers Second is an easy-to-read story of how Vineet Nayar turned around the fortunes of IT services firm HCL Technologies. The book centres on Nayar&#8217;s strategies to make life better for employees in &#8216;the value zone&#8217; &#8211; those customer-facing staff who really have the opportunity to make a difference to customers. By empowering staff, customers benefit, and the office of the CEO prioritised staff engagement before customer initiatives.</p>
<p>This all started because the IT services market changed and Nayar needed to ensure his company remained competitive. &#8220;CIOs were expected to deliver faster, cheaper, and better processes that could help the companies differentiate themselves from their competitors and achieve the desired competitive advantage,&#8221; he writes.</p>
<p>One of the key things he did was improve the level of trust in the organisation between all levels of employees. This was a difficult thing to achieve. Although he wasn&#8217;t facing distrust, his staff were perhaps ambivalent when it came to trusting management. He writes:</p>
<blockquote><p><span>&#8220;Over the past decade, we have seen many business executives and managers who have lied and stolen and betrayed the trust of their people and their companies. The distrust of people in positions of authority and power extends into every walk of life. The trust quotient, therefore, particularly regarding business leadership, is at an all-time low around the world&#8230;if your organization has more than a couple of hundred people in it, most of them don&#8217;t know you. You know that you are trustworthy, but they do not. I believe that your personal trust quotient is lower than you think it is &#8211; probably quite a bit lower.&#8221;</span></p></blockquote>
<p>HCLT did some drastic things, like allowing any member of staff to provide 360 degree feedback on managers. This had an interesting side effect. The lower the amount if responses, the less influential the manager was. The work he or she carried out didn&#8217;t impact many people. The managerial team started to see that it was not their zone of control &#8211; how many people they managed &#8211; that mattered, but their zone of influence &#8211; how far that reach was felt.</p>
<p>Why are these ideas relevant to project managers? They aren&#8217;t going to help you build a schedule or a WBS. However I strongly believe in getting inspiration and new ideas from other areas of management literature. The ideas of trust building, feedback and effective communication are relevant to what you do. If you only stay in the project management arena you miss out on a lot. What have you read recently that has sparked an new thought or idea?</p>
<p>Missed out on the giveaway? Buy the book on <a title="Buy on Amazon" href="http://www.amazon.com/gp/product/1422139069/ref=as_li_ss_tl?ie=UTF8&amp;tag=pm0fd-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=1422139069" target="_blank">Amazon.com</a> or <a title="Buy on Amazon" href="http://www.amazon.co.uk/gp/product/1422139069/ref=as_li_ss_tl?ie=UTF8&amp;tag=wwwelizabharr-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=1422139069" target="_blank">Amazon.co.uk</a>.</p>
<img src="http://www.pm4girls.elizabeth-harrin.com/?ak_action=api_record_view&id=4034&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.pm4girls.elizabeth-harrin.com%2F2011%2F10%2Fgiveaway-winners-and-review-employees-first-customers-second%2F&amp;title=Giveaway%20winners%20and%20review%3A%20Employees%20First%2C%20Customers%20Second" id="wpa2a_4"><img src="http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/10/giveaway-employees-first-customers-second/' rel='bookmark' title='Giveaway: Employees First, Customers Second'>Giveaway: Employees First, Customers Second</a> <small>I love getting parcels. The lovely people at Harvard Business Press have given me two copies of Vineet Nayar&#8217;s book, Employees First, Customers Second, to...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2008/10/giveaway-winners/' rel='bookmark' title='Giveaway winners!'>Giveaway winners!</a> <small>And the names are out of the hat. The winners are: Samantha from Essex Stephen from Cheshire Veronica from Johannesburg Isobel from Leeds Jessica from...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2010/12/giveaway-winners-for-november/' rel='bookmark' title='Giveaway winners for November'>Giveaway winners for November</a> <small>Last month I had great giveaways. Trish from Calgary and Scott from Minnesota both won copies of the Get-It-Done Guy’s 9 Steps to Work Less...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pm4girls.elizabeth-harrin.com/2011/10/giveaway-winners-and-review-employees-first-customers-second/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Giveaway: Employees First, Customers Second</title>
		<link>http://www.pm4girls.elizabeth-harrin.com/2011/10/giveaway-employees-first-customers-second/</link>
		<comments>http://www.pm4girls.elizabeth-harrin.com/2011/10/giveaway-employees-first-customers-second/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 06:21:31 +0000</pubDate>
		<dc:creator>Elizabeth</dc:creator>
				<category><![CDATA[Giveaway]]></category>

		<guid isPermaLink="false">http://www.pm4girls.elizabeth-harrin.com/?p=3971</guid>
		<description><![CDATA[I love getting parcels. The lovely people at Harvard Business Press have given me two copies of Vineet Nayar&#8217;s book, Employees First, Customers Second, to give away. The book talks about a transformation project that took Nayar&#8217;s company from struggling to being one of the fastest growing IT services companies in the world. I haven&#8217;t [...]
Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/10/giveaway-winners-and-review-employees-first-customers-second/' rel='bookmark' title='Giveaway winners and review: Employees First, Customers Second'>Giveaway winners and review: Employees First, Customers Second</a> <small>And the winners are&#8230; Lee Choon-Heng from Malaysia and Kevin McDaniel from Kansas, United States. Congratulations, your copies of Employees First, Customers Second by Vineet...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2009/09/giveaway-reminder-pm-crash-course/' rel='bookmark' title='Giveaway reminder: PM Crash Course'>Giveaway reminder: PM Crash Course</a> <small>It&#8217;s not too late to be in with a chance of winning PM Crash Course: Premier Edition by Rita Mulchay. If you would like to...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2010/02/giveaway-the-power-of-slow/' rel='bookmark' title='Giveaway: The Power of Slow'>Giveaway: The Power of Slow</a> <small>Would you like to slow down and get more done?  I have a copy of Christine Louise Hohlbaum’s book, The Power of Slow, 101 Ways...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.pm4girls.elizabeth-harrin.com/wp-content/uploads/2011/10/employees-first.jpg"><img class="alignright size-full wp-image-3972" title="employees-first" src="http://www.pm4girls.elizabeth-harrin.com/wp-content/uploads/2011/10/employees-first.jpg" alt="Book cover image" width="300" height="300" /></a>I love getting parcels. The lovely people at Harvard Business Press have given me two copies of Vineet Nayar&#8217;s book, <a title="Buy on Amazon" href="http://www.amazon.co.uk/gp/product/1422139069/ref=as_li_ss_tl?ie=UTF8&amp;tag=wwwelizabharr-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=1422139069" target="_blank">Employees First, Customers Second</a>, to give away.</p>
<p>The book talks about a transformation project that took Nayar&#8217;s company from struggling to being one of the fastest growing IT services companies in the world. I haven&#8217;t finished reading the book yet (I&#8217;ll post a review when I have) but a lot of the philosophy resonates with me and my <a title="The Leadership Attitude" href="http://www.pm4girls.elizabeth-harrin.com/2011/09/the-leadership-attitude/">4 pillars of leadership</a>: openness, honesty, trust and integrity.</p>
<p>If you&#8217;d like to be in with a chance of winning a copy of Nayar&#8217;s book, use the <a title="Contact me" href="http://www.pm4girls.elizabeth-harrin.com/contact/">contact form</a> to drop me a line or leave a comment below with the message, &#8220;I&#8217;m an employee and I&#8217;m first.&#8221;</p>
<p>The giveaway closes on <strong>Monday 24 October</strong>, so be quick!</p>
<p>Good luck!</p>
<img src="http://www.pm4girls.elizabeth-harrin.com/?ak_action=api_record_view&id=3971&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.pm4girls.elizabeth-harrin.com%2F2011%2F10%2Fgiveaway-employees-first-customers-second%2F&amp;title=Giveaway%3A%20Employees%20First%2C%20Customers%20Second" id="wpa2a_6"><img src="http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/10/giveaway-winners-and-review-employees-first-customers-second/' rel='bookmark' title='Giveaway winners and review: Employees First, Customers Second'>Giveaway winners and review: Employees First, Customers Second</a> <small>And the winners are&#8230; Lee Choon-Heng from Malaysia and Kevin McDaniel from Kansas, United States. Congratulations, your copies of Employees First, Customers Second by Vineet...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2009/09/giveaway-reminder-pm-crash-course/' rel='bookmark' title='Giveaway reminder: PM Crash Course'>Giveaway reminder: PM Crash Course</a> <small>It&#8217;s not too late to be in with a chance of winning PM Crash Course: Premier Edition by Rita Mulchay. If you would like to...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2010/02/giveaway-the-power-of-slow/' rel='bookmark' title='Giveaway: The Power of Slow'>Giveaway: The Power of Slow</a> <small>Would you like to slow down and get more done?  I have a copy of Christine Louise Hohlbaum’s book, The Power of Slow, 101 Ways...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pm4girls.elizabeth-harrin.com/2011/10/giveaway-employees-first-customers-second/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Giveaway winner: Facilitating Risk Management</title>
		<link>http://www.pm4girls.elizabeth-harrin.com/2011/09/giveaway-winner-facilitating-risk-management/</link>
		<comments>http://www.pm4girls.elizabeth-harrin.com/2011/09/giveaway-winner-facilitating-risk-management/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 06:09:50 +0000</pubDate>
		<dc:creator>Elizabeth</dc:creator>
				<category><![CDATA[Giveaway]]></category>

		<guid isPermaLink="false">http://www.pm4girls.elizabeth-harrin.com/?p=3898</guid>
		<description><![CDATA[Last month&#8217;s giveaway was a copy of A Short Guide to Facilitating Risk Management by Penny Pullan and Ruth Murray-Webster. The winner was Fiona, from Dorset in the UK. Congratulations! If you weren&#8217;t lucky this time and still want a copy of the book you can buy it on Amazon. There&#8217;s another great book giveaway [...]
Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/08/giveaway-a-short-guide-to-facilitating-risk-management/' rel='bookmark' title='Giveaway: A Short Guide to Facilitating Risk Management'>Giveaway: A Short Guide to Facilitating Risk Management</a> <small>If you enjoyed my interview with Penny Pullan, co-author of A Short Guide to Facilitating Risk Management, on Friday, you&#8217;ll want to enter this giveaway....</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2009/10/giveaway-winner-2/' rel='bookmark' title='Giveaway winner!'>Giveaway winner!</a> <small>Congratulations to Norma from Northumberland who&#8217;s name was first out of the hat for the copy of Rita Mulchay&#8217;s book PM Crash Course. Norma, your...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2008/02/fun-works-giveaway-closing-date-has-passed/' rel='bookmark' title='Fun Works giveaway &#8211; closing date has passed'>Fun Works giveaway &#8211; closing date has passed</a> <small>Thanks for all the entries to win a copy of Leslie Yerkes&#8217;s book Fun Works: creating places where people love to work. This giveaway is...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.amazon.co.uk/gp/product/1409407306/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;tag=wwwelizabharr-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=1409407306"><img class="alignright" style="margin: 2px;" title="Facilitating Risk cover image" src="http://www.pm4girls.elizabeth-harrin.com/wp-content/uploads/2011/07/facilitating-risk.jpg" alt="Facilitating Risk cover image" width="150" height="233" /></a>Last month&#8217;s giveaway was a copy of <a title="Buy on Amazon" href="http://www.amazon.co.uk/gp/product/1409407306/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;tag=wwwelizabharr-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=1409407306" target="_blank">A Short Guide to Facilitating Risk Management</a> by Penny Pullan and Ruth Murray-Webster.</p>
<p>The winner was Fiona, from Dorset in the UK. Congratulations!</p>
<p>If you weren&#8217;t lucky this time and still want a copy of the book you can <a title="Buy on Amazon" href="http://www.amazon.co.uk/gp/product/1409407306/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;amp;tag=wwwelizabharr-21&amp;amp;linkCode=as2&amp;amp;camp=1634&amp;amp;creative=6738&amp;amp;creativeASIN=1409407306" target="_blank">buy it on Amazon</a>.</p>
<p>There&#8217;s another great book giveaway coming next month, so watch this space&#8230;</p>
<img src="http://www.pm4girls.elizabeth-harrin.com/?ak_action=api_record_view&id=3898&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.pm4girls.elizabeth-harrin.com%2F2011%2F09%2Fgiveaway-winner-facilitating-risk-management%2F&amp;title=Giveaway%20winner%3A%20Facilitating%20Risk%20Management" id="wpa2a_8"><img src="http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/08/giveaway-a-short-guide-to-facilitating-risk-management/' rel='bookmark' title='Giveaway: A Short Guide to Facilitating Risk Management'>Giveaway: A Short Guide to Facilitating Risk Management</a> <small>If you enjoyed my interview with Penny Pullan, co-author of A Short Guide to Facilitating Risk Management, on Friday, you&#8217;ll want to enter this giveaway....</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2009/10/giveaway-winner-2/' rel='bookmark' title='Giveaway winner!'>Giveaway winner!</a> <small>Congratulations to Norma from Northumberland who&#8217;s name was first out of the hat for the copy of Rita Mulchay&#8217;s book PM Crash Course. Norma, your...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2008/02/fun-works-giveaway-closing-date-has-passed/' rel='bookmark' title='Fun Works giveaway &#8211; closing date has passed'>Fun Works giveaway &#8211; closing date has passed</a> <small>Thanks for all the entries to win a copy of Leslie Yerkes&#8217;s book Fun Works: creating places where people love to work. This giveaway is...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pm4girls.elizabeth-harrin.com/2011/09/giveaway-winner-facilitating-risk-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Giveaway: A Short Guide to Facilitating Risk Management</title>
		<link>http://www.pm4girls.elizabeth-harrin.com/2011/08/giveaway-a-short-guide-to-facilitating-risk-management/</link>
		<comments>http://www.pm4girls.elizabeth-harrin.com/2011/08/giveaway-a-short-guide-to-facilitating-risk-management/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 06:24:34 +0000</pubDate>
		<dc:creator>Elizabeth</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Giveaway]]></category>
		<category><![CDATA[#facilitatingrisk]]></category>

		<guid isPermaLink="false">http://www.pm4girls.elizabeth-harrin.com/?p=3710</guid>
		<description><![CDATA[If you enjoyed my interview with Penny Pullan, co-author of A Short Guide to Facilitating Risk Management, on Friday, you&#8217;ll want to enter this giveaway. I have a copy of the book, which Penny wrote with Ruth Murray-Webster, to give away. There are two ways to enter: Leave a comment below. Remember to complete your [...]
Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/07/book-review-a-short-guide-to-facilitating-risk-management/' rel='bookmark' title='Book Review: A Short Guide to Facilitating Risk Management'>Book Review: A Short Guide to Facilitating Risk Management</a> <small>Risk meetings don’t have to be boring, although in my experience they often are.  A Short Guide to Facilitating Risk Management is out this month,...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/08/penny-pullan-talks-about-writing-a-short-guide-to-facilitating-risk-management/' rel='bookmark' title='Penny Pullan talks about writing A Short Guide to Facilitating Risk Management'>Penny Pullan talks about writing A Short Guide to Facilitating Risk Management</a> <small>In this video I talk to Penny Pullan, co-author of A Short Guide to Facilitating Risk Management. If you prefer to read a transcript, that...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/09/giveaway-winner-facilitating-risk-management/' rel='bookmark' title='Giveaway winner: Facilitating Risk Management'>Giveaway winner: Facilitating Risk Management</a> <small>Last month&#8217;s giveaway was a copy of A Short Guide to Facilitating Risk Management by Penny Pullan and Ruth Murray-Webster. The winner was Fiona, from...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.amazon.co.uk/gp/product/1409407306/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;tag=wwwelizabharr-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=1409407306"><img class="alignright" style="margin: 2px;" title="Facilitating Risk cover image" src="http://www.pm4girls.elizabeth-harrin.com/wp-content/uploads/2011/07/facilitating-risk.jpg" alt="Facilitating Risk cover image" width="150" height="233" /></a>If you enjoyed my interview with Penny Pullan, co-author of <a title="Buy on Amazon" href="http://www.amazon.co.uk/gp/product/1409407306/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;tag=wwwelizabharr-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=1409407306" target="_blank">A Short Guide to Facilitating Risk Management</a>, on Friday, you&#8217;ll want to enter this giveaway.</p>
<p>I have a copy of the book, which Penny wrote with Ruth Murray-Webster, to give away.</p>
<p>There are two ways to enter:</p>
<ol>
<li>Leave a comment below. Remember to complete your email address or I won&#8217;t be able to get in touch if you win. Your email address won&#8217;t be published.</li>
<li>Tweet me with the hashtag #facilitatingrisk. Tweet &#8220;@pm4girls I&#8217;m #facilitatingrisk&#8221;. If you want to say something else in your tweet, that&#8217;s fine! Just remember to include the hashtag so I know to enter you in the draw. This is the first time I&#8217;ve tried a giveaway with a Twitter element, so let&#8217;s see how it goes.</li>
</ol>
<p>If you want to read more about the book before you enter the giveaway, you can<a title="A Short Guide to Facilitating Risk book review" href="http://www.pm4girls.elizabeth-harrin.com/2011/07/book-review-a-short-guide-to-facilitating-risk-management/"> read my review here</a>.</p>
<p>The giveaway closes on <strong>Wednesday 17 August 2011</strong>, so get commenting and tweeting now!</p>
<img src="http://www.pm4girls.elizabeth-harrin.com/?ak_action=api_record_view&id=3710&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.pm4girls.elizabeth-harrin.com%2F2011%2F08%2Fgiveaway-a-short-guide-to-facilitating-risk-management%2F&amp;title=Giveaway%3A%20A%20Short%20Guide%20to%20Facilitating%20Risk%20Management" id="wpa2a_10"><img src="http://www.pm4girls.elizabeth-harrin.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/07/book-review-a-short-guide-to-facilitating-risk-management/' rel='bookmark' title='Book Review: A Short Guide to Facilitating Risk Management'>Book Review: A Short Guide to Facilitating Risk Management</a> <small>Risk meetings don’t have to be boring, although in my experience they often are.  A Short Guide to Facilitating Risk Management is out this month,...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/08/penny-pullan-talks-about-writing-a-short-guide-to-facilitating-risk-management/' rel='bookmark' title='Penny Pullan talks about writing A Short Guide to Facilitating Risk Management'>Penny Pullan talks about writing A Short Guide to Facilitating Risk Management</a> <small>In this video I talk to Penny Pullan, co-author of A Short Guide to Facilitating Risk Management. If you prefer to read a transcript, that...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/09/giveaway-winner-facilitating-risk-management/' rel='bookmark' title='Giveaway winner: Facilitating Risk Management'>Giveaway winner: Facilitating Risk Management</a> <small>Last month&#8217;s giveaway was a copy of A Short Guide to Facilitating Risk Management by Penny Pullan and Ruth Murray-Webster. The winner was Fiona, from...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pm4girls.elizabeth-harrin.com/2011/08/giveaway-a-short-guide-to-facilitating-risk-management/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

