“Leadership is a relationship between those who aspire to lead and those who choose to follow. There may have been a time when leaders could command commitment, but those times are long past.” (Kouzes and Posner)
Leadership today (in the home, the community, or an organization) requires leaders to be personal and connected to those they lead.
What does it mean to connect?
Connection is the ability to establish an emotional attachment to another person. (Cloud)
During the summer of 1996, one of my first mentors, Bill Newman, shared that I need to be myself to be a leader others want to follow. Today, I know what that means; but I didn’t know who Terry Porter was back then. I was a poser and I was a people pleaser.
Therefore, for leaders to connect, they must have a firm understanding of WHO they are and then share their lives with those they lead.
Skills to Learn to Connect
Define Yourself – before you can genuinely share your life with others, you need to know who you are. Defining YOU might not be easy, but start by defining what you like and don’t like in life.
Connect With Your Team – in an earlier post, I shared about having a tech team and life team, connect with them regularly and share life with them.
Take a Risk – the people you lead want to know the real you, what you like and dislike, your interest, and your pet peeves. Tactfully share the personal side of your life with those you lead, your hobbies, activities, your weaknesses (again, tactfully), and your joys.
NOTES:
James M. Kouzes and Barry Z. Posner (2006). A Leader’s Legacy. Jossey-Bass Publishing.
Cloud, Dr. Henry (2009). Changes That Heal: Four Practical Steps To A Happier, Healthier You. Zondervan Publishing.
Click the Donate Button to donate to Terry’s Life Coaching Services
function showCheckoutWindow(e) {
e.preventDefault();
const url = document.getElementById('embedded-checkout-modal-checkout-button').getAttribute('data-url');
const title = 'Square Online Checkout';
// Some platforms embed in an iframe, so we want to top window to calculate sizes correctly
const topWindow = window.top ? window.top : window;
// Fixes dual-screen position Most browsers Firefox
const dualScreenLeft = topWindow.screenLeft !== undefined ? topWindow.screenLeft : topWindow.screenX;
const dualScreenTop = topWindow.screenTop !== undefined ? topWindow.screenTop : topWindow.screenY;
const width = topWindow.innerWidth ? topWindow.innerWidth : document.documentElement.clientWidth ? document.documentElement.clientWidth : screen.width;
const height = topWindow.innerHeight ? topWindow.innerHeight : document.documentElement.clientHeight ? document.documentElement.clientHeight : screen.height;
const h = height * .75;
const w = 500;
const systemZoom = width / topWindow.screen.availWidth;
const left = (width - w) / 2 / systemZoom + dualScreenLeft;
const top = (height - h) / 2 / systemZoom + dualScreenTop;
const newWindow = window.open(url, title, `scrollbars=yes, width=${w / systemZoom}, height=${h / systemZoom}, top=${top}, left=${left}`);
if (window.focus) newWindow.focus();
}
// This overrides the default checkout button click handler to show the embed modal
// instead of opening a new tab with the given link url
document.getElementById('embedded-checkout-modal-checkout-button').addEventListener('click', function (e) {
showCheckoutWindow(e);
});
21 Blog Post in 21 Days
Day 7, December 12, 2021