Newsletter: The Pragmatic Manager
The Pragmatic Manager: An Email Newsletter
If you’d like some common sense, down-to-earth ideas about how to manage your projects, manage your people, or manage your individual work, you’ve come to the right place. The newsletter is free. The mailing list is private. I will never sell your name or email address. Use the form below to subscribe.
And, if you decide you would like to connect with me on LinkedIn as well as subscribe, I would be happy to do so, too. That way if you change jobs, I can find you if your email bounces. Thanks!
See all previous Pragmatic Manager Newsletters here.
var icpForm3102 = document.getElementById('icpsignup3102');
if (document.location.protocol === "https:")
icpForm3102.action = "https://app.icontact.com/icp/signup.php"; function verifyRequired3102() { if (icpForm3102["fields_email"].value == "") { icpForm3102["fields_email"].focus(); alert("The Email field is required."); return false; } if (icpForm3102["fields_fname"].value == "") { icpForm3102["fields_fname"].focus(); alert("The First Name field is required."); return false; } if (icpForm3102["fields_lname"].value == "") { icpForm3102["fields_lname"].focus(); alert("The Last Name field is required."); return false; }
return true; }