<?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; Inside PRINCE2</title>
	<atom:link href="http://www.pm4girls.elizabeth-harrin.com/category/inside-prince2/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>A free ebook for you</title>
		<link>http://www.pm4girls.elizabeth-harrin.com/2011/02/a-free-ebook-for-you/</link>
		<comments>http://www.pm4girls.elizabeth-harrin.com/2011/02/a-free-ebook-for-you/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 06:59:18 +0000</pubDate>
		<dc:creator>Elizabeth</dc:creator>
				<category><![CDATA[Giveaway]]></category>
		<category><![CDATA[Inside PRINCE2]]></category>

		<guid isPermaLink="false">http://www.pm4girls.elizabeth-harrin.com/?p=2953</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>
<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>
<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>
It&#8217;s cold outside, so get a cup of tea and curl up with this free ebook.  Inside PRINCE2 collates all the great PRINCE2 information and advice from my blog. It covers: Managing project tolerances Fixed date projects PRINCE2 exam tips Initiating and closing projects and more Download the free 21-page Inside PRINCE2 ebook now. Name: [...]
Related posts:<ol>
<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>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/resources/free-stuff/' rel='bookmark' title='Free stuff'>Free stuff</a> <small>Ten Experts Talk ebook Ten Experts Talk is a 32-page eBook which contains interviews with ten management experts.  I have personally interviewed these men and...</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>
<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>
<p></p><p><img class="alignright" title="Inside PRINCE2 ebook cover" src="http://www.pm4girls.elizabeth-harrin.com/wp-content/uploads/products/cover-InsideP2.jpg" alt="Inside PRINCE2 ebook cover" width="290" height="317" />It&#8217;s cold outside, so get a cup of tea and curl up with this free ebook.  Inside PRINCE2 collates all the great PRINCE2 information and advice from my blog.</p>
<p>It covers:</p>
<ul>
<li>Managing project tolerances</li>
<li>Fixed date projects</li>
<li>PRINCE2 exam tips</li>
<li>Initiating and closing projects</li>
<li>and more</li>
</ul>
<p>Download the free 21-page Inside PRINCE2 ebook 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="10" />
      <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.229" />

      <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>P.S. Downloading the ebook will subscribe you to my <a title="More about the Newsletter" href="http://www.pm4girls.elizabeth-harrin.com/newsletter/" target="_self">newsletter</a>.  If you don&#8217;t want to receive it, just unsubscribe.  If you do that, though, you&#8217;ll miss out on extra articles, news and offers, which would be a pity.  Still, it&#8217;s your choice.</p>
<p>***Update, 8 February 2011***</p>
<p>A couple of people have got in touch to say they haven&#8217;t received the email with the link to the ebook in.  Once you have entered your email address and clicked &#8216;Download Now&#8217;, the &#8216;Download Now&#8217; button is replaced by a green tick and a message that says you&#8217;ve been sent an email.  The email will come from &#8216;WordPress&#8217; (<a href="mailto:wordpress@pm4girls.elizabeth-harrin.com">wordpress@ pm4girls.elizabeth-harrin.com</a>) with the title &#8216;Free Download Link&#8217;.  Please check your spam filter as your email may have ended up there.  If you don&#8217;t receive anything, or have any other problems, please <a title="Contact me" href="http://www.pm4girls.elizabeth-harrin.com/contact/" target="_self">email me</a> and I&#8217;ll send you a copy myself.</p>
<img src="http://www.pm4girls.elizabeth-harrin.com/?ak_action=api_record_view&id=2953&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%2F02%2Fa-free-ebook-for-you%2F&amp;title=A%20free%20ebook%20for%20you" 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/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>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/resources/free-stuff/' rel='bookmark' title='Free stuff'>Free stuff</a> <small>Ten Experts Talk ebook Ten Experts Talk is a 32-page eBook which contains interviews with ten management experts.  I have personally interviewed these men and...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pm4girls.elizabeth-harrin.com/2011/02/a-free-ebook-for-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What software works with PRINCE2?</title>
		<link>http://www.pm4girls.elizabeth-harrin.com/2010/10/what-software-works-with-prince2/</link>
		<comments>http://www.pm4girls.elizabeth-harrin.com/2010/10/what-software-works-with-prince2/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 06:17:09 +0000</pubDate>
		<dc:creator>Elizabeth</dc:creator>
				<category><![CDATA[Inside PRINCE2]]></category>
		<category><![CDATA[niku]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[project in a box]]></category>
		<category><![CDATA[project progress]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.pm4girls.elizabeth-harrin.com/?p=2647</guid>
		<description><![CDATA[The Inside PRINCE2 series continues with this look at whether you need a particular type of software to go with the methodology. “I would like your suggestions on which software can apply the methodology of PRINCE2,” said the email from a project manager from Brazil.  I love getting emails from readers, and it is good [...]
Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2010/06/inside-prince2-who-does-what-in-initiation/' rel='bookmark' title='Inside PRINCE2: Who does what in project Initiation'>Inside PRINCE2: Who does what in project Initiation</a> <small>Initiating a project is where it all starts in PRINCE2.  This is the phase where you start working out who is going to do what. ...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2010/02/inside-prince2-fixed-date/' rel='bookmark' title='Inside PRINCE2: Fixed date projects'>Inside PRINCE2: Fixed date projects</a> <small>Planning is an essential part of what project managers do, so you would expect there to be some mention of how to deal with fixed...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2010/03/inside-prince2-working-with-apmp/' rel='bookmark' title='Inside PRINCE2: Working with APMP'>Inside PRINCE2: Working with APMP</a> <small>PRINCE2 is a well known qualification, but that doesn&#8217;t make it incompatible with other qualifications or project management methods.   OGC has recently produced a white...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft" style="margin-left: 4px; margin-right: 4px;" title="Inside PRINCE2 logo" src="http://www.pm4girls.elizabeth-harrin.com/wp-content/uploads/2010/p2-logo-sml.gif" alt="Inside PRINCE2 logo" width="154" height="150" /><em>The <a title="See all the posts from Inside PRINCE2" href="http://www.pm4girls.elizabeth-harrin.com/series/inside-prince2/" target="_self">Inside PRINCE2 series</a> continues with this look at whether you need a particular type of software to go with the methodology.</em></p>
<p>“I would like your suggestions on which software can apply the methodology of PRINCE2,” said the email from a project manager from Brazil.  I love getting emails from readers, and it is good to have the opportunity to set the record straight about certain things. It was interesting that this question had been asked at all, so I thought it was worth answering here.</p>
<p>The short answer is that there is no software that applies the methodology of PRINCE2.  PRINCE2 doesn’t work like that.  This is what the manual says:</p>
<blockquote><p><span>PRINCE2 is a non-proprietary method… [it] is truly generic: it can be applied to any project regardless of scale, type, organization, geography or culture.</span></p></blockquote>
<p>PRINCE2 is tool-agnostic, so it doesn’t rely on any type of technology to make it work.  I have used it in organizations using Niku and Microsoft Project, but that is just for producing scheduling information, and in the case of Niku, resource planning through the use of timesheets.  You could use any scheduling tool.  Or none at all.</p>
<p>If you search online for PRINCE2 software you will find some companies who say their software can help deploy PRINCE2 as a method in your organization.  <a title="Project in a box" href="http://www.projectinabox.org.uk/default.asp" target="_blank">Project in a box</a>, for example, or <a title="Project Progress" href="http://www.projectprogress.com/index.htm" target="_blank">Project Progress</a>, both have PRINCE2 ‘compatible’ software.  I haven’t tried either of these (although I have had Project in a box on my radar for a while).  I can’t tell you if they are any good – they might be.  But they are certainly not essential for deploying and using PRINCE2.  Personally I would be hesitant about using a project management software product particularly tailored to one project approach, as I have to question how easy it is to pick and choose the bits of the method you want to apply.  The great thing about PRINCE2 2009 is that it is far more customisable than previous versions, and that allows project managers infinite flexibility in how they use it.  I imagine that it would be far more time consuming to manage customisable options in a software product than by letting an experienced project manager get on with doing their job.</p>
<p>How would you have answered this question?</p>
<img src="http://www.pm4girls.elizabeth-harrin.com/?ak_action=api_record_view&id=2647&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%2F10%2Fwhat-software-works-with-prince2%2F&amp;title=What%20software%20works%20with%20PRINCE2%3F" 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/2010/06/inside-prince2-who-does-what-in-initiation/' rel='bookmark' title='Inside PRINCE2: Who does what in project Initiation'>Inside PRINCE2: Who does what in project Initiation</a> <small>Initiating a project is where it all starts in PRINCE2.  This is the phase where you start working out who is going to do what. ...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2010/02/inside-prince2-fixed-date/' rel='bookmark' title='Inside PRINCE2: Fixed date projects'>Inside PRINCE2: Fixed date projects</a> <small>Planning is an essential part of what project managers do, so you would expect there to be some mention of how to deal with fixed...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2010/03/inside-prince2-working-with-apmp/' rel='bookmark' title='Inside PRINCE2: Working with APMP'>Inside PRINCE2: Working with APMP</a> <small>PRINCE2 is a well known qualification, but that doesn&#8217;t make it incompatible with other qualifications or project management methods.   OGC has recently produced a white...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pm4girls.elizabeth-harrin.com/2010/10/what-software-works-with-prince2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<series:name><![CDATA[Inside PRINCE2]]></series:name>
	</item>
		<item>
		<title>6 Reasons To Use Your pm4success Subscription</title>
		<link>http://www.pm4girls.elizabeth-harrin.com/2010/09/6-reasons-to-use-your-pm4success-subscription/</link>
		<comments>http://www.pm4girls.elizabeth-harrin.com/2010/09/6-reasons-to-use-your-pm4success-subscription/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 05:51:19 +0000</pubDate>
		<dc:creator>Elizabeth</dc:creator>
				<category><![CDATA[Inside PRINCE2]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[OGC]]></category>
		<category><![CDATA[pm4success]]></category>

		<guid isPermaLink="false">http://www.pm4girls.elizabeth-harrin.com/?p=2465</guid>
		<description><![CDATA[The Inside PRINCE2 series continues with this look at pm4success. Exam rooms for APMG exams like PRINCE2 can be daunting. The desks are clear apart from the papers you need. And somewhere on the desk is likely to be a leaflet for pm4success, the APMG’s website for exam candidates. In the stress of the exam, [...]
Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2009/10/methodologies-matter-prince2/' rel='bookmark' title='Methodologies matter: PRINCE2'>Methodologies matter: PRINCE2</a> <small>Last month I was interviewed by Diego Nei, for the Brazilian blog, Papo GP (Talking PM &#8211; I think I&#8217;ve got that right).  We were...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft" title="Inside PRINCE2 logo" src="http://www.pm4girls.elizabeth-harrin.com/wp-content/uploads/2010/p2-logo-sml.gif" alt="Inside PRINCE2 logo" width="154" height="150" /><em>The <a title="See all the posts from Inside PRINCE2" href="http://www.pm4girls.elizabeth-harrin.com/series/inside-prince2/" target="_self">Inside PRINCE2 series</a> continues with this look at pm4success.</em></p>
<p>Exam rooms for APMG exams like PRINCE2 can be daunting.  The desks are clear apart from the papers you need.  And somewhere on the desk is likely to be a leaflet for <a title="pm4success" href="http://www.pm4success.com/indexb.asp" target="_blank">pm4success</a>, the APMG’s website for exam candidates.  In the stress of the exam, you could overlook the leaflet and forget to fill in the blanks to ensure you get access to the website.  However, with over 1000 pages of content aimed at project and programme managers, it is worth remembering that you have free access to this site for 12 months after your exam.</p>
<p>Here are 6 reasons why you should log on to pm4success.</p>
<p><strong>1:  Ask an Expert</strong></p>
<p>You can Ask an Expert, or browse the questions that have already been asked.  Those asked in the last 30 days are flagged as ‘new’ so you can see what’s been recently added.  Questions are answered by people like the chief examiner, so you know you are getting a good quality reply.  Some of the answers include templates or sample documents, so you get more than just a stock answer – you get a tailored response with useful additional material if they have something extra to share.</p>
<p><strong>2:  Alchemy for Managers</strong></p>
<p>You get a year’s subscription to <a title="Alchemy for Managers" href="http://www.alchemyformanagers.co.uk/index.php?target=home" target="_blank">Alchemy for Managers</a> – which is very useful.  Project management is also about good management, so brush up on all your basic (and some more advanced) general management topics.  The year starts from the day you sign up to Alchemy, so it doesn’t run concurrent with your pm4success membership.  This alone is worth logging on to pm4success for.</p>
<p><strong>3:  OGC Resource Toolkit</strong></p>
<p>There’s a guide to the OGC Resource Toolkit.  The <a title="OGC" href="http://www.ogc.gov.uk/index.asp" target="_blank">OGC website</a> is extensive and difficult to navigate.  pm4success provides direct links to the most useful entry points, documentation and briefings, which saves you time.  It’s in flux at the moment as the OGC website is being updated.</p>
<p><strong>4:  Mind Maps</strong></p>
<p>There are Mind Maps to download for M_o_R, MSP and PRINCE2.  You need to download <a title="Thoughtograph" href="http://www.thoughtograph.co.uk/download" target="_blank">Thoughtograph</a>, a mindmap viewing tool to be able to view them.  It’s not how I think or structure my notes, but for graphically-minded people it’s an aid to not having to build your own.</p>
<p><strong>5:  Sample papers</strong></p>
<p>There are sample exam papers available for PRINCE2, MSP, M_ o_R.  Sample papers are a highly valuable resource.  In order to get access to pm4success, you will have had to take one of those exams, but if you are thinking of taking another, you can get some exam practice in advance as part of your pre-course learning.</p>
<p><strong>6:  Free</strong></p>
<p>It’s free!  There are over 1000 pages of content.  While I found that some of it is not helpful at all (although it might be helpful to people at different stages of their career), there has to be something here you can use!</p>
<p><strong>Will I renew my subscription?</strong></p>
<p>No.  Much of the content on pm4success is static, and while they do add new articles on a regular basis, it’s not enough to encourage me to pay the annual fee.  The Ask an Expert feature is excellent, but the newsgroup is not very active and I’ll get the same benefit of discussion with my peers from forums on Gantthead or LinkedIn groups.  Overall, it is a useful perk to have for a year, but not worth continuing after that.</p>
<p>Have you used pm4success?  What do you think?</p>
<img src="http://www.pm4girls.elizabeth-harrin.com/?ak_action=api_record_view&id=2465&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%2F09%2F6-reasons-to-use-your-pm4success-subscription%2F&amp;title=6%20Reasons%20To%20Use%20Your%20pm4success%20Subscription" 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/10/methodologies-matter-prince2/' rel='bookmark' title='Methodologies matter: PRINCE2'>Methodologies matter: PRINCE2</a> <small>Last month I was interviewed by Diego Nei, for the Brazilian blog, Papo GP (Talking PM &#8211; I think I&#8217;ve got that right).  We were...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pm4girls.elizabeth-harrin.com/2010/09/6-reasons-to-use-your-pm4success-subscription/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<series:name><![CDATA[Inside PRINCE2]]></series:name>
	</item>
		<item>
		<title>Book review:  Managing Successful Projects with PRINCE2</title>
		<link>http://www.pm4girls.elizabeth-harrin.com/2010/08/book-review-managing-successful-projects-with-prince2/</link>
		<comments>http://www.pm4girls.elizabeth-harrin.com/2010/08/book-review-managing-successful-projects-with-prince2/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 06:17:16 +0000</pubDate>
		<dc:creator>Elizabeth</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Inside PRINCE2]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Summer of books]]></category>

		<guid isPermaLink="false">http://www.pm4girls.elizabeth-harrin.com/?p=1535</guid>
		<description><![CDATA[This new version of the PRINCE2 manual for project managers feels a lot clearer and structured. Managing Successful Projects with PRINCE2: 2009 Edition has more diagrams and a greater degree of clarity and explanation about the themes and processes.   This makes the book more graphically interesting than the previous versions, and I’m sure this makes [...]
Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2010/08/book-review-directing-successful-projects-with-prince2/' rel='bookmark' title='Book review:  Directing Successful Projects with PRINCE2'>Book review:  Directing Successful Projects with PRINCE2</a> <small>This book is long overdue: it’s a great idea to have a separate manual for those responsible for directing projects and sitting on the Project...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/08/book-review-managing-projects-a-team-based-approach/' rel='bookmark' title='Book review: Managing Projects: A team-based approach'>Book review: Managing Projects: A team-based approach</a> <small>I have read a lot of project management books over the last 5 years, and I&#8217;m pleased to say that this is my 65th book...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2010/02/inside-prince2-fixed-date/' rel='bookmark' title='Inside PRINCE2: Fixed date projects'>Inside PRINCE2: Fixed date projects</a> <small>Planning is an essential part of what project managers do, so you would expect there to be some mention of how to deal with fixed...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft" title="Inside PRINCE2 logo" src="http://www.pm4girls.elizabeth-harrin.com/wp-content/uploads/2010/p2-logo-sml.gif" alt="Inside PRINCE2 logo" width="154" height="150" />This new version of the PRINCE2 manual for project managers feels a lot clearer and structured. <a href="http://www.amazon.co.uk/gp/product/0113310595?ie=UTF8&amp;tag=wwwelizabharr-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=0113310595">Managing Successful Projects with PRINCE2: 2009 Edition</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.co.uk/e/ir?t=wwwelizabharr-21&amp;l=as2&amp;o=2&amp;a=0113310595" border="0" alt="" width="1" height="1" /> has more diagrams and a greater degree of clarity and explanation about the themes and processes.   This makes the book more graphically interesting than the previous versions, and I’m sure this makes it easier to study and reference on a daily basis.</p>
<p><a href="http://www.amazon.co.uk/gp/product/1593271832?ie=UTF8&amp;tag=wwwelizabharr-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=1593271832"><img style="margin: 4px; float:right" title="Book cover" src="http://www.pm4girls.elizabeth-harrin.com/wp-content/uploads/2009/MgP2.jpg" border="0" alt="" width="122" height="160" /></a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.co.uk/e/ir?t=wwwelizabharr-21&amp;l=as2&amp;o=2&amp;a=1593271832" border="0" alt="" width="1" height="1" />There is a greater degree of emphasis on the business case, and the text in general spends more time on evaluating and understanding the project context.  Chapter 5 sets the project in the organisational environment, with advice on working with a project team – part-time or otherwise – including short guidance on training and line management responsibilities.</p>
<p>This version has a clearer definition of the quality approach, including a sample quality review meeting agenda.  Overall, the book provides more structured guidance on the ‘how’ of managing a project with examples of what the techniques or criteria actually map to within a project.  Each Theme chapter ends with a table explaining the responsibilities of each team member as it relates to that Theme, and this is replicated in a similar fashion in the Processes chapters.  However, the text still talks about a daily log and I remain unconvinced as to the usefulness of this concept in an electronic business environment.</p>
<p>The book includes useful checklists, and the Closing a Project checklist seemed particularly good, although it does overlap slightly with the Authorise Project Closure checklist.  In total, the health check lists provided by Appendix E do offer a project manager the opportunity to assess the state of any project, which is helpful if you have not been the project manager since the beginning of the project, or if you are coming to the close of a major stage and feel that it is an appropriate time to schedule a review.</p>
<p>There is clearer guidance here as to how <a title="PRINCE2 homepage" href="http://www.prince-officialsite.com/home/home.asp" target="_blank">PRINCE2</a> sits within the family of OGC texts, and there are references to Management of Risk in Chapter 8 (Risks).  This, combined with the advice on tailoring PRINCE2 for your own organisation, makes the manual seem more practical and more coherent.  Previously, the PRINCE2 methods were in danger of being applied in an ‘all or nothing’ approach, but this new version sets organisational maturity and appetite in the heart of the project management process.</p>
<p><a title="Buy on Amazon UK" href="http://www.amazon.co.uk/gp/product/0113310595?ie=UTF8&amp;amp;tag=wwwelizabharr-21&amp;amp;linkCode=as2&amp;amp;camp=1634&amp;amp;creative=6738&amp;amp;creativeASIN=0113310595" target="_blank">Buy on Amazon.co.uk</a><br />
<a href="http://www.amazon.com/gp/product/0113310595?ie=UTF8&amp;tag=pm0fd-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0113310595">Buy on Amazon.com</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=pm0fd-20&amp;l=as2&amp;o=1&amp;a=0113310595" border="0" alt="" width="1" height="1" /></p>
<img src="http://www.pm4girls.elizabeth-harrin.com/?ak_action=api_record_view&id=1535&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%2F08%2Fbook-review-managing-successful-projects-with-prince2%2F&amp;title=Book%20review%3A%20%20Managing%20Successful%20Projects%20with%20PRINCE2" 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/2010/08/book-review-directing-successful-projects-with-prince2/' rel='bookmark' title='Book review:  Directing Successful Projects with PRINCE2'>Book review:  Directing Successful Projects with PRINCE2</a> <small>This book is long overdue: it’s a great idea to have a separate manual for those responsible for directing projects and sitting on the Project...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/08/book-review-managing-projects-a-team-based-approach/' rel='bookmark' title='Book review: Managing Projects: A team-based approach'>Book review: Managing Projects: A team-based approach</a> <small>I have read a lot of project management books over the last 5 years, and I&#8217;m pleased to say that this is my 65th book...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2010/02/inside-prince2-fixed-date/' rel='bookmark' title='Inside PRINCE2: Fixed date projects'>Inside PRINCE2: Fixed date projects</a> <small>Planning is an essential part of what project managers do, so you would expect there to be some mention of how to deal with fixed...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pm4girls.elizabeth-harrin.com/2010/08/book-review-managing-successful-projects-with-prince2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<series:name><![CDATA[Inside PRINCE2]]></series:name>
	</item>
		<item>
		<title>Book review:  Directing Successful Projects with PRINCE2</title>
		<link>http://www.pm4girls.elizabeth-harrin.com/2010/08/book-review-directing-successful-projects-with-prince2/</link>
		<comments>http://www.pm4girls.elizabeth-harrin.com/2010/08/book-review-directing-successful-projects-with-prince2/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 06:08:02 +0000</pubDate>
		<dc:creator>Elizabeth</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Inside PRINCE2]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Summer of books]]></category>

		<guid isPermaLink="false">http://www.pm4girls.elizabeth-harrin.com/?p=1530</guid>
		<description><![CDATA[This book is long overdue: it’s a great idea to have a separate manual for those responsible for directing projects and sitting on the Project Board.  Directing Successful Projects with PRINCE2 2009 has a clear structure – and it’s also clear what it does not include.  There is nothing in here about the leadership skills [...]
Related posts:<ol>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2010/08/book-review-managing-successful-projects-with-prince2/' rel='bookmark' title='Book review:  Managing Successful Projects with PRINCE2'>Book review:  Managing Successful Projects with PRINCE2</a> <small>This new version of the PRINCE2 manual for project managers feels a lot clearer and structured. Managing Successful Projects with PRINCE2: 2009 Edition has more...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2010/02/inside-prince2-fixed-date/' rel='bookmark' title='Inside PRINCE2: Fixed date projects'>Inside PRINCE2: Fixed date projects</a> <small>Planning is an essential part of what project managers do, so you would expect there to be some mention of how to deal with fixed...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/12/how-to-be-a-pmo-leader-book-review-of-leading-successful-pmos/' rel='bookmark' title='How to be a PMO Leader: Book Review of Leading Successful PMOs'>How to be a PMO Leader: Book Review of Leading Successful PMOs</a> <small>Project managers have to be project leaders as well, at least some of the time. But what happens when you want to take the next...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft" title="Inside PRINCE2 logo" src="http://www.pm4girls.elizabeth-harrin.com/wp-content/uploads/2010/p2-logo-sml.gif" alt="Inside PRINCE2 logo" width="154" height="150" />This book is long overdue: it’s a great idea to have a separate manual for those responsible for directing projects and sitting on the Project Board.  <a href="http://www.amazon.co.uk/gp/product/0113310609?ie=UTF8&amp;tag=wwwelizabharr-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=0113310609">Directing Successful Projects with PRINCE2 2009</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.co.uk/e/ir?t=wwwelizabharr-21&amp;l=as2&amp;o=2&amp;a=0113310609" border="0" alt="" width="1" height="1" /> has a clear structure – and it’s also clear what it does not include.  There is nothing in here about the leadership skills required to carry out the Project Executive responsibilities, but the manual does reference the <a title="Focus on Skills series" href="http://www.pm4girls.elizabeth-harrin.com/2008/09/book-review-communication-skills-for-project-and-programme-managers/" target="_self">Focus on Skills series</a> which does cover this.  In fact, the inter-relationships between this book and the other <a title="Other OGC books" href="http://www.best-management-practice.com/Publications-Library/" target="_blank">OGC texts</a> is set out in a way which provides context to this text.<br />
<a href="http://www.amazon.co.uk/gp/product/1593271832?ie=UTF8&amp;tag=wwwelizabharr-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=1593271832"><img style="margin: 4px; float: right;" title="Directing Projects with PRINCE2 cover" src="http://www.pm4girls.elizabeth-harrin.com/wp-content/uploads/2009/DirP2.jpg" border="0" alt="" width="122" height="160" /></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.co.uk/e/ir?t=wwwelizabharr-21&amp;l=as2&amp;o=2&amp;a=1593271832" border="0" alt="" width="1" height="1" /></p>
<p>I particularly liked the guidance for new Executives:  there are case studies and boxed examples that help bring the theory into a practical setting.  There are also discussions of the more complex concepts for Project Board members.  The explanation of different types of tolerances in Chapter 3 is comprehensive and will no doubt assist project managers in securing tolerance limits on future projects.</p>
<p>There are also practical shortcuts, like draft agendas for Project Board meetings and benefits reviews.  However, I felt there could be more emphasis on the importance of a successful handover to operations, as this is often missed in projects and the support of the Executive is making sure this happens effectively is essential.</p>
<p>The book provides clear guidance as to what is expected of the project manager, as well as how to select the right project manager for the project.  Chapter 8 offers advice on what to do if the project manager selected requires too much support or is failing to manage by exception, and again, this is good, practical advice for new Executives.</p>
<p>In the past, many project managers have had to provide guidance themselves to Project Board members, and ask for what they need.  They will assuredly appreciate the concrete guidance this book offers in a form that they can give to Executives instead of having to hold difficult conversations which can often feel like undermining the Executive’s experience or authority.  While it won’t avoid the need for all difficult conversations between project manager and Executive, it will hopefully ease some of the organisational challenges and allow both parties to get on with the job of managing a successful project.</p>
<p><a href="http://www.amazon.com/gp/product/0113310609?ie=UTF8&amp;tag=pm0fd-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0113310609">Buy on Amazon.co.uk<br />
Buy on Amazon.com</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=pm0fd-20&amp;l=as2&amp;o=1&amp;a=0113310609" border="0" alt="" width="1" height="1" /></p>
<img src="http://www.pm4girls.elizabeth-harrin.com/?ak_action=api_record_view&id=1530&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%2F08%2Fbook-review-directing-successful-projects-with-prince2%2F&amp;title=Book%20review%3A%20%20Directing%20Successful%20Projects%20with%20PRINCE2" 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/2010/08/book-review-managing-successful-projects-with-prince2/' rel='bookmark' title='Book review:  Managing Successful Projects with PRINCE2'>Book review:  Managing Successful Projects with PRINCE2</a> <small>This new version of the PRINCE2 manual for project managers feels a lot clearer and structured. Managing Successful Projects with PRINCE2: 2009 Edition has more...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2010/02/inside-prince2-fixed-date/' rel='bookmark' title='Inside PRINCE2: Fixed date projects'>Inside PRINCE2: Fixed date projects</a> <small>Planning is an essential part of what project managers do, so you would expect there to be some mention of how to deal with fixed...</small></li>
<li><a href='http://www.pm4girls.elizabeth-harrin.com/2011/12/how-to-be-a-pmo-leader-book-review-of-leading-successful-pmos/' rel='bookmark' title='How to be a PMO Leader: Book Review of Leading Successful PMOs'>How to be a PMO Leader: Book Review of Leading Successful PMOs</a> <small>Project managers have to be project leaders as well, at least some of the time. But what happens when you want to take the next...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pm4girls.elizabeth-harrin.com/2010/08/book-review-directing-successful-projects-with-prince2/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<series:name><![CDATA[Inside PRINCE2]]></series:name>
	</item>
	</channel>
</rss>

