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

4724 Courses delivered Live Online

The Complete Front-End Web Development Course!

By NextGen Learning

Course Overview The Complete Front-End Web Development Course! offers a comprehensive journey through the essential skills and knowledge required to excel in the field of web development. Covering foundational and advanced topics in HTML, CSS, JavaScript, jQuery, and Bootstrap, this course is designed to equip learners with a strong understanding of front-end technologies. Through structured learning and carefully crafted projects, participants will build confidence in creating dynamic and visually appealing websites. By the end of the course, learners will possess the technical skills and creative insight needed to produce professional-grade web interfaces and interactive experiences. Whether aiming to launch a new career, enhance existing knowledge, or develop a portfolio of work, students will emerge with capabilities that are highly valued in the modern digital landscape. Course Description This course delves deeply into the fundamentals and advanced aspects of front-end web development, starting with the core principles of HTML and CSS before progressing into JavaScript, jQuery, and Bootstrap frameworks. Learners will explore how to structure web pages, style them effectively, and implement interactivity to enhance user experience. Throughout the modules, participants will engage with real-world concepts, build functional projects, and understand the relationships between various web technologies. The curriculum has been thoughtfully curated to ensure a progressive learning journey, empowering students with the ability to create responsive, accessible, and modern websites. From coding basic layouts to constructing browser extensions, each step is designed to broaden technical fluency and creative problem-solving skills. Upon completion, learners will have acquired a robust skill set applicable to numerous roles within the technology and design sectors. Course Modules Module 01: Welcome to the course! Module 02: Web Development Basics - HTML Module 03: Advanced HTML Concepts Module 04: Introduction to Cascading Style Sheets (CSS) Module 05: Advanced CSS Module 06: JavaScript for Beginners Module 07: More JavaScript Concepts Module 08: Getting Started with jQuery Module 09: More jQuery Module 10: Bootstrap Basics Module 11: Project #2 - Pipboy from Fallout 4 Module 12: Project #3 - Google Chrome Extension Module 13: Final Thoughts Module 14: BONUS - Coding Another Google Chrome Extension (See full curriculum) Who is this course for? Individuals seeking to build a strong foundation in web development. Professionals aiming to enhance their career prospects in the digital industry. Beginners with an interest in web design and front-end technologies. Career changers looking to enter the field of web development. Students wishing to expand their technical skill set for future opportunities. Career Path Front-End Web Developer Junior Web Developer UI/UX Developer HTML/CSS Developer JavaScript Developer Web Designer Technical Assistant within a digital agency Freelance Web Developer

The Complete Front-End Web Development Course!
Delivered OnlineFlexible Dates
£9.99

German Language Course for Beginners

By NextGen Learning

Course Overview The German Language Course for Beginners is designed to provide a comprehensive introduction to one of the world’s most widely spoken languages. Whether for travel, work, or personal enrichment, this course offers a solid foundation in speaking, reading, writing, and understanding German. Learners will gain essential communication skills, from everyday greetings to basic conversations, allowing them to navigate a variety of real-world situations confidently. The course focuses on developing vocabulary, pronunciation, sentence construction, and listening comprehension through engaging and accessible lessons. By the end of the course, learners will be able to understand and communicate basic ideas in German, laying the groundwork for further study or everyday interactions. This course is ideal for those seeking a structured and supportive environment to start their German language journey and aims to deliver practical outcomes that can be applied across travel, education, and professional settings. Course Description The German Language Course for Beginners offers an engaging exploration into the fundamentals of German communication. Through a series of structured lessons, learners will cover key topics such as introductions, numbers, days of the week, everyday vocabulary, basic grammar rules, verb conjugations, and common expressions. The course presents material in a logical progression to ensure that learners build confidence step-by-step, with an emphasis on pronunciation and conversational fluency. Interactive exercises, cultural insights, and simple dialogues enhance the learning experience, fostering both comprehension and retention. By participating in this course, learners will acquire the foundational skills necessary to engage in basic conversations, understand simple written texts, and grasp the structure of the German language. Designed for complete beginners, this programme offers a supportive and stimulating learning environment, making it a valuable stepping stone for further language study, career development, or international travel. Course Modules Module 01: Introduction to the German Language Module 02: German Alphabet and Pronunciation Module 03: Basic Greetings and Introductions Module 04: Numbers, Dates, and Time Module 05: Essential Vocabulary for Everyday Situations Module 06: Basic Grammar: Articles, Nouns, and Verbs Module 07: Forming Simple Sentences and Questions Module 08: Common Phrases and Daily Expressions Module 09: Introduction to German Culture and Customs (See full curriculum) Who is this course for? Individuals seeking to learn German for personal, educational, or travel purposes. Professionals aiming to enhance their career prospects through multilingual skills. Beginners with an interest in European languages and cultures. Students preparing for further German language studies or international opportunities. Career Path Tourism and Hospitality Sector Roles International Customer Support Positions Language Tutoring or Educational Support Translation and Interpretation Assistance Administrative and Office Roles in International Companies

German Language Course for Beginners
Delivered OnlineFlexible Dates
£9.99

How to Conduct and Write Systematic Literature Reviews

By Research'Kraft Consulting

Workshop objectives 1-Introduction to Systematic Reviews 2- Formulating the Research Question 3- Developing a Protocol 4- Literature Search 5- Study Selection 6- Data Extraction 7- Quality Assessment: 8- Data Synthesis 9- Reporting and Publication: 10- How to write a scoping review A certificate from Research'Kraft will be given after successful completion.

How to Conduct and Write Systematic Literature Reviews
Delivered in person or OnlineFlexible Dates
£40

Python 3 Essentials

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Experienced Programmers and Systems Administrators. Overview Throughout the course students will be led through a series of progressively advanced topics, where each topic consists of lecture, group discussion, comprehensive hands-on lab exercises, and lab review. This course is ?skills-centric?, designed to train attendees in core Python and web development skills beyond an intermediate level, coupling the most current, effective techniques with best practices. Working within in an engaging, hands-on learning environment, guided by our expert Python practitioner, students will learn to: ? Create working Python scripts following best practices ? Use python data types appropriately ? Read and write files with both text and binary data ? Search and replace text with regular expressions ? Get familiar with the standard library and its work-saving modules ? Use lesser-known but powerful Python data types ? Create 'real-world', professional Python applications ? Work with dates, times, and calendars ? Know when to use collections such as lists, dictionaries, and sets ? Understand Pythonic features such as comprehensions and iterators ? Write robust code using exception handling An introductory and beyond-level practical, hands-on Python training course that leads the student from the basics of writing and running Python scripts to more advanced features. An Overview of Python What is python? 1 -- An overview of Python What is python? Python Timeline Advantages/Disadvantages of Python Getting help with pydoc The Python Environment Starting Python Using the interpreter Running a Python script Python scripts on Unix/Windows Editors and IDEs Getting Started Using variables Built-in functions Strings Numbers Converting among types Writing to the screen Command line parameters Flow Control About flow control White space Conditional expressions Relational and Boolean operators While loops Alternate loop exits Sequences About sequences Lists and list methods Tuples Indexing and slicing Iterating through a sequence Sequence functions, keywords, and operators List comprehensions Generator Expressions Nested sequences Working with files File overview Opening a text file Reading a text file Writing to a text file Reading and writing raw (binary) data Converting binary data with struct Dictionaries and Sets About dictionaries Creating dictionaries Iterating through a dictionary About sets Creating sets Working with sets Functions Defining functions Parameters Global and local scope Nested functions Returning values Sorting The sorted() function Alternate keys Lambda functions Sorting collections Using operator.itemgetter() Reverse sorting Errors and Exception Handling Syntax errors Exceptions Using try/catch/else/finally Handling multiple exceptions Ignoring exceptions Modules and Packages The import statement Module search path Creating Modules Using packages Function and Module aliases Classes About o-o programming Defining classes Constructors Methods Instance data Properties Class methods and data Regular Expressions RE syntax overview RE Objects Searching and matching Compilation flags Groups and special groups Replacing text Splitting strings The standard library The sys module Launching external programs Math functions Random numbers The string module Reading CSV data Dates and times Working with dates and times Translating timestamps Parsing dates from text Formatting dates Calendar data Working with the file system Paths, directories, and filenames Checking for existence Permissions and other file attributes Walking directory trees Creating filters with fileinput Using shutil for file operations 17 ? Advanced data handling Defaultdict and Counter Prettyprinting data structures Compressed archives (zip, gzip, tar, etc.) Persistent data Advanced data handling Defaultdict and Counter Prettyprinting data structures Compressed archives (zip, gzip, tar, etc.) Persistent data Network services Grabbing web content Sending email Using SSH for remote access Using FTP Writing real-life applications Parsing command-line options Detecting the current platform Trapping signals Implementing logging Python Timeline Advantages/Disadvantages of Python Getting help with pydoc

Python 3 Essentials
Delivered OnlineFlexible Dates
Price on Enquiry

Basic Java 11 and OO Programming for Developers New to OO (TT2120-J11)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This is a basic-level programming course designed for attendees with prior development experience in another language, such as COBOL, 4GL, Mainframe or other non-object oriented languages. This course is not geared for non-developers. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in core OO coding and Java development skills, coupling the most current, effective techniques with the soundest industry practices. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working within in a hands-on learning environment, guided by our expert team, attendees will learn to: Understand what OO programming is and what the advantages of OO are in today's world Work with objects, classes, and OO implementations Understand the basic concepts of OO such as encapsulation, inheritance, polymorphism, and abstraction 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 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 Java 11 features covered: Using the Local Variable Type in Lambda expressions; Updates made to the String API This course provides hands-on Java 11 training for developers who have little or no prior working knowledge of object-oriented programming languages such as C, COBOL, and 4GL. You will learn the best practices for writing great object-oriented programs in Java 11, using sound development techniques, new improved features for better performance, and new capabilities for addressing rapid application development. Special emphasis is placed on object oriented concepts and best practices. A First Look The Java Platform Using the JDK The Eclipse Paradigm Getting Started with Java Writing a Simple Class Adding Methods to the Class OO Concepts Object-Oriented Programming Inheritance, Abstraction, and Polymorphism Essential Java Programming Language Statements Using Strings Specializing in a Subclass Fields and Variables Using Arrays Local-Variable Type Inference Java Packages and Visibility Object Oriented Development Inheritance and Polymorphism Interfaces and Abstract Classes Introduction to Exception Handling Exceptions Java Developer's Toolboxÿ Utility Classes Java Date/Time Advanced Java Programming Introduction to Generics Lambda Expressions and Functional Interface Working with Collections Collections Using Collections Stream APIÿ Streams Collectors The Java Module System Introduction to the Module System Time Permitting Formatting Strings Introduction to Annotations Java 12 and beyond Additional course details: Nexus Humans Basic Java 11 and OO Programming for Developers New to OO (TT2120-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 Basic Java 11 and OO Programming for Developers New to OO (TT2120-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.

Basic Java 11 and OO Programming for Developers New to OO (TT2120-J11)
Delivered OnlineFlexible Dates
Price on Enquiry

55066 PowerShell for SharePoint Administrators

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is intended for SharePoint administrators who work in a Windows network environment. At least one year of experience managing SharePoint servers and using PowerShell is recommended. Overview At Course Completion?Configure SharePoint Servers using PowerShell?Manage SharePoint Server Administration with PowerShell?Manage SharePoint Server Maintenance with PowerShell This course provides students with the knowledge and skills needed to use PowerShell to administer SharePoint Servers. Students will learn how to manage day-to-day and automated tasks carried out by SharePoint Administrators. Install and Configure SharePoint Servers with PowerShell Overview Preparing the Server Configure Server Features Configure Prerequisite Applications Install SharePoint Software Configure SharePoint Farm Review Lab 1: Configure SharePoint Servers with PowerShell Administering SharePoint Servers with PowerShell Overview Administering Users and Groups Administering the Farm Administering Shared Services & Features Administering Sites Administering Databases Review Lab 1: Administering SharePoint Servers with PowerShell Maintaining SharePoint Servers with PowerShell Overview Managing Backups / Restores Monitoring and Auditing Managing Notifications Scheduling Tasks Review Lab 1: Maintaining SharePoint Servers with PowerShell

55066 PowerShell for SharePoint Administrators
Delivered OnlineFlexible Dates
Price on Enquiry

AAT Diploma in Accounting | AAT Level 4 | AAT Distance Learning

By Osborne Training

AAT Level 4 is the highest level or final stage of the AAT Accounting qualification. This qualification provides the skills necessary for a 'Finance Officer' role including the complex management accounting tasks, general management skills, drafting financial statements and specialist learning areas. This provides you with an opportunity to become a professional member of AAT and use it MAAT after your name. You are also entitled to exemptions in the UK's chartered and certified accounting qualifications. Besides, if you want to pursue your career further in University, you are entitled to exemptions for up to two years in various universities in the UK. What is AAT? AAT is an awarding body for vocational accountants. AAT is highly recognised globally with members over 130,000 worldwide. What are the benefits after completing AAT courses? A newly qualified AAT member can expect to earn an average of £21,600. Some accounting technicians work as accounts clerks; others go on to become managing directors or finance directors of well-known companies. Some go to work as a self employed accountant as AAT allows the student to become chartered. Osborne Training is an AAT Approved Training Provider in London. In taking the Association of Accounting Technicians qualification with Osborne Training, you will make one of the greatest decisions of your career. Duration You can expect this qualification to take 1-1.5 year to complete for most students. Tutors Tutors are highly qualified with extensive knowledge of accountancy. Study Options Distance Learning - Self Study with Study Material and access to Online study Material through Virtual Learning Campus. Osborne Books are delivered to students address with additional study materials and Tutorial support online. Online Live - Interactive tutorial sessions by expert tutors and access to world-class Virtual Learning campus for additional study materials. Classroom Based- Osborne Training offers Evening and Weekend sessions for AAT Level 4 from various centres in London, Watford, Birmingham etc. Once you finish AAT qualification and pass all exams successfully, you will be awarded globally recognised AAT Certificate in Accounting from AAT. AAT Level 4 Course Syllabus Management Accounting: Budgeting Management Accounting: Decision and Control Financial Statements of Limited Companies Accounting Systems and Controls Business Tax Personal Tax

AAT Diploma in Accounting | AAT Level 4 | AAT Distance Learning
Delivered in Birmingham or OnlineFlexible Dates
Price on Enquiry

Commercial awareness for project staff and engineers (In-House)

By The In House Training Company

Nowadays not only do we rely on our commercial and sales staff to hit that bottom line but we expect our engineers and project teams to play their part too - not only through their engineering and management skills but by behaving in a commercially minded way in their dealings with their counterparts in customer or supplier organisations. This means understanding, amongst other things, the issues surrounding the commencement of work ahead of contract, having a clear contract baseline, recognising the broader implications of contract change, the need for timeliness and the consequences of failing to meet the contracted timetable. This practical one-day programme has been designed specifically to give engineers, project staff and others just that understanding. The course is designed principally to provide engineers and project staff with an appreciation of contractual obligations, liabilities, rights and remedies so that they understand the implications of their actions. It is also suitable for business development staff who are negotiating contracts on behalf of the business. The main focus of the day is on creating an awareness of when a situation may have commercial implications that would harm an organisation's business interests if not recognised and handled appropriately and how taking a positive but more commercial approach to those situations can lead to a more positive outcome for the business. As well as providing an understanding of the commercial imperatives the day also focuses on specific areas affecting engineers and project staff, such as the recognition and management of change, the risks when working outside the contract and managing delays in contracts. The course identifies the different remedies that may apply according to the reasons for the delay and provides some thoughts on pushing back should such situations arise. On completion of this programme the participants will: appreciate the need for contractual controls and will have a better understanding of their relevance and how they can be applied, particularly the issues of starting work ahead of contract, implementing changes and inadvertently creating a binding contract by their behaviour; have gained an understanding of the terminology and procedural issues pertaining to contracting within a programme; and be more commercially aware and better equipped for their roles. 1 Basic contract law - bidding and contract formation Purpose of a contract Contract formation - the key elements required to create a legally binding agreement Completeness and enforceability Express and implied terms Conditions v warranties The use of, and issues arising from, standard forms of sale and purchase Use of 'subject to contract' Letters of intent Authority to commit 2 Change management Recognising changes to a contracted requirement Pricing change Implementation and management of change 3 Key contracting terms and conditions By the end of this module participants will be able to identify the key principles associated with: Pricing Getting paid and retaining payment Cashflow Delivery and acceptance Programme delaysExamining some reasons for non-performance...Customer failureContractor's failureNo fault delays ... and the consequences of non-performance: Damages claimsLiquidated damagesForce majeureContinued performance Waiver clauses and recent case law Use of best/reasonable endeavours Contract termination 4 Warranties, indemnities and liability Express and implied warranties Limiting liability 5 Protection of information Forms of intellectual property Background/foreground intellectual property Marking intellectual property Intellectual property rights Copyright Software Confidentiality agreements Internet

Commercial awareness for project staff and engineers (In-House)
Delivered in Harpenden or UK Wide or OnlineFlexible Dates
Price on Enquiry

Free online MS Awareness training for Social Prescribing Services

4.5(63)

By MS-UK

Free online MS Awareness training session for social prescribing services

Free online MS Awareness training for Social Prescribing Services
Delivered OnlineJoin Waitlist
FREE

Carpentry

By NextGen Learning

Carpentry Course Overview This Carpentry course provides a comprehensive understanding of the fundamentals of woodworking, construction techniques, and key carpentry processes. Learners will gain essential skills to build structural and decorative woodwork, such as floor systems, framing, and staircases, with a focus on precision and safety. The course equips students with a solid foundation in carpentry practices, enabling them to effectively work with various materials, tools, and building techniques. Course Description Throughout the course, learners will explore topics such as tool usage, building materials, and the essentials of carpentry, including adhesives and fasteners. Modules on framing, flooring, roof structures, and exterior installations such as windows and doors provide a well-rounded skillset. This course also covers advanced areas such as concrete construction and stair design. By the end of the course, learners will be proficient in the basics of carpentry and ready to apply their knowledge in real-world settings, having gained an in-depth understanding of construction systems and processes. Carpentry Curriculum Module 01: Introduction to Carpentry Module 02: Tool Checklist and Use Module 03: Building Materials Module 04: Adhesives and Fasteners Module 05: Floor Systems Module 06: Wall Framing Module 07: Roof Framing and Siding Module 08: Windows and Exterior Doors Module 09: Stair Construction Module 10: Concrete Construction (See full curriculum) Who is this course for? Individuals seeking to pursue a career in carpentry. Professionals aiming to develop expertise in construction and building techniques. Beginners with an interest in woodworking or construction. Those looking to enhance their knowledge in the building and construction industry. Career Path Carpenter Construction Worker Building Technician Joiner Site Supervisor Renovation Specialist

Carpentry
Delivered OnlineFlexible Dates
£7.99