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

38161 Courses delivered Online

AS Level Physics

By Spark Generation

Explore the laws of the universe with this self-paced course from Spark Generation! From mechanics to electromagnetism, learn more about the world of matter and energy. This self-paced course guides you through real-world applications, experiments, and problem-solving exercises. Join us to unravel the mysteries of the physical world!

AS Level Physics
Delivered Online On Demand48 hours
£4.50

New Excel Functions

By Ideas Into Action

New Excel Functions   Course Description   Ross Maynard     Description In the second half of 2020 Microsoft released a significant upgrade to the most used spreadsheet programme in the world. Microsoft Excel now offers the ability to handle dynamic arrays – functions that return a range of results that update as the source data changes. In this course, we discuss the power of dynamic arrays and introduce the new functions. The functions I am going to cover are: RANDARRAY- creating a table of random numbers or random dates UNIQUE – identifying the distinct items in a list SEQUENCE – listing numbers with a set interval SORT and SORTBY – new ways of dynamically sorting data FILTER – building the ability to filter data into formulae XLOOKUP – replacing VLOOKUP with greater flexibility IFS and SWITCH making it easier to construct IF statements The new CONCAT, and TEXTJOIN text functions   If you have an earlier version of Microsoft Excel then these functions will not be available to you and this course might not be for you. But if you do have a subscription to Office365 – either personally or through your work – I think you will find this course extremely useful.         Learning Outcomes Participants in this course will learn: What the new dynamic arrays feature in Microsoft Excel means How the new RANDARRAY function works How the new UNIQUE function works How the new SEQUENCE function works How the new SORT and SORTBY functions work How the new FILTER function works How the new XLOOKUP function can replace VLOOKUP How to build IF statements with the new IFS function How the new SWITCH function works How the new TEXTJOIN function can replace CONCATENATE and CONCAT How the new functions can be used in management reporting     Course Requirements There are no pre-course requirements.   Additional Resources Course Spreadsheet with the examples covered.       About Ross Ross Maynard is a Fellow of the Chartered Institute of Management Accountants in the UK. He is director of Ideas2Action Process Excellence Ltd and has 30 years’ experience as a process improvement consultant and facilitator. Ross is also a professional author of online training courses for accountants. Ross lives in Scotland with his wife, daughter and Cocker Spaniel

New Excel Functions
Delivered Online On Demand
£4.61

History Highlights: The Great Fire of London

By Achieve with Louise

A recorded lesson about The Great Fire of London, perfect for 7-11 year olds.

History Highlights: The Great Fire of London
Delivered Online On Demand40 minutes
£4

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

ISO 14001 Lead Implementer

By Nexus Human

Duration 4.125 Days 24.75 CPD hours This course is intended for The job roles best suited to the material in this course are: Managers or consultants involved in Environmental Management, Expert advisors seeking to master the implementation of an Environmental Management System, Individuals responsible for maintaining conformance with EMS requirements , EMS team members Overview Acknowledge the correlation between ISO 14001, ISO 14040 and other standards and regulatory frameworks Master the concepts, approaches, methods and techniques used for the implementation and effective management of an EMS Learn how to interpret the ISO 14001 requirements in the specific context of an organization Learn how to support an organization to effectively plan, implement, manage, monitor and maintain an EMS Acquire the expertise to advise an organization in implementing Environmental Management System best practices ISO 14001 Lead Implementer training enables you to develop the necessary expertise to support an organization in establishing, implementing, managing and maintaining an Environmental Management System (EMS) based on ISO 14001. During this training course, you will also gain a thorough understanding of the best practices of Environmental Management Systems, consequently reducing an organization?s negative environmental impacts and improving its overall performance and efficiency Introduction to ISO 14001 and initiation of an EMS Course objective and structure Standard and regulatory framework Environmental Management System (EMS) Fundamental principles of environmental management Initiating the EMS implementation Understanding the organization and clarifying the environmental objectives Analysis of the existing management system Plan the implementation of the EMS Leadership and approval of the EMS project EMS scope Policies for environmental management Risk assessment Definition of the organizational structure of environmental management Implementation of an EMS Definition of the document management process Design of controls and drafting of specific policies & procedures Communication plan Training and awareness plan Implementation of controls Incident Management Operations Management EMS monitoring, measurement, continuous improvement and preparation for certification audit Monitoring, measurement, analysis and evaluation Internal audit Management review Treatment of problems and non-conformities Continual improvement Preparing for the certification audit Competence and evaluation of implementers Closing the training

ISO 14001 Lead Implementer
Delivered OnlineFlexible Dates
Price on Enquiry

55039 Windows PowerShell Scripting and Toolmaking

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for administrators in a Microsoft-centric environment who want to build reusable units of automation, automate business processes, and enable less-technical colleagues to accomplish administrative tasks. Overview Describe the correct patterns for building modularized tools in Windows PowerShell Build highly modularized functions that comply with native PowerShell patterns Build controller scripts that expose user interfaces and automate business processes Manage data in a variety of formats Write automated tests for tools Debug tools This course covers advanced Windows PowerShell topics, with an emphasis on building reusable tools. Students are introduced to workflow, engage in best practices, and learn a variety of script development and toolmaking techniques. Tool Design Tools do one thing Tools are flexible Tools look native Start with a Command Why start with a command? Discovery and experimentation Build a Basic Function and Module Start with a basic function Create a script module Check prerequisites Run the new command Adding CmdletBinding and Parameterizing About CmdletBinding and common parameters Accepting pipeline input Mandatory-ness Parameter validation Parmeter aliases Emitting Objects as Output Assembling information Constructing and emitting output Quick tests An Interlude: Changing Your Approach Examining a script Critiquing a script Revising the script Using Verbose, Warning, and Informational Output Knowing the six channels Adding verbose and warning output Doing more with verbose output Informational output Comment-Based Help Where to put your help Getting started Going further with comment-based help Broken help Handling Errors Understanding errors and exceptions Bad handling Two reasons for exception handling Handling exceptions in our tool Capturing the actual exception Handling exceptions for non-commands Going further with exception handling Deprecated exception handling Basic Debugging Two kinds of bugs The ultimate goal of debugging Developing assumptions Write-Debug Set-PSBreakpoint The PowerShell ISE Going Deeper with Parameters Parameter positions Validation Multiple parameter sets Value from remaining arguments Help messages Aliases More CmdletBinding Writing Full Help External help Using PlatyPs Supporting online help ?About? topics Making your help updatable Unit Testing Your Code Sketching out the test Making something to test Expanding the test Going further with Pester Extending Output Types Understanding types The Extensible Type System Extending an object Using Update-TypeData Analyzing Your Script Performing a basic analysis Analyzing the analysis Publishing Your Tools Begin with a manifest Publishing to PowerShell Gallery Publishing to private repositories Basic Controllers: Automation Scripts and Menus Building a menu Using UIChoice Writing a process controller Proxy Functions A proxy example Creating the proxy base Modifying the proxy Adding or removing parameters Working with XML Data Simple: CliXML Importing native XML ConvertTo-XML Creating native XML from scratch Working with JSON Data Converting to JSON Converting from JSON Working with SQL Server Data SQL Server terminology and facts Connecting to the server and database Writing a query Running a query Invoke-SqlCmd Thinking about tool design patterns Design tools that use SQL Server for data storage Final Exam Lab problem Break down the problem Do the design Test the commands Code the tool

55039 Windows PowerShell Scripting and Toolmaking
Delivered OnlineFlexible Dates
Price on Enquiry

Make-Up Artistry

By Course Cloud

Learn the basics of makeup artistry and build a solid foundation in sanitation, contouring, eye makeup, and special effects. You will get to know about the latest tools, learn about color theory, and gain skills that translate directly into creating bridal, brow, and lip makeup. Enhance your professional portfolio and show your talent to the world!

Make-Up Artistry
Delivered Online On Demand1 hour 35 minutes
£5.99

Literacy and Numeracy - How to teach students

4.8(23)

By Academica Mentoring

Literacy & Numeracy and how to teach students

Literacy and Numeracy - How to teach students
Delivered Online On Demand3 hours
£2.99

The Birth of the Industrial Revolution

By Ideas Into Action

The Birth of the Industrial Revolution in Britain 1707 to 1830   Course Description   Introduction The Industrial Revolution started in Britain in the eighteenth century. A number of factors converged to create the conditions for developments in industry and science. Agricultural improvements created a cadre of wealthy landowners with money to invest. Improved educational opportunities, particularly in Scotland, created a broader set of young people with ideas and ambition. Greater religious freedom allowed individuals of talent to develop businesses. Interest in science and technology blossomed and the birth of the coffee house culture brought people with ideas into the orbit of those with money. But it was not all rosy. The new culture of ideas and experimentation was almost entirely limited to men. A woman’s place was seen to be in the home. At the same time the slave trade flourished providing much of the wealth for investment and, shamefully, Britain was a key facilitator in this odious business – and there were few voices of dissent at the time. And the poor lived short and brutish lives of hard physical work in grim conditions with an inadequate diet and very little healthcare. In this course I am going to take you through the key milestones of the early industrial revolution – in the textile industry, in coal mining and iron production, in civil engineering; in the development of steam power and the birth of the railways.     Course Pre-Requisites There are no course pre-requisites.     What Students will Learn The history of the industrial revolution in Britain from 1707 to 1830 The factors that created the conditions for the industrial revolution Developments in the textile industry in the eighteenth century The development of steam as a source of power The birth of steam locomotion Developments in coal, coke and iron Civil engineering in the eighteenth century Scientific developments in the eighteenth century     Curriculum SS1 The Birth of the Industrial Revolution 6 mins SS2 The Textiles Revolution 13 min SS3 The Birth of the Steam Engine 10 mins SS4 The Age of Steam Locomotion 14 mins SS5 Fuelling the Industrial Revolution 10 mins SS6 The Engineering Revolution 6 mins SS7 The Scientific Revolution 18 mins SS8 Black Lives during the Industrial Revolution 5 mins SS9 The Birth of the Industrial Revolution 2 mins SS10 The Industrial Revolution History Quiz 19 mins   Total time: 1 hour 44 minutes     Additional Resources None     Course Tutor Your tutor is Ross Maynard. Ross is a Fellow of the Chartered Institute of Management Accountants in the UK and has 30 years’ experience as a process improvement consultant specialising in finance processes. Ross is also a professional author of online training courses for accountants. Ross lives in Scotland with his wife, daughter and Cocker Spaniel

The Birth of the Industrial Revolution
Delivered Online On Demand
£4.61

Level 1, 2 & 3 Diploma in Animal Care and First Aid Training - CPD Certified

5.0(1)

By Empower UK Employment Training

Level 1, 2 & 3 Diploma in Animal Care and First Aid Training This Animal Care course is designed to transform you into a connoisseur of animal care and welfare. Developed with precision and expertise, this all-encompassing animal care course unfolds the multi-faceted world of animal well-being, covering everything from basic health and nutrition to advanced animal care topics like Animal Psychology and First Aid. Learning Outcomes: Define 'animal care & welfare' with precision, assimilating the legal and ethical ramifications. Gain an authoritative grasp on animal care by learning how to meticulously assess an animal's health status by understanding behavioural, physical, and physiological indicators. Obtain a comprehensive list of animal health aspects that are crucial for animal care worker in maintaining an animal's well-being. Grasp the importance of treatments, and delve into the specifics of administering proper animal care, including protocols vital for recovery and ongoing health. Familiarise yourself with the imperative of microchipping, a cornerstone in modern animal care that safeguards against loss and aids in quick identification. Attain a comprehensive grasp of pet nutrition essentials, enabling you to make informed choices for sustaining animal care, health and well-being. Acquire specialised knowledge in animal first aid, including essential skills in managing cardiac and respiratory emergencies and administering CPR. Manage allergic reactions effectively, and ascertain how to position an animal during emergencies for optimal recovery. Learn to counteract animal poisoning, insect stings, heatstroke, and shock. More Benefits: LIFETIME access Device Compatibility Free Workplace Management Toolkit Level 1, 2 & 3 Diploma in Animal Care and First Aid Training Course Syllabus Animal Care & Welfare: Gain a comprehensive understanding of the principles and practices essential to Animal Care and welfare. This module is engineered to provide learners with a holistic understanding of the three foundational pillars of animal care & welfare: a robust biological function, a stable emotional state, and the liberty to manifest natural behaviours. Animal Health & Nutrition in Animal Care: This module is skillfully curated to equip you with the essentials for fostering a thriving environment for animals. Recognise the integral role a sound health and nutrition system plays in elevating the quality of life for your pets or animals under professional animal care. Master the fundamentals of animal health and nutrition as they relate to comprehensive Animal Care. Hygiene And First Aid for Animals: Acquire skills in maintaining hygiene and administering first aid in the context of Animal Care. Delve into the nitty-gritty of animal first aid, a crucial skill set for both pet owners and professionals. Learn what constitutes first aid, why it's indispensable, and the situations that demand veterinary intervention. This module educates you on identifying the main classifications of emergencies, including life-threatening situations that require immediate attention. Getting to Know The Dogs & Puppies: This section aims to enhance your relationship with arguably the most loyal companions in the animal kingdom: dogs. Despite their famed loyalty and affection, dogs can sometimes exhibit behaviours that are perplexing or challenging. This module helps demystify those behaviours, ushering you into a realm of understanding that elevates your interaction with dogs to unprecedented levels. Understand the specific needs and behaviours of dogs and puppies for effective Animal Care. Getting to Know The Kittens And Cats: This section kicks off with a deep dive into feline behavior. Explore the multifaceted aspects of what makes a cat tick, whether it's their notorious independence or their elusive playfulness. Decode the enigmatic nature of cats, ranging from their grooming habits to their complex social cues, so that you can appreciate and respond to them in a more meaningful way. Learn about the unique requirements and characteristics of kittens and cats in Animal Care. Animal Psychology through Animal Care: Gain insights into animal psychology and behaviour to enhance your Animal Care practices. Animal Psychology serves as an intellectual nexus where science meets empathy, dissecting the fascinating world of animal minds across different species. In this advanced and stimulating module, you'll embark on an investigative journey to unravel the cognitive and emotional intricacies of the animals that share our world, elevating your understanding from mere observation to deeply informed comprehension.

Level 1, 2 & 3 Diploma in Animal Care and First Aid Training - CPD Certified
Delivered Online On Demand5 hours 24 minutes
£5