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

37097 Design courses in Middleton delivered Online

Build the Game of Life Using JavaScript

By Packt

In this course, we'll build a one-page app using HTML, CSS, and JavaScript called the Game of Life. This course is a great way to practice programming in JavaScript by creating an interactive and dynamic application right in your browser. For this course, you need basic knowledge of HTML, CSS, and JavaScript programming skills.

Build the Game of Life Using JavaScript
Delivered Online On Demand1 hour 25 minutes
£93.99

Advanced Professional Certificate in Strategic Human Resource Management

4.9(261)

By Metropolitan School of Business & Management UK

Advanced Professional Certificate Courses These are short online certificate courses of a more advanced nature designed to help you develop professionally and achieve your career goals, while you earn a professional certificate which qualifies you for the appropriate continuous professional development (CPD). Advanced Professional Certificate in Strategic Human Resource Management The Advanced Professional Certificate in Strategic Human Resource Management Aims to enable the learner to understand the theory and practice of managing human resources in any organization for the strategic alignment with organizational objectives by maintaining, developing and motivating critical talent The learner will be able to learn concepts and skills such as maintaining the work-life balance of employees, managing proper performance measurement, appraisal and reward system, Provision of flexible work style, enhancing the employee psychological contract with the organization, enhancing the recruitment and selection process, ensuring and managing diversity and inclusion, effective team management so that the learner can carry out the human resource function with a goal of productivity for the organization and satisfaction for the employees. Learning Outcomes After the successful completion of the certificate, the student will be able to learn: Establish the importance of the psychological contract between the people and the organization Identify HR practices to improve the state of the psychological contract Consider the design of HRM Policies and Interventions Understand the strategic significance of recruitment and the links to employee selection Identify the stages of recruitment Appreciate the recruitment and selection process from multiple perspectives Analyze and evaluate the procedure for the recruitment of new entrants to an organization Outline and explain the meaning of flexibility and the theoretical model of the flexible firm Evaluate and explain the extent of, and reasons for, the growth in flexible working practices Explore the different perspectives of learning at the organizational and individual level Understand the different methods used to measure and appraise organizational performance Examine the fundamental purposes of reward management Critically review influential theories of work motivation and assess their implications for the design of reward systems Critically analyze the management objectives and strategies related to employee voice Understand stress and the causes of stress in the workplace Critically assess methods of reducing stress levels in an organization Analyze the nature and dynamics of teams, components of effective teamwork Assess the role of business ethics and corporate social responsibility in people management policies Identify the business benefits of workplace diversity Accreditation All MSBM courses are accredited by the relevant partners and awarding bodies. Please refer to MSBM accreditation in about us for more details. Entry Requirements There are no strict entry requirements for this course. Work experience will be added advantage to understanding the content of the course. The certificate is designed to enhance the knowledge of the learner in the field. This certificate is for everyone eager to know more and gets updated on current ideas in their respective field. We recommend this certificate for the following audience. CEO, Director, Manager, Supervisor HR Manager Employee Relations Manager Wellbeing Manager Learning and Development Manager Training Manager

Advanced Professional Certificate in Strategic Human Resource Management
Delivered Online On Demand
£100

LEARN TO MAKE A MACRAME WALLMAT

By Golden Rope

Learn to make a macrame wall mat which is a great item for home decor. You can hang it in your wall and decorate your house like never before.

LEARN TO MAKE A MACRAME WALLMAT
Delivered OnlineFlexible Dates
£50

LEARN TO MAKE A MACRAME WALLMAT

By Golden Rope

Learn to make a macrame wall mat which is a great item for home decor. You can hang it in your wall and decorate your house like never before.

LEARN TO MAKE A MACRAME WALLMAT
Delivered OnlineFlexible Dates
£50

LEARN TO MAKE A MACRAME WALLMAT

By Golden Rope

Learn to make a macrame wall mat which is a great item for home decor. You can hang it in your wall and decorate your house like never before.

LEARN TO MAKE A MACRAME WALLMAT
Delivered OnlineFlexible Dates
£50

Electricity Pricing and Marginal Cost Analysis - Virtual Instructor Led Training (VILT)

By EnergyEdge - Training for a Sustainable Energy Future

Develop a deep understanding of electricity pricing and marginal cost analysis with EnergyEdge's virtual instructor-led training course. Enroll now for a rewarding learning journey!

Electricity Pricing and Marginal Cost Analysis - Virtual Instructor Led Training (VILT)
Delivered in Internationally or OnlineFlexible Dates
£1,399 to £1,499

Level 2, 3 & 4 Retail

By Imperial Academy

Level 4 QLS Endorsed Course with FREE Certificate | CPD & CiQ Accredited | 120 CPD Points | Lifetime Access

Level 2, 3 & 4 Retail
Delivered Online On Demand
£100

Project Development and Testing

By OnlineCoursesLearning.com

Introduction: Once a project officially kicks-off, it enters the development stage. This is essentially the phase at which the project begins to slowly materialise, with team members actively working towards achieving the goal. At this point, stakeholders have been consulted, the project has been pitched and accepted, and it is now time to move into the development phase. During the development stage, a project will go through its conception, initiation, implementation and follow-up phases. At some point during the development stage, team members will begin to create test scenarios, which will lead into the testing phase. The testing phase is the examination and investigation period of a project, which is intended to inform stakeholders of performance levels and allow them to evaluate potential failure risks. In this course, we will identify and study the key aspects that are needed for the successful completion of a project and the importance of project testing. What we will learn in this course: The phases of project development: initiation, planning, design, execution, implementation, testing and monitoring How to develop a project concept The importance of time and communication management The need for project testing The benefits of this course are: You will understand the phases of project development and testing, which will help in building a proper project plan You will learn how to put together a project concept easily and effectively You will learn how to implement a time and communication management plan that will help team members stay on track You will understand the importance of project testing and what happens if parts of the project are neglected Course Modules/Lessons Module 01: The Seven Phases of Project Development: Initiation, Planning, Design, Execution, Implementation, Testing and Monitoring Module 02: How to Develop a Project Concept Module 03: The Important Role of Time Management and Communication Module 04: The Need for Project Testing

Project Development and Testing
Delivered Online On Demand
£50

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

Electrical Engineering Course: Fundamentals of AC Circuit Analysis

5.0(1)

By LearnDrive UK

Embark on a journey through the essentials of AC Circuit Analysis in Electrical Engineering. From understanding alternating current to mastering phasors, reactance, and impedance in RLC circuits, this course is tailored to equip you with fundamental skills for analyzing AC circuits and comprehending power flow dynamics.

Electrical Engineering Course: Fundamentals of AC Circuit Analysis
Delivered Online On Demand1 hour
£5