• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

6527 Abs courses

Behavioral Aspects of Leadership

By IIL Europe Ltd

Behavioral Aspects of Leadership Leadership requires absolute trust of your team and others. The objective of this presentation is to demonstrate strategies for integrating behavior aspects of leadership into our current methodologies. PMPs are taught that project managers must balance management and leadership. Leadership is vital to success, but project managers rarely have time to even think about, let alone demonstrate it. Many project managers end up confused and frustrated by the challenges to improve leadership skills. This video demonstrates strategies for integrating behavioral aspects of leadership into our current methodologies. This and other IIL Learning in Minutes presentations qualify for PDUs. Some titles, such as Agile-related topics may qualify for other continuing education credits such as SEUs, or CEUs. Each professional development activity yields one PDU for one hour spent engaged in the activity. Some limitations apply and can be found in the Ways to Earn PDUs section that discusses PDU activities and associated policies. Fractions of PDUs may also be reported. The smallest increment of a PDU that can be reported is 0.25. This means that if you spent 15 minutes participating in a qualifying PDU activity, you may report 0.25 PDU. If you spend 30 minutes in a qualifying PDU activity, you may report 0.50 PDU.

Behavioral Aspects of Leadership
Delivered Online On Demand15 minutes
£10

Copywriting Fundamentals

By Xpert Learning

About Course Learn the Fundamental Principles of Copywriting and Start Writing Effective Promotional Pieces In this practical course, you will learn the fundamental principles of copywriting, including: Features versus benefits: How to turn product features into benefits that resonate with your target audience Headlines and leads: How to write strong headlines and leads that capture attention and make people want to read more Dramatization of differences: How to use language to emphasize the unique selling points of your product or service Credibility builders: How to establish your expertise and credibility as a writer Social proof: How to use testimonials and other forms of social proof to persuade people to buy Offers and tone: How to craft irresistible offers and write in a tone that appeals to your target audience You will also get the opportunity to complete three real-life writing assignments and compare your work to that of others. This will give you valuable feedback and help you improve your copywriting skills. By the end of this course, you will be able to: Write effective promotional pieces that generate leads and sales Communicate the unique selling points of your product or service Persuade people to take action Write in a tone that What Will You Learn? Through hands-on practice, know how to turn words into money Analyze any persuasion challenge so as to identify the factors that will move readers to action Include all the necessary elements in either the simplest, shortest marketing piece and more complicated ones Differentiate an offering from the competition Capture a reader's attention, explain what's on offer and clinch the deal Gain confidence from a start-to-finish overview of effective copywriting Course Content Introduction Introduction The What and The So What The Importance of 'What' 6 Ways to Clarify the 'What' Benefits - the 'So What' Capture Attention The Top 8 Types of Headlines 8 Leads That Set the Hook Differentiate and Dramatize Differentiate from the Competition 10 Ways to Dramatize Differences Now You Try #1 Credibility and Proof Credibility Builders The Top 5 Types of Social Proof Credibility Killers Offers What Is an Offer? Elements of Offers Now You Try #2 Putting it All Together Tone Formatting Copy Now You Try #3 Conclusion Conclusion A course by Marcia Yudkin Marketing Coach, Introvert Advocate RequirementsSuitable for absolute beginnersGood review and practice for those with some experience Audience Anyone seeking a practical (and potentially lucrative) new writing skill Employees told to write a website, sales letter or ad who aren't sure how Aspiring freelancers wanting a solid foundation for success Managers or business owners who need to know how to assess the work of copywriters they hire Audience Anyone seeking a practical (and potentially lucrative) new writing skill Employees told to write a website, sales letter or ad who aren't sure how Aspiring freelancers wanting a solid foundation for success Managers or business owners who need to know how to assess the work of copywriters they hire

Copywriting Fundamentals
Delivered Online On Demand
£9.99

Programming with Python

By Xpert Learning

About Course Master the Fundamentals of Programming with Python Course Description Embark on an exciting journey into the world of programming with this comprehensive Python course, designed to equip you with the essential skills and knowledge to become a proficient Python programmer. Whether you're a complete beginner or seeking to enhance your existing Python skills, this course caters to all levels of expertise. What will be discussed in detail? Introduction to Python: Delve into the basics of Python programming, including variables, data types, operators, and control flow statements. Working with Data Types: Explore the fundamental data types in Python, including numbers, strings, booleans, and lists. Python Strings: Master the art of manipulating strings, including slicing, concatenation, and string formatting techniques. Python Lists: Discover the power of lists, one of Python's most versatile data structures, and learn how to create, access, modify, and iterate over lists. Python Casting and Input: Understand the concept of type casting and learn how to take user input from the console. Python Dictionary: Uncover the usefulness of dictionaries, another essential data structure in Python, and learn how to store and retrieve data using key-value pairs. Python Date and Time: Learn how to handle date and time operations in Python, including creating, formatting, and manipulating date and time objects. Python Loop Part 1: Master the 'for' loop, a fundamental looping construct in Python, to iterate over sequences and perform repetitive tasks. Python Loop Part 2: Expand your understanding of loops by exploring the 'while' loop, used to execute a block of code repeatedly while a condition remains true. Creating a Function: Discover the power of functions, reusable blocks of code that perform specific tasks, and learn how to define, call, and pass arguments to functions. Python OOP Part 1: Delve into the world of Object-Oriented Programming (OOP) with Python, and learn the concepts of classes, objects, inheritance, and polymorphism. Python OOP Part 2: Enhance your OOP skills by exploring advanced concepts such as abstract classes, multiple inheritance, and operator overloading. Python Advanced OOP Part 1: Discover more advanced OOP techniques, including class methods, static methods, and decorators. Python Advanced OOP Part 2: Master the concept of exception handling, a crucial aspect of robust programming, and learn how to handle errors and exceptions effectively. Error Handling: Understand the importance of error handling in Python programming and learn how to identify, handle, and prevent errors. Python File Handling: Learn how to read, write, and manipulate files in Python, enabling you to store and retrieve data from external sources. Python Modules: Explore the concept of modules, reusable code libraries, and discover how to import, use, and create your own modules. Why should you enroll into it? Gain a comprehensive understanding of Python programming: Master the fundamentals of Python programming, from basic syntax to advanced OOP concepts. Develop practical coding skills: Apply your theoretical knowledge to hands-on coding exercises, solidifying your understanding and building your confidence. Prepare for a career in programming: Equip yourself with the essential skills required for entry-level programming positions. Enhance your problem-solving abilities: Learn to think algorithmically and develop effective problem-solving techniques using Python programming. Expand your skillset and knowledge: Whether you're a beginner or an experienced programmer, this course will broaden your understanding of Python and its capabilities. What will be taught? (Learning Outcomes/Learning Objectives) Understand the fundamental concepts of Python programming Work with different data types, including numbers, strings, lists, dictionaries, and Booleans Master control flow statements such as 'if', 'elif', and 'else' Create and manipulate Python functions Implement Object-Oriented Programming (OOP) concepts using classes, objects, inheritance, and polymorphism Handle errors and exceptions effectively Read, write, and manipulate files in Python Import, use, and create Python modules What Will You Learn? Understand the fundamental concepts of Python programming Work with different data types, including numbers, strings, lists, dictionaries, and Booleans Master control flow statements such as 'if', 'elif', and 'else' Create and manipulate Python functions Implement Object-Oriented Programming (OOP) concepts using classes, objects, inheritance, and polymorphism Handle errors and exceptions effectively Read, write, and manipulate files in Python Import, use, and create Python modules Course Content Introduction to Python Introduction to Python Working with Data Types Working with Data Types Python Strings Python Strings Python List Python List Python Casting and Input Python Casting and Input Python Dictionary Python Dictionary Python Date and Time Python Date and Time Python Loop (Part - 1) Python Loop (Part - 1) Python Loop (Part - 2) Python Loop (Part - 2) Python While Loop Python While Loop Creating a Function Creating a Function Python OOP (Part - 1) Python OOP (Part - 1) Python OOP (Part - 2) Python OOP (Part - 2) Python Advanced OOP (Part - 1) Python Advanced OOP (Part - 1) Python Advanced OOP (Part - 2) Python Advanced OOP (Part - 2) Error Handling Error Handling Python File Handling Python File Handling Python Modules Python Modules A course by Uditha Bandara Microsoft Most Valuable Professional (MVP) RequirementsA basic understanding of computers and operating systemsA willingness to learn and practice codingA computer with internet access and the ability to install Python Audience Beginners with no prior programming experience Programmers seeking to transition to Python Individuals looking to enhance their programming skills and knowledge Anyone interested in pursuing a career in programming Audience Beginners with no prior programming experience Programmers seeking to transition to Python Individuals looking to enhance their programming skills and knowledge Anyone interested in pursuing a career in programming

Programming with Python
Delivered Online On Demand
£9.99

First Aid for Dogs E-Book

5.0(1)

By First Aid for Life

First Aid for Dogs E-Book is an invaluable guide for all dog lovers. Knowing how to help in those first vital minutes, before you can get to the vet is absolutely vital and choosing to read this book could be one of the most important decisions you make.This guide is designed for all dog lovers. First Aid for Dogs will explain how to help your pet or any other dog should an accident happen. It is ideal for those working with dogs and pet owners to gain the skills and confidence to help in an emergency until veterinary support is available. The manual takes you through a step-by- step guide to examining your pet, recognising if there is something wrong and treatment for common veterinary emergencies. Book a practical, online or blended course at First Aid for Life or Onlinefirstaid.com courses

First Aid for Dogs E-Book
Delivered Online On Demand1 hour
£6.99

How to speak in public with Karen Hale - Speak up and be heard

By The Motivation Clinic

An interactive workshop with Karen Hale. Learn how to gain the confidence, skills and techniques to speak up so you can be heard. "There are two types of speakers: Those who get nervous and those who are liars." - Mark Twain Is this you? Promotions not applied for, jobs roles not tried for, networking events not attended? Parties avoided, family ceremonies not spoken at, too much left unsaid? Do you have excellent ideas that get lost in time because you are fearful of voicing them. Have you missed opportunities because it involves showing up? Do you stay silent in meetings? Do you have a brilliant business idea that isn’t being pursued because you know it will involve some kind of networking or public speaking? If the answer to any/most of these is YES, then read on... This workshop is strange by its nature. Why would someone who disliked public speaking, go to a place where they would speak in public? This is why.... Because Karen has analysed what makes a good communicator when speaking informally to people; she has taken those aspects and developed a group of exercises that allows you to use these exact techniques when speaking at networking events and in public. Added to that, Karen provides a smorgasbord of methods on how to control nerves to ensure you communicate at your authentic best. Please note: everybody in the room will be there for the same reason as you! You will be supported and encouraged and will learn how to turn fear into empowerment! About Karen: An empowerment and public speaking coach with over 30 years experience in coaching and advising individuals and business leaders from a diverse range of sectors on effective communication skills. It takes a second to form a first impression about a person. Your body language, clothes, speech and personal presence convey messages about your background, skills and expertise. Karen works with her clients to ensure they make that first impression powerful and authentic so they get remembered for the right reasons. By creating a confident and authentic presence you increase your visibility and your credibility. “Karen is a truly special individual. She made me feel totally at ease and was able to help me stand and speak confidently for the first time and she did that all with huge warmth and a lot of humour.” She fulfils her greatest passion on a daily basis, helping people present themselves to the outside world in the very best way. She has enabled hundreds of people to move on in their life and careers and build their growth, confidence and image. Karen works across a huge spectrum - from CEOs in FTSE 100 companies to Foundation Class university students at UAL coaching presentation skills. She coaches senior individuals and consults to leading global banks, private banks and family offices, advising business leaders and their teams. She is Central School of Speech and Drama trained. Kind words about Karen... I have had the absolute pleasure of working with Karen numerous times over the past 16 years to assist me in my various corporate roles. Karen has always been the person I have turned to first and foremost when I have needed help with my personal brand, presence and communication, helping me develop confidence in public speaking and showing up in front of the camera. A HUGE thank you for Monday – you were wonderful. The feedback we have had has been unbelievable – I can honestly say in all my years in this industry I have never heard such positive comments on every aspect. Karen has an incredible gift of making you feel completely at ease and is able to bring the best out of a person with ease. She is friendly, approachable and warm and I now refer Karen to everybody I know who needs assistance with any type of public speaking, communication and confidence requirement. The results speak for themselves. Highly recommend! You can contact Karen at: https://www.linkedin.com/in/karen-hale-8925862b/ / 07956626740 For any questions regarding this event, please contact the organiser lara@themotivationclinic.co.uk / 07817247727 - thank you!

How to speak in public with Karen Hale - Speak up and be heard
Delivered OnlineFlexible Dates
£5

Harassment in Workplace

By Course Cloud

The innovative Harassment in Workplace has been compiled with the assistance and expertise of industry professionals. It has been carefully crafted to meet the business requirements needed for an outstanding contribution to this role and the career path beyond it. By enrolling in this tutorial, a significant advantage can be gained by the student for securing their dream job and building an excellent reputation in this sector.  This popular Harassment in Workplace has been designed to help dedicated individuals train to become the absolute best in this business field. Many other entrepreneurs and talented students have already completed this course, and others like it, empowering them to move onto satisfying and rewarding careers. This unique Harassment in Workplace course is perfectly suited for those dedicated and ambitious individuals who are committed to genuinely becoming the best in the business.  The Harassment in Workplace is recognised and accredited by CPD standards, so all contents are guaranteed to be accurate and reputable, adding valuable competencies and qualifications to a CV, making anyone stand out from other potential candidates or business rivals. For added convenience, the Harassment in Workplace consists of a range of educational modules that allow study sessions to be organised at any time and any place When the final assessment of the Harassment in Workplace has been completed, a certificate of completion is supplied to evidence newly acquired skills and knowledge. This will provide a significant boost for job-seeking or entry into a new and exciting career path. The valuable qualification from the Harassment in Workplace course can help to make all the difference in a dynamic employment sector and can also be validated on our website. We are aware that a student's lifestyles and work ethics may not allow much time for a dedicated study session, so the Harassment in Workplace has been specifically designed to be taken at a personally selected pace, and the hours that are suited to each individual. Full access is immediately available after registration, and this can be achieved via any online device, and at any global location you are sighted at. Our fully-trained tutors are committed to helping you throughout the course, and will instantly respond to any queries that are sent to them via email.

Harassment in Workplace
Delivered Online On Demand
£7.99

MS Access Tables and Queries for Beginner

By Course Cloud

The innovative MS Access Tables and Queries for Beginner has been compiled with the assistance and expertise of industry professionals. It has been carefully crafted to meet the business requirements needed for an outstanding contribution to this role and the career path beyond it. By enrolling in this tutorial, a significant advantage can be gained by the student for securing their dream job and building an excellent reputation in this sector.  This popular MS Access Tables and Queries for Beginner has been designed to help dedicated individuals train to become the absolute best in this business field. Many other entrepreneurs and talented students have already completed this course, and others like it, empowering them to move onto satisfying and rewarding careers. This unique MS Access Tables and Queries for Beginner course is perfectly suited for those dedicated and ambitious individuals who are committed to genuinely becoming the best in the business.  The MS Access Tables and Queries for Beginner is recognised and accredited by CPD standards, so all contents are guaranteed to be accurate and reputable, adding valuable competencies and qualifications to a CV, making anyone stand out from other potential candidates or business rivals. For added convenience, the MS Access Tables and Queries for Beginner consists of a range of educational modules that allow study sessions to be organised at any time and any place When the final assessment of the MS Access Tables and Queries for Beginner has been completed, a certificate of completion is supplied to evidence newly acquired skills and knowledge. This will provide a significant boost for job-seeking or entry into a new and exciting career path. The valuable qualification from the MS Access Tables and Queries for Beginner course can help to make all the difference in a dynamic employment sector and can also be validated on our website. We are aware that a student's lifestyles and work ethics may not allow much time for a dedicated study session, so the MS Access Tables and Queries for Beginner has been specifically designed to be taken at a personally selected pace, and the hours that are suited to each individual. Full access is immediately available after registration, and this can be achieved via any online device, and at any global location you are sighted at. Our fully-trained tutors are committed to helping you throughout the course, and will instantly respond to any queries that are sent to them via email.

MS Access Tables and Queries for Beginner
Delivered Online On Demand
£7.99

Five Strategies for Creating an Inclusive Work Environment

5.0(1)

By Enspark

Inclusion in the workplace leads to more productivity, greater profits, and happier employees. It is also the law. But while it is easy to talk about what a great concept it is, the road to getting there can feel abstract to some. This video explains five strategies for keeping inclusion a priority in your organization that any business can implement. This micro-learning is great for managers, HR professionals, and anyone involved in your company's D&I initiatives. Length: 3:57 Learning Objectives Develop inclusive workplace goals and objectives by establishing dedicated internal teams, enabling participants to strategize, initiate inclusion initiatives, and monitor progress.;Develop comprehensive policy statements that reflect an organization's commitment to fostering an inclusive environment, ensuring clarity and alignment with core values.;Promote transparent and fearless communication channels within the organization, encouraging employees to identify barriers, and establishing confidential reporting procedures to gather invaluable feedback for continuous improvement.;Conduct impactful inclusion workshops for staff members, providing employees with essential knowledge, addressing barriers, and instilling a sense of excitement and purpose in embracing workplace inclusion.

Five Strategies for Creating an Inclusive Work Environment
Delivered Online On Demand5 minutes
£4.95

Party Management and Planning

4.5(3)

By Studyhub UK

This course offers comprehensive insights into the world of party management and planning, focusing primarily on wedding events. Covering crucial topics such as the role of a wedding planner as a profession, detailed planning for the big day, selecting wedding party dresses, makeup artist essentials, budget management, effective wedding planner business marketing, and starting a successful wedding planning business. Participants will gain the knowledge and skills needed to create memorable and flawlessly executed events. Learning Outcomes:Understand the specialized profession of a wedding planner and the responsibilities it entails.Master the intricacies of planning and organizing every element of a wedding day.Explore the selection and coordination of wedding party dresses, considering various factors.Acquire makeup artist skills and techniques tailored for bridal makeup applications.Learn effective budget management strategies for planning weddings and events.Develop marketing strategies specifically designed for a wedding planning business.Grasp the legal and operational aspects of establishing and running a wedding planning venture.Gain the confidence and expertise needed to initiate and manage successful wedding planning endeavors. Why buy this Party Management and Planning? Unlimited access to the course for foreverDigital Certificate, Transcript, student ID all included in the priceAbsolutely no hidden feesDirectly receive CPD accredited qualifications after course completionReceive one to one assistance on every weekday from professionalsImmediately receive the PDF certificate after passingReceive the original copies of your certificate and transcript on the next working dayEasily learn the skills and knowledge from the comfort of your home CertificationAfter studying the course materials of the Party Management and Planning you will be able to take the MCQ test that will assess your knowledge. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for?This Party Management and Planning course is ideal forAspiring wedding planners looking to specialize in wedding event management.Individuals with an interest in event planning, particularly weddings and parties.Makeup artists aiming to expand their services to bridal makeup and events.Professionals in the hospitality and event management industry seeking expertise in weddings. PrerequisitesThis Party Management and Planning was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career pathWedding Coordinator - Average Salary: £22,000 - £30,000 per year.Event Planning Manager - Average Salary: £28,000 - £38,000 per year.Wedding Consultant - Average Salary: £25,000 - £35,000 per year.Freelance Wedding Planner - Earnings vary based on projects.Wedding Planning Business Owner - Earnings vary based on clientele and business growth. Course Curriculum Module 01: Wedding Planner as a Profession Wedding Planner as a Profession 00:17:00 Module 02: The Big Day Planning The Big Day Planning 00:18:00 Module 03: Wedding Party Dresses Wedding Party Dresses 00:30:00 Module 04: Makeup Artist Course Makeup Artist Course 00:19:00 Module 05: Final Budget Final Budget 00:12:00 Module 06: Wedding Planner Business Marketing Wedding Planner Business Marketing 00:15:00 Module 07: Starting a Business as a Wedding Planner Starting a Business as a Wedding Planner 00:20:00

Party Management and Planning
Delivered Online On Demand2 hours 11 minutes
£10.99

Online Crowdfunding Training

4.5(3)

By Studyhub UK

This comprehensive online course offers in-depth insights into the world of crowdfunding. From understanding different types of crowdfunding to creating an effective pitch and achieving success, participants will gain the knowledge and skills needed to navigate the crowdfunding landscape. The course also covers specific areas like equity crowdfunding and real estate crowdfunding. Learning Outcomes:Gain a clear understanding of crowdfunding and its significance.Explore the various types of crowdfunding models.Identify suitable crowdfunding platforms for your project.Learn how to prepare for a successful crowdfunding campaign.Develop strategies to launch and promote your crowdfunding project.Create an impactful pitch that resonates with potential backers.Understand post-launch strategies and project management.Explore specialized forms of crowdfunding like equity and real estate. Why buy this Online Crowdfunding Training?Unlimited access to the course for foreverDigital Certificate, Transcript, student ID all included in the priceAbsolutely no hidden feesDirectly receive CPD accredited qualifications after course completionReceive one to one assistance on every weekday from professionalsImmediately receive the PDF certificate after passingReceive the original copies of your certificate and transcript on the next working dayEasily learn the skills and knowledge from the comfort of your home CertificationAfter studying the course materials of the Online Crowdfunding Training there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for?This Online Crowdfunding Training course is ideal forEntrepreneurs and startup founders looking for funding alternatives.Non-profit organizations and individuals seeking funds for social causes.Creative professionals aiming to finance their artistic projects.Business professionals interested in understanding crowdfunding trends. PrerequisitesThis Online Crowdfunding Training does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Online Crowdfunding Training was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career pathCrowdfunding Manager - Average Salary: £25,000 - £35,000 per year.Digital Marketing Specialist - Average Salary: £28,000 - £40,000 per year.Fundraising Coordinator - Average Salary: £24,000 - £32,000 per year.Project Manager (Crowdfunding Projects) - Average Salary: £30,000 - £45,000 per year.Entrepreneurial Advisor - Average Salary: £35,000 - £50,000 per year. Course Curriculum Online Crowdfunding Training Module 1: Introduction to Crowdfunding 00:15:00 Module 2: Why Crowdfunding 00:15:00 Module 3: Different Types of Crowdfunding 00:28:00 Module 4: Crowdfunding Platforms 00:15:00 Module 5: Preparing for Your Crowdfunding Adventure 00:12:00 Module 6: Getting Your Crowdfunding Project Off of the Ground 00:20:00 Module 7: Creating an Effective Pitch 00:45:00 Module 8: After Launch, What Now? 00:15:00 Module 9: Equity Crowdfunding 00:24:00 Module 10: Real Estate Crowdfunding 00:20:00 Module 11: How to Achieve Crowdfunding Success 00:08:00 Assignment Assignment - Online Crowdfunding Training 00:00:00

Online Crowdfunding Training
Delivered Online On Demand3 hours 37 minutes
£10.99