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

21683 Basic courses

Video Compositing with Adobe After Effects CC

4.8(34)

By Stills

Adobe After Effects CC is the industry leader in video compositing software, offering an exciting and versatile array of applications for the creation of professional moving image work. On this course you will learn a range of visual effects and animation techniques, working between Photoshop and After Effects to create videos which explore text based motion graphics, character animation, green-screen compositing, 3D landscapes, motion tracking and lots more in-between. Alongside technical exercises the tutor will screen and discuss relevant artists, designers and filmmakers, providing both the technical skills and inspiration to create your own professional motion graphics work, filmic special effects or experimental artists video. Computer experience is required. Week 1 This week we will create a short video that combines text, still image and video layers. Through this exercise you will learn how to: Navigate the workspace on After Effects Set up a project and select a video format Introduce video to the timeline and split layers Change the position and scale of layers Introduce basic text Use selections in Photoshop to create a still image composition Import this composition into After Effects to create a composite video. Week 2 This week we will look at basic animation techniques. Through a series of exercises, you will learn how to: Use Photoshop to great multi-layered elements for animation Import these Photoshop elements into After Effects Work with key-frames and interpolation Add motion blur Duplicate and pre-compose animated elements Create a parallax effect to give the illusion of depth Apply blending modes Work with the puppet tool to create moving joints for an animated character Week 3 This week we will look at converting 2D photographs into a 3D virtual space to provide depth and movement. Through a series of exercises, you will learn how to: Convert a 2D image into a 3D space Set up a multi-layered diorama in Photoshop Import this into After Effects and position the layers within 3D space Create an animated camera move through 3D space Apply depth of field Week 4 This week we will look at working with green-screen compositing to place a live action figure within an animated backdrop. Through a series of exercises, you will learn how to: Work with the Keylight filter Adjust colour balance and tone Composite the figure against an animated background Introduce shadows and highlights Use the green-screen figure to create a silhouette Week 5 This week we will look at applying masks to footage to create cutouts, as well as exploring different applications for effects. Through a series of exercises, you will learn how to: Work with masks Use the Roto-mask tool Apply time re-mapping Work with ‘Particle Playground’ and similar effects Week 6 This week we will look at working with the paint panel to create animated drawings, as well as using motion tracking to attach a text element to a moving point within a video clip. Finally, we will cover how to output your final project, adding sound effects and applying a basic edit. Through a series of exercises, you will learn how to: Create text based motion graphics (kinetic typography) Apply motion tracking to live action footage Render your project Add sound to your video   Courses are subject to minimum enrolment. Please register early, within five days of the start date, to reduce the likelihood of course cancellation. Please read our cancellation policy before booking. Students, anyone over the age of 65, and those in receipt of any form of benefits can claim the concessionary price, offering a 10% discount on the full course price. Valid proof of eligibility must be produced on the first day of the course. Please use the code CONCESSION when prompted at checkout.

Video Compositing with Adobe After Effects CC
Delivered In-PersonJoin Waitlist
£249

Basic Cardiac Care Mini Bundle

By Compete High

The Basic Cardiac Care Mini Bundle is tailored for job seekers looking to build credibility in frontline care, emergency response, or cardiac-focused health support roles. It features the exact skills employers look for—Healthcare, Heart Health and Nutrition, Ambulance and Emergency Care, Telephone Etiquette, and First Aid. Hiring managers in clinics, ambulance services, and community care organisations are constantly on the lookout for candidates who are ready to respond, act, and communicate clearly under pressure. This bundle gives you all five of those checkboxes in one go. Description Healthcare is the cornerstone of this bundle, opening doors in hospitals, care homes, clinics, and public health programs. When paired with Heart Health and Nutrition, it positions you for roles focused on cardiac wellbeing, preventive care, and patient education. Ambulance and Emergency Care add the urgency, showing that you’re equipped to handle high-pressure environments with composure. Whether you're applying for healthcare assistant roles, paramedical support jobs, or hospital-based admin positions, this course combination adds weight to your CV. Telephone Etiquette might seem simple—but in emergencies or healthcare triage, it’s often the first and most critical line of communication. And First Aid? That’s a must-have across every industry—especially when cardiac care is on the line. Together, Healthcare, Heart Health and Nutrition, Ambulance and Emergency Care, Telephone Etiquette, and First Aid make you a clear contender for essential health-sector roles. FAQ Q: Is this bundle relevant to cardiac support or health assistant jobs? A: Yes. Healthcare, Heart Health and Nutrition, and First Aid are core to those roles. Q: Why include Telephone Etiquette? A: Clear communication is vital in emergency and healthcare settings. Q: Can this help with ambulance or triage-related roles? A: Absolutely. Ambulance and Emergency Care is tailored for that exact path. Q: Is this beginner-friendly? A: Yes. It’s designed to make you job-ready, even without prior training. Q: Will I be more employable with this bundle? A: Yes. You’ll have five in-demand qualifications in healthcare support fields. Q: Why choose the full bundle? A: For maximum value and job-readiness. You get comprehensive healthcare appeal in one offer.

Basic Cardiac Care Mini Bundle
Delivered Online On Demand11 hours
£19.99

SQL Querying Fundamentals - Part 1

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for Individuals with basic computer skills, familiar with concepts related to database structure and terminology, and who want to use SQL to query databases. Overview Upon successful completion of this course, students will be able to: - connect to the SQL Server database and execute a simple query. - include a search condition in a simple query. - use various functions to perform calculations on data. - organize data obtained from a query before it is displayed on-screen. - retrieve data from tables. - format an output, save a result, and generate a report. In this course, students will compose SQL queries to retrieve desired information from a database. 1 - Executing a Simple Query Connect to the SQL Database Query a Database Save a Query Modify a Query Execute a Saved Query 2 - Performing a Conditional Search Search Using a Simple Condition Compare Column Values Search Using Multiple Conditions Search for a Range of Values and Null Values Retrieve Data Based on Patterns 3 - Working with Functions Perform Date Calculations Calculate Data Using Aggregate Functions Manipulate String Values 4 - Organizing Data Sort Data Rank Data Group Data Filter Grouped Data Summarize Grouped Data Use PIVOT and UNPIVOT Operators 5 - Retrieving Data from Tables Combine Results of Two Queries Compare the Results of Two Queries Retrieve Data by Joining Tables Check for Unmatched Records Retrieve Information from a Single Table Using Joins 6 - Presenting Query Results Save the Query Result Generate an XML Report

SQL Querying Fundamentals - Part 1
Delivered OnlineFlexible Dates
£495

SQL Querying Fundamentals - Part 2

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for Students should have basic computer skills, SQL skills, and be familiar with concepts related to database structure and terminology. Overview Upon successful completion of this course, students will be able to: - Use subqueries to generate query output. - Manipulate table data by inserting, updating, and deleting records in a table. - Manipulate the table structure. - Create views, manipulate data through views, modify the view structure, and drop views. - Create indices on table columns and drop inefficient indices. - Mark the beginning of a transaction, create a savepoint within a transaction, rollback a transaction, and commit a transaction. In this course, students will work with advanced queries to manipulate and index tables. Students will also create transactions so that you can choose to save or cancel data entry process. Prerequisites SQL Querying Fundamentals - Part 1 1 - Using Subqueries to Perform Advanced Querying Search Based on Unknown Values Compare a Value with Unknown Values Search Based on the Existence of Records Generate Output Using Correlated Subqueries Filter Grouped Data Within Subqueries Perform Multiple-Level Subqueries 2 - Manipulating Table Data Insert Data Modify and Delete Data 3 - Manipulating the Table Structure Create a Simple Table Create a Table with Constraints Add or Drop Table Columns Add or Drop Constraints Modify the Column Definition Back Up Tables Delete Tables 4 - Working with Views Create a View Manipulate Data in Views Create Aliases Modify and Drop Views 5 - Indexing Data Create Indices Drop Indices 6 - Managing Transactions Create Transactions Commit Transactions

SQL Querying Fundamentals - Part 2
Delivered OnlineFlexible Dates
£495

Beginner Green Wood Sculpture Workshop - One to One - 3 Hours

4.3(7)

By Rachel Ellen

You are about to unleash your inner sculptor on a new level! Our workshop is designed for beginners looking to learn the basics, including harvesting materials, shaping and joining wood, and completing a variety of structures. The wood we use is sourced from sustainably managed forests in Europe and Asia. We believe that knowing where your materials come from is important—that's why we make sure our wood comes from responsibly managed forests (the best kind). We know you'll love getting creative and making something beautiful out of nature's gifts!

Beginner Green Wood Sculpture Workshop - One to One - 3 Hours
Delivered In-PersonFlexible Dates
£136

Basics of Reproduction and Flowering Plants - QLS Endorsed Certificate

By Imperial Academy

Level 2 & 3 Endorsed Training | QLS Hard Copy Certificate Included | Plus 5 CPD Courses | Lifetime Access

Basics of Reproduction and Flowering Plants - QLS Endorsed Certificate
Delivered Online On Demand
£300

Physics Phenomena Package: A Comprehensive Exploration

4.5(3)

By Studyhub UK

Embark on an exhilarating journey into the captivating realm of Physics Phenomena with our comprehensive course package. Delve into the latest developments in the UK's scientific landscape, where breakthroughs in Basic Electricity, Ohm's Law, and Circuit Analysis are reshaping the way we understand and harness energy. This package covers everything from Particle Physics to the mysteries of the cosmos explored in Astronomy and the Big Bang Theory. Immerse yourself in the intricacies of Electrical circuit laws and Methods and grasp the fundamentals of Engineering Mechanics. Uncover the secrets of renewable energy and explore the dynamics of electrical power systems and high-voltage engineering. With modules spanning from Supercharger Automobile Engineering to Aerospace Engineering, this course package is your key to unlocking the secrets of the universe. This Physics Phenomena Package Consists of the following Premium courses: Course 01: Basic Electricity, Ohm's Law and Circuit Analysis Diploma Course 02: Particle Physics Course 03: Astronomy and the Big Bang Theory Course 04: Electrical Circuits Laws and Methods Course 05: Engineering Mechanics Course for Beginners Course 06: Renewable Energy Course 07: Electrical Engineering With Electric Circuits Course 08: Energy Engineering Certificate and Sustainable Energy Level 3 Course 09: Electrical Power System and High Voltage Engineering Course 10: Supercharger Automobile Engineering Course 11: Electrical Training Certificate, Fire Safety Measures and Legislation Course 12: Sustainable Energy Course 13: Flight Mechanics: Aircraft Certification Course 14: Electrical 3 Phase Power Transformers Fundamentals Course 15: Aerospace Engineering Course 16: Training Diploma in Electric and Hybrid Vehicles Engineering Course 17: Electricity - Theory and Safety Training Course 18: Digital Electric Circuits & Intelligent Electrical Devices Course 19: MATLAB Simulink for Electrical Power Engineering Course 20: Short Circuit Analysis for HV Three Phase Systems 10 Extraordinary Career Oriented courses that will assist you in reimagining your thriving techniques- Course 01: Effective Communication Skills Diploma Course 02: Business Networking Skills Course 03: Influencing and Negotiation Skills Course 04: Delegation Skills Training Course 05: Time Management Course 06: Leadership Skills Training Course 07: Decision Making and Critical Thinking Online Course Course 08: Emotional Intelligence and Social Management Diploma Course 09: Assertiveness Skills Course 10: Touch Typing Complete Training Diploma Learning Outcomes: Upon completion of this Diploma in Geotechnical Engineering - CPD Certified bundle, you should be able to: Master Basic Electricity and Circuit Analysis for practical applications. Explore Particle Physics and its implications in modern technology. Comprehend the intricacies of Astronomy, including the Big Bang Theory. Acquire proficiency in Electrical circuit laws and diverse methodologies. Demonstrate expertise in Renewable Energy and its sustainable applications. Gain a comprehensive understanding of Electrical Power Systems and High Voltage Engineering. In this dynamic learning experience, discover the intersection of theory and application, from short circuit analysis for HV three-phase systems to the intricate world of Digital Electric Circuits and Intelligent Electrical Devices. Harness the power of MATLAB Simulink for Electrical Power Engineering and gain expertise in Flight Mechanics for Aircraft Certification. Elevate your skills in Electric and Hybrid Vehicles Engineering and master the essentials of Fire Safety Measures and Legislation in Electrical Training. Join us on a transformative educational journey where knowledge meets innovation and expertise meets possibility. CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Enthusiasts seeking in-depth knowledge of Physics Phenomena. Professionals desiring to expand their expertise in Electrical Engineering. Individuals eager to explore diverse fields like Aerospace and Automotive Engineering. Please Note: Studyhub is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. Requirements To participate in this Physics Phenomena Package course, all you need is - A smart device A secure internet connection And a keen interest in Physics Phenomena Package Career path Aerospace Engineer: •50,000 - •70,000 Electrical Design Engineer: •35,000 - •50,000 Energy Consultant: •30,000 - •45,000 Renewable Energy Engineer: •40,000 - •60,000 Power Systems Engineer: •45,000 - •65,000 Particle Physicist: •40,000 - •60,000 Certificates CPD Accredited Certificate Digital certificate - Included CPD Accredited e-Certificate - Free CPD Accredited Hardcopy Certificate - Free Enrolment Letter - Free Student ID Card - Free

Physics Phenomena Package: A Comprehensive Exploration
Delivered Online On Demand7 days
£289

Green Hydrogen Finance Simulation from Investment to Monetization – Virtual Instructor Led Training (VILT)

By EnergyEdge - Training for a Sustainable Energy Future

Discover the future of green hydrogen finance with EnergyEdge. Join our virtual training to explore investment strategies and monetization opportunities.

Green Hydrogen Finance Simulation from Investment to Monetization – Virtual Instructor Led Training (VILT)
Delivered In-PersonFlexible Dates
£1,599 to £1,699

3ds Max and Unity 3D Game Designing Training Course

By ATL Autocad Training London

Who is this course for? The "3ds Max and Unity 3D Game Designing Training Course" is ideal for aspiring game designers, developers, graphic designers, students, and creative professionals. It's tailored for individuals keen on mastering 3D modeling, animation, and interactive game development using industry-standard software like 3ds Max and Unity 3D. Click here for more info: Website Scheduling: Available from Monday to Saturday, 9 a.m. to 7 p.m. Choose in-person or live online sessions over Zoom. Duration: 40 hours. Module 1: Introduction to 3ds Max (8 hours) Overview of 3ds Max interface and tools Basic 3D modeling techniques: primitives, Editable Poly, modifiers Material creation and application Introduction to lighting and rendering concepts Module 2: Advanced 3ds Max Techniques (8 hours) Advanced modeling: Splines, Loft, Extrude, and ProBoolean Animation basics: Keyframes, paths, and controllers Particle systems and dynamics Introduction to character rigging and animation Module 3: Introduction to Unity 3D (8 hours) Unity interface and project setup Importing 3D assets from 3ds Max Physics and colliders in Unity Basic scripting and interactions Module 4: Advanced Unity 3D Features (8 hours) Unity scripting: C# fundamentals Advanced physics and particle systems User interface design and implementation Integrating audio and visual effects Module 5: Game Design and Optimization (8 hours) Game design principles and mechanics Level design and interactive gameplay elements Optimizing game performance: LOD, batching, and asset optimization User testing and feedback incorporation Final Project (4 hours) Collaborative game development project using 3ds Max and Unity 3D Implementation of learned skills in a real-world scenario Presentation and feedback session Note: The course outline is designed to provide a comprehensive understanding of both 3ds Max and Unity 3D, covering fundamental and advanced topics. The final project aims to apply the acquired skills in a practical context, fostering creativity and collaboration among participants. Unity - Real-time 3D https://www.unity.com/. 3ds Max Trial  https://www.autodesk.co.uk › products › free-trial Upon completion of the 40-hour 3ds Max and Unity 3D Game Design Masterclass, students will: Master 3D Modeling: Acquire proficient skills in creating detailed 3D models, understanding various techniques, and utilizing advanced tools in 3ds Max. Expertise in Animation: Gain expertise in animating characters and objects, employing keyframes, paths, and controllers for realistic motion. Material Creation and Texturing: Understand material creation, application, and advanced texturing techniques for creating visually appealing game assets. Unity Game Development: Learn Unity's interface, project setup, and scripting fundamentals to create interactive games. Physics and Interactivity: Explore physics systems, colliders, and interactive elements, enhancing gameplay experiences. Advanced Scripting: Develop proficiency in C# scripting, enabling the implementation of complex game mechanics and interactions. Optimization Techniques: Understand techniques to optimize game assets, improving performance and ensuring smooth gameplay. Game Design Principles: Grasp essential game design principles, including level design, user experience, and gameplay mechanics. Real-World Application: Apply learned skills in a collaborative final project, integrating 3D models, animations, scripting, and game design principles. Presentation Skills: Develop the ability to present and explain game concepts, designs, and mechanics effectively. Troubleshooting and Debugging: Gain skills in identifying and resolving common issues and errors in both 3ds Max and Unity 3D projects. Team Collaboration: Enhance teamwork and collaboration skills through the final project, working effectively with peers in a creative environment. Upon completing the course, students will have a well-rounded skill set in 3D modeling, animation, game design, and Unity development, making them proficient candidates for roles in game development studios, animation companies, or freelance projects. 3ds Max and Unity 3D Game Designing Training Course: Skills & Careers! Skills Acquired: Advanced 3D Modeling Texturing and Animation Unity 3D Game Development Lighting and Rendering Interactive UI/UX Design Career Opportunities: Game Developer 3D Modeler Texture Artist Game Tester UI/UX Designer Embrace Personalized Learning. Why Us? Discover the Benefits: One-on-One Training: Experience tailored coaching from practicing architects and designers, either face-to-face at (SW96DE) or in live online sessions. Available Monday to Saturday, 9 am to 7 pm. Customized Tutorials: Take home exclusive video tutorials crafted to enhance your learning journey. Comprehensive Resources: Access a digital reference book for thorough revision, ensuring a deep understanding of every concept. Free Ongoing Support: Enjoy continuous post-course assistance via phone or email, ensuring your success even after class completion. Flexible Syllabus: We adapt syllabus and projects to your needs, ensuring focused learning on what matters most to you. Official Certificate: Certificate upon course completion. Why Choose Us? Individualized Support: Our courses, ranging from 10 to 120 hours, offer unwavering assistance at every stage. With personalized homework assignments and free after-course support, we guide you toward mastering software with unparalleled expertise. Personal Attention, No Crowded Classrooms: Experience the intimacy of one-on-one learning. Bid farewell to crowded classrooms, ensuring you receive the undivided attention you deserve in a confident and comfortable environment. Financial Flexibility: Embarking on your educational journey shouldn't strain your finances. Diverse payment plans tailored to your needs. Explore available options and embark on your learning adventure today. Expert Instructors, Real-world Experience: Our instructors, chosen for their industry expertise and passion for teaching, are dedicated to imparting invaluable skills to eager learners.

3ds Max and Unity 3D Game Designing Training Course
Delivered OnlineFlexible Dates
£1,440

Effecting Business Process Improvement - The Proactive Business Analyst: On-Demand

By IIL Europe Ltd

Effecting Business Process Improvement - The Proactive Business Analyst: On-Demand Business analysts facilitate the solution of business problems. The solutions are put into practice as changes to the way people perform in their organizations and the tools they use. The business analyst is a change agent who must understand the basic principles of quality management. This course covers the key role that business analysts play in organizational change management. What You Will Learn You will learn how to: Define and document a business process Work with various business modeling techniques Perform an enterprise analysis in preparation for determining requirements Analyze business processes to discern problems Foundation Concepts Overview of business analysis and process improvement Defining the business process Introducing the proactive business analyst Focusing on business process improvement for business analysts Launching a Successful Business Process Improvement Project Overview of the launch phase Understanding and creating organizational strategy Selecting the target process Aligning the business process improvement project's goals and objectives with organizational strategy Defining the Current Process Overview of current process phase Documenting the business process Business modeling options: work-flow models Business modeling options: Unified Modeling Language (UML) model adaptations for business processes Analyzing the Current Process Process analysis overview Evaluation: establishing the control group Opportunity techniques: multi-discipline problem-solving Opportunity techniques: matrices Building and Sustaining a Recommended Process Overview of the recommended process and beyond Impact analysis Recommended process Transition to the business case Return to proactive state

Effecting Business Process Improvement - The Proactive Business Analyst: On-Demand
Delivered Online On Demand30 minutes
£850