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

1138 Dele courses delivered On Demand

Treating Phobias - Full Recording

By Practical CBT

What is this webinar about? (indicative) Phobias relate to intense fear or anxiety when exposed to specific objects or situations. They are very different to common childhood fears and can be a source of distress and restriction in adults. This workshop will look at specific techniques used in the contemporary treatment of specific phobias. Key Topics (indicative) Contexts DSM-5 and NICE frameworks Development of Phobias Treatment Exposure Based Treatments and Fear Hierarchies for Specific Phobia Safety Behaviours in Specific Phobias Particular Phobias Emetophobia Hemophobia Fear of Flying Summary and Review The workshop assumes no prior specialist knowledge of specific phobias What previous delegates have said about this workshop. A great overview of phobias. Very helpful to see a proposed treatment plan, learn about the processes involved with feared responses and have practical strategies also. I look forward to putting these into practice next week in CBT sessions! This is a fantastic workshop. Very practical. I now feel competent and confident working with clients who have different phobias and their treatment methods. Thank you Useful practical techniques for dealing with phobias in the therapy room Practical CBT lives up to its name again. Practical techniques and important facts you can put to use straightaway. Who is leading this webinar? Professor Patrick McGhee is a CBT therapist, psychologist and UK National Teaching Fellow. Educated at the universities of Glasgow and Oxford, he has completed CPD programmes at Harvard Business School and Ashridge. In 2017 he was a Visiting Fellow/Scholar at the universities of Cornell, Yale and MIT in the USA. He has taught, researched or practised in psychology and therapy for 30 years. His first post was a Research Fellow in Psychiatry and Psychology at St George's Hospital Medical School, University of London. He is the author of Thinking Psychologically (Palgrave) and co-editor of Accounting for Relationships (Methuen). He is an occasional columnist for the Guardian, the BBC and the Times Higher. He currently works in private practice in Greater Manchester. He has full accreditation from the British Association for Behavioural and Cognitive Psychotherapists.

Treating Phobias - Full Recording
Delivered Online On Demand1 hour
£20

Access 2016 Intermediate

By iStudy UK

This Access 2016 Intermediate is specially designed for you if you are thinking to take your Microsoft Access skills to the next level. Through the course, you'll master more advanced techniques for this powerful database program and build an entire database project from scratch.  From building reports to using conditional formatting, you'll see how to present your data and gain techniques for using Visual Basic to automate common tasks. You will learn to design tables for improved accuracy in data entry by setting default values and restricting data entry, review the various options to share data with other applications, including Word and Excel, learn about Action Queries to automate updating, appending and deleting table data, and review various advanced query techniques such as using Query Joins, Parameter queries, working with totals and Crosstab queries. Finally, you'll build a navigation form to make it easy for your users to find their way around your database.  What Will I Learn? Design Tables for Better Data Entry Share Data with Other Applications Work with Action Queries Advanced Query Techniques Automate Processes with Macros Advanced Forms Advanced Report Techniques Requirements Access 2016 Introduction or equivalent experience. Who is the target audience? Students who want to take Access to the next level and improve their database design skills. Introduction Introduction FREE 00:01:00 Designing Tables for Better Data Entry Reviewing Table Design Principles 00:04:00 Setting Field Size, Formats and Captions 00:06:00 Setting Default Value and Required Fields 00:03:00 Restricting Data Entry Using Data Validation 00:02:00 Restricting Data Entry Using Input Masks 00:06:00 Sharing Data with Other Applications Exporting Tables and Queries to Excel 00:03:00 Importing Data from a TXT File 00:03:00 Importing Data from Excel 00:02:00 Exporting Data to a TXT File 00:02:00 Linking External Data Sources 00:03:00 Using Word Merge 00:02:00 Working with Action Queries What are Action Queries 00:02:00 Creating an Update Query 00:02:00 Creating an Append Query 00:03:00 Creating a Delete Query 00:02:00 Creating a Make Table Query 00:02:00 Changing the Start Number of an Auto Number Field 00:03:00 Advanced Query Techniques Creating Query Joins 00:05:00 Creating Find Unmatached and Find Duplicate Queries 00:03:00 Creating Parameter Queries 00:04:00 Using -Like- Keyword in Parameter Queries 00:02:00 Creating a Top X Query 00:02:00 Reviewing Calculated Query Fields 00:03:00 Summarizing Query Data with Totals 00:03:00 Inserting Where Statements in Summary Queries 00:01:00 Creating a Crosstab Query 00:03:00 Automating Processes with Macros Understanding Macro Basics 00:06:00 Creating Macros to Open Forms by Record 00:04:00 Validating Data Entry with Macros 00:04:00 Creating a Macro to Automate Data Entry 00:03:00 Advanced Data Entry Using Macros and DLOOKUP Function 00:06:00 Advanced Form Using Conditional Formatting 00:02:00 Organizing Form Fields with Tab Controls 00:03:00 Creating a Combo Box Control 00:02:00 Creating an Option Group Control 00:03:00 Using a Subform to Show Data from a Related Table 00:03:00 Advanced Report Techniques Inserting a Chart on a Report 00:03:00 Showing Data in Columns 00:02:00 Inserting a Subreport 00:02:00 Configuring Reports with Parameter Queries 00:04:00 Sending Reports 00:02:00 Conclusion Course Recap 00:01:00 Resources Resources - Access 2016 Intermediate 00:00:00 Course Certification

Access 2016 Intermediate
Delivered Online On Demand2 hours 7 minutes
£25

GraphQL with NodeJs: From Beginner to Advanced Concepts

By iStudy UK

GraphQL is a language that enables you to provide a complete and understandable description of the data in your API, which provides a common interface between the client and the server for data fetching and manipulations. If you ever wondered how to get started with developing GraphQL API using Node.js, then you are in the right place! In this GraphQL with NodeJs: From Beginner to Advanced Concepts you'll learn how to setup a GraphQL server with Node.js and Express. You'll be using the Express middleware express-graphql. Learn Advanced Concepts- Interfaces, Unions, DataLoaders, Caching, Pagination, Sorting, Filtering. Learn Cursor based Pagination in GraphQL. You will learn to build highly scaleable APIS with GraphQL, NodeJs and MongoDB. The course will show you why GraphQL is a viable solution for both new and existing applications and what its advantages are when compared to REST. Furthermore, you'll learn how to use GraphQL on the client side to send queries and mutations to the server. What Will I Learn? Build highly scaleable APIS with GraphQL, NodeJs and MongoDB Secure GraphQL API using JWT Authentication Learn Advanced Concepts- Interfaces, Unions, DataLoaders, Caching, Pagination, Sorting, Filtering Learn Cursor based Pagination in GraphQL Testing with GraphQL, NodeJs and Jest Unit Testing and Integration testing in GraphQL Requirements Knowledge of Javascript is required Knowledge of NodeJs is required Who is the target audience? NodeJs developers who want learn about GraphQL Developers who have basic knowledge of GraphQL but want to learn more advanced concepts in GraphQL Developers who want to learn how to build GraphQL APIs Developers who want to learn how to implement Authentication, Subscriptions, Testing, and Caching in GraphQL Getting Started Create Express Server in NodeJs FREE 00:04:00 Create GraphQL Server using express-graphql FREE 00:08:00 Understand GraphQL Resolver Arguments 00:03:00 Connect GraphQL App with MongoDB using Mongoose 00:04:00 CURD(Create, Read,Update,Delete) Operations with Nodejs, GraphQL, and MongoDB Create Record in MongoDB Using GraphQL Mutation 00:06:00 Get Records From MongoDB Using GraphQL Query 00:02:00 Update Records From MongoDB Using GraphQL Mutation 00:02:00 Delete Record From MongoDB Using GraphQL Mutation 00:02:00 Authentication and Authorization in GraphQL, Nodejs and MongoDB Create GraphQL Server with GraphQL Yoga 00:03:00 Split up your schema definition, resolvers, and Query type into multip 00:07:00 Create a Mongoose User model for Authentication in GraphQL 00:03:00 Register and Encrypt User Data and Return JWT Payload with Graph 00:07:00 Operations and Variables in GraphQL 00:02:00 Validate Input in GraphQL with Joi 00:04:00 Authenticate a User using a JSON Web Token in GraphQL 00:03:00 Merge GraphQL Resolvers into a Single Object using lodash.merge 00:02:00 Create a Middleware for Authentication in GraphQL 00:07:00 Apply Authentication Middleware on GraphQL Resolvers 00:03:00 Create Nested Resolvers to remove duplicate code from individual 00:07:00 Pagination, Filtering, And Sorting in GraphQL Paginate List of Data in GraphQL 00:04:00 Filter Nodes with Matching Rule GraphQL Queries 00:03:00 Sort GraphQL Query Results by Field 00:02:00 Cursor Based Pagination 00:09:00 Fragments, Interfaces, and Unions in GraphQL Send Multiple Queries in a Single Request using Aliases in GraphQL 00:02:00 Enhancing Fields Reusability with Fragments in GraphQL 00:02:00 Create Enum to represents a collection of related values 00:03:00 Create an Interface to represent the reusable fields in GraphQL 00:06:00 Interface Demo with __ResolveType 00:05:00 Create Union to return more than object type from GraphQL field 00:11:00 Subscriptions and DataLoaders in GraphQL Introduction to Subscriptions 00:01:00 Adding real-time functionality with GraphQL Subscriptions 00:06:00 Why Data Loaders in GraphQL 00:02:00 Create DataLoader in GraphQL 00:05:00 Batching in GraphQL 00:05:00 Caching in GraphQL - Udemy 00:03:00 Testing with Jest in GraphQL and NodeJs Integrate Jest Testing Framework with GraphQL, and NodeJs 00:05:00 Write Unit test for Resolvers in GraphQL 00:04:00 Write Integration Test for Queries And Mutations in GraphQL 00:04:00 Course Certification

GraphQL with NodeJs: From Beginner to Advanced Concepts
Delivered Online On Demand2 hours 41 minutes
£25

Management Skills for New Managers

By iStudy UK

Be an excellent manager and master the skills of management through the Management Skills for New Managers course. The course is designed for the new managers who want to upgrade their management skills. You will learn how to engage and motivate the employees for finding the maximum output from them. The course shows you the strategies for creating high engagement and empowerment. Next, the course guides you to know 'lean management' problem-solving and process improvement. Then, the course teaches you how to lead teams efficiently. Instead of these, you will also learn to solve conflict resolution and workplace bullying. In short, the course covers all the essential skills a new manager need to know for handling and managing the office efficiently. Requirements There are no requirements for this course other than the desire to become a highly successful manager. What Will I Learn? Motivate your employees and create high engagement and empowerment. Provide specific job training for your team members. Lead teams to become high performing teams engaged in continuous improvement. Understand and develop 'lean management' problem-solving and process improvement. Resolve conflicts with others and among team members. Who is the target audience? New managers or recently promoted managers who want to learn the basic skills of managing people, leading teams and improving work processes. Any manager wanting to improve their people management skills. Introduction to the Essential Skills Introduction FREE 00:09:00 Self-Assessments FREE 00:04:00 The Mind of the Lean Leader 00:07:00 Values & Culture 00:07:00 Worthy Values 00:08:00 Responsibilities: Communication, Boundaries and Delegation Horizontal Communication 00:10:00 Vertical Communication 00:05:00 Delegation 00:10:00 Boundaries 00:09:00 Developing Employee Skills Basic Skill Trainings 00:08:00 Skill Building Example 00:11:00 Motivating Your Team Members Power of Purpose 00:07:00 Life Cycles and Motivation 00:22:00 Situational Motivatoin 00:15:00 Situational Motivatoin Stimulus Control 00:05:00 Intrinsic Motivation 00:16:00 Coaching and Communication Skills Manager as Coach 00:04:00 Intro to Coaching Skills 00:07:00 Body Language 00:08:00 Rephrasing 00:08:00 Empathy 00:08:00 Acknowledging 00:04:00 Silence 00:04:00 Brainstorming together 00:05:00 Difficult Conversations - Giving and Receiving Feedback Giving Feedback 00:09:00 Receiving Feedback 00:07:00 Discipline - Justice, Discipline and Self-Control Discipline and Justice 00:10:00 Discipline Process 00:10:00 Solving behavior problems 00:06:00 Standard Work 00:13:00 Leader Standard Work 00:07:00 Team Formation and Organization Team Roles 00:08:00 Team Structure 00:11:00 Defining Terms 00:10:00 Stages of Team Development 00:09:00 The Agenda 00:10:00 Team Facilitation & Decision Making Team Facilitation Why 00:10:00 Facilitation Skills 1 00:08:00 Facilitation 2 00:09:00 Enron & The Abilene Paradox 00:09:00 Decision Styles 00:14:00 Consensus Reaching 00:09:00 Conflict Resolution Conflict Resolution Principles 00:11:00 Conflict Resolution Model 00:09:00 Dialogue Introduction 00:05:00 Dialogue Behavior 00:12:00 Keeping Score and Goal Setting Developing Your Team Members 00:07:00 Scorecards 00:13:00 Targets & Objectives 1 00:09:00 Targets & Objectives 2 00:09:00 Problem Solving Process Improvement Attitudes of Problem Solving 00:12:00 Root Cause 00:07:00 PDCA Problem 00:10:00 A3 Problem Solving 00:13:00 Skill of Brainstorming 00:12:00 Improving Your Work Process Processes and Capabilities 00:11:00 Customer Requirements 00:11:00 Process Definition 00:12:00 Work Process Maps 00:17:00 Waste 00:16:00 Management Waste 00:08:00 Variance Analysis 00:12:00 Resources Resources - Management Skills for New Managers 00:00:00

Management Skills for New Managers
Delivered Online On Demand9 hours 46 minutes
£25

Certified Computer Programming Skills Training

By iStudy UK

Learning Computer Programming has never been so easy! Do you want ot learn codes and create your own software? Get this course to learn about coding and become a Programmer. Learn the different coding languages and have a career in one of the most demanding jobs at this moment in time. A computer programmer creates the code for software applications and operating systems. After a software developer designs a computer program, the programmer writes code that converts that design into a set of instructions a computer can follow. He or she tests the program to look for errors and then rewrites it until it is error-free. The programmer continues to evaluate programs that are in use, making updates and adjustments as needed. This course teaches you all the roles and responsibilities you will take as a computer programmer and how to deal with each one of them. It will also teach you about coding which essential for any prospective computer programmer. Course Highlights Certified Computer Programming Skills Training is an award winning and the best selling course that has been given the CPD Certification & IAO accreditation. It is the most suitable course anyone looking to work in this or relevant sector. It is considered one of the perfect courses in the UK that can help students/learners to get familiar with the topic and gain necessary skills to perform well in this field. We have packed Certified Computer Programming Skills Training into 33 modules for teaching you everything you need to become successful in this profession. To provide you ease of access, this course is designed for both part-time and full-time students. You can become accredited in just 1 day, 4 hours and it is also possible to study at your own pace. We have experienced tutors who will help you throughout the comprehensive syllabus of this course and answer all your queries through email. For further clarification, you will be able to recognize your qualification by checking the validity from our dedicated website. Why You Should Choose Certified Computer Programming Skills Training Lifetime access to the course No hidden fees or exam charges CPD Accredited certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential. Who is this Course for? Certified Computer Programming Skills Training is CPD certified and IAO accredited. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. Requirements Our Certified Computer Programming Skills Training is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. Computer Programming at a Glance COMPUTER PROGRAMMING AT A GLANCE 01:00:00 UNDERSTANDING THE LANGUAGE OF THE COMPUTER 00:30:00 Choosing a Language 00:30:00 Basic Programming Language BASIC Programming Language 01:00:00 Getting Started with BASIC Programming Language 01:00:00 BASIC Overview of BASIC Components 01:00:00 BASIC Special Variables 01:00:00 BASIC Probability Functions 01:00:00 Filtering the Data Set or Splitting the Data Set 01:00:00 DATA Blocks 01:00:00 DELETE Statement 01:00:00 FOR...NEXT Statement 01:00:00 IF. . . THEN Statement 01:00:00 PHP Programming Welcome to the world of programming! FREE 00:30:00 Getting Started FREE 01:00:00 Let's Start Coding! 01:00:00 PHP Strings 01:00:00 PHP Variables 01:00:00 Useful Variables 00:30:00 PHP Includes & Problem Solving 01:00:00 Tip When Creating Inc Pages 00:30:00 Redirecting Using PHP 00:30:00 Multiple Conditions 01:00:00 PHP Arrays 01:00:00 PHP Loops 01:00:00 Note on PHP Math Functions: 00:30:00 Functions 01:00:00 PHP Sessions 00:30:00 Cookies 01:00:00 Introduction to MySQL 01:00:00 Making The Connection 01:00:00 Inserting Data 01:00:00 Deleting / Removing Data 00:15:00

Certified Computer Programming Skills Training
Delivered Online On Demand28 hours
£25

Programming for Beginners and Database Basics

By iStudy UK

Become a professional Programmer and Database expert with this popular Course Do you want ot learn codes and create your own software? Get this course to learn about coding and database and become a Programmer. A database is a collection of information that is organized so that it can be easily accessed, managed and updated. A computer programmer creates the code for software applications and operating systems. Data is organized into rows, columns and tables, and it is indexed to make it easier to find relevant information. Data gets updated, expanded and deleted as new information is added. Databases process workloads to create and update themselves, querying the data they contain and running applications against it. The programmer writes code that converts that design into a set of instructions a computer can follow. He or she tests the program to look for errors and then rewrites it until it is error-free. The programmer continues to evaluate programs that are in use, making updates and adjustments as needed. This course teaches you all the roles and responsibilities you will take as a computer Programmer. Learn the concept of the database by signing up for our course. Course Highlights Programming for Beginners and Database Basics is an award winning and the best selling course that has been given the CPD Certification & IAO accreditation. It is the most suitable course anyone looking to work in this or relevant sector. It is considered one of the perfect courses in the UK that can help students/learners to get familiar with the topic and gain necessary skills to perform well in this field. We have packed Programming for Beginners and Database Basics into several modules for teaching you everything you need to become successful in this profession. To provide you ease of access, this course is designed for both part-time and full-time students. You can become accredited in just 20/30 hours and it is also possible to study at your own pace. We have experienced tutors who will help you throughout the comprehensive syllabus of this course and answer all your queries through email. For further clarification, you will be able to recognize your qualification by checking the validity from our dedicated website. Why You Should Choose Programming for Beginners and Database Basics Lifetime access to the course No hidden fees or exam charges CPD Accredited certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential. Who is this Course for? Programming for Beginners and Database Basics is CPD certified and IAO accredited. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. Requirements Our Programming for Beginners and Database Basics is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. Beginners Programming Introduction To Programming 01:00:00 How To Write A Program 01:00:00 The List Of Programming Languages 00:30:00 Selecting The Right Compiler 00:30:00 What Is An Interpreter 00:30:00 How To Write A Program With An Editor 01:00:00 The Functions Of A Debugger 01:00:00 Build Strong Components For Programming 00:15:00 Profiling And Optimizing Your Program 01:00:00 Installing Your Program 00:15:00 BASIC Programming Language 01:00:00 Getting Started with BASIC Programming Language 01:00:00 BASIC Overview of BASIC Components 01:00:00 BASIC Special Variables 01:00:00 BASIC Probability Functions 01:00:00 Filtering the Data Set or Splitting the Data Set 01:00:00 DATA Blocks 01:00:00 DELETE Statement 01:00:00 FOR...NEXT Statement 01:00:00 IF. . . THEN Statement 01:00:00 Wrapping Up 00:30:00 Database Basics What is a Database FREE 01:00:00 Definition of Terms FREE 01:00:00 Database Users and Languages 01:00:00 Components of a Database System 01:00:00 Basic Set Concepts 01:00:00 Relations as a Database 01:00:00 Relational Database Operators 01:00:00 Database keys 01:00:00 Mock Exam Mock Exam- Programming for Beginners and Database for Basics 00:30:00 Final Exam Final Exam- Programming for Beginners and Database for Basics 00:30:00

Programming for Beginners and Database Basics
Delivered Online On Demand26 hours
£25

New Manager's Five-week Success System: 25 Days > Management

By iStudy UK

What Will I Learn? Handle themselves and be seen by peers and their bosses as managers, rather than as capable doers. Manage the people in their group or team, setting effective goals, delegating, and giving feedback. Communicate at a managerial level to negotiate, motivate, and resolve conflict. Deploy five of the most essential tools for any manager to have in your toolkit. Present, solve problems, manage their time, and deal with colleagues in a confident, assertive way. Deal with poor performance, and develop staff. Develop their team and harness the power of a team, dealing with setbacks in team dynamics and running good team meetings. Requirements You won't need any materials or specific knowledge to do this course. However, experience of organisational life will help you to put these modules into context. Description Are you a new manager, and looking to improve your management skills? Then you have come to the right place. This New Manager's Five-week Success System: 25 Days > Management course is designed for new managers who have not had any training in management. This highly engaging management course is intended to take you through the topics you need to know for enhancing your management abilities. It is a quick course helps you build a comprehensive and accurate structure. It also aims to give you clarity where there might not be any right now through a step-by-step process. This course covers area such as Personal Effectiveness, Managing Individuals, Communication Skills, Team Management and Manager's Toolkit efficiently. Dr Mike Clayton - my Management Story Hi, I'm Mike Clayton. I've been training new managers for nearly 20 years. And I was once that new manager myself, so I know the challenge of going from a doing role to a managing role. It doesn't matter how good you are at doing: management is something new.So, I have included in this course all the things I most wish I'd known when i started managing teams of colleagues. And I have created it around nuggets of advice that you can put straight into action: 100 of them.Using thee tools, ideas, and methods, I was promoted from Manager to Senior Manager at Deloitte Consulting in one year - the minimum possible. Here's what you'll get... At the end of this course, you will be able to manage your team well... and to do so with confidence. You will be ready to take your place as an effective manager in your organization. In this course, you'll get 25 modules, covering all the basics of management. They are split into five sections with five themes: personal effectiveness communication skills managing individuals managing teams manager's toolkit Take a look at the 25 lectures in the curriculum to see what you'll be covering, in more detail. So, that's one group of five videos a week: one a day. Each video gives you four essential tips that you can apply straight away to get guaranteed results. They build up into an indispensable list of 100 'do this' essentials that will transform your ability to get results. Do you want to succeed quickly? ...or fail slowly? Take this course if you aim to succeed in management, and you want to make a rapid start. ... Especially if you are in a management role for the first time and feel out of your depth, without the support and guidance you need. Let Mike Clayton, with 20 years of being a manager and training managers, be your guide. Do You Have to do One-a-day for Five Weeks? No. That structure makes it easy for people with only a few minutes to spare, each day. If you prefer to work through them, faster, or to dip in and out, or to watch what you need, when you need it... That's all fine by me. And however you watch these videos, don't forget: I will be here to answer any questions you have. Your Unconditional, No-questions, 30-Day Guarantee The best way to assess how valid this material is in you culture is to try it out. I am so confident that this course will change your life that I offer you an unconditional, no questions asked, full 30 day money-back-in-full guarantee. If you don't think this will give you the tools to do more with your time, then just ask for your money back. And What if you have questions? I will be on hand to answer your questions if you get stuck, puzzled, or just want to know more. As a professional trainer, this is what I do, and I promise to respond within 24 hours of your question arriving with me from Udemy. Enroll Now Enroll for this course now, so you can start to regain control of your life straight away. Who is the target audience? This course is designed for new managers ... or soon to be, new managers. This course is perfect if you are strong technically or functionally, but have had little or no training in the craft of management. Take this course if you aim to succeed in management, and you want to make a rapid start. And particularly take this course if you are in a management role for the first time and feel a little out of your depth, without the support and guidance you need. Assessment & Certification: 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. After you have successfully passed the test, you will be able to buy an internationally recognised Accredited Certificate of Achievement from iStudy. You can however also buy a Course Completion Certificate following the course completion without sitting for the test. Week 1: Personal Effectiveness - How to be an Awesome Professional Monday: Self-confidence FREE 00:06:00 Tuesday: Personal Time Management FREE 00:10:00 Wednesday: Assert Yourself 00:09:00 Thursday: Problem Solving 00:06:00 Friday: Presenting 00:07:00 Week 2: Managing Individuals - How to Get the Best from your People Monday: Goal Setting 00:02:00 Tuesday: Delegation FREE 00:06:00 Wednesday: Feedback 00:04:00 Thursday: Poor Performance 00:07:00 Friday: Coaching 00:06:00 Week 3: Communication Skills - How to Make your Management Voice Heard Monday: Listening 00:03:00 Tuesday: Motivating FREE 00:07:00 Wednesday: Meetings 00:04:00 Thursday: Negotiating 00:05:00 Friday: Conflict 00:04:00 Week 4: Team Management - How to Create and Keep a High Performance Team Monday: The Power of Teams 00:04:00 Tuesday: Team Development 00:08:00 Wednesday: Team Maintenance 00:06:00 Thursday: The Four Essentials of Team Management 00:07:00 Friday: Team Meetings 00:04:00 Week 5: Manager's Toolkit - How to Adapt to Whatever the Job Throws at You Monday: Emotional Intelligence 00:03:00 Tuesday: Transactional Analysis 00:09:00 Wednesday: The SCOPE Process FREE 00:02:00 Thursday: Selecting Management Styles 00:04:00 Friday: The Powerhouse Loop 00:02:00

New Manager's Five-week Success System: 25 Days > Management
Delivered Online On Demand2 hours 15 minutes
£25

DOM Manipulation with JavaScript

By Course Cloud

Course Overview Are you looking to become a Javascript Developer? The DOM Manipulation with JavaScript course breaks down DOM manipulation in JavaScript into easy to follow bitesize modules, ideal for beginners. You will learn how to interact with the DOM to create dynamic interaction on web pages, create new HTML elements and style them dynamically, equipping you with the skills to effectively manipulate the DOM within your website. Through this instructor-guided course, you will build a solid base of knowledge required to become a JavaScript Developer and create dynamic and interactive web pages that can respond to users' actions. It will teach you everything you need to know to make the most of Javascript to get, change, add or delete HTML elements, for expert web development.  Enrol in this step-by-step training course today and learn DOM manipulation from the experts. This best selling DOM Manipulation with JavaScript has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth DOM Manipulation with JavaScript is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The DOM Manipulation with JavaScript is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The DOM Manipulation with JavaScript is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the DOM Manipulation with JavaScript, you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the DOM Manipulation with JavaScript will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the DOM Manipulation with JavaScript to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

DOM Manipulation with JavaScript
Delivered Online On Demand
£25

Time Management Training Course Online

By Lead Academy

Quality Guarantee: Promising training excellence, satisfaction gurantee Accredited by: CPD UK & Quality License Scheme Tutor Support: Unlimited support via email, till you complete the course Recognised Certification: Accepted by thousands of professional bodies Start Anytime: With 1 year access to the course materials Online Learning Learn from anywhere, whenever you want From this immersive course, you will gain valuable strategies to eliminate time-wasting habits, manage distractions, organise your schedule, and thrive in personal and professional endeavours. This course at a glance Accredited by CPD UK Endorsed by Quality Licence Scheme Know five attitudes to time and the secret to fulfilment Learn how to make dull activities interesting Understand the key reasons for not managing time Learn the OATS principle Understand how to set great goals and know what is important Know how to deal with a feeling of overwhelm Learn how to delegate effectively Understand how to schedule your day Learn how to schedule activities into your day Understand what is overload and overwhelm Learn how to remember what's outstanding Know how to clear a backlog Why Time Management Training Course right for you? This comprehensive course is crafted for those who want to learn to set great goals and know what is important. You will learn why goal-setting works, know how to set the SMARTEST goals and understand what is important or urgent. This online course will help you master the OATS principle, the powerhouse loop, how to clear a backlog, and how to remember what is outstanding. This interactive course will educate you on time management solutions to common challenges, timing and scheduling. You will learn the ultimate time management tools and strategies to schedule activities into your day. By the end of the course, you will know how to structure your day for productivity, time management solutions to common challenges, and what to do when everything else fails. Time Management Training Course Details Accredited by International Practitioners of Holistic Medicine (IPHM) is a leading accredited organisation that certifies and regulates alternative therapists, healers, and training providers around the world. After completing the IPHM accredited course you will be eligible to apply for the insurance.   CPD certificates are accepted by thousands of professional bodies and government regulators here in the UK and around the world. Many organisations look for employees with CPD requirements, which means, that by doing this course, you would be a potential candidate in your respective field.   The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. Course Curriculum Start Here and Learn the Basics 5 Lectures Trailer: Why You Need This Course Five Attitudes to Time… and the Secret to Fulfilment How to Make Dull Activities Interesting Why You Cannot Manage Time The Oats Principle Outcomes: Setting Great Goals and Knowing What is Important Why Goal-setting Works Set the Smartest Goals Is It Important… or is It Just Urgent. Activities: Being Able to Get Things Done Avoid the 'to Do Tyranny' The Oats Principle and the Powerhouse Loop What to Do About to Do Items That Hang Around How to Remember What's Outstanding How to Clear a Backlog Four Questions to Guide Your Response to a Task Time Management Solutions to Common Challenges What Are Overload and Overwhelm How to Deal With a Feeling of Overwhelm Are You an Elephant or an Octopus Multi-tasking, and How to Do It Well… if You Must How to Delegate Effectively Timing and Scheduling: How to Structure Your Day for Productivity How to Get Really Good at Estimating How to Schedule Your Day When to Schedule Activities Into Your Day Conclusions: What to Do When All Else Fails The Ultimate Time Management Tool: How to Say No How Would You Like $86,400 A Final Thought Who should take this course? This time management training course is designed for those who want to have in-depth knowledge in time management solutions to common challenges, steps to set great goals and know what is important. It is suitable for those who want to pursue their career in time management training. Entry Requirements There are no academic entry requirements for this time management training course, and it is open to students of all academic backgrounds. However, you are required to have a laptop/desktop/tablet or smartphone and a good internet connection. Assessment Method This time management training course assesses learners through multiple-choice questions (MCQs). Upon successful completion of the modules, learners must answer MCQs to complete the assessment procedure. Through the MCQs, it is measured how much a learner can grasp from each section. In the assessment pass mark is 60%. Certification Endorsed Certificate from Quality Licence Scheme After successfully passing the MCQ exam you will be eligible to order the Endorsed Certificate by Quality Licence Scheme. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. It will give you a competitive advantage in your career, making you stand out from all other applicants and employees. There is a Quality Licence Scheme endorsement fee to obtain an endorsed certificate which is £65. Certificate of Achievement from Lead Academy After successfully passing the MCQ exam you will be eligible to order your certificate of achievement as proof of your new skill. The certificate of achievement is an official credential that confirms that you successfully finished a course with Lead Academy. Certificate can be obtained in PDF version at a cost of £12, and there is an additional fee to obtain a printed copy certificate which is £35. FAQs Is CPD a recognised qualification in the UK? CPD is globally recognised by employers, professional organisations and academic intuitions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. CPD-certified certificates are accepted by thousands of professional bodies and government regulators here in the UK and around the world. Are QLS courses recognised? Although QLS courses are not subject to Ofqual regulation, they must adhere to an extremely high level that is set and regulated independently across the globe. A course that has been approved by the Quality Licence Scheme simply indicates that it has been examined and evaluated in terms of quality and fulfils the predetermined quality standards. When will I receive my certificate? For CPD accredited PDF certificate it will take 24 hours, however for the hardcopy CPD certificate takes 5-7 business days and for the Quality License Scheme certificate it will take 7-9 business days. Can I pay by invoice? Yes, you can pay via Invoice or Purchase Order, please contact us at info@lead-academy.org for invoice payment. Can I pay via instalment? Yes, you can pay via instalments at checkout. How to take online classes from home? Our platform provides easy and comfortable access for all learners; all you need is a stable internet connection and a device such as a laptop, desktop PC, tablet, or mobile phone. The learning site is accessible 24/7, allowing you to take the course at your own pace while relaxing in the privacy of your home or workplace. Does age matter in online learning? No, there is no age limit for online learning. Online learning is accessible to people of all ages and requires no age-specific criteria to pursue a course of interest. As opposed to degrees pursued at university, online courses are designed to break the barriers of age limitation that aim to limit the learner's ability to learn new things, diversify their skills, and expand their horizons. When I will get the login details for my course? After successfully purchasing the course, you will receive an email within 24 hours with the login details of your course. Kindly check your inbox, junk or spam folder, or you can contact our client success team via info@lead-academy.org

Time Management Training Course Online
Delivered Online On Demand
£25

Multisim: Circuit Design and Simulation without Software Online Training

By Lead Academy

Multisim: Circuit Design and Simulation without Software Training Course Overview Are you looking to begin your circuit design and simulation without software career or want to develop more advanced skills in circuit design and simulation without software? Then this Multisim: circuit design and simulation without software online training course will set you up with a solid foundation to become a confident electronic engineer and help you to develop your expertise in circuit design and simulation without software. This Multisim: circuit design and simulation without software online training course is accredited by the CPD UK & IPHM. CPD is globally recognised by employers, professional organisations and academic intuitions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. CPD certified certificates are accepted by thousands of professional bodies and government regulators here in the UK and around the world. Whether you are self-taught and you want to fill in the gaps for better efficiency and productivity, this Multisim: circuit design and simulation without software online training course will set you up with a solid foundation to become a confident electronic engineer and develop more advanced skills. Gain the essential skills and knowledge you need to propel your career forward as a electronic engineer. The Multisim: circuit design and simulation without software online training course will set you up with the appropriate skills and experience needed for the job and is ideal for both beginners and those currently working as a electronic engineer. This comprehensive Multisim: Circuit design and simulation without software online training course is the perfect way to kickstart your career in the field of circuit design and simulation without software. This Multisim: circuit design and simulation without software online training course will give you a competitive advantage in your career, making you stand out from all other applicants and employees. If you're interested in working as a electronic engineer or want to learn more skills on circuit design and simulation without software but unsure of where to start, then this Multisim: circuit design and simulation without software online training course will set you up with a solid foundation to become a confident electronic engineer and develop more advanced skills. As one of the leading course providers and most renowned e-learning specialists online, we're dedicated to giving you the best educational experience possible. This Multisim: Circuit design and simulation without software online training course is crafted by industry expert, to enable you to learn quickly and efficiently, and at your own pace and convenience. Who should take this course? This comprehensive Multisim: circuit design and simulation without software online training course is suitable for anyone looking to improve their job prospects or aspiring to accelerate their career in this sector and want to gain in-depth knowledge of circuit design and simulation without software. Entry Requirements There are no academic entry requirements for this Multisim: circuit design and simulation without software online training course, and it is open to students of all academic backgrounds. As long as you are aged seventeen or over and have a basic grasp of English, numeracy and ICT, you will be eligible to enrol. Career path This Multisim: circuit design and simulation without software online training course opens a brand new door for you to enter the relevant job market and also provides you with the chance to accumulate in-depth knowledge at the side of needed skills to become flourishing in no time. You will also be able to add your new skills to your CV, enhance your career and become more competitive in your chosen industry. Course Curriculum Introduction Introduction What Is a Circuit Simulator Getting Started Getting Started with Multisim Live Build Your First Circuit Build Your First Circuit Simulate Your First Circuit Simple DC LED Circuit Simulate Simple DC LED Circuit Sine to Square Wave Converter Using an Analog Comparator Sine to Square Wave Converter Using an Analog Comparator Fuse Burn Indicator Fuse Burn Indicator Power BJT Switching With Speed-Up Capacitor Power BJT Switching With Speed-Up Capacitor Simple Series and Parallel Connection Simple Series and Parallel Connection Digital to Analog Converter - DAC Digital to Analog Converter - DAC Saving Editing and Deleting Circuits. Saving Editing and Deleting Circuits Multisim Live on Mobile Simulate Electronic Circuits on Mobile using Multisim Live on Mobile Grapher and Different Simulation Modes Grapher and Different Simulation Modes Multisim and UltiBoard Circuit Design and PCB Manufacturing Introduction Download and Install Multisim and Ultiboard Multisim User Interface Explained Drawing a Simple Schematic Create a Schematic for Arduino UNO Shield Arduino Boards Templates for Multisim Multisim Templates for Custom Arduino Shields Create PIC Microcontroller Breakout Board Schematic Recognised Accreditation CPD Certification Service This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. CPD certificates are accepted by thousands of professional bodies and government regulators here in the UK and around the world. Many organisations look for employees with CPD requirements, which means, that by doing this course, you would be a potential candidate in your respective field. Certificate of Achievement Certificate of Achievement from Lead Academy After successfully passing the MCQ exam you will be eligible to order your certificate of achievement as proof of your new skill. The certificate of achievement is an official credential that confirms that you successfully finished a course with Lead Academy. Certificate can be obtained in PDF version at a cost of £12, and there is an additional fee to obtain a printed copy certificate which is £35.   FAQs Is CPD a recognised qualification in the UK? CPD is globally recognised by employers, professional organisations and academic intuitions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. CPD-certified certificates are accepted by thousands of professional bodies and government regulators here in the UK and around the world. Are QLS courses recognised? Although QLS courses are not subject to Ofqual regulation, they must adhere to an extremely high level that is set and regulated independently across the globe. A course that has been approved by the Quality Licence Scheme simply indicates that it has been examined and evaluated in terms of quality and fulfils the predetermined quality standards. When will I receive my certificate? For CPD accredited PDF certificate it will take 24 hours, however for the hardcopy CPD certificate takes 5-7 business days and for the Quality License Scheme certificate it will take 7-9 business days. Can I pay by invoice? Yes, you can pay via Invoice or Purchase Order, please contact us at info@lead-academy.org for invoice payment. Can I pay via instalment? Yes, you can pay via instalments at checkout. How to take online classes from home? Our platform provides easy and comfortable access for all learners; all you need is a stable internet connection and a device such as a laptop, desktop PC, tablet, or mobile phone. The learning site is accessible 24/7, allowing you to take the course at your own pace while relaxing in the privacy of your home or workplace. Does age matter in online learning? No, there is no age limit for online learning. Online learning is accessible to people of all ages and requires no age-specific criteria to pursue a course of interest. As opposed to degrees pursued at university, online courses are designed to break the barriers of age limitation that aim to limit the learner's ability to learn new things, diversify their skills, and expand their horizons. When I will get the login details for my course? After successfully purchasing the course, you will receive an email within 24 hours with the login details of your course. Kindly check your inbox, junk or spam folder, or you can contact our client success team via info@lead-academy.org

Multisim: Circuit Design and Simulation without Software Online Training
Delivered Online On Demand
£25