<?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; My projects</title>
	<atom:link href="http://www.pm4girls.elizabeth-harrin.com/category/my-projects/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>Wed, 08 Feb 2012 06:45:45 +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>Overcoming Imposter Syndrome: the launch!</title>
		<link>http://www.pm4girls.elizabeth-harrin.com/2011/12/overcoming-imposter-syndrome-the-launch/</link>
		<comments>http://www.pm4girls.elizabeth-harrin.com/2011/12/overcoming-imposter-syndrome-the-launch/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 06:34:13 +0000</pubDate>
		<dc:creator>Elizabeth</dc:creator>
				<category><![CDATA[Imposter Syndrome]]></category>
		<category><![CDATA[My projects]]></category>

		<guid isPermaLink="false">http://www.pm4girls.elizabeth-harrin.com/?p=4199</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>
<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>
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 Like a Fraud at Work is my new ebook aimed at anyone who has ever felt out of place at work. Imposter Syndrome is really common. As a result of [...]
Related posts:<ol>
<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/free-report-5-symptoms-of-imposter-syndrome/' rel='bookmark' title='Free report: 5 Symptoms of Imposter Syndrome'>Free report: 5 Symptoms of Imposter Syndrome</a> <small>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...</small></li>
<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>
</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><h2><a href="http://www.pm4girls.elizabeth-harrin.com/wp-content/uploads/2011/11/overcoming-is-tiny.jpg"><img class="alignright size-full wp-image-4126" title="Overcoming Imposter Syndrome" src="http://www.pm4girls.elizabeth-harrin.com/wp-content/uploads/2011/11/overcoming-is-tiny.jpg" alt="Overcoming Imposter Syndrome" width="159" height="222" /></a><em></em><span style="color: #000080;">Overcoming Imposter Syndrome: Ten Strategies to Stop Feeling Like a Fraud at Work is available from today!</span></h2>
<p><em>Overcoming Imposter Syndrome: Ten Strategies to Stop Feeling Like a Fraud at Work</em> is my new ebook aimed at anyone who has ever felt out of place at work.</p>
<p>Imposter Syndrome is really common. As a result of my research for this book I’ve spoken to many men and women who have talked about feeling as if they aren’t good enough at work.</p>
<p><em>Overcoming Imposter Syndrome</em> explains what Imposter Syndrome is, the symptoms and shares 10 ways to overcome those fraudulent feelings. The book includes stories from men and women who have built their self-confidence, tackled Imposter Syndrome and found their own ways to feel more positive about their performance at work.</p>
<p>Most of the books about Imposter Syndrome explain the symptoms and the rationale behind why we feel like that. Learning about why we feel like that is important but I wanted to write something practical that would help people make changes to their attitudes and behaviour straightaway, so the book is full of practical tips from me and people I interviewed.</p>
<p>Helen, one of the people who got an early copy, said, “I am now 58 and retired. “I wish someone had given me a book like yours about 25 years ago. I have learnt all the lessons in it the hard way.” <div class="simplePullQuote">I wish someone had given me a book like yours about 25 years ago. I have learnt all the lessons in it the hard way.</div></p>
<h2><span style="color: #000080;">Buy your copy before 15 December 2011 and be entered in to a draw to win a parcel of other books worth over £65:</span></h2>
<ul>
<li>All Your Money Won&#8217;t Another Minute Buy: Valuing Time as a Business Resource by Curt Finch</li>
<li>A Short Guide to Facilitating Risk Management by Penny Pullan and Ruth Murray-Webster</li>
<li>Get Started Using Social Media on Your Projects (ebook) by me</li>
<li>Social Media for Project Managers by me</li>
</ul>
<p>Together these books are worth over £65!</p>
<p>Email your PayPal receipt number to ebooks@otobosgroup.com. A winner will be selected at random after the closing date.</p>
<p>Overcoming Imposter Syndrome is available in .pdf format online at <a href="http://www.overcomingimpostersyndrome.com/">http://www.overcomingimpostersyndrome.com</a>.</p>
<p><a title="Buy now" href="http://www.overcomingimpostersyndrome.com" target="_blank">Click here to buy your copy</a>.</p>
<p>&nbsp;</p>
<p><em><br />
</em></p>
<img src="http://www.pm4girls.elizabeth-harrin.com/?ak_action=api_record_view&id=4199&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%2Fovercoming-imposter-syndrome-the-launch%2F&amp;title=Overcoming%20Imposter%20Syndrome%3A%20the%20launch%21" 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/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/free-report-5-symptoms-of-imposter-syndrome/' rel='bookmark' title='Free report: 5 Symptoms of Imposter Syndrome'>Free report: 5 Symptoms of Imposter Syndrome</a> <small>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...</small></li>
<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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pm4girls.elizabeth-harrin.com/2011/12/overcoming-imposter-syndrome-the-launch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>There’s no such thing as a bad decision</title>
		<link>http://www.pm4girls.elizabeth-harrin.com/2011/11/there%e2%80%99s-no-such-thing-as-a-bad-decision/</link>
		<comments>http://www.pm4girls.elizabeth-harrin.com/2011/11/there%e2%80%99s-no-such-thing-as-a-bad-decision/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 06:03:00 +0000</pubDate>
		<dc:creator>Elizabeth</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[My projects]]></category>
		<category><![CDATA[international project management day]]></category>

		<guid isPermaLink="false">http://www.pm4girls.elizabeth-harrin.com/?p=3981</guid>
		<description><![CDATA[Today is International Project Management Day. Project management is a series of small (and sometimes big) decisions so today I wanted to talk about that. At work recently I had cause to question one of my decisions. I had made a decision that affected other people (as most decisions do). I communicated the decision, replanned [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p></p><p>Today is <a title="International Project Management Day website" href="http://www.internationalpmday.org/" target="_blank">International Project Management Day</a>. Project management is a series of small (and sometimes big) decisions so today I wanted to talk about that.</p>
<p>At work recently I had cause to question one of my decisions. I had made a decision that affected other people (as most decisions do). I communicated the decision, replanned accordingly and updated my risk log. Then I got some more information.</p>
<p>It wasn’t information that fundamentally made my decision wrong. However, it did make it slightly less black and white. I started to question whether I had done the right thing.</p>
<p>An older (and wiser) colleague told me something that made me realise I had absolutely made the right choice. <strong>“There’s no such thing as a bad decision,”</strong> he said.</p>
<p>That sounded rather flippant to me, so we discussed it further.</p>
<p><strong>If you make a good decision, all is well.</strong></p>
<p><strong>If you make a ‘bad’ decision, you learn from it.</strong></p>
<p>Say that you decide to hold negotiations with one supplier. You plan to visit their offices and attend a presentation for their services but later you realise you don’t want to use them after all. It’s too late to back out of their presentation so you maintain the meeting and attend their pitch anyway. Is that a bad decision?</p>
<p>Your time would be better spent in the procurement process for another vendor. However, by attending the presentation you get to learn about that vendor that you don’t want to use, which could be interesting. You get to visit some other offices. It’s always nice to nose around where someone else works – every cloud has a silver lining and all that.</p>
<p>Even a ‘bad’ decision stops inertia and moves things forward. You can always revise your decision later.</p>
<p>So, <strong>all decisions are good</strong>. Or, if you can’t subscribe to the ‘all decisions are good’ philosophy, all decisions have elements of goodness in them.</p>
<p><strong>What is bad is making no decision.</strong> This leaves the project team in limbo. They don’t know what is going on or what direction they should be going in. Inertia sets in. Nothing is clear and the project cannot move forward.</p>
<p>Putting world politics and economic policy aside, in project management terms I’m convinced that there is no such thing as a bad decision. Today, on International Project Management Day, what decision are you going to make?</p>
<img src="http://www.pm4girls.elizabeth-harrin.com/?ak_action=api_record_view&id=3981&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%2F11%2Fthere%25e2%2580%2599s-no-such-thing-as-a-bad-decision%2F&amp;title=There%E2%80%99s%20no%20such%20thing%20as%20a%20bad%20decision" 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>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pm4girls.elizabeth-harrin.com/2011/11/there%e2%80%99s-no-such-thing-as-a-bad-decision/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Five things I want to do before I’m 35 (revisited)</title>
		<link>http://www.pm4girls.elizabeth-harrin.com/2011/10/five-things-i-want-to-do-before-i%e2%80%99m-35-revisited/</link>
		<comments>http://www.pm4girls.elizabeth-harrin.com/2011/10/five-things-i-want-to-do-before-i%e2%80%99m-35-revisited/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 06:00:54 +0000</pubDate>
		<dc:creator>Elizabeth</dc:creator>
				<category><![CDATA[My projects]]></category>

		<guid isPermaLink="false">http://www.pm4girls.elizabeth-harrin.com/?p=3944</guid>
		<description><![CDATA[Back in 2009 I wrote a post about career and personal goals, and what I wanted to achieve before I was 35. I made a list of 5 things. They were: See polar bears in the natural habitat Knit myself a jumper that I’ll actually wear Read Herodotus’ The Histories (which has sat unopened on [...]
Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2009/04/five-things-i-want-to-do-before-i%e2%80%99m-35/' rel='bookmark' title='Five things I want to do before I’m 35'>Five things I want to do before I’m 35</a> <small>I’ve just come back from Jukkasjärvi in Sweden, a place I’ve wanted to visit for ever because it’s where they build the magnificent Ice Hotel...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2009/07/book-review-making-things-happen/' rel='bookmark' title='Book review:  Making Things Happen'>Book review:  Making Things Happen</a> <small>Normally I take lots of notes when I’m reading books for review.  I took loads when I was reading Scott Berkun’s Making Things Happen: Mastering...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2007/06/things-ive-learned-this-week/' rel='bookmark' title='Things I&#8217;ve learned this week'>Things I&#8217;ve learned this week</a> <small>Don&#8217;t sing in the photocopying room &#8211; you never know who will walk in. In fact, don&#8217;t sing in the office at all Johnson&#8217;s Holiday...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Back <a title="5 Things I want to do before I'm 35" href="http://www.pm4girls.elizabeth-harrin.com/2009/04/five-things-i-want-to-do-before-i%E2%80%99m-35/">in 2009 I wrote a post about career and personal goals</a>, and what I wanted to achieve before I was 35. I made a list of 5 things. They were:</p>
<ul>
<li>See polar bears in the natural habitat</li>
<li>Knit myself a jumper that I’ll actually wear</li>
<li>Read Herodotus’ <em>The Histories</em> (which has sat unopened on the shelf since 1998)</li>
<li>Organise my photos</li>
<li>Write another book (which may or may not be about project management)</li>
</ul>
<p>I turned 35 last week, so this is the moment to see whether or not I achieved those goals.</p>
<p>I have <a title="Social Media for Project Managers" href="http://www.otobosgroup.com/sm4pm/" target="_blank">written another book</a>, which was project management-related.</p>
<p>I have organised my photos.</p>
<p>I have not even taken Herodotus off the shelf and I certainly haven’t knitted anything. In fact, I have given up knitting and moved to crochet instead. I am a lot better at it now than I was when I made <a title="The PRINCE2 bear wearing a crochet scarf" href="http://www.pm4girls.elizabeth-harrin.com/2009/07/ever-wondered-what-happened-to-the-prince2-bear/">my first ever scarf</a>, but I haven’t committed to a project as big as a jumper.</p>
<p>I’m not sorry that I’m not wearing handmade clothes or lugging around a 700-page doorstop of a book. I am a teeny bit sorry that I haven’t made it to see those polar bears but I have been to some other lovely places.</p>
<p>I haven’t updated my list, even though I have knocked some items off it. At the time I wrote:</p>
<blockquote><p><span>It’s not a project plan, it’s not even a project.  It’s life, and that’s far more interesting than any fixed list of tasks.</span></p></blockquote>
<p>I still believe that is true, and that’s why I don’t feel the need right now to add more items on. I feel that I’m meeting my personal goals, and I’m certainly meeting my professional goals. There is still more to life than checking off tasks on a list and as I’m now on the journey to 36 and beyond I’ll just see what else comes my way.</p>
<p>&nbsp;</p>
<img src="http://www.pm4girls.elizabeth-harrin.com/?ak_action=api_record_view&id=3944&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%2Ffive-things-i-want-to-do-before-i%25e2%2580%2599m-35-revisited%2F&amp;title=Five%20things%20I%20want%20to%20do%20before%20I%E2%80%99m%2035%20%28revisited%29" 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/2009/04/five-things-i-want-to-do-before-i%e2%80%99m-35/' rel='bookmark' title='Five things I want to do before I’m 35'>Five things I want to do before I’m 35</a> <small>I’ve just come back from Jukkasjärvi in Sweden, a place I’ve wanted to visit for ever because it’s where they build the magnificent Ice Hotel...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2009/07/book-review-making-things-happen/' rel='bookmark' title='Book review:  Making Things Happen'>Book review:  Making Things Happen</a> <small>Normally I take lots of notes when I’m reading books for review.  I took loads when I was reading Scott Berkun’s Making Things Happen: Mastering...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2007/06/things-ive-learned-this-week/' rel='bookmark' title='Things I&#8217;ve learned this week'>Things I&#8217;ve learned this week</a> <small>Don&#8217;t sing in the photocopying room &#8211; you never know who will walk in. In fact, don&#8217;t sing in the office at all Johnson&#8217;s Holiday...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pm4girls.elizabeth-harrin.com/2011/10/five-things-i-want-to-do-before-i%e2%80%99m-35-revisited/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Scope creep, shopping-style!</title>
		<link>http://www.pm4girls.elizabeth-harrin.com/2010/06/scope-creep-shopping-style/</link>
		<comments>http://www.pm4girls.elizabeth-harrin.com/2010/06/scope-creep-shopping-style/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 06:28:54 +0000</pubDate>
		<dc:creator>Elizabeth</dc:creator>
				<category><![CDATA[London]]></category>
		<category><![CDATA[My projects]]></category>
		<category><![CDATA[OTOBOS]]></category>
		<category><![CDATA[french]]></category>
		<category><![CDATA[scope creep]]></category>

		<guid isPermaLink="false">http://www.pm4girls.elizabeth-harrin.com/?p=2075</guid>
		<description><![CDATA[I try really hard not to let scope creep impose upon my projects, so why is it so difficult to stop it in the rest of my life? Despite my efforts to keep my language skills up since moving back to the UK from Paris, my French is rusty to the point where if it [...]
Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2006/03/strikes-and-scope/' rel='bookmark' title='Strikes and scope'>Strikes and scope</a> <small>The office is going into emergency mode at the moment in preparation for crippling strikes tomorrow. We&#8217;ve received flyers from the unions, an email from...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2006/03/scope-management-presentation-at-the-bcs/' rel='bookmark' title='Scope Management presentation at the BCS'>Scope Management presentation at the BCS</a> <small>I will be speaking about Scope Management at the British Computer Society in London on 11 May. Scope is one of the many bugbears of...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2007/11/a-question-of-shopping/' rel='bookmark' title='A question of shopping'>A question of shopping</a> <small>There were plenty of questions about project management at last week’s womenintechnology event on how to be a successful woman in IT. Mainly people were...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>I try really hard not to let scope creep impose upon my projects, so why is it so difficult to stop it in the rest of my life?</p>
<p>Despite <a title="Pour le quartoze juillet" href="http://www.pm4girls.elizabeth-harrin.com/2007/07/pour-le-quartorze-juillet/" target="_self">my efforts to keep my language skills up</a> since moving back to the UK from Paris, my French is rusty to the point where if it was a sword it wouldn’t even cut through jelly.  The latest series of Un Dos Tres is still in it’s cellophane, and surfing the website of <a title="Le Monde" href="http://www.lemonde.fr/" target="_blank">Le Monde</a> just highlights how much of my language I have lost.</p>
<p>So, new plan.  I don’t have time to watch French TV (too much CSI, Gossip Girl and Vampire Diaries to keep up with) so I will be making better use of my commuting time.</p>
<p>Last weekend I went to London’s <em>quartier français</em> to have a look in the <a title="French Bookshop" href="http://www.frenchbookshop.com/" target="_blank">Librarie Française</a> for the next Alex Rider book.  No luck.  <em>Arkange </em>was out of stock – they had the previous one in the series and the next one, but not the one I needed to read next.  Not to be put off from my mission to read more in French, I spent ages looking at the other books by Anthony Horowitz before choosing <em>Devine Qui Vient Tuer</em> (the English title of which is <em>South by Southeast</em>, which bears no resemblance to the French at all).</p>
<p>Hurrah!  I had a book to read on the tube by an author I like.  At the till was a big pile of Stephenie Meyer books, including a translation of her latest, <em>The Host</em>.  I think it is going to be hard to read, given that it is all about the end of the world as we know it, but I picked it up and paid for it anyway.</p>
<p>I was still disappointed that they didn’t have <em>Arkange</em>, and then I noticed another French bookshop across the street (they don’t call it the <em>quartier français</em> for nothing).</p>
<p>They did have <em>Arkange</em>!  So I bought that too.</p>
<p>Forecasted budget:  £7.45<br />
Forecasted deliverables:  One book.</p>
<p>Actual budget:  £23.20<br />
Actual deliverables:  Three books.</p>
<p>Total overspent:  £15.75 or nearly 320%!</p>
<p>On the plus side, my tube journeys are not so boring any longer.  I’m 116 pages into <em>Arkange</em> and Alex has escaped two attempts on his life already, and I just know there will be a couple of others before he saves the world again…</p>
<img src="http://www.pm4girls.elizabeth-harrin.com/?ak_action=api_record_view&id=2075&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%2F2010%2F06%2Fscope-creep-shopping-style%2F&amp;title=Scope%20creep%2C%20shopping-style%21" 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/2006/03/strikes-and-scope/' rel='bookmark' title='Strikes and scope'>Strikes and scope</a> <small>The office is going into emergency mode at the moment in preparation for crippling strikes tomorrow. We&#8217;ve received flyers from the unions, an email from...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2006/03/scope-management-presentation-at-the-bcs/' rel='bookmark' title='Scope Management presentation at the BCS'>Scope Management presentation at the BCS</a> <small>I will be speaking about Scope Management at the British Computer Society in London on 11 May. Scope is one of the many bugbears of...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2007/11/a-question-of-shopping/' rel='bookmark' title='A question of shopping'>A question of shopping</a> <small>There were plenty of questions about project management at last week’s womenintechnology event on how to be a successful woman in IT. Mainly people were...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pm4girls.elizabeth-harrin.com/2010/06/scope-creep-shopping-style/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Social Media for Project Managers: survey</title>
		<link>http://www.pm4girls.elizabeth-harrin.com/2010/01/social-media-for-project-managers-survey/</link>
		<comments>http://www.pm4girls.elizabeth-harrin.com/2010/01/social-media-for-project-managers-survey/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 06:26:19 +0000</pubDate>
		<dc:creator>Elizabeth</dc:creator>
				<category><![CDATA[My projects]]></category>
		<category><![CDATA[PM 2.0]]></category>
		<category><![CDATA[Social media for project managers]]></category>

		<guid isPermaLink="false">http://www.pm4girls.elizabeth-harrin.com/?p=1583</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>
Happy New Year! You might have seen the little pop-up box which is appearing on this blog at the moment* which talks about a survey. I&#8217;m writing a new book on the role of social media and enterprise collaboration tools in a project environment, and I am interested in gathering your experiences &#8211; positive or [...]
Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/02/the-social-media-project-management-survey-returns/' rel='bookmark' title='The Social Media &amp; Project Management Survey returns'>The Social Media &#038; Project Management Survey returns</a> <small>This year I am once again running the Social Media in a Project Environment survey. This time last year lots of you completed the survey...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/01/social-media-in-a-project-environment-2011-survey/' rel='bookmark' title='Social Media in a Project Environment: 2011 Survey'>Social Media in a Project Environment: 2011 Survey</a> <small>This year I am once again running the Social Media in a Project Environment survey.  This time last year lots of you completed the survey...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/social-media-in-a-project-environment-2011-survey-results/' rel='bookmark' title='Social Media in a Project Environment: 2011 Survey Results'>Social Media in a Project Environment: 2011 Survey Results</a> <small>The 2011 Social Media in a Project Environment Survey results are now available. Key highlights: 20% more people are using blogs for business use than...</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>
<p></p><p>Happy New Year!</p>
<p>You might have seen the little pop-up box which is appearing on this blog at the moment* which talks about a survey.</p>
<p>I&#8217;m writing a new book on the role of social media and enterprise collaboration tools in a project environment, and I am interested in gathering your experiences &#8211; positive or negative.  The survey is 9 questions and takes less than 5 minutes, so please do complete it if you can.  <a title="Social Media for PMs survey" href="http://www.surveymonkey.com/s/B6JVSY9" target="_blank"></a>[Update 30/12/10: this link has now been deleted as the survey is closed and the link goes to the 2011 survey instead].  The results will appear on the blog and will probably get a mention in the book too.</p>
<p>I&#8217;m also interested in hearing from you if you have more experiences you would like to share that might make interesting case studies on the uses of social media for project teams.  <a title="Contact me!" href="http://www.pm4girls.elizabeth-harrin.com/contact/" target="_self">Please get in touch</a>.</p>
<p>As the book develops you&#8217;ll get all the latest news here, so stay tuned to hear how things are going.</p>
<p>*The box is powered by WP Greet Box, a WordPress plugin.  So far, it seems relatively easy to use (although I did have to do some work to get the related posts links to work properly with it), and you should be able to avoid seeing the pop-up again if you click to close it.</p>
<img src="http://www.pm4girls.elizabeth-harrin.com/?ak_action=api_record_view&id=1583&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%2F2010%2F01%2Fsocial-media-for-project-managers-survey%2F&amp;title=Social%20Media%20for%20Project%20Managers%3A%20survey" 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/02/the-social-media-project-management-survey-returns/' rel='bookmark' title='The Social Media &amp; Project Management Survey returns'>The Social Media &#038; Project Management Survey returns</a> <small>This year I am once again running the Social Media in a Project Environment survey. This time last year lots of you completed the survey...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/01/social-media-in-a-project-environment-2011-survey/' rel='bookmark' title='Social Media in a Project Environment: 2011 Survey'>Social Media in a Project Environment: 2011 Survey</a> <small>This year I am once again running the Social Media in a Project Environment survey.  This time last year lots of you completed the survey...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/social-media-in-a-project-environment-2011-survey-results/' rel='bookmark' title='Social Media in a Project Environment: 2011 Survey Results'>Social Media in a Project Environment: 2011 Survey Results</a> <small>The 2011 Social Media in a Project Environment Survey results are now available. Key highlights: 20% more people are using blogs for business use than...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pm4girls.elizabeth-harrin.com/2010/01/social-media-for-project-managers-survey/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

