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

28050 Development courses in Cardiff delivered Online

Level 7 Diploma in Operations Management Training

5.0(3)

By School Of Health Care

Operations Management is a fast-paced field with a clear goal. For those in operations management, the goal is to maximize profits by balancing costs and revenues. By incorporating human resources, raw materials, technology, and equipment across the board, Operations Management aims to administer business practices in a way that drives efficiency and superior net profits. While OM team members' specific responsibilities vary depending on the size and nature of the organization, their efforts have an impact on all aspects of a company's operations. The Level 7 Diploma in Operations Management prepares learners to succeed in their professional lives by teaching them the concepts of Supply Chain Management and its fundamentals, Risk Management and Time Management, Talent Management, Project Management, and Performance Management, Meeting Management, Knowledge Management, and Negotiation skills. Why choose this course from the School of Health Care? Self-paced course, access available from anywhere in the world. High-quality study materials that are easy to understand. Course developed by industry experts. After each module, there will be an MCQ quiz to assess your learning. Assessment results are generated automatically and instantly. 24/7 support is available via live chat, phone call, or email. Free PDF certificate after completing the course. Learning Outcomes After completing this course, the learner will be able to: Gain a thorough understanding of the functions and objectives of operations management. Understand the role of the OM in inventory and supply chain management. Understand project management and risk management. Gain in-depth knowledge about stock control and procurement operations. Understand product manufacturing and shipping. Understand contingency management and succession planning. Understand the importance of business etiquette. Course Curriculum Module 01: Understanding Operations Management Module 02: Understanding Process Management Module 03: Understanding Supply Chain Management Module 04: Understanding Planning & Sourcing Operations Module 05: Understanding Talent Management Module 06: Understanding Procurement Operations Module 07: Understanding Manufacturing and Service Operations Module 08: Understanding Succession Planning Module 09: Understanding Project Management Module 10: Understanding Quality Control Module 11: Understanding Product and Service Innovation Module 12: Understanding Communication Skills Module 13: Understanding Negotiation Techniques Module 14: Understanding Change Management Module 15: Understanding Maintenance Management Module 16: Understanding Conflict Management Module 17: Understanding Stress Management Module 18: Understanding Business Ethics for the Office Module 19: Understanding Business Etiquette Module 20: Understanding Risk Management Assessment Method After completing Level 7 Diploma in Operations Management Course, you will get quizzes to assess your learning. You will do the later modules upon getting 60% marks on the quiz test. Apart from this, you do not need to sit for any other assessments. Certification After completing the Level 7 Diploma in Operations Management course, you can instantly download your certificate for FREE. The hard copy of the certification will also be delivered to your doorstep via post, which will cost £13.99. Who is this course for? This course is suitable for anyone passionate and ambitious about Operations Management. Learners can take this course even if they have no prior knowledge of Operations Management, and there are no age restrictions. Requirements There are no particular requirements for this Level 7 Diploma in Operations Management course because it doesn't call for any specialized training. Career path This Level 7 Diploma in Operations Management could be extremely beneficial to business owners and aspiring entrepreneurs to pursue their goals. The following are more formal positions in the field of operations management: Operations Manager Operations Analyst Operations Officer S.C Manager Inventory Manager Supply Services Representative Inventory Controller Inventory Planner

Level 7 Diploma in Operations Management Training
Delivered Online On Demand14 hours
£12

Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This is an introductory-level Java programming course, designed for experienced developers who wish to get up and running with Java, or who need to reinforce sound Java coding practices, immediately. Overview Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Understand not only the fundamentals of the Java language, but also its importance, uses, strengths and weaknesses Understand the basics of the Java language and how it relates to OO programming and the Object Model Learn to use Java exception handling features Work with the Modular system (Project Jigsaw) Understand and use classes, inheritance and polymorphism Understand and use collections, generics, autoboxing, and enumerations Process large amount of data using Lambda expressions and the Stream API Abstract, static and private methods in interfaces Take advantage of the Java tooling that is available with the programming environment being used in the class Specific Java 11 features covered: Using the Local Variable Type in Lambda expressions; Updates made to the String AP Time Permitting: Quick look ahead - Java 12, Java 13, Java 14 and Beyond If you're an experienced OO developer (coming from a C# or C++ background, etc.) who needs to transition to programming in Java, this fast-paced, hands-on course will get you there quickly. Fast Track to Java Programming for OO Experienced Developers is a four-day, lab-intensive class where you'll quickly be immersed in working with the latest Java 11 programming techniques, using best practices for writing solid, robust (and well-written!) modern object-oriented applications. In addition to learning excellent, current coding skills in Java, you'll explore the new improved features for better performance and new capabilities for addressing rapid application development that Java 11 brings to the table. This course includes several key aspects that were introduced in Java 9, Java 10, and Java 11 including the Java Modular System, Local Variable Type Inference, and several API updates. This course also includes a Quick Look at what?s next in Java ? Java 12, Java 13, Java 14 and beyond. The Java Platform Java Platforms Lifecycle of a Java Program Responsibilities of JVM Documentation and Code Reuse Using the JDK Setting Up Environment Locating Class Files Compiling Package Classes Source and Class Files Java Applications The Eclipse Paradigm Workbench and Workspace Views Editors Perspectives Projects Writing a Simple Class Classes in Java Class Modifiers and Types Class Instance Variables Primitives vs. Object References Creating Objects Adding Methods to the Class Passing Parameters into Methods Returning a Value from a Method Overloaded Methods Constructors Optimizing Constructor Usage Language Statements Operators Comparison and Logical Operators Looping Continue and Break Statements The switch Statement The for-each() Loop Using Strings Create an instance of the String class Test if two strings are equal Get the length of a string Parse a string for its token components Perform a case-insensitive equality test Build up a string using StringBuffer Contrast String, StringBuffer, and StringBuilder Specializing in a Subclass Extending a Class Casting The Object Class Default Constructor Implicit Constructor Chaining Fields and Variables Instance vs. Local Variables: Usage Differences Data Types Default Values Block Scoping Rules Final and Static Fields Static Methods Using Arrays Arrays Accessing the Array Multidimensional Arrays Copying Arrays Variable Arguments Local-Variable Type Inference Type inference Infering Types of Local Variables The var Reserved Type name Benefits of Using var Backward Compatibility Java Packages and Visibility Class Location of Packages The Package Keyword Importing Classes Executing Programs Visibility in the Modular System Java Naming Conventions Inheritance and Polymorphism Polymorphism: The Subclasses Upcasting vs. Downcasting Calling Superclass Methods from Subclass The final Keyword Interfaces and Abstract Classes Separating Capability from Implementation Abstract Classes Implementing an Interface Abstract Classes vs. Interfaces Introduction to Exception Handling Exception Architecture Throwing Exceptions Checked vs. Unchecked Exceptions Exceptions Handling Multiple Exceptions Automatic Closure of Resources Creating Your Own Exceptions Utility Classes Wrapper Classes Autoboxing/Unboxing Enumeration Syntax Using Static imports Introduction to Generics Generics and Subtyping Bounded Wildcards Generic Methods Legacy Calls to Generics When Generics Should Be Used Lambda Expressions and Functional Interface Lambda Expression Syntax Functional Interfaces Type Inference in Java 8 Method references Collections Characterizing Collections Collection Interface Hierarchy The Set, List and Queue Interfaces Map Interfaces Using Collections Collection Sorting Comparators Using the Right Collection Lambda expressions in Collections Streams Processing Collections of data The Stream interface Reduction and Parallelism Filtering collection data Sorting Collection data Map collection data Find elements in Stream Numeric Streams Create infinite Streams Sources for using Streams Collectors Creating Collections from a Stream Group elements in the Stream Multi-level grouping of elements Partitioning Streams Introduction to the Module System Introduce Project Jigsaw Classpath and Encapsulation The JDK internal APIs Java 9 Platform modules Defining application modules Define module dependencies Implicit dependencies Implied Readability Exporting packages Java Date/Time The Date and Calendar classes Introduce the new Date/Time API LocalDate, LocalDateTime, etc. Formatting Dates Working with time zones Manipulate date/time values Java 12 and beyond Provide an overview of changes since Java 11 Introduce Preview Features Records (Java 14) Switch Expressions (Java 12, Java 13, Java 14) Text Blocks (Java 13, Java 14) Helpful NullPointerExceptions (Java 14) Pattern Matching for instanceof (Java 14) Additional course details: Nexus Humans Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11)
Delivered OnlineFlexible Dates
Price on Enquiry

Flow Management and Forecasting

4.3(43)

By John Academy

Description: Want to improve your cash flow? or want to forecast your sales? Join the Flow Management and Forecasting course and learn to manage your flow and know how to reduce debt for improving your cash flow. The course is devoted to cashflow management. At first, you will learn the necessary concepts about forecasting. Next, the course explains cash flow, cash flow planning and management, dealing with the debt problem, improvements to the cash flow, cash flow problems, managing personal cash flow, and more. You will learn how to reduce your debt to improve the cash flow situation. The course shows you which cash flows on you. Finally, you will learn to amalgamate the superior knowledge in forecasting sales and to manage your flow. Upon completion, you will be able to manage your finances better. Who is the course for? Business owners, students of accountancy/ finance/bookkeeping, budding finance directors and management accountants Individuals who want to manage their personal cashflows better 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. Assessment: At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam, you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. 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 recognised 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: After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Introduction to the course Introduction FREE 00:03:00 Forecasting Forecasting 00:07:00 Cashflow Management What is Cashflow? 00:05:00 Planning and Management 00:08:00 Planning Part 2 00:12:00 Where it can go Wrong 00:09:00 Personal Cashflow Analysis 00:05:00 Personal Cashflow Analysis my Numbers Story 00:06:00 Debt 00:10:00 Concluding lecture Conclusion 00:04:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Flow Management and Forecasting
Delivered Online On Demand1 hour 9 minutes
£22

How to Visualize Data with R

By Packt

In this course, we'll learn how to visualize data with real weather data downloaded from the US National Weather Service using the R programming language and RStudio. We recommend that you have some background in HTML, CSS, and JavaScript. You don't need to be an expert by any means, but you should have experience building web pages with HTML and CSS, and you should have basic programming skills with JavaScript.

How to Visualize Data with R
Delivered Online On Demand1 hour 27 minutes
£18.99

Diploma in Work Life Balance

4.3(43)

By John Academy

Description: Work life balance is the ability to know how to prioritize and do things effectively to avoid stress. Learning how to avoid stress caused by unbalanced lifestyle will benefit both yourself and the company. If you want to know more about work life balance, then this is your chance to learn. Keep in mind that having the right skills and knowledge on work life balance will help you become happier, healthier, and more productive. Who is the course for? Professionals and Trainers who want to be expert in life balancing. Anyone who wants to know to manage their life and work balance. 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. Assessment: At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam, you will have the opportunity to test your proficiency with a mock exam. Certification: After you have successfully passed the test, 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 hard copy 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 Diploma in Work Life Balance course is a useful qualification to possess and would be beneficial for the following careers: Businessmen Entrepreneur General Manager Management Director Top Executive. Introduction to Work Life Balance WHAT IS A BALANCED LIFE? 00:30:00 HOW TO BALANCE LIFE AND WORK 00:30:00 HOW WOULD BALANCE WORK FOR YOU 00:30:00 FINDING TIME IN YOUR BUSY SCHEDULE 00:30:00 DOES YOUR LIFE FEEL LIKE RUNNING A MARATHON? 00:15:00 Balancing Work Life Module One - Getting Started 00:30:00 Module Two - Benefits of a Healthy Balance 01:00:00 Module Three - Signs of an Imbalance 01:00:00 Module Four - Employer Resources 00:30:00 Module Five - Tips in Time Management 00:30:00 Module Six - Goal Setting 00:30:00 Module Seven - Optional Ways to Work 01:00:00 Module Eight - At Work 01:00:00 Module Nine - At Home 01:00:00 Module Ten - Stress Management 01:00:00 Module Eleven - Working in a Home Office 01:00:00 Module Twelve - Wrapping Up 01:00:00 Level 2 Certificate in Balancing Work-Life- Activities 00:00:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Diploma in Work Life Balance
Delivered Online On Demand12 hours 15 minutes
£11.99

Railscape: Professional Rail Training

By Wise Campus

Rail Training: Rail Training Would you like to acquire the skills and information required to succeed in rail training essentials? Our rail training course is a full storage of information about the field. An overview of rail operations, safety, and regulations will be covered in this rail training course. The rail training course will provide you with the fundamental knowledge of rail infrastructure. Moreover, this extensive rail training course explains train controls and operations. You will learn how to offer customer care in trains by taking the rail training course. Additionally, the rail training course elaborates on passenger safety and emergency response. Our rail training course includes a lecture on maintaining environmental sustainability in rail. Join our rail training course if you want to notice a beneficial change for developing your rail profession! Learning outcome of rail training course This rail training course will teaches: The introduction to rail operations, rail safety and regulations. Through the rail training course, you will gather the basics of rail infrastructure. Train operations and control are explained in this comprehensive rail training course. Through the rail training course, you will be aware how to provide customer service in rail. Passenger safety and emergency response are elaborated in the rail training course. How to maintain environmental sustainability in rail is lesson part of our rail training course. Rail training course helps in career development in rail. Special Offers of this Rail Training: Rail Training Course This Rail Training: Rail Training Course includes a FREE PDF Certificate. Lifetime access to this Rail Training: Rail Training Course Instant access to this Rail Training: Rail Training Course Get FREE Tutor Support to this Rail Training: Rail Training Course Rail Training: Rail Training For those looking to work in the railway industry, the rail training course provides thorough education. Important subjects including safety procedures, track upkeep, signaling systems, and customer service are covered in the rail training course. Additionally, this rail training program gives learners the know-how and abilities required to succeed in a variety of railway professions. Students enrolled in the rail training course will learn how to operate machinery, troubleshoot problems, and follow industry standards. Who is this course for? Rail Training: Rail Training This rail training course aims to improve the knowledge and abilities of interested persons in Rail Training Essentials. Requirements Rail Training: Rail Training To enrol in this Rail Training: Rail Training Course, students must fulfil the following requirements. To join in our Rail Training: Rail Training Course, you must have a strong command of the English language. To successfully complete our Rail Training: Rail Training Course, you must be vivacious and self driven. To complete our Rail Training: Rail Training Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Rail Training: Rail Training Course. Career path Rail Training: Rail Training The rail training course can lead to a variety of rewarding employment prospects in the rail training industry.

Railscape: Professional Rail Training
Delivered Online On Demand1 hour 6 minutes
£12

Complete Henna Course

By Wise Campus

Have you prepared to explore the fascinating world of henna? Welcome to our extensive henna course, where we will explore the nuances of this intriguing subject in great detail. Henna: Henna Course The henna course offers thorough instruction in the application of henna for a variety of events. This henna course teaches the application methods, techniques, and preparation processes of henna. Moreover, the henna course explains intricate patterns, colour theory, and customer discussions. The henna course training aids in developing the abilities required to make gorgeous henna patterns for festivals, weddings, and other occasions. Additionally, this henna course talks about safety, marketing, and henna removal procedures. Together, let's explore the intriguing realm of henna and learn about all of its potential with our henna course! Learning outcome of henna course This henna course helps you learn about: The introduction to henna art and basics of henna application. This henna course describes the ingredients and tools for professional henna making. Traditional henna designs, bridal art, contemporary and advanced henna techniques are explained in the henna course. Also, the henna course teaches henna application on different surfaces. As a henna artist, you will learn about advanced colour enhancements and henna removal techniques from this henna course. This henna course elaborates on the henna business and marketing process. You can do professional henna portfolio development after completing this henna course. In the henna course, you will learn the application of health and safety in henna. Special Offers of this Henna: Henna Course This Henna: Henna Course includes a FREE PDF Certificate. Lifetime access to this Henna: Henna Course Instant access to this Henna: Henna Course Get FREE Tutor Support to this Henna: Henna Course Henna: Henna Course The henna course provides thorough instruction in applying henna for a variety of purposes. You can learn about the cultural significance of henna, as well as application and preparation procedures, as a student in this course. The curriculum for the henna course includes customer consultations, color theory, and complex design principles. Students receive practical experience during the henna course. Additionally, this henna training aids in developing the abilities needed to make gorgeous henna designs for festivals, weddings, and other occasions. Who is this course for? Henna: Henna Course After completing the henna course, you may be able to pursue interesting job prospects as a henna specialist, researcher, or educator, among other henna-related disciplines. Requirements Henna: Henna Course To enrol in this Henna: Henna Course, students must fulfil the following requirements. To join in our Henna: Henna Course, you must have a strong command of the English language. To successfully complete our Henna: Henna Course, you must be vivacious and self driven. To complete our Henna: Henna Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Henna: Henna Course. Career path Henna: Henna Course The henna course provides a thorough learning experience tailored to your individual needs, regardless of your expertise level or background.

Complete Henna Course
Delivered Online On Demand1 hour 18 minutes
£12

Complete Report Writing Training - CPD Accredited

By Wise Campus

Report Writing: Report Writing Are you a prospective candidate seeking to maximise your expertise and abilities in the Report Writing: Report Writing area? This Report Writing: Report Writing course is created for you. So that You can receive the tools you need to produce polished and useful business reports from our Report Writing: Report Writing course. Our report writing: Report Writing course is designed to give students important information on managerial, leadership, and business-related skills. Moreover, team management, organisational techniques, and management are discussed in our Report Writing: Report Writing course. Also, you will learn the importance of grammar, punctuation, and formatting in the Report Writing: Report Writing course. A strategy for developing one's writing style will be provided by Report Writing: Report Writing training. You will know the best methods for editing and proofreading your work as well as how to write clearly and simply via the Report Writing: Report Writing. Enrol right away to develop your confidence in completing the projects that will put your knowledge in Report Writing: Report Writing Methods to the test. Main Course: Level 5 Report Writing Course 2 Free Courses included with this Report Writing: Report Writing Course. Special Offers of this Report Writing: Report Writing Course This Report Writing: Report Writing Course includes a FREE PDF Certificate. Lifetime access to this Report Writing: Report Writing Course Instant access to this Report Writing: Report Writing Course Get FREE Tutor Support to this Report Writing: Report Writing Course Report Writing: Report Writing Throughout this Report Writing: Report Writing Course, you will learn goal settings, interpersonal skills, knowledge management, communication strategies, business writing, collaborative business writing, proposal writing and critical thinking. This Report Writing: Report Writing Course also covers principles for effective report writing, desktop publishing, layout and design, typography, illustrations and much more. Who is this course for? Report Writing: Report Writing This Report Writing: Report Writing course is intended for people who wish to advance their Report Writing abilities in order to succeed professionally. Requirements Report Writing: Report Writing To enrol in this Report Writing: Report Writing Course, students must fulfil the following requirements. To join in our Report Writing: Report Writing Training Course, you must have a strong command of the English language. To successfully complete our Report Writing: Report Writing Training Course, you must be vivacious and self driven. To complete our Report Writing: Report Writing Training Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Report Writing: Report Writing Training Course. Career path Report Writing: Report Writing After completing this Report Writing: Report Writing Course Online your professional life will be boosted significantly.

Complete Report Writing Training - CPD Accredited
Delivered Online On Demand3 hours 6 minutes
£12

HTML and CSS Coding for Beginners

By IOMH - Institute of Mental Health

Overview of HTML and CSS Coding for Beginners Join our HTML and CSS Coding for Beginners 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 HTML and CSS Coding for Beginners course has everything you need to get a great start in this sector. Improving and moving forward is key to getting ahead personally. The HTML and CSS Coding for Beginners 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 HTML and CSS Coding for Beginners 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 HTML and CSS Coding for Beginners. 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 HTML and CSS Coding for Beginners 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 HTML and CSS Coding for Beginners 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 HTML and CSS Coding for Beginners 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 HTML and CSS Coding for Beginners 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 Section 01: Introduction 1.1: Introduction 00:03:00 1.2: Course Curriculum 00:02:00 1.3: How to Get Pre-Requisites 00:03:00 1.4: Getting Started on Windows, Linux or macOS 00:02:00 1.5: Code Editor- Setting Up (SublimeText) 00:02:00 1.6: How to Ask Great Questions 00:02:00 Section 02: Let's learn HTML 2.1: HTML overview 00:04:00 2.2: Basic HTML structure 00:13:00 2.3: H1 to H6 - heading tags 00:06:00 2.4: Paragraph tags 00:05:00 2.5: Creating a line break 00:03:00 2.6: Adding a link 00:05:00 2.7: Adding an image 00:08:00 2.8: Creating an image with a link 00:04:00 2.9: Nav tags 00:05:00 2.10: Using the div tag 00:04:00 2.11: Creating unordered and ordered lists 00:05:00 2.12: Forms 00:09:00 2.13: Tables 00:05:00 2.14: Creating comments in HTML 00:03:00 2.15: Colors 00:07:00 2.16: Review HTML elements 00:04:00 2.17: Assessment Test 00:01:00 2.18: Solution for Assessment Test 00:01:00 Section 03: Let's learn CSS 3.1: CSS overview 00:03:00 3.2: CSS syntax 00:02:00 3.3: Background colour 00:08:00 3.4: Creating an ID 00:10:00 3.5: Creating classes 00:05:00 3.6: Creating a border 00:04:00 3.7: Border radius 00:10:00 3.8: Padding 00:06:00 3.9: Margin 00:02:00 3.10: Font size 00:04:00 3.11: Font weight 00:05:00 3.12: Text transform 00:05:00 3.13: Text colour 00:00:00 3.14: Aligning the text 00:04:00 3.15: Font family 00:06:00 3.16: Font style 00:03:00 3.17: CSS comments 00:02:00 Section 04: Final Project 4.1: Project overview 00:03:00 4.2: Conclusion on Project 00:01:00 Section 05: BONUS 5.1: Linking a CSS style common code to your HTML document 00:06:00 5.2: Applying the CSS hover selection to animate website button effects 00:04:00

HTML and CSS Coding for Beginners
Delivered Online On Demand3 hours 19 minutes
£11

LOLER Training

4.9(27)

By Apex Learning

Overview This comprehensive course on LOLER Training will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This LOLER Training comes with accredited certification which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is this course for? There is no experience or previous qualifications required for enrolment on this LOLER Training. It is available to all students, of all academic backgrounds. Requirements Our LOLER Training is fully compatible with PC's, Mac's, Laptop,Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 9 sections • 9 lectures • 04:42:00 total length •Introduction to LOLER: 00:20:00 •Part 01 - Selecting Lifting Equipment and Accessories: 01:00:00 •Part 02 - Selecting Lifting Equipment and Accessories: 00:42:00 •Planning the Lifting Operation: 00:41:00 •Factors Affecting Safe Lifting Operation: 00:24:00 •Roles and Responsibilities: 00:16:00 •Risk Assessment: 00:28:00 •Examination and Inspection: 00:34:00 •Reports and Defects: 00:17:00

LOLER Training
Delivered Online On Demand4 hours 42 minutes
£12