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

3812 Link courses

Excel VBA/Macros Foundations

4.5(3)

By Studyhub UK

A Complete Guide for Effective LinkedIn Ads' is a comprehensive course that covers the fundamentals of setting up and managing successful LinkedIn Ads campaigns. Participants will learn to drive website traffic, utilize sponsored messages, generate leads, and effectively manage billing centers on the platform. Learning Outcomes: Understand the basics of LinkedIn Ads and their role in digital marketing. Learn how to set up LinkedIn Ads to drive targeted website traffic. Discover techniques for leveraging sponsored messages to engage with the audience. Acquire the skills to create and optimize LinkedIn Ads for lead generation. Gain proficiency in managing the billing center for efficient campaign budgeting and monitoring. Why buy this Excel VBA/Macros Foundations? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Excel VBA/Macros Foundations 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 Excel VBA/Macros Foundations course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skill. Prerequisites This Excel VBA/Macros Foundations does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Excel VBA/Macros Foundations 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 path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Excel VBA/Macros Foundations is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Section 01: Introduction Recording Macros vs Writing VBA 00:04:00 Understanding Objects in Excel VBA 00:07:00 Understanding VBA Syntax and Parts of Speech 00:10:00 Activating the Developer tab 00:01:00 Recording a basic Macro 00:05:00 Absolute vs Relative Macro recording 00:04:00 Section 02: Exploring the Visual Basic Environment Introduction to the Visual Basic Environment 00:02:00 The Project Explorer 00:02:00 The Properties Window 00:02:00 The Code Window 00:04:00 Immediate, Locals and Watch Window 00:03:00 Dealing with Modules 00:03:00 Comments in Excel VBA 00:01:00 Section 03: The Range Object Introduction and Changing Cell Values 00:10:00 Adding a text to a cell 00:01:00 Dealing with Named Ranges 00:03:00 Value vs Text Property 00:04:00 Row and Column properties 00:02:00 The Select Method 00:02:00 The Count Property 00:04:00 The Address Property 00:09:00 The Formula Property 00:03:00 The Number Format Property 00:07:00 The Font Property 00:08:00 Section 04: Understanding the Cells Collection Object What is the cells object? 00:06:00 Using the Cells collection to affect cells positionally within a range 00:05:00 Affecting all cells within a sheet 00:02:00 Combining Range and cells objects 00:03:00 Section 05: Working with Sheets/Worksheets Selecting Sheets 00:06:00 Adding Sheets 00:11:00 Sheets vs Worksheets 00:04:00 Copying Sheets 00:05:00 Moving Sheets 00:01:00 Deleting Sheets 00:04:00 Section 06: Understanding Variables in Excel VBA Introduction to Variables 00:06:00 Variable Data Types 00:09:00 Declaring Variables 00:14:00 Object Variables 00:08:00 Calling a procedure from Another Procedure & Variable Scope 00:03:00 Public and Private Variables 00:07:00 Declaring Constants 00:04:00 Exercises-Variables 00:06:00 Section 07: Dealing with Workbooks Referring to Workbooks-Different ways 00:04:00 Closing Workbooks 00:03:00 Adding and Saving Workbooks Part 1 - Save method 00:04:00 Adding and Saving Workbooks Part 2 - Save as method 00:10:00 Opening Workbooks 00:06:00 Section 08: Must Know Excel VBA Logic Finding the Last row 00:09:00 Finding the Last Column 00:04:00 Finding the next row 00:04:00 The WITH Statement 00:04:00 Comparison operators in Excel VBA 00:01:00 IF Statements- Simple IF Statements 00:07:00 IF THEN ELSE Structure 00:03:00 IF THEN ELSEIF Structure 00:07:00 Nested IFs 00:04:00 OR - AND logical operators 00:07:00 NOT Logical operator 00:03:00 CASE Statements Part 1 - Single Case Statements 00:09:00 CASE Statements Part 2 - Nested Case Statements 00:06:00 Case Statements-Exercise 00:01:00 GOTO and Labels 00:03:00 Section 09: Looping in Excel VBA Loops-Introduction 00:01:00 FOR NEXT Loop 00:11:00 Exit For 00:09:00 Exercise - For Next loop 00:01:00 FOR EACH Loop - Intro 00:07:00 FOR EACH Loops - More examples 00:05:00 Do Loop - Introduction 00:04:00 Do Loop Example 00:01:00 Do Until 00:02:00 Do While 00:02:00 Do while vs Do until - Movies Example 00:04:00 Exit Do Statement 00:05:00 Exercise - Do Loop 00:01:00 Section 10: Interacting with Your Users The Messagebox - Introduction 00:03:00 Messagebox -Inputs 00:07:00 Messagebox - Capturing the User's input 00:05:00 Adding a new line to your VBA Strings 00:02:00 The Inputbox - introduction 00:04:00 Inputbox - Example1 - Capturing a user's name 00:05:00 Inputbox -Employee Database Example Part 1 00:05:00 Inputbox -Employee Database Example Part 2 00:04:00 Exercise - InputBox 00:02:00 Section 11: Error Handling in Excel VBA Error Handling - Introduction 00:09:00 Different Error types in action 00:04:00 On Error Goto statement 00:04:00 Resetting the error handling Status with On Error Goto 00:02:00 The Err Object 00:07:00 Setting a Breakpoint 00:02:00 Section 12: Triggering Code with Events! Worksheet Events -Selection change 00:08:00 Worksheet Events - Worksheet Activate event 00:03:00 Worksheet Events - Deactivate event 00:02:00 Worksheet Events - Before Delete Event 00:02:00 Worksheet Events - Before Double click event 00:08:00 Worksheet Events - Before Right Click event 00:03:00 Worksheet Events - Calculate event 00:03:00 Enabling and Disabling Events 00:03:00 Worksheet events - Worksheet change event 00:11:00 Workbook Events - Follow Hyperlink event 00:02:00 Worksheet events -Exercise 00:01:00 Workbook Events - Workbook open event 00:05:00 Workbook Events - Workbook Activate event 00:02:00 Workbook Events - Workbook Before save event 00:06:00 Workbook Events - Workbook Aftersave event 00:04:00 Workbook Events - Workbook Beforeclose event 00:09:00 Workbook Events - Workbook BeforePrint event 00:03:00 Workbook Events -Workbook De-activate events 00:02:00 Workbook Events - New Chart event 00:08:00 Workbook Events -New sheet event 00:03:00 Workbook Events - Sheet calculate event 00:03:00 Workbook Events - Sheet De-activate event 00:06:00 Workbook Events - Follow Hyperlink event 00:02:00 Workbook Events - Workbook Window Activate event 00:06:00 Workbook Events - Workbook Window De-Activate event 00:02:00 Workbook Events - Window Resize event 00:02:00 Exercise- Workbook Events 00:01:00 Resources Resources - Excel VBA/Macros Foundations 00:00:00 Assignment Assignment - Excel VBA/Macros Foundations 00:00:00

Excel VBA/Macros Foundations
Delivered Online On Demand8 hours 52 minutes
£10.99

Intro to Plant Science Course

5.0(2)

By Training Express

If you're fascinated by the world of plants and eager to understand the science behind how they grow, develop, and thrive, then the Intro to Plant Science Course is your perfect starting point. This course is designed for anyone with a curiosity about plant biology, from beginners to those looking to broaden their knowledge in the subject. You’ll delve into the fundamental principles that govern plant life, from their cellular structure to how they interact with their environment. Understanding these core concepts can provide a fresh perspective on the natural world around us. Throughout the course, you’ll explore key topics like plant anatomy, photosynthesis, plant growth patterns, and how environmental factors influence plant development. Whether you're considering a career in horticulture, agriculture, or simply want to understand plants better, this course offers a structured and accessible approach. Plus, with the flexibility of studying online, you can learn at your own pace and fit your studies around your schedule. Ready to dig deeper into the fascinating world of plant science? This course could be just what you need to cultivate your interest into something truly insightful. Key Features CPD Accredited FREE PDF + Hardcopy certificate Fully online, interactive course Self-paced learning and laptop, tablet and smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Course Curriculum Module 1: Introduction to Plant Science Module 2: Plant Anatomy and Morphology Module 3: Photosynthesis and Respiration Module 4: Plant Genetics and Reproduction Module 5: Plant Physiology Module 6: Plant Ecology and Interactions Module 7: Economic and Ethnobotanical Importance Learning Outcomes Analyse plant structures for a comprehensive understanding of their anatomy. Investigate the pivotal processes of photosynthesis and respiration in plants. Explore the mechanisms governing plant genetics and reproduction. Understand the intricate physiological processes driving plant growth. Evaluate the ecological relationships and interactions within plant communities. Assess the economic and ethnobotanical importance of plants in various contexts. Accreditation This course is CPD Quality Standards (CPD QS) accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Certificate After completing this course, you will get a FREE Digital Certificate from Training Express. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Biology enthusiasts seeking a deeper understanding of plant life. Students pursuing degrees in botany or environmental science. Gardeners and horticulturists aiming to enhance their plant knowledge. Environmentalists interested in sustainable plant interactions. Educators looking to enrich their biology curriculum. Farmers seeking insights into plant genetics and reproduction. Anyone curious about the economic and cultural significance of plants. Professionals in industries linked to agriculture or environmental conservation. Career path Botanist Ecologist Horticulturist Agricultural Researcher Environmental Consultant Plant Geneticist Certificates Digital certificate Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Hard copy certificate Hard copy certificate - Included Also, you can have your FREE printed certificate delivered by post (shipping cost £3.99 in the UK). For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

Intro to Plant Science Course
Delivered Online On Demand1 hour
£12

Diploma in Private investigator Course

5.0(2)

By Training Express

If you've ever been curious about what it takes to operate in the shadows, follow leads with precision, and uncover hidden truths, this Diploma in Private Investigator Course might just be your ideal pursuit. Delivered entirely online, this course offers a structured pathway into the intriguing world of private investigation—without any trench coats or magnifying glasses required. Whether you're interested in surveillance, background checks, or gathering intelligence, you’ll gain a solid grounding in the core techniques, legal considerations, and professional methods used by investigators worldwide. Designed with flexibility and clarity in mind, this course suits those with a sharp eye for detail and a hunger for logic, analysis, and discretion. From understanding how to handle sensitive data to navigating legal frameworks, each module is written to engage and inform without the fluff. It's not about playing detective—it’s about becoming one in a professional capacity, all from the comfort of your own space. No cloak and dagger here, just well-organised, insightful learning delivered with a touch of wit and a great deal of purpose. Key Features of Diploma in Private investigator CPD Accredited Diploma in Private investigator Course Instant PDF certificate Fully online, interactive Diploma in Private investigatorcourse Self-paced learning and laptop, tablet, smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Enrol now in this Diploma in Private investigator course to excel! To become successful in your profession, you must have a specific set of Diploma in Private investigator skills to succeed in today's competitive world. In this in-depth Diploma in Private investigatortraining course, you will develop the most in-demand Diploma in Private investigator skills to kickstart your career, as well as upgrade your existing knowledge & skills. Diploma in Private investigator Curriculum Module 01: An Introduction to the Concept of Being a Private Detective Module 02: Private Investigation Process Module 03: Classification of Crime Module 04: Starting an Investigation Module 05: Crime Scene Investigation and Photography (Part 1) Module 06: Crime Scene Investigation and Photography (Part 2) Module 07: Evidence Collection Module 08: Locating Missing People Module 09: Interview and Interrogation Techniques Module 10: Methods of identification and Sources of information Module 11: Fingerprint Verification Module 12: Handwriting Examination Module 13: Linking and Surveillance of Suspect Module 14: Counter-Espionage & Counter-Surveillance Module 15: Domestic Investigation and Types Module 16: Basic Operations of Firearms Module 17: Preparing Case Report Module 18: Code of Ethics Module 19: Operating a Private Investigation Business Accreditation This Diploma in Private investigator course is CPD accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Certification Once you've successfully completed your Diploma in Private investigator course, you will immediately be sent a digital certificate. Also, you can have your printed certificate delivered by post (shipping cost £3.99). CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This course is ideal for all employees or anyone who genuinely wishes to learn more about Diploma in Private investigator basics. Requirements No prior degree or experience is required to enrol in this course. Career path This Diploma in Private investigator Course will help you to explore avariety of career paths in the related industry. Certificates Digital certificate Digital certificate - Included Hardcopy Certificate Hard copy certificate - Included Hardcopy Certificate (UK Delivery): For those who wish to have a physical token of their achievement, we offer a high-quality, printed certificate. This hardcopy certificate is also provided free of charge. However, please note that delivery fees apply. If your shipping address is within the United Kingdom, the delivery fee will be only £3.99. Hardcopy Certificate (International Delivery): For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10.

Diploma in Private investigator Course
Delivered Online On Demand1 hour
£12

Brainspotting: Process and Trauma Treatment Course

5.0(2)

By Training Express

The Brainspotting: Process and Trauma Treatment Course offers a deep dive into an innovative therapeutic technique, focusing on how it can effectively address trauma and emotional pain. This method integrates the power of focused eye positions to activate the brain’s healing mechanisms, providing an invaluable tool for mental health professionals. This course equips you with the understanding of how trauma impacts the brain and how to use Brainspotting to help clients access and process deep-seated emotions. It’s a structured approach to unearthing the root causes of emotional distress and fostering long-lasting healing. Designed for those interested in understanding the complexities of trauma treatment, this course breaks down the process step by step. You’ll learn how Brainspotting can be seamlessly integrated into various therapeutic settings, enhancing your ability to support clients through their emotional challenges. Whether you're new to trauma-focused therapies or seeking to expand your knowledge, this course provides a clear path to mastering a technique that has already transformed countless lives. Take this opportunity to refine your skills in a highly effective, evidence-based therapy. Key Features: The key features of Brainspotting: Process and Trauma Treatment course This Brainspotting: Process and Trauma Treatment Couse is CPD Accredited. FREE PDF + Hardcopy certificate Fully online, interactive course Self-paced learning and laptop, tablet and smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Course Curriculum: The course curriculum of Brainspotting: Process and Trauma Treatment course Module 01: Introduction to Brainspotting Module 02: The Brainspotting Process Module 03: Brainspotting Techniques Module 04: Integrating Brainspotting with Other Modalities Module 05: Applications of Brainspotting Module 06: Brainspotting in Diverse Populations Module 07: Ethical Considerations and Professional Development Learning Outcomes of Brainspotting: Process and Trauma Treatment Course: Uncover foundations of Trauma, grasping its pivotal introductory elements and principles. Navigate the Brainspotting process, mastering its application in trauma treatment scenarios. Acquire proficiency in Brainspotting and Trauma Treatment techniques, honing skills for precision in therapeutic sessions. Explore seamless integration, linking Brainspotting and Trauma Treatment with diverse therapeutic modalities for comprehensive treatment. Identify broad applications of Brainspotting and Trauma Treatment, unveiling its potential in varied clinical settings. Engage in ethical considerations, fostering professional growth and integrity in practice. Accreditation This Brainspotting: Process and Trauma Treatment course is CPD Quality Standards (CPD QS) accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Certificate After completing this Brainspotting: Process and Trauma Treatment course, you will get a FREE Digital Certificate from Training Express. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Therapists seeking advanced trauma treatment techniques for diverse client populations. Counsellors aspiring to enhance their skills in trauma-focused therapeutic interventions. Mental health professionals aiming to integrate Brainspotting into their clinical repertoire. Psychologists desiring a comprehensive understanding of trauma treatment modalities. Healthcare practitioners dedicated to ethical considerations in trauma-focused therapy. Career path Trauma Specialist Counsellor Clinical Psychologist Psychotherapist in Mental Health Institutions Rehabilitation Counsellor in Trauma Therapy Clinical Supervisor in Trauma Therapy Mental Health Researcher in Trauma Interventions Certificates Digital certificate Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Hard copy certificate Hard copy certificate - Included Also, you can have your FREE printed certificate delivered by post (shipping cost £3.99 in the UK). For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

Brainspotting: Process and Trauma Treatment Course
Delivered Online On Demand1 hour
£12

Time Management

By The Teachers Training

Struggling with time management? Learn practical strategies to maximise productivity and achieve balance in work, life, and everything in between.

Time Management
Delivered Online On Demand2 hours
£15

Basic Social Media Marketing

4.5(3)

By Studyhub UK

  Unleash the potential of Basic Social Media Marketing! In a world dominated by Facebook, Instagram, Twitter, and YouTube, this course equips you with the skills to navigate and dominate. In today's digital age, mastering Basic Social Media Marketing is not just a skill; it's a necessity.   The ability to navigate and leverage Facebook, Instagram, Twitter, and YouTube is paramount for anyone aiming to thrive in the interconnected web of social media. This course is the key to unlocking the secrets of effective online marketing across major platforms. From building profitable funnels to mastering A/B split testing, each unit is crafted to empower you with skills that can transform your online presence.   Are you grappling with the challenge of reaching your target audience in the crowded digital space? Basic Social Media Marketing is the solution. This course is not just about understanding the nuances of social marketing; it's about wielding that knowledge to turn your digital presence into a powerful tool for success. By the end of this course, you'll be equipped with the expertise needed to craft compelling content, build profitable funnels, and conduct data-driven marketing campaigns.   Learning Outcomes Understand effective social marketing strategies for Facebook, Instagram, Twitter & YouTube. Apply marketing techniques tailored to other major social media platforms. Master the art of funnel building to optimise for profitable outcomes. Implement A/B split testing methods for data-driven marketing decisions. Develop skills in creating engaging content for diverse social media audiences. Analyse and interpret social media metrics to gauge marketing success. Demonstrate proficiency in crafting targeted social media ad campaigns.   Who Is This Course For Business owners seeking to enhance online visibility. Aspiring marketers aiming to master social media strategies. Individuals wanting to grow personal or business brands online. Entrepreneurs looking to optimise social media for profitability. Anyone eager to unlock the secrets of effective digital marketing.   Why Choose This Course Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success.   Career Path Social Media Manager: £25,000 - £40,000 per annum. Digital Marketing Specialist: £30,000 - £45,000 per annum. Content Marketing Strategist: £28,000 - £38,000 per annum. Social Media Analyst: £25,000 - £35,000 per annum. E-commerce Marketing Coordinator: £22,000 - £32,000 per annum.   Prerequisites To join the Basic Social Media Marketing, no prior qualifications or experience are required. Designed by professionals, the course is compatible with PCs, Macs, tablets, and smartphones. Enjoy flexibility, accessing the course from any location with a reliable internet connection.   Certification Upon concluding the Basic Social Media Marketing programme, an assignment test awaits completion. This test is accessible during or post-course. Successfully passing provides access to a £4.99 PDF certificate. If a hard copy is desired, it can be obtained for an extra £8. Course Curriculum Unit 01: Social Marketing for Facebook, Instagram, Twitter & YouTube Social Marketing Introduction 00:01:00 Marketing On Facebook & Instagram 00:19:00 Marketing On Twitter & YouTube 00:14:00 Unit 02: Marketing On the Other Major Social Media Sites Introduction to Pintrest Marketing 00:01:00 Pintrest Marketing - Part 1 00:07:00 Pintrest Marketing - Part 3 00:11:00 Pintrest Marketing - Part 3 00:11:00 Linkedln Marketing Intro 00:01:00 Linkedln Marketing - Part 1 00:06:00 Linkedln Marketing - Part 2 00:07:00 LinkedIn Marketing - Part 3 00:05:00 Unit 03: Funnel Building for Profits Introduction to Funnel Building 00:01:00 Funnel Building - Part 1 00:04:00 Funnel Building - Part 2 00:07:00 Funnel Building - Part 3 00:09:00 Unit 04: A/B Split Testing Introduction to Split Testing 00:01:00 Split Testing - Part 1 00:10:00 Split Testing - Part 2 00:05:00 Split Testing - Part 3 00:09:00 Assignment Assignment - Basic Social Media Marketing 00:00:00

Basic Social Media Marketing
Delivered Online On Demand2 hours 9 minutes
£10.99

Excel Spreadsheet Training

By The Teachers Training

Unlock the full potential of Excel with our Spreadsheet Training Course. From basic functions to advanced techniques, learn how to navigate and utilize Excel effectively for data analysis, reporting, and organization. Whether you're a beginner or looking to enhance your skills, this course provides hands-on training to help you become proficient in Excel. Enroll now and excel in spreadsheet management, boosting your productivity and efficiency in any professional setting.

Excel Spreadsheet Training
Delivered Online On Demand2 hours
£15

Sage 50 Payroll and Payroll Processing Training

4.5(3)

By Studyhub UK

Streamline the payroll process and gain valuable payroll management skills by mastering Sage 50 payroll, with this complete online Sage 50 Payroll and Payroll Processing Training course. This payroll training course has been designed by industry professionals to provide you with expert guidance and step-by-step training. It will take you through key processes such as adding employees and year-end procedures, as well as provide you with in-depth knowledge of UK legislation regarding payroll.  Become fully proficient in the world's leading payroll management software and gain in-demand skills to propel your career forward, with this complete beginner to advanced training course! Why buy this Sage 50 Payroll and Payroll Processing Training? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Sage 50 Payroll and Payroll Processing Training 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 Sage 50 Payroll and Payroll Processing Training does not require you to have any prior qualifications or experience. You can just enrol and start learning.  Prerequisites This Sage 50 Payroll and Payroll Processing 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 path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Sage 50 Payroll and Payroll Processing Training is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Sage 50 Payroll for Beginners Module 1: Payroll Basics Payroll Basics 00:10:00 Module 2: Company Settings Company Settings 00:08:00 Module 3: Legislation Settings Legislation Settings 00:07:00 Module 4: Pension Scheme Basics Pension Scheme Basics 00:06:00 Module 5: Pay Elements Pay Elements 00:14:00 Module 6: The Processing Date The Processing Date 00:07:00 Module 7: Adding Existing Employees Adding Existing Employees 00:08:00 Module 8: Adding New Employees Adding New Employees 00:12:00 Module 9: Payroll Processing Basics Payroll Processing Basics 00:11:00 Module 10: Entering Payments Entering Payments 00:12:00 Module 11: Pre-Update Reports Pre-Update Reports 00:09:00 Module 12: Updating Records Updating Records 00:09:00 Module 13: e-Submissions Basics e-Submissions Basics 00:09:00 Module 14: Process Payroll (November) Process Payroll (November) 00:16:00 Module 15: Employee Records and Reports Employee Records and Reports 00:13:00 Module 16: Editing Employee Records Editing Employee Records 00:07:00 Module 17: Process Payroll (December) Process Payroll (December) 00:12:00 Module 18: Resetting Payments Resetting Payments 00:05:00 Module 19: Quick SSP Quick SSP 00:09:00 Module 20: An Employee Leaves An Employee Leaves 00:13:00 Module 21: Final Payroll Run Final Payroll Run 00:07:00 Module 22: Reports and Historical Data Reports and Historical Data 00:08:00 Module 23: Year-End Procedures Year-End Procedures 00:09:00 Sage 50 Payroll Intermediate Level Module 1: The Outline View and Criteria Module 01: The Outline View and Criteria 00:11:00 Module 2: Global Changes Module 02: Global Changes 00:07:00 Module 3: Timesheets Module 03: Timesheets 00:12:00 Module 4: Departments and Analysis Module 04: Departments and Analysis 00:11:00 Module 5: Holiday Schemes Module 05: Holiday Schemes 00:10:00 Module 6: Recording Holidays Module 06: Recording Holidays 00:12:00 Module 7: Absence Reasons Module 07: Absence Reasons 00:13:00 Module 8: Statutory Sick Pay Module 08: Statutory Sick Pay 00:16:00 Module 9: Statutory Maternity Pay Module 09: Statutory Maternity Pay 00:17:00 Module 10: Student Loans Module 10: Student Loans 00:09:00 Module 11: Company Cars Module 11: Company Cars 00:13:00 Module 12: Workplace Pensions Module 12: Workplace Pensions 00:21:00 Module 13: Holiday Funds Module 13: Holiday Funds 00:13:00 Module 14: Roll Back Module 14: Process Payroll (November) 00:11:00 Module 15: Passwords and Access Rights Module 15: Passwords and Access Rights 00:08:00 Module 16: Options and Links Module 16: Options and Links 00:10:00 Module 17: Linking Payroll to Accounts Module 17: Linking Payroll to Accounts 00:08:00 Mock Exam Mock Exam - Sage 50 Payroll and Payroll Processing Training 00:20:00 Final Exam Final Exam - Sage 50 Payroll and Payroll Processing Training 00:20:00

Sage 50 Payroll and Payroll Processing Training
Delivered Online On Demand7 hours 43 minutes
£10.99

WordPress and SEO Online Course

5.0(1)

By Course Gate

In this competitive job market, you need to have some specific skills and knowledge to start your career and establish your position. This WordPress and SEO Online Course will help you understand the current demands, trends and skills in the sector. The course will provide you with the essential skills you need to boost your career growth in no time. The WordPress and SEO Online Course will give you clear insight and understanding about your roles and responsibilities, job perspective and future opportunities in this field. You will be familiarised with various actionable techniques, career mindset, regulations and how to work efficiently. This course is designed to provide an introduction to WordPress and SEO Online Course and offers an excellent way to gain the vital skills and confidence to work toward a successful career. It also provides access to proven educational knowledge about the subject and will support those wanting to attain personal goals in this area. Learning Objectives Learn the fundamental skills you require to be an expert Explore different techniques used by professionals Find out the relevant job skills & knowledge to excel in this profession Get a clear understanding of the job market and current demand Update your skills and fill any knowledge gap to compete in the relevant industry CPD accreditation for proof of acquired skills and knowledge Who is this Course for? Whether you are a beginner or an existing practitioner, our CPD accredited WordPress and SEO Online Course is perfect for you to gain extensive knowledge about different aspects of the relevant industry to hone your skill further. It is also great for working professionals who have acquired practical experience but require theoretical knowledge with a credential to support their skill, as we offer CPD accredited certification to boost up your resume and promotion prospects. Entry Requirement Anyone interested in learning more about this subject should take this WordPress and SEO Online Course. This course will help you grasp the basic concepts as well as develop a thorough understanding of the subject. The course is open to students from any academic background, as there is no prerequisites to enrol on this course. The course materials are accessible from an internet enabled device at anytime of the day. CPD Certificate from Course Gate At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path The WordPress and SEO Online Course will help you to enhance your knowledge and skill in this sector. After accomplishing this course, you will enrich and improve yourself and brighten up your career in the relevant job market. Course Curriculum WordPress and SEO Online Course Lesson 01: Introduction 00:06:00 Lesson 02: Keyword Intent 00:03:00 Lesson 03: Keywords-LSI 00:10:00 Lesson 04: On Page 00:09:00 Lesson 05: Implementation 00:08:00 Lesson 06: LSI Content 00:10:00 Lesson 07: Yoast 00:10:00 Lesson 08: Authority Back links 00:08:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

WordPress and SEO Online Course
Delivered Online On Demand1 hour 4 minutes
£11.99

Diploma in Data Structure at QLS Level 5

4.5(3)

By Studyhub UK

Delve into the intricate world of 'Data Structure' with our comprehensive course, meticulously crafted for those who have a penchant for understanding the skeleton of software engineering. Data structures form the backbone of algorithmic efficiency, and mastering them is akin to holding the master key to software optimisation. Our course is a confluence of foundational knowledge and complex data structuring, ensuring that you emerge not only informed but also invigorated, ready to tackle any computational challenge thrown your way. Learning Outcomes Gain foundational understanding of different data structures and their implementations. Discover the intricate details of arrays, linked lists, stacks, and queues. Develop the ability to effectively utilise advanced structures like AVL trees and Fenwick trees. Master techniques for optimising algorithmic efficiency using suitable data structures. Enhance problem-solving skills related to data storage and retrieval. Why choose this Data Structure course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments are designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Diploma in Data Structure at QLS Level 5 Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Who is this Data Structure course for? Individuals keen on deepening their computer science foundations. Software developers aiming to optimise their code. Students pursuing computer science and related disciplines. Competitive coders desiring an edge in algorithm competitions. Tech enthusiasts eager to understand the underpinnings of efficient programming. Career path Software Developer: £25,000 - £45,000 Algorithm Engineer: £40,000 - £60,000 Data Scientist: £35,000 - £55,000 Backend Developer: £28,000 - £50,000 Systems Architect: £45,000 - £70,000 Data Engineer: £30,000 - £55,000 Prerequisites This Diploma in Data Structure at QLS Level 5 does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Diploma in Data Structure at QLS Level 5 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. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Endorsed Certificate of Achievement from the Quality Licence Scheme Learners will be able to achieve an endorsed certificate after completing the course as proof of their achievement. You can order the endorsed certificate for only £115 to be delivered to your home by post. For international students, there is an additional postage charge of £10. Endorsement The Quality Licence Scheme (QLS) has endorsed this course for its high-quality, non-regulated provision and training programmes. The QLS is a UK-based organisation that sets standards for non-regulated training and learning. This endorsement means that the course has been reviewed and approved by the QLS and meets the highest quality standards. Please Note: Studyhub is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. Course Curriculum Unit 01: Introduction Module 01: Promo Video 00:02:00 Module 02: Data Structure Introduction 00:05:00 Module 03: Computational Complexity Analysis 00:13:00 Unit 02: Arrays Module 01: Static and Dynamic Arrays 00:12:00 Module 02: Dynamic Arrays Source Code 00:07:00 Unit 03: Linked List Module 01: Singly and Doubly Linked Lists 00:15:00 Module 02: Doubly Linked Lists Source Code 00:10:00 Unit 04: Stack Module 01: Stack 00:12:00 Module 02: Stack Implementation 00:04:00 Module 03: Stack Source Code 00:04:00 Unit 05: Queues Module 01: Queues (Part-1) 00:06:00 Module 02: Queues (Part-2) 00:06:00 Module 03: Queue Source Code 00:04:00 Unit 06: Priority Queues (PQs) Module 01: Priority Queues (PQs) with an interlude on heaps 00:13:00 Module 02: Turning Min PQ into Max PQ 00:06:00 Module 03: Adding Elements to Binary Heap 00:10:00 Module 04: Removing Elements from Binary Heap 00:14:00 Module 05: Priority Queue Binary Heap Source Code 00:16:00 Unit 07: Union Find Module 01: Disjoint Set 00:06:00 Module 02: Kruskal's Algorithm 00:06:00 Module 03: Union and Find Operations 00:11:00 Module 04: Path Compression Union Find 00:07:00 Module 05: Union Find Source Code 00:08:00 Unit 08: Binary Search Trees Module 01: Binary Trees and Binary Search Trees (BST) 00:13:00 Module 02: Inserting Element into a Binary Search Tree (BST) 00:06:00 Module 03: Removing Element from a Binary Search Tree (BST) 00:14:00 Module 04: Tree Traversals 00:12:00 Module 05: Binary Search Source Code 00:13:00 Unit 09: Fenwick Tree Module 01: Fenwick Tree Construction 00:06:00 Module 02: Point Updates 00:05:00 Module 03: Binary Indexed Tree 00:14:00 Module 04: Fenwick Tree Source Code 00:06:00 Unit 10: Hash Tables Module 01: Hash Table 00:17:00 Module 02: Separate Chaining 00:08:00 Module 03: Separate Chaining Source Code 00:12:00 Module 04: Open Addressing 00:11:00 Module 05: Linear Probing 00:14:00 Module 06: Quadratic Probing 00:09:00 Module 07: Double Hashing 00:15:00 Module 08: Removing Element Open Addressing 00:08:00 Module 09: Open Addressing Code 00:15:00 Unit 11: Suffix Array Module 01: Introduction 00:03:00 Module 02: The Longest Common Prefix (LCP) Array 00:03:00 Module 03: Using SA/LCP Array to Find Unique Substrings 00:05:00 Module 04: Longest Common Substring (LCS) 00:11:00 Module 05: Longest Common Substring (LCS) Full Example 00:07:00 Module 06: Longest Repeated Substring (LRS) 00:05:00 Unit 12: AVL Trees Module 01: Balanced Binary Search Trees (BBSTs) 00:09:00 Module 02: Inserting Elements into an AVL Tree 00:10:00 Module 03: Removing an AVL Tree 00:09:00 Module 04: AVL Tree Source Code 00:17:00 Unit 13: Indexed Priority Queue Module 01: Indexed Priority Queue (Part-1) 00:25:00 Module 02: Indexed Priority Queue Source Code 00:09:00 Unit 14: Sparse Tables Module 01: Sparse Table 00:26:00 Module 02: Sparse Table Source Code 00:07:00 Assignment Assignment - Diploma in Data Structure at QLS Level 5 04:00:00 Order your QLS Endorsed Certificate Order your QLS Endorsed Certificate 00:00:00

Diploma in Data Structure at QLS Level 5
Delivered Online On Demand13 hours 1 minutes
£10.99