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

35854 Design courses in Strabane delivered Online

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

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

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

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

AutoCAD Plugin Development Using VB.NET and Windows Forms

5.0(2)

By Institute of Beauty & Makeup

CPD Accredited | Career Oriented Learning Modules | 24x7 Tutor Support | Lifetime Access

AutoCAD Plugin Development Using VB.NET and Windows Forms
Delivered Online On Demand1 hour
£12

Professional Certificate Course in Corporate Work Environment in London 2024

4.9(261)

By Metropolitan School of Business & Management UK

This course aims to provide learners with a comprehensive understanding of workforce management in organizations, HR strategies, work environments, and psychological environments.After the successful completion of the course, you will be able to learn about the following, Workforce Management in Organizations: Basic Concept & Role of HR in Organization. Job Design In Organization. HR Strategies: The Performance Management System. The Performance Management Cycle. Work Environment: Communication framework. Conflict Resolution. Psychological Environment: Employees wellbeing. Employee Wellbeing Programme. By the end of this course, learners will be able to apply practical strategies to manage employees effectively, design HR policies and practices, create a positive work environment, and foster a psychologically safe workplace culture. This course will equip learners with the knowledge and skills necessary to effectively manage and optimize their organization's workforce, ensuring their business is competitive, sustainable and able to attract and retain the best talent. The aim of this course is to provide learners with a comprehensive understanding of workforce management in organizations, HR strategies, work environment, and psychological environment. By the end of this course, learners will be able to apply practical strategies to effectively manage employees, design HR policies and practices, create a positive work environment, and foster a psychologically safe workplace culture. This course will equip learners with the knowledge and skills necessary to effectively manage and optimize their organization's workforce, ensuring their business is competitive, sustainable and able to attract and retain the best talent. VIDEO - Course Structure and Assessment Guidelines Watch this video to gain further insight. Navigating the MSBM Study Portal Watch this video to gain further insight. Interacting with Lectures/Learning Components Watch this video to gain further insight. Corporate Work Environment Self-paced pre-recorded learning content on this topic. Corporate Work Environment Put your knowledge to the test with this quiz. Read each question carefully and choose the response that you feel is correct. All MSBM courses are accredited by the relevant partners and awarding bodies. Please refer to MSBM accreditation in about us for more details. 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 learner's knowledge in the field. This certificate is for everyone eager to know more and get updated on current ideas in their respective field. We recommend this certificate for the following audience. HR Manager Employee Relations Specialist Diversity and Inclusion Manager Training and Development Manager Occupational Health and Safety Specialist Compensation and Benefits Specialist Talent Acquisition Manager Organizational Development Consultant Employee Engagement Specialist Average Completion Time 2 Weeks Accreditation 3 CPD Hours Level Advanced Start Time Anytime 100% Online Study online with ease. Unlimited Access 24/7 unlimited access with pre-recorded lectures. Low Fees Our fees are low and easy to pay online.

Professional Certificate Course in Corporate Work Environment in London 2024
Delivered Online On Demand14 days
£36

Social Event Planning and Management

4.8(9)

By Skill Up

Step into the vibrant world of social event organisation! Master the intricate details of event planning and seamlessly orchestrate memorable gatherings.

Social Event Planning and Management
Delivered Online On Demand43 minutes
£25

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

Web Games with JavaScript - Create Your Own 5 Fun Word Games

By Packt

This course is designed to help you master the concepts of JavaScript needed to create interactive web games. You will create five interesting word games that will teach you how to write and test the game code in JavaScript.

Web Games with JavaScript - Create Your Own 5 Fun Word Games
Delivered Online On Demand8 hours 26 minutes
£18.99

Data Protection (GDPR) Practitioner Certificate - live, online

By Computer Law Training

GDPR Practitioner

Data Protection (GDPR) Practitioner Certificate - live, online
Delivered Online
£1,350