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

19376 Basic courses in Leeds delivered Online

Learn AutoCAD Programming using VB.NET - Hands On!

4.5(3)

By Studyhub UK

The course 'Learn AutoCAD Programming using VB.NET - Hands On!' provides comprehensive training in using VB.NET to program and automate tasks in AutoCAD. It covers essential concepts, components of the AutoCAD .NET API, creating and manipulating AutoCAD objects, exploring AutoCAD dictionaries, user interactions, selection sets, and developing practical projects. Participants will gain the necessary skills to efficiently create custom plugins and enhance their productivity in AutoCAD. Learning Outcomes: Understand the fundamentals of VB.NET programming and its relevance to AutoCAD. Explore the AutoCAD .NET API components and learn to work with the AutoCAD object hierarchy. Create and manipulate various AutoCAD objects such as lines, circles, polylines, and more using VB.NET. Implement AutoCAD dictionaries to manage layers, line types, text styles, and other entities. Utilize user interactions for input and output in VB.NET, enhancing the user experience. Work with selection sets and filters to efficiently select and process AutoCAD objects. Develop hands-on projects, including a BlocksCounter plugin and an ObjectExtractor plugin, to reinforce learning and practical application. Why buy this Learn AutoCAD Programming using VB.NET - Hands On!? 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 Learn AutoCAD Programming using VB.NET - Hands On! 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 Learn AutoCAD Programming using VB.NET - Hands On! does not require you to have any prior qualifications or experience. You can just enrol and start learning.  Prerequisites This Learn AutoCAD Programming using VB.NET - Hands On! 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 Learn AutoCAD Programming using VB.NET - Hands On! is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Unit 01: Introduction Module 01: Course Outline 00:05:00 Module 02: Introduction 00:01:00 Module 03: Who is this Course for? 00:01:00 Module 04: What will I learn from this Course? 00:01:00 Module 05: What is VB.NET? 00:01:00 Module 06: What is AutoCAD .NET API? 00:01:00 Module 07: What are the advantages of programming in AutoCAD .NET API? 00:01:00 Module 08: Hands-on Projects overview 00:06:00 Unit 02: Exploring AutoCAD .NET API Components Module 01: AutoCAD .NET API Components Overview 00:01:00 Module 02: AutoCAD .NET API Assemblies 00:02:00 Module 03: Understanding AutoCAD Object Hierarchy 00:03:00 Module 04: AutoCAD .NET API Application Object 00:02:00 Module 05: AutoCAD .NET API Document Object 00:02:00 Module 06: AutoCAD .NET API Database Object 00:04:00 Unit 03: Hello AutoCAD from VB.NET Module 01: Section Overview 00:04:00 Module 02: Installing Visual Studio 2019 00:05:00 Module 03: Setting up Visual Studio 2019 Integrated Development Environment (IDE) 00:04:00 Module 04: Creating First VB.NET Plugin (Hello AutoCAD) 00:12:00 Module 05: Different ways to communicate with the User 00:04:00 Module 06: Configuring VS2019 Target Processor 00:10:00 Unit 04: Creating AutoCAD Objects using VB.NET Module 01: Creating AutoCAD Object using VB.NET Overview 00:01:00 Module 02: Creating DrawObjects Project 00:04:00 Module 03: Creating a Line Object using VB.NET 00:15:00 Module 04: Creating a MText Object using VB.NET 00:12:00 Module 05: Creating a Circle Object using VB.NET 00:09:00 Module 06: Creating an Arc Object using VB.NET 00:07:00 Module 07: Creating a Polyline Object using VB.NET 00:08:00 Module 08: Creating Multiple Circles Vertically 00:09:00 Module 09: Creating Multiple Circles Horizontally 00:05:00 Unit 05: Manipulating AutoCAD Objects using VB.NET Module 01: Manipulating AutoCAD Objects Overview 00:01:00 Module 02: Creating the Project ManipulateObjects 00:04:00 Module 03: Creating the SingleCopy Method 00:13:00 Module 04: Creating the MultipleCopy Method 00:11:00 Module 05: Creating the EraseObject Method 00:12:00 Module 06: Creating the MoveObject method 00:07:00 Module 07: Creating the MirrorObject method 00:10:00 Module 08: Creating the RotateObject method 00:07:00 Module 09: Creating the ScaleObject method 00:05:00 Module 10: Creating the OffsetObject method 00:05:00 Unit 06: Exploring AutoCAD Dictionaries using VB.NET Module 01: Exploring AutoCAD Dictionaries - Overview 00:02:00 Module 02: Creating LayersLineTypesAndStyles Project 00:06:00 Module 03: Creating the ListLayers Method 00:11:00 Module 04: Creating the CreateLayer Method 00:10:00 Module 05: Creating the UpdateLayer Method 00:12:00 Module 06: Creating the SetLayerOnOff Method 00:08:00 Module 07: Creating the SetLayerFrozenOrThaw Method 00:04:00 Module 08: Creating the DeleteLayer Method 00:05:00 Module 09: Creating the LockUnlockLayer Method 00:04:00 Module 10: Creating the SetLayerToObject Method 00:08:00 Module 11: Creating the ListLineTypes Method 00:09:00 Module 12: Creating the LoadLineType Method 00:07:00 Module 13: Creating the SetCurrentLineType Method 00:05:00 Module 14: Creating the DeleteLineType Method 00:09:00 Module 15: Creating the SetLineTypeToObject Method 00:05:00 Module 16: Exploring TextStyles - Overview 00:01:00 Module 17: Creating the ListStyles Method 00:08:00 Module 18: Creating the UpdateCurrentTextStyleFont Method 00:12:00 Module 19: Creating the SetCurrentTextStyle Method 00:08:00 Module 20: Creating the SetTextStyleToObject Method 00:08:00 Unit 07: User Interactions in VB.NET Module 01: User Input Functions - Overview 00:02:00 Module 02: Creating the UserInteractions Project 00:03:00 Module 03: Creating the GetName Method 00:11:00 Module 04: Creating the SetLayer Method using the GetString function 00:12:00 Module 05: Creating the CreateLineUsingGetpoint Method 00:11:00 Module 06: Creating the CalculateDefinedArea Method 00:17:00 Module 07: Creating the DrawObjectsUsingGetKeywords Method 00:14:00 Module 08: Creating the GetDistanceBetweenTwoPoints Method 00:05:00 Module 09: Creating the CountObjects Method 00:15:00 Unit 08: Selection Sets and Filters Module 01: Selection Sets and Filters - Overview 00:13:00 Module 02: Creating the SelectionSets Project 00:05:00 Module 03: Creating the SelectAllAndChangeLayer Method 00:12:00 Module 04: Creating the SelectObjectOnScreen Method 00:08:00 Module 05: Creating the SelectWindowAndChangeColor Method 00:06:00 Module 06: Creating the SelectCrossingAndDelete Method 00:05:00 Module 07: Creating the SelectFenceAndChangeLayer Method 00:06:00 Module 08: Creating the CountPickFirstSelection Method 00:07:00 Module 09: Creating the SelectLines Method 00:13:00 Module 10: Creating the SelectMTexts Method 00:05:00 Module 11: Creating the SelectPlines Method 00:04:00 Module 12: Creating the SelectWalls Method 00:07:00 Module 13: Creating the SelectStairs Method 00:03:00 Module 14: Creating the SelectFrenchDoors Method 00:04:00 Module 15: Creating the SelectBifoldDoors Method 00:03:00 Module 16: Creating CountReceptacles Method 00:04:00 Module 17: Creating the CountLightingFixtures Method 00:10:00 Unit 09: Developing Projects - Hands On Module 01: Developing Projects - Hands on Overview 00:02:00 Module 02: BlocksCounter Plugin Demo 00:03:00 Module 03: Creating the BlocksCounter Project 00:04:00 Module 04: Creating the CountBlocksToTable Method 00:08:00 Module 05: Creating the PromptUser Function 00:08:00 Module 06: Creating the GatherBlocksAndDrawTable Method 00:12:00 Module 07: Continuation of GatherBlocksAndDrawTable Method 00:17:00 Module 08: Running and Debugging the BlocksCounter Project - Part 1 00:15:00 Module 09: Running and Debugging the BlocksCounter Project - Part 2 00:11:00 Module 10: Running and Debugging the BlocksCounter Project - Part 3 00:01:00 Module 11: Creating the ObjectExtractor Plugin Project 00:04:00 Module 12: Creating the ExtractObjects Method 00:07:00 Module 13: Creating the ExtractLine Method 00:16:00 Module 14: Running and Debugging the ExtractLine Method 00:05:00 Module 15: Creating the ExtractCircle Method 00:11:00 Module 16: Creating the ExtractMText Method 00:13:00 Module 17: Creating the ExtractPolyline Method 00:19:00 Module 18: Creating the ExtractBlock Method 00:10:00 Unit 10: Conclusion Module 01: Congratulations and Thank you very much! 00:01:00 Assignment Assignment - Learn AutoCAD Programming using VB.NET - Hands On! 00:00:00

Learn AutoCAD Programming using VB.NET - Hands On!
Delivered Online On Demand12 hours 9 minutes
£10.99

AutoCAD VBA Programming - Beginner course

4.7(160)

By Janets

Register on the AutoCAD VBA Programming - Beginner course today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get an e-certificate as proof of your course completion. The AutoCAD VBA Programming - Beginner course is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The AutoCAD VBA Programming - Beginner course Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification Upon successful completion of the course, you will be able to obtain your course completion e-certificate free of cost. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the AutoCAD VBA Programming - Beginner course, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16.  Course Content Unit 01: Introduction Module 01: Introduction 00:04:00 Module 02: Course Content Identified 00:06:00 Unit 02: VBA Integrated Development Environment (IDE) Module 01: Setting-up the Environment (Installing VBA IDE) 00:01:00 Module 02: Downloading and Installing AutoCAD VBA IDE 00:04:00 Module 03: Identify and Understand VBA IDE Components (Toolbars and Windows) 00:03:00 Module 04: VBA IDE Walkthrough 00:14:00 Unit 03: Understanding AutoCAD Object Model in VBA Module 01: Examining AutoCAD VBA Object Model Structure 00:07:00 Module 02: Examining AutoCAD Object Model Structure Part 2 00:06:00 Unit 04: Using Variables in VBA Module 01: Working on Variables 00:01:00 Module 02: Using Variables in the Program 00:14:00 Unit 05: User Forms and Controls Module 01: User Forms and Controls Topic Breakdown 00:02:00 Module 02: Using Label, Textbox and Command Button Controls 00:10:00 Module 03: Using ListBox Control 00:06:00 Module 04: Using ComboBox Control 00:09:00 Module 05: Using CheckBox Control 00:08:00 Module 06: Using OptionButton Control 00:03:00 Module 07: Using MultiPage Control 00:10:00 Module 08: Using MultiPage Control Continued 00:14:00 Module 09: Using Frame Control 00:03:00 Unit 06: Conditionals and Decisions in VBA Module 01: Conditions and Decisions Course Outline 00:01:00 Module 02: IF-THEN-ELSE Condition 00:02:00 Module 03: IF-THEN-ELSEIF Condition 00:04:00 Module 04: Conditional Operators in VBA 00:04:00 Module 05: Logical Operators in VBA 00:07:00 Module 06: SELECT CASE Statement in VBA 00:05:00 Unit 07: Looping and Iterations in VBA Module 01: Looping and Iterations Overview 00:02:00 Module 02: Using DO-WHILE Loop in VBA 00:04:00 Module 03: Using DO-UNTIL Loop in VBA 00:02:00 Module 04: Using FOR NEXT Loop in VBA 00:02:00 Module 05: Using FOR EACH NEXT Loop in VBA 00:03:00 Unit 08: Drawings Objects in VBA Module 01: Drawing Objects Overview 00:01:00 Module 02: Draw a Line Object using Utility Function 00:03:00 Module 03: Draw a Line Object using Points from User's Input 00:07:00 Module 04: Draw a Circle Object Using Utility Functions 00:03:00 Module 05: Draw a Text Object using Utility Functions 00:05:00 Module 06: Draw a LWPolyline and Polyline Objects 00:06:00 Unit 09: Code Debugging in VBA Module 01: Code Debugging Overview 00:01:00 Module 02: Code Debugging in VBA Demo 00:12:00 Module 03: Code Debugging in VBA Demo Continued 00:02:00 Unit 10: Error Handling in VBA Module 01: Error Handling Course Outline 00:02:00 Module 02: Error Handling in VBA Demo 00:13:00 Unit 11: Conclusion Module 01: Conclusion and Thank you! 00:01:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

AutoCAD VBA Programming - Beginner course
Delivered Online On Demand3 hours 37 minutes
£25

Dog Care & Nutrition Training - CPD Certified

4.9(27)

By Apex Learning

Give a compliment to your career and take it to the next level. This Dog Care bundle will provide you with the essential knowledge to shine in your professional career. Whether you want to develop skills for your next job or elevate your skills for your next promotion, this Dog Care bundle will help you stay ahead of the pack. Throughout the programme, it stresses how to improve your competency as a person in your chosen field while also outlining essential career insights in the relevant job sector. Along with this Dog Care course, you will get 10 premium courses, an originalhardcopy, 11 PDF certificates (Main Course + Additional Courses) Student ID card as gifts. This Dog Care Bundle Consists of the following Premium courses: Course 01: Dog Health Care Course 02: Basics of Dog Grooming Course 03: Introduction to Dog Breeds and Basic Anatomy Course 04: Dog Leash Training Course 05: Dog Training - Stop Dog Barking Course 06: Dog Raw Diet Training - Level 2 Course 07: Dog Training - Natural Remedies for Health & Dog Training Course 08: Dog Cleaning Course 09: Canine Communication Course 10: Setting Up Your Dog Grooming Business Course 11: Dog First Aid Training How will I get my Certificate? After successfully completing the Dog Care course, you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously it was £10 * 11 = £110) Hard Copy Certificate: Free (For The Title Course) PS The delivery charge inside the UK is £3.99, and the international students have to pay £9.99. The bundle incorporates basic to advanced level skills to shed some light on your way and boost your career. Hence, you can strengthen your Dog Care expertise and essential knowledge, which will assist you in reaching your goal. Moreover, you can learn from any place in your own time without travelling for classes. Curriculum of Bundle Course 01: Dog Health Care Module 01: Keeping Your Dog Healthy and Clean Module 02: Importance of Regular Check-up Module 03: Dog Vaccination Module 04: Food Habit and Healthy Diet Module 05: Food and Nutrition Requirements for Dogs Module 06: Neutering Your Dog CPD 110 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this bundle. Requirements This course has been designed to be fully compatible with tablets and smartphones. Career path Having this expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included Certificate of completion Hard copy certificate - Included P.S. The delivery charge inside the UK is £3.99, and the international students have to pay £9.99.

Dog Care & Nutrition Training  - CPD Certified
Delivered Online On Demand
£53

Car Mechanic and Motorbike Repairing Training Course

By Compliance Central

Are you interested in pursuing a career in the Car Mechanic and Motorbike Repairing Training Courses industry or learning more about it? If yes, then you have come to the right place. Our comprehensive courses on Car Mechanic and Motorbike Repairing Training will assist you in producing the best possible outcome by learning the Car Mechanic and Motorbike Repairing Training skills. The Car Mechanic and Motorbike Repairing Training bundle is for those who want to be successful. In the Car Mechanic and Motorbike Repairing Training bundle, you will learn the essential knowledge needed to become well versed in Motorcycle Mechanic Training Courses. Why would you choose the Car Mechanic and Motorbike Repairing Training Courses from Compliance Central: Lifetime access to Car Mechanic and Motorbike Repairing Courses materials Full tutor support is available from Monday to Friday with the Car Mechanic and Motorbike Repairing Courses Learn Car Mechanic and Motorbike Repairing Courses skills at your own pace from the comfort of your home Gain a complete understanding of Car Mechanic and Motorbike RepairingCourses Accessible, informative Car Mechanic and Motorbike Repairing Courses learning modules designed by expert instructors Get 24/7 help or advice from our email and live chat teams with the Car Mechanic and Motorbike Repairing Courses bundle Study Car Mechanic and Motorbike Repairing Courses in your own time through your computer, tablet or mobile device Our Car Mechanic and Motorbike Repairing Training bundle starts with the basics of Car Mechanic and Motorbike Repairing Training Courses and gradually progresses towards advanced topics. Therefore, each lesson of this Car Mechanic and Motorbike Repairing Training is intuitive and easy to understand. Courses in this Car Mechanic and Motorbike Repairing Training Courses Bundle: Course 01: Car Mechanic and Repair Training Diploma Course 02: Car Restoration Course 03: Basic Automotive Engineering: Onboard Diagnostics Course 04: HGV Mechanic Training Course 05: Hybrid Vehicle Expert Training Course 06: Supercharger Automobile Engineering Course 07: Engine Lubricant System Training - Level 4 Course 08: Energy Saving in Electric Motors Course 09: Motorbike Repairing and Maintenance Diploma Course 10: PUWER Course 11: MET Technician Course 12: Certificate Course In Two Wheeler Servicing Course 13: Bicycle Maintenance Course CPD 130 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The Car Mechanic and Motorbike Repairing bundle helps aspiring professionals who want to obtain the knowledge and familiarise themselves with the skillsets to pursue a career in Motorcycle Mechanic Training Courses. Requirements To enrol in this Car Mechanic and Motorbike Repairing Courses, all you need is a basic understanding of the English Language and an internet connection. Career path The Car Mechanic and Motorbike Repairing Courses bundle will enhance your knowledge and improve your confidence in exploring opportunities in various sectors related to Motorcycle Mechanic Training. Certificates 13 CPD Accredited PDF Certificate Digital certificate - Included Each CPD Accredited Hard Copy Certificate Hard copy certificate - £10.79 CPD accredited hard copy certificates are available for £10.79 each Delivery Charge for Each Hard Copy Certificates: Inside the UK: Free Outside of the UK: £9.99 each

Car Mechanic and Motorbike Repairing Training Course
Delivered Online On Demand17 hours
£80

Electricity Basics Course

By Compliance Central

Do you want to learn about electricity and move your career the way the movement of electrons creates electricity? Your chance is here! Whether or not you're familiar with these terminologies, this course will present you with the basics of electricity, which will undoubtedly improve your skills and understanding. In addition, we'll give you a detailed overview of our course's fundamentals, making it easier for you to understand and apply what you learn daily. Every possible aspect of basic electricity is covered in this course. The basic principle of electricity, commonly used terms and other relevant terms are presented in this course so that we can ensure the best possible learning experience for our learners. So, join the Electricity course and make a statement on the employment market. To impress employers, gain a certificate and place it on your resume. Learning Outcome: At the end of this course, you will: Learn to explain the relationships and effects of different voltages, currents, and resistance Get acquired the basic electrical symbols and measurements General concepts about various electrical properties Learn about different laws and theorem Gather knowledge about different terms about circuits and electricity Along with the Electricity course, you also get: Lifetime Access Unlimited Retake Exam & Tutor Support Easy Accessibility to the Course Materials- Anytime, Anywhere - From Any Smart Device (Laptop, Tablet, Smartphone Etc.) 100% Learning Satisfaction Guarantee One can complete this course from anywhere in the world at his own pace. After completing this course, learners will sit for a short online assessment, and they will be able to download their certificate right after passing the exam. Electricity Course Curriculum: Module 01: Introduction and Basics Module 02: Electrical Units and Ohm's Law Module 03: Direct Current Module 04: Alternating Current Basics Module 05: Voltage and Resistance Module 06: Capacitance and Capacitors Module 07: Magnetism Module 08: Safety Precautions So, enrol and excel in your career with Compliance Central. Electricity Course - Assessment & Certification Give a short online assessment after studying the Electricity course. You will get unlimited chances to retake the exam. After passing the assessment of this Electricity course, you can get a hard copy certificate for just £9.99. The delivery charge for the hardcopy certificate inside the UK is £3.99 and international students need to pay £9.99 to get their hardcopy certificate. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This course doesn't require any formal qualification and anyone from any background can enrol themselves in this course. Employee Employer Equipment tester Technician Electrical engineering beginners Requirements To enrol in this Electricity course, all you need is a basic understanding of the English Language and an internet connection. Career path After completing this course, you can explore trendy and in-demand jobs related to Electricity. Electricians (£30,000-£40,000 per year) Technician (£29,000-£38,000 per year) Operational Manager(£29,000-£90,000 per year) Electrical Safety Engineer (£30,000 - £35,000 per year) Portable Appliance Tester (£19,000 - £22,000 per year) Maintenance Staff (£18,000 - £42,000 per year) Certificates Certificate of completion Digital certificate - Included Get a CPD accredited PDF certificate for Free. Certificate of completion Hard copy certificate - £9.99 Get a CPD Accredited Hardcopy Certificate For £9.99. After passing the assessment of this Electricity Basics course, you can get a hard copy certificate for just £9.99. with free shipping inside the UK. The delivery charge for the hardcopy certificate inside the UK is £3.99 and international students need to pay £9.99 to get their hardcopy certificate.

Electricity Basics Course
Delivered Online On Demand3 hours
£12

Introduction to Adobe After Effects Online

By Platform Training

Live online course with study materials and certificate of completion included Adobe After Effects is recognised as an essential tool for motion graphics and visual effects. Our introductory Adobe After Effects course is designed for those new to post-production techniques, and would like to get the most from this immensely powerful application. Whether you are a motion graphics designer, a web designer, rich media artist or broadcast video editor, this course covers all the techniques you need to successfully start using, or significantly improve your command over, Adobe After Effects. Description Completing this course will enable you to do the following and more: Become familiar with the After Effects workspace Create animations using keyframes Understand keyframe interpolation and velocity Work with the graph editor to fine tune animations Work with Solid, Text and Null layers Work with masks, mattes and track mattes Create Compositions Incorporate video with Photoshop and Illustrator. Use video layering with transfer and blending modes Use Motion Tracker and 3D Camera Tracker Apply and animate Effects Use Colour Correction / Glows + Curves Use filters for special effects Render your final project For the full course content please download the course information pdf listed above. Who is this course for? This workshop is suitable for anyone who wishes to learn Adobe Afer Effects from scratch or wants to improve their existing knowledge of the program. Requirements Attendees should have basic PC or Mac skills. You will need a broadband internet connection to participate in this live online course. Certificates Certificate of completion Digital certificate - Included

Introduction to Adobe After Effects Online
Delivered OnlineFlexible Dates
£192

Level 2 Certificate in the Principles of Dementia Care

4.7(47)

By Academy for Health and Fitness

***24 Hour Limited Time Flash Sale*** Level 2 Certificate in the Principles of Dementia Care Admission Gifts FREE PDF & Hard Copy Certificate| PDF Transcripts| FREE Student ID| Assessment| Lifetime Access| Enrolment Letter Are you a professional feeling stuck in your career, struggling to keep up with the ever-changing demands of the industry? Or perhaps you're a beginner, unsure of where to start or how to break into your desired field. Whichever stage you're in, our exclusive Level 2 Certificate in the Principles of Dementia Care Bundle provides unique insights and tools that can help you achieve your goals. Designed to cater to the needs of both seasoned professionals and aspiring newcomers, our Level 2 Certificate in the Principles of Dementia Care bundle is a comprehensive program that will equip you with the essential skills and knowledge you need to succeed. Whether you're looking to advance in your current role or embark on a new career journey, this bundle has everything you need to take your professional life to the next level. But that's not all. When you enrol in the Level 2 Certificate in the Principles of Dementia Care Online Training, you'll receive 30 CPD-Accredited PDF Certificates, Hard Copy Certificates, and our exclusive student ID card, all absolutely free. Courses Are Included In this Level 2 Certificate in the Principles of Dementia Care Career Bundle: Course 01: Level 2 Certificate in the Principles of Dementia Care Course 02: Dementia Awareness Course 03: Mandatory Training For Domiciliary Workers Course 04: Safeguarding Adults Level 1 Course 05: Person-centred Practice in Adult Care Course 06: Senior Adult Care Support Worker Course 07: Level 2 Certificate in Dignity & Safeguarding in Adult Health and Social Care Course 08: Supervision in Adult Care Course 09: Preparing to Work in Adult Social Care Course 10: End-of-Life Care and Support Diploma Course 11: Basic Cardiac (Heart) Care Course Course 12: Basic Life Support Course 13: Ambulance Care Assistant Course 14: Emergency Care Assistant - (First Aid) Course 15: Diploma in Phlebotomy - Level 4 Course 16: Infection Control & Medicine Handling Course 17: Safety & Precautions in Medication Management Course 18: Oxygen First Aid Training - Online Course Course 19: EDI in Adult Care Course 20: Pain Management Course 21: Clinical Governance in Adult Care Course 22: Research in Adult Care Course 23: Diabetes Awareness Training Course 24: Psychology of Anxiety and Stress Course 25: Positive Mental Health Awareness Course 26: Mental Health Nursing Course 27: Compassion Focused Therapy Course 28: Healthcare GDPR Training Course 29: Mandatory Training For Care Assistants & Care Staff Course 30: Risk Management in Adult Care With a Level 2 Certificate in the Principles of Dementia Care, you'll embark on an immersive learning experience that combines interactive lessons with voice-over audio, ensuring that you can learn from anywhere in the world, at your own pace. And with 24/7 tutor support, you'll never feel alone in your journey, whether you're a seasoned professional or a beginner. Don't let this opportunity pass you by. Enrol in the Level 2 Certificate in the Principles of Dementia Care today and take the first step towards achieving your goals and dreams. Why buy this Level 2 Certificate in the Principles of Dementia Care? Free CPD Accredited Certificate upon completion of Level 2 Certificate in the Principles of Dementia Care Get a free student ID card with Level 2 Certificate in the Principles of Dementia Care Lifetime access to the Level 2 Certificate in the Principles of Dementia Care course materials Get instant access to this Level 2 Certificate in the Principles of Dementia Care course Learn Level 2 Certificate in the Principles of Dementia Care from anywhere in the world 24/7 tutor support with the Level 2 Certificate in the Principles of Dementia Care course. Start your learning journey straightaway with our Level 2 Certificate in the Principles of Dementia Care Training! Level 2 Certificate in the Principles of Dementia Care premium bundle consists of 30 precisely chosen courses on a wide range of topics essential for anyone looking to excel in this field. Each segment of the Level 2 Certificate in the Principles of Dementia Care is meticulously designed to maximise learning and engagement, blending interactive content and audio-visual modules for a truly immersive experience. Certification You have to complete the assignment given at the end of the Level 2 Certificate in the Principles of Dementia Care course. After passing the Level 2 Certificate in the Principles of Dementia Care exam You will be entitled to claim a PDF & Hardcopy certificate accredited by CPD Quality standards completely free. CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Level 2 Certificate in the Principles of Dementia Care course is ideal for: Students seeking mastery in Level 2 Certificate in the Principles of Dementia Care Professionals seeking to enhance Level 2 Certificate in the Principles of Dementia Care skills Individuals looking for a Level 2 Certificate in the Principles of Dementia Care-related career. Anyone passionate about Level 2 Certificate in the Principles of Dementia Care Requirements This Level 2 Certificate in the Principles of Dementia Care doesn't require prior experience and is suitable for diverse learners. Career path This Level 2 Certificate in the Principles of Dementia Care bundle will allow you to kickstart or take your career in the related sector to the next stage. Certificates CPD Accredited Digital certificate Digital certificate - Included CPD Accredited Hard copy certificate Hard copy certificate - Included If you are an international student, then you have to pay an additional 10 GBP for each certificate as an international delivery charge.

Level 2 Certificate in the Principles of Dementia Care
Delivered Online On Demand5 days
£149

Level 2 Certificate in Preparing to Work in Adult Social Care - CPD Certified

4.7(47)

By Academy for Health and Fitness

***24 Hour Limited Time Flash Sale*** Level 2 Certificate in Preparing to Work in Adult Social Admission Gifts FREE PDF & Hard Copy Certificate| PDF Transcripts| FREE Student ID| Assessment| Lifetime Access| Enrolment Letter With expanding elderly populations, adult social care roles surge across the UK. The adult social care sector is expected to create over 1.2 million jobs by 2025. Do you want to deliver supportive, empathetic care to those in need? This Level 2 Certificate in Preparing to Work in Adult Social Care bundle equips you with the essential knowledge and skills to kickstart your journey in adult social care. From health and safety fundamentals to end-of-life, dementia and diabetes care, gain complete abilities. Learn to care for unique needs, document diligently, communicate with empathy, safely handle medications and protect vulnerable adults. Apply person-centered methods that encourage dignity and independence. With this Level 2 Certificate in Preparing to Work in Adult Social Care course you will get 25 CPD Accredited PDF Certificates, Hard Copy Certificate of Level 2 Certificate in Preparing to Work in Adult Social Care and our exclusive student ID card absolutely free. Courses Are Included In This Bundle: Course 01: Level 2 Certificate in Preparing to Work in Adult Social Care Course 02: Diploma in Safeguarding Adults at QLS Level 5 Course 03: Safeguarding Vulnerable Adults (SOVA) Level 2 Course 04: Safety & Precautions in Medication Management Course 05: Care Planning and Record-Keeping | Health & Safety Online Course Course 06: Health and Social Care Certificate Course 07: Health and safety in Care Course 08: Person-centered Practice in Adult Care Course 09: End of Life Care Course Course 10: Basic Cardiac (Heart) Care Course Course 11: Diploma in Phlebotomy - Level 4 Course 12: Infection Control Course Course 13: Dementia Care & Management Course 14: Diabetes Awareness Course Course 15: Oxygen First Aid Training - Online Course Course 16: Basic First Aid Course 17: Palliative Care Worker Course 18: Challenging Behaviour Course 19: Positive Mental Health Awareness Course 20: Psychology of Anxiety and Stress Course 21: Nutrition and Hydration Course 22: Personal Hygiene Course Course 23: Risk Assessment in Health & Social Care Course 24: Professional Boundaries in Health & Social Care Course 25: Communication Skills Masterclass Embarking on Level 2 Certificate in Preparing to Work in Adult Social Care is more than just taking an online course; it's an investment in your future. By completing this Level 2 Certificate in Preparing to Work in Adult Social Care bundle, you'll not only gain invaluable skills but also open doors to new career opportunities and advancements, boosting your earning potential. Learning Outcomes of this Bundle Understand the principles and values of person-centered care. Apply safeguarding procedures to protect vulnerable adults. Develop effective communication and interpersonal skills. Safely handle and administer medication in care settings. Gain knowledge of common health conditions and their management. Prepare for diverse care situations, including dementia and end-of-life care. Enrol in Level 2 Certificate in Preparing to Work in Adult Social Care today and take the first step towards achieving your goals and dreams. Why buy this Bundle? Free CPD Accredited Certificate upon completion of this Bundle Get a free student ID card with this Bundle Lifetime access to the course materials Get instant access to these courses Learn from anywhere in the world 24/7 tutor support with the Level 2 Certificate in Preparing to Work in Adult Social Care course. Level 2 Certificate in Preparing to Work in Adult Social Care is an entirely online, interactive lesson with voice-over audio. Start your learning journey straightaway with our Level 2 Certificate in Preparing to Work in Adult Social Care Training! Level 2 Certificate in Preparing to Work in Adult Social Care premium bundle consists of 25 precisely chosen courses on a wide range of topics essential for anyone looking to excel in this field. Each segment of Level 2 Certificate in Preparing to Work in Adult Social Care is meticulously designed to maximise learning and engagement, blending interactive content and audio-visual modules for a truly immersive experience. Certification You have to complete the assignment given at the end of the Level 2 Certificate in Preparing to Work in Adult Social Care course and score a minimum of 60% to pass each exam. Our expert trainers will assess your assignment and give you feedback after you submit the assignment. After passing the Level 2 Certificate in Preparing to Work in Adult Social Care exam You will be entitled to claim a PDF & Hardcopy certificate accredited by CPD Quality standards completely free. CPD 400 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Level 2 Certificate in Preparing to Work in Adult Social Care course is ideal for: Students seeking mastery in Level 2 Certificate in Preparing to Work in Adult Social Care Professionals seeking to enhance Level 2 Certificate in Preparing to Work in Adult Social Care skills Individuals looking for a Level 2 Certificate in Preparing to Work in Adult Social Care-related career. Anyone passionate about Level 2 Certificate in Preparing to Work in Adult Social Care Requirements This Level 2 Certificate in Preparing to Work in Adult Social Care doesn't require prior experience and is suitable for diverse learners. Career path This Level 2 Certificate in Preparing to Work in Adult Social Care bundle will allow you to kickstart or take your career in the related sector to the next stage. Care worker Support worker Home carer Dementia care specialist End-of-life care worker Phlebotomist Certificates CPD Accredited Digital certificate Digital certificate - Included CPD Accredited Hard copy certificate Hard copy certificate - Included Diploma in Safeguarding Adults at QLS Level 5 Hard copy certificate - Included

Level 2 Certificate in Preparing to Work in Adult Social Care - CPD Certified
Delivered Online On Demand5 days
£149

Node.js from Ground Up for Beginners

By Packt

This course will not only teach you the basics of Node.js but also help you to understand how it helps in building efficient server-side and networking applications. You will learn about sessions and find out how to work with the Node.js API, handle different HTTP requests, and use MongoDB with Node.js.

Node.js from Ground Up for Beginners
Delivered Online On Demand2 hours 51 minutes
£29.99

Regardless of your computer experience, this class will help you become more aware of technology-related risks and what you can do to protect yourself and your organization from them.

Cyber Safe
Delivered in Loughborough or UK Wide or OnlineFlexible Dates
£30