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

36 Courses in Cardiff delivered On Demand

PHP Webforms for Everyone Course

By One Education

Get ready to leave clunky forms behind and meet the elegance of PHP webforms—designed to make websites work smarter, not harder. This course delivers the essential know-how to create clean, functional, and dynamic webforms using PHP. Whether you’re new to PHP or dusting off old knowledge, it walks you through everything from basic form handling to more advanced form logic, session-based responses, and secure data processing—no fluff, just straight-to-the-point skills. You’ll explore how to manage user input, validate forms, and build responsive, interactive web experiences with ease. The course keeps things sharp and enjoyable—because learning to code shouldn’t feel like reading stereo instructions. Instead, you’ll gain the confidence to structure forms that actually do things. From login pages to feedback forms and everything in-between, PHP webforms have quietly powered the web for years—and after this course, you’ll know exactly how to make them shine. Ask ChatGPT Expert Support Dedicated tutor support and 24/7 customer support are available to all students with this premium quality course. Key Benefits Learning materials of the Design course contain engaging voiceover and visual elements for your comfort. Get 24/7 access to all content for a full year. Each of our students gets full tutor support on weekdays (Monday to Friday) Course Curriculum: Getting Started Introduction Course Curriculum How to Get Pre-Requisites Getting Started on Windows, Linux or Mac How to ask a Great Questions FAQ's Setting up Local Development Environment What is PHP Installing XAMPP for PHP, MySQL and Apache Choosing Code Editor Installing Code Editor (Sublime Text) Installing Code Editor (Visual Studio Code) Creating PHP Project on XAMPP Hello World Program Summary PHP Fundamentals Section Introduction Variables Echo and Print Data Types Numbers Boolean Arrays Multi-Dimensional Array Sorting Arrays Constants Comments Summary PHP Strings Section Introduction Strings String Formatting String Methods Coding Exercise Solution for Coding Exercise Summary PHP Operators Section Introduction Arithmetic operators Assignment operators Comparison operators Increment - decrement operators Logical operators Ternary operator Summary PHP Conditional Statements Section Introduction If statement If-else statement If-else if-else statement Switch-case statement Summary PHP Control Flow Statements Section Introduction Flow Chart While loop Do-while loop For loop Foreach loop Break Continue Coding Exercise Solution for Coding Exercise Summary PHP Functions Section Introduction Creating a Function Function with Arguments Default Argument Function return values Call-by-value Call-by-reference Summary PHP Superglobals Section Introduction $_SERVER $_REQUEST $_POST Method $_GET Method Summary PHP Advanced Section Introduction Form Handling Date and Time Include Require Cookies Sessions File Reading File Writing File Upload Summary PHP OOPs - [Object Oriented Programming] Section Introduction What is OOP Class and Objects Constructor Destructor Access Modifiers Inheritance Method overriding Abstract Class Interface Summary PHP - MySQL Database(CRUD) Section Introduction MySQL Basic PhpMyAdmin Creating Database and Table Database Connection PHP Form Create records PHP Form Reading records PHP Form Update Data PHP Form Delete records Summary PHP Real-World App Forms Section Introduction Registration Form MD5 Algorithm for Encrypting Sha Algorithm Login Form Dashboard Summary PHP Client-side Validations Section Introduction On Submit Validation Input Numeric Validation Login Form Validation Password Strength Check Validation Summary PHP Server-Side Validations Section Introduction Form Server-side all Data Validation Form Server-side Validation Summary PHP Error Handling Try-throw-catch Try-throw-catch-finally Course Assessment To simplify the procedure of evaluation and accreditation for learners, we provide an automated assessment system. Upon completion of an online module, you will immediately be given access to a specifically crafted MCQ test. The results will be evaluated instantly, and the score will be displayed for your perusal. For each test, the pass mark will be set to 60%. When all tests have been successfully passed, you will be able to order a certificate endorsed by the Quality Licence Scheme. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). Who is this course for? This PHP Webforms for Everyone course is designed to enhance your expertise and boost your CV. Learn key skills and gain a certificate of achievement to prove your newly-acquired knowledge. Requirements This PHP Webforms for Everyone course is open to all, with no formal entry requirements. Career path Upon successful completion of the PHP Webforms for Everyone Course, learners will be equipped with many indispensable skills and have the opportunity to grab.

PHP Webforms for Everyone Course
Delivered Online On Demand9 hours
£12

Web Applications for Specialisation on Development Course

By One Education

Web applications shape the digital world we interact with daily—from the simplest online form to complex platforms driving entire businesses. This course is designed for those who are eager to specialise in building, maintaining, and optimising web-based systems. Whether you're familiar with HTML or curious about frameworks and database logic, this course steadily guides you through the layers of modern web application architecture. You’ll explore front-end and back-end development concepts, delve into programming essentials, and gain insights into how dynamic web environments function behind the scenes. If you're aiming to deepen your understanding and sharpen your development capabilities in a focused, structured format—this is your route. Delivered entirely online, it's tailored for learners who appreciate flexibility without compromising depth. Expert Support Dedicated tutor support and 24/7 customer support are available to all students with this premium quality course. Key Benefits Learning materials of the Design course contain engaging voiceover and visual elements for your comfort. Get 24/7 access to all content for a full year. Each of our students gets full tutor support on weekdays (Monday to Friday) Course Curriculum: Section 01: CSS Introduction Introduction How to ask a great questions Introduction CSS Choosing Code Editor Installing Code Editor (Sublime Text) CSS Syntax Creating a first page with CSS Style Section 02: CSS Basic Inline CSS Internal CSS External CSS CSS Classes CSS IDs Colors Backgrounds Floating Positioning Margins Padding Borders Section 03: CSS Intermediate Styling Text Aligning Text Styling Links Font Family Font Styles Applying Google Fonts Box Model Icons Tables Navigation-Menu Dropdowns Section 04: CSS Advanced Advanced Selectors Forms Website Layout Rounded Corners Color Keywords Animations Pseudo Classes Gradients Shadows Calculations Creating Responsive Page Section 05: CSS Expert Button Styles Pagination Multiple Columns Image Reflection UI - UX Design Social Media Icons External CSS Style adding Section 06: PHP Introduction What is PHP Installing XAMPP for PHP, MySQL and Apache Installing Code Editor(Visual Studio Code) Creating PHP Project on XAMPP Hello World Program Section 07: PHP Basic Variables Echo and Print Data Types Numbers Boolean Arrays Multi-Dimensional Array Sorting Arrays Constants Section 08: PHP Strings Strings String Formatting String Methods Coding Exercise Solution for Coding Exercise Section 09: PHP Operators Arithmetic operators Assignment operators Comparison operators Increment - decrement operators Logical operators Ternary operator Section 10: PHP Decision making system If statement If-else statement If-elseif-else statement Switch-case statement Section 11: PHP Control flow statements Flow Chart While loop Do-while loop For loop For each loop Coding Exercise Solution for Coding Exercise Section 12: PHP Functions Creating a Function Function with Arguments Default Argument Function return values Call-by-value Call-by-reference Section 13: PHP Super globals $_POST Method $_GET Method Section 14: PHP Advanced Form Handling Date and Time Include Require Sessions File Reading File Upload Section 15: PHP Object oriented programming[OOPs] What is OOP Class and Objects Constructor Destructor Access Modifiers Inheritance Method overriding Abstract Class Interface Section 16: PHP - MySQL Application [CRUD] MySQL Basic PhpMyAdmin Creating Database and Table Database Connection PHP Form Create records PHP Form Reading records PHP Form Update Data PHP Form Delete records Section 17: PHP Real world code forms Registration Form MD5 Algorithm for Encrypting Sha Algorithm Login Form Section 18: PHP Validations On Submit Validation Input Numeric Validation Login Form Validation Form Server-side all Data Validation Form Server-side Validation Section 19: PHP Error handling Try-throw-catch Try-throw-catch-finally Section 20: MYSQL introduction Overview of Databases MySQL Installation MySQL Workbench Installation Connecting to MySQL using Console Section 21: MySQL basic Overview of Challenges SQL Statement Basic SELECT Statement SELECT DISTINCT Column AS Statement COUNT function Section 22: MySQL filtering data SELECT WHERE Clause - One SELECT WHERE Clause - Two ORDER BY LIMIT BETWEEN IN Operator LIKE and ILIKE Section 23: MySQL functions Overview of GROUP BY Aggregation function SUM() Aggregation MIN() and MAX() GROUP BY - One GROUP BY - Two HAVING Clause Section 24: MySQL joins Overview Assessment Overview of JOINS Introduction to JOINS AS Statement table INNER JOIN FULL Outer Join LEFT Outer JOIN RIGHT JOIN Union Section 25: MySQL advanced commands Advanced SQL Commands Timestamps EXTRACT from timestamp Mathematical Functions String Functions SUBQUERY Section 26: MySQL structure creation Database and Tables Data Types Primary key and Foreign key Create Table in SQL Script Section 27: MySQL data queries Insert Update Delete Section 28: MySQL structure queries Alter Table Drop Table Section 29: MySQL constraints NOT NULL Constraint UNIQUE Constraint Section 30: MySQL backup and restore Overview of Databases and Tables Backup database using phpMyAdmin Restoring a Database Course Assessment To simplify the procedure of evaluation and accreditation for learners, we provide an automated assessment system. Upon completion of an online module, you will immediately be given access to a specifically crafted MCQ test. The results will be evaluated instantly, and the score will be displayed for your perusal. For each test, the pass mark will be set to 60%. When all tests have been successfully passed, you will be able to order a certificate endorsed by the Quality Licence Scheme. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). Who is this course for? This Web Applications for Specialisation on Development course is designed to enhance your expertise and boost your CV. Learn key skills and gain a certificate of achievement to prove your newly-acquired knowledge. Requirements This Web Applications for Specialisation on Development course is open to all, with no formal entry requirements. Career path Upon successful completion of The Web Applications for Specialisation on Development Course, learners will be equipped with many indispensable skills and have the opportunity to grab.

Web Applications for Specialisation on Development Course
Delivered Online On Demand21 hours
£12

Psychology: 20-in-1 Premium Online Courses Bundle

By Compete High

In care, education, mental health, and beyond—understanding human behaviour is no longer optional. The Psychology: 20-in-1 Premium Online Courses Bundle gives you the multi-dimensional credentials employers expect from today’s compassionate professionals. Whether you're entering the field or enriching your current role, this bundle proves you're built for people-first work. Description Professionals in social work, mental health, education, or support roles are increasingly expected to bring a working knowledge of behavioural science, counselling basics, and emotional intelligence. This bundle delivers 20 certifications to help your CV reflect modern psychological awareness—while setting you apart in the hiring process. From autism support to brain disorders, from CBT to self-esteem, this collection shows employers you're not just qualified—you’re holistically prepared. It also adds value for those in education, HR, social care, or even customer-facing corporate roles. Psychology opens doors. This bundle gives you the keys—before the vacancies are gone. FAQ Q: Is this only for psychologists or therapists? A: Not at all. It suits anyone working in education, care, support services, coaching, or people-focused careers. Q: What jobs can this help me get? A: Mental health assistant, support worker, SEN teaching assistant, care coordinator, or HR wellbeing lead. Q: Can I add these certificates to my job applications? A: Yes—each course provides certification to enhance your portfolio and CV. Q: Is this suitable for beginners? A: Absolutely. No prior experience in psychology is required to benefit from this bundle. Q: Does it include personal development skills? A: Yes. Courses also cover self-organisation, communication, negotiation, and problem-solving. Q: Why buy now? A: Demand for emotionally intelligent professionals is rising—this bundle helps you respond, not react.

Psychology: 20-in-1 Premium Online Courses Bundle
Delivered Online On Demand4 hours
£49.99

AutoCAD Programming Using C#.NET Level 7

By IOMH - Institute of Mental Health

Overview of AutoCAD Programming Using C#.NET Join our AutoCAD Programming Using C#.NET Level 7 course and discover your hidden skills, setting you on a path to success in this area. Get ready to improve your skills and achieve your biggest goals. The AutoCAD Programming Using C#.NET Level 7 course has everything you need to get a great start in this sector. Improving and moving forward is key to getting ahead personally. The AutoCAD Programming Using C#.NET Level 7 course is designed to teach you the important stuff quickly and well, helping you to get off to a great start in the field. So, what are you looking for? Enrol now! Get a Quick Look at The Course Content: This AutoCAD Programming Using C#.NET Course will help you to learn: Learn strategies to boost your workplace efficiency. Hone your skills to help you advance your career. Acquire a comprehensive understanding of various topics and tips. Learn in-demand skills that are in high demand among UK employers This course covers the topic you must know to stand against the tough competition. The future is truly yours to seize with this AutoCAD Programming Using C#.NET Level 7. Enrol today and complete the course to achieve a certificate that can change your career forever. Details Perks of Learning with IOMH One-To-One Support from a Dedicated Tutor Throughout Your Course. Study Online - Whenever and Wherever You Want. Instant Digital/ PDF Certificate. 100% Money Back Guarantee. 12 Months Access. Process of Evaluation After studying the course, an MCQ exam or assignment will test your skills and knowledge. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement Certificate of Completion - Digital / PDF Certificate After completing the AutoCAD Programming Using C#.NET Level 7 course, you can order your CPD Accredited Digital / PDF Certificate for £5.99.  Certificate of Completion - Hard copy Certificate You can get the CPD Accredited Hard Copy Certificate for £12.99. Shipping Charges: Inside the UK: £3.99 International: £10.99 Who Is This Course for? This AutoCAD Programming Using C#.NET Level 7 is suitable for anyone aspiring to start a career in relevant field; even if you are new to this and have no prior knowledge, this course is going to be very easy for you to understand.  On the other hand, if you are already working in this sector, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level.  This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements You don't need any educational qualification or experience to enrol in the AutoCAD Programming Using C#.NET Level 7 course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online course. Career Path The certification and skills you get from this AutoCAD Programming Using C#.NET Level 7 Course can help you advance your career and gain expertise in several fields, allowing you to apply for high-paying jobs in related sectors. Course Curriculum Unit 01: Course Outline and Introduction Module 01: Introduction 00:01:00 Module 02: Who is this course for? 00:01:00 Module 03: What Will I Learn from this Course? 00:01:00 Module 04: What is CSharp (C#)? 00:01:00 Module 05: What is AutoCAD .NET API? 00:01:00 Module 06: What are the advantages of programming in AutoCAD .NET API? 00:02:00 Unit 02: .Net Framework and Visual Studio 2017 Community Edition Module 01: Section Overview 00:01:00 Module 02:.NET Framework Architecture Overview 00:03:00 Module 03: .NET Framework Class Library, Common Type System, Common Language Runtime 00:03:00 Module 04: More about.NET Framework Common Language Runtime (CLR) 00:02:00 Module 05: Visual Studio 2017 Integrated Development Environment (IDE) 00:03:00 Module 06: Visual Studio 2017 IDE Demo 00:07:00 Unit 03: C# Fundamentals Module 01: Section Overview 00:03:00 Module 02: DataTypes and Variables - Value Types (signed/unsigned integers) 00:04:00 Module 03: DataTypes and Variables - Signed and Unsigned Integer Demo 00:06:00 Module 04: DataTypes and Variables - Floating Point and Decimal 00:02:00 Module 05: DataTypes and Variables - Floating Point and Decimal Demo 00:04:00 Module 06: DataTypes and Variables - Boolean 00:03:00 Module 07: DataTypes and Variables - Reference Types 00:03:00 Module 08: DataTypes and Variables - Class Type 00:03:00 Module 09: DataTypes and Variables - Class Type - Demo 00:11:00 Module 10: DataTypes and Variables - Interface Type 00:01:00 Module 11: DataTypes and Variables - Array Type 00:02:00 Module 12: DataTypes and Variables - Array Type - Demo (Single Dimension) 00:08:00 Module 13: DataTypes and Variables - Array Type - Demo (Multi Dimension) 00:10:00 Module 14: C# Operators Overview 00:02:00 Module 15: C# Assignment Operators 00:03:00 Module 16: C# Assignment Operators - Demo 00:06:00 Module 17: C# Unary Operators 00:02:00 Module 18: C# Unary Operators - Demo 00:02:00 Module 19: C# Primary Operators 00:03:00 Module 20: C# Primary Operators - Demo 00:07:00 Module 21: C# Equality Operators 00:01:00 Module 22: C# Equality Operators - Demo 00:02:00 Module 23: C# Additive Operators 00:02:00 Module 24: C# Additive Operators - Demo 00:01:00 Module 25: C# Multiplicative Operators 00:01:00 Module 26: C# Multiplicative Operators - Demo 00:01:00 Module 27: C# - Relational and Type Operators 00:04:00 Module 28: C# - Logical, Conditional and Null Operators 00:04:00 Module 29: C# - Logical, Conditional and Null Operators - Demo 00:07:00 Module 30: C# Keywords (Reserved Words) 00:04:00 Module 31: C# - Conditionals Overview 00:01:00 Module 32: C# Conditionals - If-Then-Else Statement 00:03:00 Module 33: C# Conditionals - If-Then-Else Statement - Demo 00:07:00 Module 34: C# Conditionals - Switch Statement 00:03:00 Module 35: C# Conditionals - Switch Statement - Demo 00:04:00 Module 36: C# - Loops Overview 00:04:00 Module 37: C# Loops - For Loop 00:02:00 Module 38: C# Loops - For Loop - Demo 00:02:00 Module 39: C# Loops - Foreach Loop 00:02:00 Module 40: C# Loops - Foreach Loop - Demo 00:05:00 Module 41: C# Loops - While Loop 00:02:00 Module 42: C# Loops - While Loop - Demo 00:02:00 Module 43: C# Loops - Do While Loop 00:02:00 Module 44: C# Loops - Do While Loop - Demo 00:03:00 Module 45: Modifiers Overview 00:04:00 Module 46: Debugging Overview 00:03:00 Module 47: Debugging - Demo 1 00:05:00 Module 48: Debugging - Demo 2 00:12:00 Module 49: Debugging - Demo 3 00:06:00 Module 50: Error and Exception Handling - Overview 00:02:00 Module 51: ExceptionHandling - Demo 1 00:07:00 Module 52: ExceptionHandling - Demo 2 00:07:00 Module 53: ExceptionHandling - Demo 3 00:13:00 Module 54: Introduction to Object Oriented Programming (OOP) 00:04:00 Module 55: OOP - Encapsulation - Demo (Part 1) 00:11:00 Module 56: OOP - Encapsulation - Demo (Part 2) 00:12:00 Module 57: OOP - Inheritance - Demo (Part 1) 00:07:00 Module 58: OOP - Inheritance - Demo (Part 2) 00:05:00 Module 59: OOP - Polymorphism - Demo (Part 1) 00:10:00 Module 60: OOP - Polymorphism - Demo (Part 2) 00:03:00 Unit 04: Exploring AutoCAD .NET API Module 01: AutoCAD .NET API - Overview 00:01:00 Module 02: AutoCAD .NET API Assemblies 00:02:00 Module 03: Using AutoCAD .NET API in C# - Hello AutoCAD Demo Part 1 00:12:00 Module 04: Using AutoCAD .NET API in C# - Hello AutoCAD Demo - Part 2 00:04:00 Module 05: AutoCAD .NET API Object Hierarchy 00:03:00 Module 06: AutoCAD .NET API - Application Object Overview 00:03:00 Module 07: AutoCAD .NET API - Document Object Overview 00:03:00 Module 08: AutoCAD .NET API - Database Object Overview 00:03:00 Unit 05: Creating AutoCAD Objects using AutoCAD .NET API Module 01: Creating AutoCAD Objects using AutoCAD .NET API - Overview 00:01:00 Module 02: Creating a Line Object - Lab (Part 1) 00:14:00 Module 03: Creating a Line Object - Lab (Part 2) 00:03:00 Module 04: Creating a MText Object - Lab 00:10:00 Module 05: Creating a Circle Object - Lab 00:07:00 Module 06: Creating an Arc Object - Lab 00:05:00 Module 07: Creating a LWPolyline Object - Lab 00:05:00 Unit 06: Manipulate AutoCAD Objects Module 01: Manipulate AutoCAD Objects - Overview 00:01:00 Module 02: Copy Object using C# - Theory 00:01:00 Module 03: Copy Object using C# - Lab (Part 1) 00:11:00 Module 04: Copy Object using C# - Lab (Part 2) 00:02:00 Module 05: Copy multiple objects using C# - Lab (Part 1) 00:09:00 Module 06: Copy multiple objects using C# - Lab (Part 2) 00:01:00 Module 07: Erase Object using C# - Lab (Part 1) 00:06:00 Module 08: Erase Object using C# - Lab (Part 2) 00:05:00 Module 09: Move Object using C# - Lab (Part 1) 00:06:00 Module 10: Move Object using C# - Lab (Part 2) 00:02:00 Module 11: Mirror Object using C# - Lab (Part 1) 00:10:00 Module 12: Mirror Object using C# - Lab (Part 2) 00:02:00 Module 13: Rotate Object using C# - Lab (Part 1) 00:07:00 Module 14: Rotate Object using C# - Lab (Part 2) 00:03:00 Module 15: Scale Object using C# - Lab 00:05:00 Module 16: Copy Object Exercise 00:02:00 Module 17: Copy Object Solution 00:06:00 Module 18: Erase Object Exercise 00:02:00 Module 19: Erase Object Solution 00:07:00 Module 20: Move Object Exercise 00:02:00 Module 21: Move Object Solution 00:06:00 Module 22: Mirror Object Exercise 00:02:00 Module 23: Mirror Object Solution 00:06:00 Module 24: Rotate Object Exercise 00:02:00 Module 25: Rotate Object Solution 00:06:00 Module 26: Scale Object Exercise 00:01:00 Module 27: Scale Object Solution 00:05:00 Unit 07: Exploring AutoCAD Dictionaries (Layers, LineTypes, TextStyles) Module 01: Exploring AutoCAD Dictionaries - Layers Overview 00:03:00 Module 02: Listing all the Layers in the drawing using C# 00:11:00 Module 03: Creating a Layer in AutoCAD using C# 00:09:00 Module 04: Updating a Layer in AutoCAD using C# 00:09:00 Module 05: Turning the Layer On/Off in AutoCAD using C# 00:05:00 Module 06: Thawing/Freezing Layer in AutoCAD using C# 00:04:00 Module 07: Deleting a Layer in AutoCAD using C# 00:03:00 Module 08: Locking/UnLocking a Layer in AutoCAD using C# 00:05:00 Module 09: Assigning a Layer to an AutoCAD object using C# 00:03:00 Module 10: Exploring AutoCAD Dictionaries - LineTypes Overview 00:01:00 Module 11: Listing all the LineTypes in the drawing using C# 00:07:00 Module 12: Loading a LineType in the drawing using C# 00:07:00 Module 13: Setting the Current LineType in AutoCAD using C# 00:03:00 Module 14: Deleting a LineType in AutoCAD using C# 00:03:00 Module 15: Setting a LineType to an object using C# 00:04:00 Module 16: Exploring AutoCAD Dictionaries - TextStyles Overview 00:01:00 Module 17: Listing all the TextStyles in the drawing using C# 00:08:00 Module 18: Updating current TextStyle Font in AutoCAD using C# 00:10:00 Module 19: Setting the Current TextStyle in AutoCAD using C# 00:08:00 Module 20: Setting a TextStyle to an object using C# 00:04:00 Unit 08: User Input Functions Module 01: User Input Functions Overview 00:01:00 Module 02: Using GetString Method - Lab (Part 1) 00:13:00 Module 03: Using GetString Method - Lab (Part 2) 00:10:00 Module 04: Using GetPoint Method - Lab 00:12:00 Module 05: Using GetDistance Method - Lab 00:04:00 Module 06: Using GetKeyWords Method - Lab (Part 1) 00:12:00 Module 07: Using GetKeyWords Method - Lab (Part 2) 00:02:00 Unit 09: Selection Sets and Filters Module 01: Selection Sets and Filters - Overview 00:02:00 Module 02: Using SelectAll Method - Lab (Part 1) 00:11:00 Module 03: Using SelectAll Method - Lab (Part 2) 00:02:00 Module 04: Using SelectOnScreen Method - Lab (Part 1) 00:06:00 Module 05: Using SelectOnScreen Method - Lab (Part 2) 00:01:00 Module 06: Using SelectWindow Method - Lab 00:08:00 Module 07: Using SelectCrossingWindow Method - Lab 00:08:00 Module 08: Using SelectFence Method - Lab 00:08:00 Module 09: Using PickFirstSelection Method - Lab 00:11:00 Module 10: Using SelectionSet Filters - Overview 00:01:00 Module 11: Using SelectionSet Filters - Selecting Lines 00:09:00 Module 12: Using SelectionSet Filters - Selecting MTexts Lab 00:07:00 Module 13: Using SelectionSet Filters - Selecting Polylines Lab 00:03:00 Module 14: Using SelectionSet Filters - Selecting Blocks (FrenchDoors) Lab 00:07:00 Module 15: Using SelectionSet Filters - Selecting Blocks (BiFoldDoors) Lab 00:04:00 Module 16: Using SelectionSet Filters - Selecting objects in a Layer (Walls) Lab 00:07:00 Module 17: Using SelectionSet Filters - Selecting all objects in a Layer (Stairs) Lab 00:05:00 Module 18: Using SelectionSets and Filters - Exercises 00:02:00 Unit 10: Developing Title Block Project - Hands On! Module 01: TitleBlock Project - Overview 00:05:00 Module 02: Creating Project and TBlock Class - Lab 00:14:00 Module 03: Creating Classes for each Paper Sizes - Lab 00:07:00 Module 04: Creating TitleBlock Class - Lab 00:14:00 Module 05: Handling User Selected Paper Size - Lab 00:05:00 Module 06: Creating the TitleBlock Border Lines - Lab 00:06:00 Module 07: Creating the Horizontal Partition Lines - Lab (Part 1) 00:11:00 Module 08: Creating the Horizontal Partition Lines - Lab (Part 2) 00:05:00 Module 09: Creating Vertical Partition Lines - Lab 00:11:00 Module 10: Project Check on the Partition Lines - Lab 00:07:00 Module 11: Creating the TitleBlock Labels - Lab (Part 1) 00:10:00 Module 12: Creating the TitleBlock Labels - Lab (Part 2) 00:09:00 Module 13: Creating the TitleBlock Labels - Lab (Part 3) 00:11:00 Module 14: Project Check on the Labels 00:07:00 Module 15: Creating Drawing Information Texts 00:08:00 Module 16: Debugging the TitleBlock Project - Lab 00:10:00 Module 17: Completing and Running the TitleBlock Plugin 00:05:00 Module 18: Audit Drawing Project - Overview 00:02:00 Module 19: Audit Drawing Project - Demo 00:07:00 Module 20: Creating the AuditDrawing Project 00:11:00 Module 21: Creating the AuditDrawing DisplayOnScreen Method 00:14:00 Module 22: Creating the AuditDrawing Write to TXT File Method 00:08:00 Module 23: Creating the AuditDrawing Write to CSV File Method 00:06:00 Module 24: Creating the AuditDrawing Write to HTML File Method 00:14:00 Module 25: AuditDrawing Plugin Demo 00:04:00 Module 26: Creating the AuditBlock Method 00:05:00 Module 27: Creating the AuditBlock GatherBlocksAndCount Method 00:16:00 Module 28: Creating the AuditBlock DisplayOnScreen Method 00:06:00 Module 29: Creating the AuditBlock WriteToTXTFile Method 00:05:00 Module 30: Creating the AuditBlock WriteToCSVFile Method 00:05:00 Module 31: Creating the AuditBlock WriteToHTMLFile Method 00:07:00 Module 32: AuditBlock Completed Component - Demo 00:12:00 Unit 11: Conclusion Module 01: Conclusion 00:01:00

AutoCAD Programming Using C#.NET Level 7
Delivered Online On Demand16 hours 57 minutes
£11

Property Law for Estate Agents and Letting Supervisors Diploma

5.0(1)

By Empower UK Employment Training

Property Law for Estate Agents and Letting Supervisors Diploma Enter the world of property management and real estate with our Property Law for Estate Agents and Letting Supervisors Diploma. Gain a solid foundation in Property Law for real estate success. Learning Outcomes: Develop a foundational understanding of Property Law. Evaluate the legal aspects of Joint Ownership in Property. Demonstrate knowledge of Property Licensing and its compliance. Apply the core responsibilities of a Property Manager. Explain the fundamental concepts of Property Law. More Benefits: LIFETIME access Device Compatibility Free Workplace Management Toolkit Key Modules from Property Law for Estate Agents and Letting Supervisors Diploma: Basics of Property Law: Embark on a foundational understanding of Property Law, setting the cornerstone for more specialised subjects. Property Law and Land Law Principles: Become proficient in the cardinal rules and regulations of Land Law, central to property management and estate agency. Joint Ownership and Property Law: Delve into the legal frameworks that define joint ownership, including the intricacies of tenancies in common and joint tenancies. Property Licensing in the Context of Property Law: Master the compliance aspects of Property Licensing, a critical factor for lawful property management. Property Law for Managers: Understand the multi-dimensional roles and duties of a Property Manager, covering all facets from tenancy agreements to maintenance. Investment Opportunities and Property Law in the UK: Identify promising trends and areas of growth within the UK property market, equipping you to make informed decisions.

Property Law for Estate Agents and Letting Supervisors Diploma
Delivered Online On Demand3 hours 12 minutes
£5

Waiter Training

5.0(1)

By LearnDrive UK

Transform your career with UK Ready Waiter Training! Master HACCP, UK food safety laws, allergen handling, and more. Ideal for waiters in the UK. Sign up now!

Waiter Training
Delivered Online On Demand1 hour
£5