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

3581 Operations courses in Reigate delivered On Demand

Start Your Career as Web Developer - Complete Training

4.5(3)

By Studyhub UK

Embarking on a journey into the digital realm? Dive deep into the vast ocean of web development with our course: 'Start Your Career as Web Developer - Complete Training'. This comprehensive programme unfolds the mysteries of HTML, revealing its foundational to advanced layers. As you delve further, JavaScript beckons, introducing you to its core elements, from basic operations to error handling. But that's not all. PHP emerges on the horizon, offering an exploration from rudimentary concepts to intricate object-oriented programming and real-world applications. Equip yourself with the essence of web development and illuminate the pathways of the digital world. Learning Outcomes Grasp the foundational to advanced principles of HTML. Understand and apply JavaScript concepts from introductory to advanced error handling techniques. Master PHP from its fundamental aspects to advanced object-oriented programming and database integration. Develop and implement web applications integrating PHP with MySQL. Implement client-side and server-side validations using JavaScript and PHP. Why choose this Start Your Career as Web Developer - Complete Training? 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 Start Your Career as Web Developer - Complete Training 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 Start Your Career as Web Developer - Complete Training for? Aspiring web developers seeking a structured pathway into the field. Current web designers looking to expand their skills into development. IT students aiming to bolster their academic understanding with applied knowledge. Entrepreneurs aiming to manage or understand their website's backend. Tech enthusiasts with a curiosity about the workings of web development. Career path Web Developer: £28,000 - £50,000 Front-End Developer: £30,000 - £50,000 Back-End Developer: £35,000 - £55,000 Full Stack Developer: £40,000 - £60,000 PHP Developer: £30,000 - £52,000 JavaScript Developer: £35,000 - £57,000 Prerequisites This Start Your Career as Web Developer - Complete Training does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Start Your Career as Web Developer - Complete 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. 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. Course Curriculum Introduction Introduction 00:03:00 How to Get Course requirements 00:02:00 Getting Started on Windows, Linux or Mac 00:02:00 How to ask Great Questions 00:01:00 FAQ's 00:01:00 HTML Introduction HTML 00:05:00 Choosing Code Editor 00:06:00 Installing Code Editor (Sublime Text) 00:04:00 Overview of a Webpage 00:05:00 Structure of a Full HTML Webpage 00:07:00 First Hello World! Webpage 00:09:00 HTML Basic Heading tags 00:09:00 Paragraph 00:08:00 Formatting Text 00:12:00 List Items Unordered 00:05:00 List Items Ordered 00:04:00 Classes 00:09:00 IDs 00:06:00 Comments 00:04:00 HTML Intermediate Images 00:12:00 Forms 00:05:00 Marquee 00:06:00 Text area 00:06:00 Tables 00:06:00 Links 00:07:00 Navbar - Menu 00:04:00 HTML Entities 00:05:00 Div tag 00:06:00 Google Maps 00:07:00 HTML Advanced HTML Audio 00:07:00 HTML Video 00:05:00 Canvas 00:06:00 Iframes 00:05:00 Input Types 00:04:00 Input Attributes 00:06:00 Registration Form 00:04:00 Contact Us Form 00:10:00 Coding Exercise 00:01:00 Solution for Coding Exercise 00:02:00 JavaScript Introduction What is JavaScript 00:09:00 Hello World Program 00:14:00 Getting Output 00:11:00 Internal JavaScript 00:13:00 External JavaScript 00:09:00 Inline JavaScript 00:04:00 Async and defer 00:06:00 JavaScript Basics Variables 00:13:00 Data Types 00:10:00 Numbers 00:06:00 Strings 00:07:00 String Formatting 00:05:00 JavaScript Operators Arithmetic operators 00:07:00 Assignment operators 00:03:00 Comparison operators 00:06:00 Logical operators 00:08:00 JavaScript Conditional Statements If-else statement 00:05:00 If-else-if statemen 00:04:00 JavaScript Control Flow Statements While loop 00:09:00 Do-while loop 00:03:00 For loop 00:08:00 Coding Exercise 00:02:00 Solution for Coding Exercise 00:02:00 JavaScript Functions Creating a Function 00:07:00 Function Call() 00:07:00 Function with parameters 00:05:00 JavaScript Error Handling Try-catch 00:05:00 Try-catch-finally 00:17:00 JavaScript Client-Side Validations On Submit Validation 00:09:00 Input Numeric Validation 00:12:00 PHP Introduction What is PHP 00:08:00 Installing XAMPP for PHP, MySQL and Apache 00:12:00 Installing Code Editor(Visual Studio Code) 00:07:00 Creating PHP Project on XAMPP 00:03:00 Hello World Program 00:06:00 PHP Basic Variables 00:16:00 Echo and Print 00:08:00 Data Types 00:11:00 Numbers 00:06:00 Boolean 00:04:00 Arrays 00:06:00 Multi-Dimensional Array 00:07:00 Sorting Arrays 00:04:00 Constants 00:05:00 PHP Strings Strings 00:04:00 String Formatting 00:05:00 String Methods 00:08:00 Coding Exercise 00:01:00 Solution for Coding Exercise 00:01:00 PHP Operators Arithmetic operators 00:03:00 Assignment operators 00:02:00 Comparison operators 00:05:00 Increment - decrement operators 00:03:00 Logical operators 00:06:00 Ternary operator 00:03:00 PHP Decision-making System If statement 00:05:00 If-else statement 00:02:00 If-else-if-else statement 00:03:00 Switch-case statement 00:05:00 PHP Control flow statements Flow Chart 00:06:00 While loop 00:09:00 Do-while loop 00:04:00 For loop 00:15:00 Foreach loop 00:04:00 Coding Exercise 00:01:00 Solution for Coding Exercise 00:01:00 PHP Functions Creating a Function 00:08:00 Function with Arguments 00:08:00 Default Argument 00:03:00 Function return values 00:06:00 Call-by-value 00:02:00 Call-by-reference 00:03:00 PHP Super globals $_POST Method 00:06:00 $_GET Method 00:02:00 PHP Advanced Form Handling 00:08:00 Date and Time 00:08:00 Include 00:06:00 Require 00:02:00 Sessions 00:08:00 File Reading 00:02:00 File Upload 00:06:00 PHP Object-oriented programming[OOPs] What is OOP 00:03:00 Class and Objects 00:11:00 Constructor 00:04:00 Destructor 00:03:00 Access Modifiers 00:10:00 Inheritance 00:12:00 Method overriding 00:06:00 Abstract Class 00:03:00 Interface 00:08:00 PHP - MySQL Application [CRUD] MySQL Basic PhpMyAdmin 00:04:00 Creating Database and Table 00:07:00 Database Connection 00:05:00 PHP Form Create records 00:16:00 PHP Form Reading records 00:11:00 PHP Form Update Data 00:15:00 PHP Form Delete record 00:04:00 PHP Real-world code forms Registration Form 00:04:00 MD5 Algorithm for Encrypting 00:03:00 Sha Algorithm 00:02:00 Login Form 00:12:00 PHP Validations On Submit Validation 00:09:00 Input Numeric Validation 00:12:00 Login Form Validation 00:05:00 Form Server-side all Data Validation 00:06:00 Form Server-side Validation 00:06:00 PHP Error handling Try-throw-catch 00:06:00 Try-throw-catch-finally 00:02:00

Start Your Career as Web Developer - Complete Training
Delivered Online On Demand15 hours 8 minutes
£10.99

Close Protection - CPD Accredited Course

5.0(2)

By Training Express

Step into the discreet, high-stakes world of close protection with this CPD Accredited course designed for those serious about understanding personal security operations. Whether you're navigating the roles within a protection team or decoding threat assessments, this course delivers a focused, professional insight into the structured processes behind effective close protection. Each module is methodically arranged to shed light on team dynamics, planning, route strategy, and legal considerations — without any unnecessary drama or vague promises. From vehicle drills to legislative frameworks, this course stays firmly on target. It's tailored for learners who prefer clear, intelligent content over inflated jargon. You'll explore how protection services are planned, what threat analysis involves, and why reconnaissance isn't just for spy films. And yes, all of this without needing to leap into a black SUV. This is online learning designed with a sharp suit and an even sharper sense of purpose. If you appreciate structure, precision, and a bit of dry wit along the way — you're in the right place. Still not convinced? Take a glimpse of the key benefits you'll get with - Lessons prepared in collaboration with Professionals User-friendly Learner Management System (LMS) Syllabus designed in line with the standards of the UK Education System Updated Study Materials focusing both on Knowledge and Skill based training Guidance to expand in 'a' territory and move forward with Skills and Capability Mentor profession Free Assessment to test learners' knowledge and skills Course Curriculum: Module 01: Introduction to Close Protection Module 02: The Close Protection Team Module 03: The Planning Module 04: Threat Assessment Module 05: Vehicle Drills: Embus and Debus Module 06: Route Selection and Reconnaissance Module 07: Legislation Regarding Close Protection Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing the Close Protection - CPD Accredited course. For each test, the pass mark will be set to 60%. Accredited Certificate After successfully completing this Close Protection - CPD Accredited course, you will qualify for the CPD Quality Standards (CPD QS) certified certificate from Training Express. CPD 10 CPD hours / points Accredited by The CPD Quality Standards (CPD QS) Who is this course for? The Close Protection - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Close Protection - CPD Accredited training.

Close Protection - CPD Accredited Course
Delivered Online On Demand1 hour
£23

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly.

By Packt

Master the art of architectural drawing with this compact course. From floor plans to furniture placement, hatching to text insertion, learn essential skills for creating professional architectural drawings. Suitable for aspiring architects, designers, and drafters, this course empowers you to create stunning architectural designs with confidence and precision.

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly.
Delivered Online On Demand4 hours 34 minutes
£48.99

Management of Accounts Receivable Course

5.0(2)

By Training Express

Managing accounts receivable isn't just about chasing invoices—it’s about mastering the flow of cash with the finesse of a financial conductor. This course takes you through the art and strategy behind credit control, client invoicing, and debt recovery without ever sounding like a textbook. Whether you’re polishing up your knowledge or stepping into the finance game with a keen eye, we’ve built this for the sharp-minded professional who knows every penny delayed is more than just a minor inconvenience. Expect a clear, structured approach to understanding how receivables shape business health and how to keep them in check. Learn how to minimise overdue payments, improve cash flow forecasting, and create smoother client transactions—without feeling like you’re lost in spreadsheets. If you're after savvy financial control without the fluff, this course is your ledger-friendly companion. 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 01 : Introduction to Accounts Receivable Management Module 02 : Credit Policies and Procedures Module 03 : Billing and Invoicing Module 04 : Receivables Collection Strategies Module 05 : Cash Application and Reconciliation Module 06 : Accounts Receivable Technologies and Trends Learning Outcomes: Analyse and implement efficient credit policies. Streamline billing and invoicing procedures. Develop effective receivables collection strategies. Master the art of cash application and reconciliation. Stay updated with the latest Accounts Receivable technologies and trends. Enhance your financial management skills for a competitive edge. 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. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Finance professionals Business owners and managers Accountants Financial analysts Administrative professionals Anyone interested in financial management Graduates seeking to enhance their financial knowledge Those looking to advance their career in finance Career path Credit Manager Financial Analyst Accounts Receivable Specialist Finance Manager Business Owner Accounting Clerk 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.

Management of Accounts Receivable Course
Delivered Online On Demand1 hour
£12

ChatGPT and Prompt Engineering With Advanced Data Analysis

By Packt

Explore ChatGPT, a cutting-edge world of AI content creation, with our comprehensive course. This meticulously curated program unravels the technology behind ChatGPT to practical applications in machine learning, social media, data analysis, and image generation. This course unveils new facets of AI to navigate this evolving landscape with prowess.

ChatGPT and Prompt Engineering With Advanced Data Analysis
Delivered Online On Demand4 hours 29 minutes
£41.99

Microbiology Lab Technician Diploma

5.0(1)

By Course Gate

Unlock your career potential with the Microbiology Lab Technician Diploma. This comprehensive online course covers essential topics, including microbial diversity, laboratory safety, and clinical practices. Gain practical skills and theoretical knowledge to thrive in medical laboratory services. Enrol now to become a qualified microbiology lab technician!

Microbiology Lab Technician Diploma
Delivered Online On Demand5 hours 20 minutes
£11.99

Lab Technician

5.0(1)

By Course Gate

Become a skilled Lab Technician with our Lab Technician Online Course. Master essential skills, laboratory techniques, and equipment operation to excel in medical lab services. Enrol now for hands-on training and earn a globally recognised CPD certificate!

Lab Technician
Delivered Online On Demand7 hours 6 minutes
£11.99

Close protection & Security Management Course

5.0(2)

By Training Express

Ever wondered who watches over VIPs or keeps high-risk zones secure behind the scenes? This Close Protection & Security Management Course dives into the techniques and strategies used to maintain order, manage threats, and coordinate safety in complex environments. It doesn’t involve movie-style action or dramatic chase scenes—but it does equip learners with knowledge in risk assessment, security planning, surveillance, and incident response, all delivered online with zero need to show up in a black suit and earpiece. Whether you're looking to sharpen your understanding of close protection operations or want to explore how modern security teams plan for emergencies, this course brings you a structured, easy-to-follow learning path. From handling threat intelligence to managing large-scale security operations, it blends straightforward theory with up-to-date insights into the industry. If the idea of structure, discretion, and safety appeals more than drama and stunts, then you’re in the right place—no sunglasses at night required. Key Features of this Course : Instant e-certificate and hard copy dispatch by next working day Fully online, interactive course with audio voiceover Developed by professionals in the field Self-paced learning and laptop, tablet, smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases *** Additional Gifts *** Free Life coaching Course *** (Offer Ends Soon) *** Course Curriculum of Close Protection The detailed curriculum outline of our course is as follows: Module 01: Introduction to Close Protection Module 02: The Close Protection Team Module 03: The Planning Module 04: Threat Assessment Module 05: Vehicle Drills: Embus and Debus Module 06: Route Selection and Reconnaissance Module 07: Legislation Regarding Close Protection Course Curriculum of Risk and Security Management The detailed curriculum outline of our course is as follows: Module 01: Introduction to Risk Management Module 02: Risk and Types of Risk Module 03: Risk Management Process Module 04: Organisational Security Management Module 05: Security Risk Analysis and Risk Reduction Module 06: Physical and Information Security Protection Module 07: Cyber Security and Fraud Prevention Module 08: Security Investigations and Threat Awareness Module 09: Laws and Regulations Life Coaching Module 01: Life Coaching: The Purpose and Fundamentals Module 02: Develop Your Self-Awareness Module 03: The Development of Core Beliefs and Managing Fears Module 04: Life Coaching Types and Key Attributes of a Life Coach Module 05: Understanding Emotional Intelligence Module 06: Body Language and Communication Techniques Module 07: A Structure for Client Work and Goal Setting Module 08: Basic Principles for Business Development and Growth Module 09: The Ethical Coach: Protect Yourself and Your Clients Learning Outcomes: Understand principles of close protection and risk management. Analyze threats and devise strategic security plans effectively. Demonstrate proficiency in physical and cyber security measures. Comprehend relevant legislation and regulatory frameworks. Apply organisational security management strategies adeptly. Conduct security investigations and maintain threat awareness. Accreditation All of our courses, including this course, are fully 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 course, you will immediately be sent a digital certificate. Also, you can have your printed certificate delivered by post (shipping cost £3.99). Our certifications have no expiry dates, although we do recommend that you renew them every 12 months. Assessment At the end of the course, there will be an online assessment, which you will need to pass to complete the course. Answers are marked instantly and automatically, allowing you to know straight away whether you have passed. If you haven't, there's no limit on the number of times you can take the final exam. All this is included in the one-time fee you paid for the course itself. CPD 20 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone with a knack for learning new skills can take this course. While this comprehensive training is popular for preparing people for job opportunities in the relevant fields, it also helps to advance your career for promotions. Individuals aspiring to work in security management roles. Security professionals seeking to enhance their skills. Law enforcement personnel transitioning to private security. Graduates looking to enter the security industry. Career changers interested in high-stakes security roles. Career path Security Manager - £30K to 50K/year. Risk Analyst - £25K to 45K/year. Close Protection Officer - £25K to 40K/year. Cyber Security Specialist - £35K to 60K/year. Security Consultant - £35K to 70K/year. Certificates Certificate of completion Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Certificate of completion 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.

Close protection & Security Management Course
Delivered Online On Demand1 hour
£15

Toolbox Talk - Safe Loading & Unloading

5.0(27)

By PETM

Keep your drivers informed, compliant, and confident behind the wheel. Toolbox Talks are designed to improve driver knowledge, reduce risks, and support ongoing transport compliance. Each course tackles real-world challenges with clear, practical guidance drivers can apply immediately. 📲 24/7 online access for 3 months – start anytime, on any device!

Toolbox Talk - Safe Loading & Unloading
Delivered Online On Demand45 minutes
£19

Lean Process and Six Sigma Masterclass

4.3(43)

By John Academy

Course Overview Develop the skills and expertise of Lean process and Six Sigma to set up a plier for a promising career. The Lean Process and Six Sigma Masterclass course will equip you with valuable lean and Six Sigma skills and provide you with a valuable certificate to elevate your resume. The Lean Process and Six Sigma Masterclass will provide you with an overall description of Lean and Six Sigma. You will get a peek inside the Lean culture and familiarize yourself with the five key principles of lean. From the engaging lessons, you will understand the fundamentals of value stream mapping. Within no time, you will attain the expertise required for Six Sigma. This step by step learning process will teach you the details of the define phase, measure phase, control phase and more. This Lean Process and Six Sigma Masterclass course is perfect for building a solid Lean and Six Sigma foundation. Join the course and increase your employability in the relevant sector. Learning Outcomes Understand the fundamentals of Lean and Lean culture Familiarize yourself with the five principles of Lean Enrich your knowledge and understanding of value stream mapping Learn the essential skills for Six Sigma Build an understanding of the define phase, control phase and measure phase in six Sigma Who is this course for? The Lean Process and Six Sigma Masterclass is for those who want to acquire Lean process and Six Sigma skills. Entry Requirement This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Certification After you have successfully completed the course, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy at the cost of £39 or in PDF format at the cost of £24. PDF certificate's turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry-leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognized accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path The Lean Process and Six Sigma Masterclass is a useful qualification to possess and would be beneficial for any related profession or industry such as: Lean Six Sigma Consultant Business Process Analyst Operating System Specialist Lean Process and Six Sigma Masterclass Module 1: Understanding Lean 00:24:00 Module 2: The Lean Culture 00:21:00 Module 3: The Five Principles of Lean 00:12:00 Module 4: Value and Waste 00:21:00 Module 5: Value Stream Mapping (VSM) 00:21:00 Module 6: The Principles of Flow and Pull 00:16:00 Module 7: Overview of Six Sigma 00:13:00 Module 8: The Define Phase 00:20:00 Module 9: The Measure Phase 00:23:00 Module 10: The Analyse Phase 00:24:00 Module 11: The Improve Phase 00:23:00 Module 12: The Control Phase 00:16:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Lean Process and Six Sigma Masterclass
Delivered Online On Demand3 hours 54 minutes
£11.99