Move from “Crisis” mode into “Important” and “Very Important”
Organize, prioritize and negotiate for more time
Manage digital media—email, social media, texts and voicemail
Remember, every minute of your day impacts the business. This seminar is designed to combat the pitfalls of time management. It will help you identify causes of procrastination and indecision, pinpoint personal time wasters and increase your concentration and focus. You’ll learn to schedule your time more effectively, stay on track and keep important goals top of mind, so you can stay in balance and be more effective and productive.
How You’ll Benefit
Set and accomplish goals
Create priorities and establish realistic boundaries
Recognize and deal with time wasters
Improve concentration and efficiency
Create and recharge positive energy
What You’ll Cover
Identifying personal time wasters
Defining goals; establishing important and valid priorities
Creating a realistic and productive schedule
Dealing with self-distractions and interruptions
Creating boundaries and balance
Prioritizing and choosing activities to balance life and work
Creating a personal “no” script
Who Should Attend
Business professionals who want greater control of their time, management style and life.
Accreditations
1.2 CEUs / 14 CPEs / 12 PDUs / 12 PMUs / 12 CLPs
RECOMMENDED CPE CREDIT: 14 hours/Basic PREREQUISITES: Basic behavioral concept around selfmanagement ADVANCE PREPARATION: Online pre- and post-assessment DELIVERY METHOD: Group Live/Group Internet Based FIELD OF STUDY: Non-technical—Personal Development
jQuery(window).on('elementor/frontend/init', function() {
function goToSlide(sliderElement) {
var hash = window.location.hash;
if (hash) {
var slideNum = parseInt(hash.replace('#slide-', ''), 10);
if (!isNaN(slideNum)) {
var slideIndex = slideNum - 1;
var swiperInstance = jQuery(sliderElement).find('.swiper')[0]?.swiper;
if (swiperInstance) {
swiperInstance.slideTo(slideIndex);
}
}
}
}
// Run when the SLIDER widget is ready (not global)
elementorFrontend.hooks.addAction('frontend/element_ready/slider.default', function($scope) {
goToSlide($scope);
// Also run on hash change
jQuery(window).on('hashchange', function() {
goToSlide($scope);
});
});
});