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

6958 Courses

SQL Programming Masterclass

4.9(27)

By Apex Learning

Course Overview: Are you ready to embark on a journey into SQL Programming? Unlock the power of data manipulation and database management with the SQL Programming Masterclass. This comprehensive course is meticulously designed throughout this masterclass to provide you with an in-depth understanding of SQL, starting from the basics and progressing to advanced topics. You will explore SQL data types, filtering and sorting data, working with functions, handle NULL values, and even diving into complex SQL concepts like joins, unions, etc. With a course duration of carefully crafted lessons, this Masterclass ensures you grasp SQL's nuances and develop the proficiency to apply these skills effectively.By the end of the SQL Programming Masterclass, you will be prepared to navigate the world of databases confidently. Enrol in this course today and start your journey! Key Features of the Course: CPD certificate upon completion 24/7 learning assistance and support Who is This Course For? This course is perfect for individuals seeking to enhance their data management and analysis skills. Whether you're a data analyst, database administrator, software developer, or professional looking to upskill, this course will empower you to harness the power of SQL programming. Prior programming experience is not mandatory, making it accessible to beginners and intermediate learners. What You Will Learn: Foundations of SQL programming: Learn the basics of SQL, database management systems, and the tools used in this course, such as PostgreSQL and SQLectron. Data manipulation: Master the art of extracting, filtering, and sorting data based on specific requirements using various SQL keywords and operators. Advanced querying techniques: Dive deeper into SQL programming by exploring functions, grouping and aggregating data, and using advanced query techniques. Data conversion and manipulation: Discover how to convert data types, concatenate strings, manipulate characters and numbers, and utilise case statements for more sophisticated queries. Joining tables: Understand the different types of joins and how to combine data from multiple tables using join operations effectively. Data modification: Learn how to insert, update, and delete records in a database, as well as manage table structures and constraints.Joining tables: Understand the different types of joins and how to combine data from multiple tables using join operations effectively. Views and schemas: Explore the concepts of views and schemas, and learn how to create and use them to organise and present data effectively. Why Enrol in This Course: Top-reviewed course: Join thousands of satisfied learners who have praised this course for its clear explanations, comprehensive content, and examples. Recently updated curriculum: Benefit from the most up-to-date information and industry best practices in SQL programming. In-demand skills: SQL programming is a highly sought-after skill in today's job market, opening up numerous career opportunities across industries. Requirements: No prior programming experience is required. All you need is a computer with an internet connection and a willingness to learn. Career Path: Upon completing the SQL Programming Masterclass, you'll have the knowledge and skills for various career paths, including: Data Analyst - Average UK salary: £35,000 per year Database Administrator - Average UK salary: £40,000 per year Business Intelligence Analyst - Average UK salary: £45,000 per year SQL Developer - Average UK salary: £40,000 per year Data Engineer - Average UK salary: £55,000 per year Software Developer - Average UK salary: £45,000 per year Data Scientist - Average UK salary: £60,000 per year Certification: Upon completing the Hygiene and Infection Control CPD Level 4 course, you will receive a CPD certificate. It demonstrates your commitment to maintaining the highest standards of hygiene and infection control. Course Curriculum 17 sections • 117 lectures • 10:47:00 total length •Introduction: 00:01:00 •Tools Used in This Course: 00:01:00 •Download PostgreSQL: 00:02:00 •Install PostgreSQL: 00:03:00 •Download SQLectron: 00:02:00 •Install SQLectron: 00:01:00 •Connect to PostgreSQL - Credentials: 00:01:00 •Connect to PostgreSQL Using SQLectron: 00:02:00 •Import Course Data Using SQLectron: 00:02:00 •FOR WINDOWS 32-BIT USERS: Download, Install, Configure & Import Data: 00:08:00 •Check Imported Data: 00:06:00 •What is a Database?: 00:01:00 •SQL Data Types: 00:02:00 •Finally Some Fun! Extracting Data Based on Requirements: 00:01:00 •Filtering Data using WHERE Keyword: 00:08:00 •Filter Data by Range Using BETWEEN: 00:03:00 •Filter Data by Set of Values Using IN: 00:03:00 •Filter Data by Date: 00:05:00 •More Filtering by Date: 00:03:00 •Another Query Filtering by Date: 00:01:00 •Filter Data by Strings: 00:04:00 •More Filtering by Strings: 00:05:00 •More Filtering by Strings 2: 00:10:00 •More Filtering by Strings 3: 00:02:00 •How to Ignore Caps when Filtering by String: 00:04:00 •AND Operator: 00:10:00 •OR Operator: 00:12:00 •NOT Operator: 00:09:00 •AND, OR & NOT Operators: Which Has the Highest Priority?: 00:06:00 •Basic Math Operations: 00:06:00 •Modulo Operator: 00:04:00 •Calculate The Net Salary for Employees: 00:06:00 •Filter Data with Math Equations: 00:03:00 •Concatenate Strings with '||' Operator: 00:06:00 •Concatenate Strings with Numbers: 00:02:00 •Give Your Report Fields A Cool Name: 00:04:00 •A Report for Payroll: 00:07:00 •Order Records by Column: 00:06:00 •Order Records by Multiple Columns: 00:12:00 •How Alias Names Cannot Be Used with WHERE: 00:02:00 •LIMIT Record Count Fetched by Your Query: 00:08:00 •Fetch A Field's Unique Values Using DISTINCT: 00:03:00 •Using DISTINCT Keyword with Multiple Columns: 00:06:00 •What is a NULL Value Anyway?: 00:05:00 •Build More Sophisticated Queries with CASE Statements: 00:10:00 •Your Knowledge So Far Under A Great Test: 00:09:00 •Let Me Introduce You to Functions: 00:04:00 •SUM Function: 00:04:00 •AVG (Average) Function: 00:04:00 •COUNT Function: 00:07:00 •MIN & MAX Functions: 00:04:00 •How To Count Your Field's Unique Values: 00:04:00 •GROUP BY Clause: Use Functions with Dimensions: 00:06:00 •GROUP BY More Than One Dimension: 00:05:00 •Now For Some Tough Workout: 00:09:00 •Filter By Aggregate Functions with HAVING Clause: 00:08:00 •Character Functions - UPPER, LOWER & INITCAP: 00:08:00 •Character Functions - CONCAT & LENGTH: 00:10:00 •Character Functions - LPAD & RPAD: 00:13:00 •Character Functions - TRIM: 00:04:00 •Character Functions - REPLACE: 00:09:00 •Character Functions - SUBSTR: 00:10:00 •Number Functions - MOD & ROUND: 00:11:00 •Number Functions - TRUNC: 00:07:00 •Selectception: A Select Query inside another Select Query!: 00:06:00 •Auto Data Conversion in SQL: 00:11:00 •Cast Date to Character: 00:10:00 •Cast Number to Character: 00:09:00 •Cast Timestamp to Character: 00:07:00 •Cast Character to Number: 00:08:00 •Cast Character to Date & Timestamp: 00:09:00 •UNION: 00:03:00 •UNION ALL: 00:02:00 •Important Note about Combining Queries: 00:02:00 •INTERSECT: 00:01:00 •EXCEPT: 00:01:00 •Employees & Departments Tables Revised: 00:03:00 •Entity Relationship Diagram (ERD): 00:09:00 •Cartesian Join: 00:09:00 •Table Aliases with Joins: 00:07:00 •Why I Don't Recommend Cartesian Joins: 00:08:00 •Inner Join: 00:06:00 •In-Depth Look into Join Types in SQL: 00:03:00 •Outer Join - Right, Left & Full: 00:08:00 •INSERT a New Record to a Table: 00:09:00 •Insert Without Specifying Column Names: 00:09:00 •UPDATE a Record's Field Values: 00:07:00 •CAUTION! How an UPDATE Query Can Go Wrong: 00:04:00 •Update a Record Using Single-Row Functions: 00:04:00 •A Good Exercise: Extract Employee's Email Address: 00:02:00 •Solution: Extract Employee's Email Address: 00:13:00 •DELETE a Table's Record: 00:06:00 •Insert Records with Nested Select Queries: 00:06:00 •SQL Data Types Revised: 00:13:00 •Bookstore Data Set: Let's Move It to Database: 00:04:00 •Create Your First Table!: 00:08:00 •Insert Data to Your New Table: 00:08:00 •Change Column Data Type: 00:07:00 •Rename Column: 00:04:00 •Add a New Column to Table: 00:04:00 •Constraints in SQL: 00:01:00 •Primary Keys: 00:14:00 •NOT NULL Constraint: 00:05:00 •UNIQUE Constraint: 00:04:00 •DEFAULT Constraint: 00:04:00 •Foreign Keys: 00:08:00 •Use Foreign Keys with Joins - Books & Publishers: 00:06:00 •Foreign Keys - Properties: 00:06:00 •Drop Column: 00:01:00 •DROP Table: 00:01:00 •Create a New Table with Select Statement: 00:05:00 •A Trick to Create an Empty Table with Select Statement: 00:03:00 •Insert New Records Using Select Statement: 00:06:00 •Views: 00:03:00 •Schemas: 00:02:00 •Create & Use Schemas: 00:04:00 •Resources - SQL Programming Masterclass: 00:00:00

SQL Programming Masterclass
Delivered Online On Demand10 hours 47 minutes
£12

Focus Awards Level 3 Award in Education and Training (RQF)

4.9(27)

By Apex Learning

Course Overview: The demand for skilled professionals in education and training has soared, with a projected growth rate of 5% annually in the next decade. This Focus Awards Level 3 Award in Education and Training (RQF) course provides an unparalleled opportunity to confidently excel in your teaching skills, ensuring you positively impact learners of all ages.This course is tailored to equip learners with the comprehensive knowledge and skills necessary to excel in this dynamic field. With an emphasis on understanding roles, responsibilities, and relationships in education, alongside inclusive teaching methodologies and assessment strategies, this course stands as a cornerstone for those aspiring to make a significant impact in the educational sector.Enrol now to transform your career and make a lasting impact in education and training! Key Features of the Course: Level 3 Award in Education and Training(Regulated qualification) 24/7 Learning Assistance Interesting Learning Materials Who is This Course For? This Focus Awards Level 3 Award in Education and Training (RQF) course is ideal for individuals passionate about teaching and training, regardless of their prior experience. Whether you are looking to kickstart your career as an educator, transition into a new role within the education sector, or enhance your existing teaching skills, this course provides the foundation you need to succeed. What You Will Learn: Throughout this course, you will delve into a wide range of essential topics and modules. Starting with an induction form, you will progress through units such as understanding roles, responsibilities, and relationships in education and training. You will explore legislation, regulatory requirements, and codes of practice, promoting equality, valuing diversity, and promoting appropriate behaviour and respect for others. Furthermore, you will gain insights into learner needs and points of referral, identifying inequality, promoting inclusion, and understanding safeguarding, preventing duty, and British values. The course also covers micro-teaching, inclusive teaching and learning approaches, theories of learning, communication skills, assessment methods, involving learners in the assessment process, and much more. Why Enrol in This Course: By enrolling in the Focus Awards Level 3 Award in Education and Training, you gain access to a top-reviewed course that has been recently updated to meet the latest industry standards. This course is aligned with current educational trends and equips you with the valuable skills and knowledge required to excel in the field. Requirements: No specific prior qualifications or experience are necessary to undertake this Focus Awards Level 3 Award in Education and Training (RQF) course. However, a strong command of the English language, both written and verbal, is essential to benefit from the course content fully. Career Path: Upon completing this Focus Awards Level 3 Award in Education and Training (RQF) course, you will be well-prepared for various rewarding career paths within the education sector. Some potential professions include: Teaching Assistant, £17,000 - £24,000 per annum Adult Education Tutor, £23,000 - £35,000 per annum Private Tutor - Average UK Salary: £20 - £40 per hour Training Coordinator £22,000 - £30,000 per annum Learning and Development Officer- £25,000 - £40,000 per annum Further Education Lecturer- £24,000 - £40,000 per annum Assessor - Average UK Salary- £18,000 - £30,000 per annum Certification: Upon completing the Focus Awards Level 3 Award in Education and Training (RQF) course, you will receive a CPD certificate, demonstrating your commitment to continuous professional development and enhancing your employability in the education sector. Course Curriculum 35 sections • 110 lectures • 08:48:00 total length •Getting Started AET: 00:00:00 •Application Form: 00:00:00 •Induction Form: 00:00:00 •Registration Entry Form: 00:00:00 •Assignment Preparation Guideline: 00:00:00 •Beginners Guide to Referencing: 00:00:00 •Self-Assessment Grid - Understanding Roles, Responsibilities and Relationships in Education and Training: 00:00:00 •Guidance For Achieving the Unit - Understanding Roles, Responsibilities and Relationships in Education and Training: 00:15:00 •An introduction to the Level 3 Award in Education and Training: 00:30:00 •Teaching Roles, Responsibilities, Relationships and Boundaries in Education and Training: 00:30:00 •Legislation, Regulatory Requirements and Codes of Practice: 00:15:00 •Promoting Equality and Valuing Diversity: 00:25:00 •Promoting Appropriate Behaviour and Respect for Others: 00:20:00 •Learner Needs and Points of Referral: 00:30:00 •Table of Examples of Teaching Roles and Responsibilities: 00:10:00 •Table of Example Boundaries of Teaching: 00:10:00 •The Teaching, Learning and Assessment Cycle: 00:10:00 •Table of Potential Learner Needs and Points of Referral: 00:10:00 •Identifying Inequality: 00:05:00 •Learner Differences: 00:05:00 •Ways to Promote and Advance Equality: 00:15:00 •Ways to Promote Inclusion: 00:10:00 •Safeguarding, Prevent Duty and British Values: 00:20:00 •Tips for Teachers and Trainers: 00:15:00 •Equality and Diversity - Glossary of Terms: 00:25:00 •Teaching, Learning and Assessment Checklist: 00:20:00 •Advancing Equality and Diversity Checklist: 00:20:00 •Pre-Course Assessment Form: 00:00:00 •Action Plan Template for Achievement of The Award: 00:00:00 •Course Evaluation Form: 00:00:00 •Beginner's Guide to Referencing: 00:25:00 •Verbs Used in The Award's Assessment Criteria with Their Meanings: 00:05:00 •Glossary of Educational Terms: 00:25:00 •Educational Abbreviations and Acronyms: 00:15:00 •An introduction to the Level 3 Award in Education and Training: 00:30:00 •Teaching Roles, Responsibilities, Relationships and Boundaries in Education and Training: 00:30:00 •Legislation, Regulatory Requirements and Codes of Practice: 00:30:00 •Promoting Equality and Valuing Diversity: 00:30:00 •Promoting Appropriate Behaviour and Respect: 00:30:00 •Learner Needs and Points of Referral: 00:30:00 •Award in Education and Training Level 3 Workshop Objectives: 00:16:00 •Understanding Roles, Responsibilities and Relationships in Education and Training: 01:38:00 •Self-Assessment Grid - Understanding and Using Inclusive Teaching and Learning Approaches in Education and Training: 00:00:00 •Guidance For Achieving the Unit - Understanding and Using Inclusive Teaching and Learning Approaches in Education and Training: 00:25:00 •Micro Teaching: 00:00:00 •Detailed Guide to Micro-Teaching Session: 00:00:00 •Inclusive Teaching and Learning: 00:30:00 •Teaching, Learning and Assessment Approaches: 00:30:00 •Providing Opportunities for English, Maths, ICT and Wider Skills: 00:30:00 •Theories of Learning: 00:25:00 •Communication: 00:25:00 •Induction, Icebreakers and Ground Rules: 00:30:00 •Creating a Scheme of Work: 00:30:00 •Creating a Session Plan: 00:30:00 •Self-Evaluation and Continuing Professional Development: 00:20:00 •Table of Resources Which Could Be Used for Teaching, Learning and Assessment: 00:05:00 •Table of Teaching and Learning Approaches and Activities: 00:25:00 •Table of Objectives: 00:05:00 •The Environment - Examples of Physical, Social and Learning Aspects: 00:05:00 •Template - Induction Checklist: 00:00:00 •Template - Icebreaker - Bingo: 00:00:00 •Template - Icebreaker - Getting to Know You: 00:00:00 •Template - Rationale for a Scheme of Work: 00:00:00 •Completed Example of a Rationale for a Scheme of Work: 00:15:00 •Template - Scheme of Work: 00:00:00 •Completed Example of a Scheme of Work: 00:05:00 •Template - Session Plan: 00:00:00 •Completed Example of a Session Plan: 00:10:00 •Template - Personal Development Plan: 00:00:00 •Completed Example of a Personal Development Plan: 00:05:00 •Template - Continuing Professional Development (CPD) Record: 00:00:00 •Completed Example of a Continuing Professional Development (CPD) Record: 00:05:00 •Template - Reflective Learning Journal: 00:00:00 •Completed Example of a Reflective Learning Journal: 00:10:00 •Template - Summary and Action Plan: 00:00:00 •Completed Example of a Summary and Action Plan: 00:05:00 •Verbal, Listening, Non-Verbal and Written Communication Skills Checklist: 00:15:00 •Inclusive Teaching and Learning: 00:45:00 •Teaching, Learning and Assessment Approaches: 00:45:00 •Providing opportunities for English, Maths, ICT and Wider Skills: 00:45:00 •Theories of Learning: 00:45:00 •Communication: 00:30:00 •Induction, Icebreakers and Ground Rules: 00:35:00 •Creating a Scheme of Work: 00:45:00 •Devising an Inclusive Teaching and Learning Plan (Session Plan): 00:45:00 •Self-Evaluation and Continuing Professional Development: 00:45:00 •Understanding and Using Inclusive Teaching and Learning Approaches in Education and Training: 01:41:00 •Self-Assessment Grid - Understanding Assessment in Education and Training: 00:00:00 •Guidance For Achieving The Unit - Understanding Assessment in Education and Training: 00:10:00 •Assessment Types: 00:10:00 •Assessment Methods: 00:05:00 •Involving Learners and Others in the Assessment Process: 00:12:00 •Making Assessment Decisions and Providing Feedback: 00:35:00 •Record Keeping: 00:20:00 •Table of Assessment Methods, Approaches and Activities: 00:10:00 •Table of Assessment Types: 00:15:00 •Table of Advantages and Limitations of Peer and Self Assessment: 00:10:00 •Table of Example Teaching Records: 00:10:00 •Assessor Roles and Responsibilities: 00:05:00 •A Full Set of Assessment Record Templates: 00:00:00 •Completed Example of A Full Set of Assessment Records: 00:25:00 •Assessment Types: 00:45:00 •Assessment Methods: 00:35:00 •Involving Learners and Others in the Assessment Process: 00:45:00 •Making Assessment Decisions and Providing Feedback: 00:45:00 •Record Keeping: 00:30:00 •Understanding Assessment in Education and Training: 00:31:00 •Assignments: 00:00:00 •Resubmission: 00:00:00 •Submit Your Assignments: 00:00:00

Focus Awards Level 3 Award in Education and Training (RQF)
Delivered Online On Demand8 hours 48 minutes
£12

Advanced Diploma in User Experience UI/UX Design

4.9(27)

By Apex Learning

Course Overview: The demand for User Experience (UX) and User Interface (UI) designers is skyrocketing. Our Advanced Diploma in User Experience UI/UX Design is a comprehensive program that equips you with the knowledge and skills to craft seamless and user-centric designs that leave a lasting impact.Through a series of thoughtfully designed modules, learners will not only gain an understanding of UX/UI but also the dynamics of the Web Industry, Graphic Design implications, and the intricate details of UX Design, followed by an extensive dive into UI Design and Optimization techniques. Ultimately, the course incorporates a holistic understanding of the Careers in UX/UI, empowering students to venture confidently into this promising field.Enrol in this Advanced Diploma in User Experience UI/UX Design course today and start your journey to a successful career in UX or UI design! Key Features of the Course: CPD Certification 24/7 Learning Assistance Interesting Learning Materials Who is This Course For? This Advanced Diploma in User Experience UI/UX Design course is ideal for aspiring UX/UI designers, web developers, graphic designers, product managers, and professionals looking to enhance their design skills. Whether you are a beginner or have some experience in design, this course will help you develop a solid foundation and master the intricacies of UX/UI design. What You Will Learn: In the first part of the Advanced Diploma in User Experience UI/UX Design course, you will dive into the fundamentals, including the difference between UX and UI, the roles and responsibilities of designers in a team, and an overview of the web development process. You will also explore the psychology of colour, working with fonts and icons, and the essential tools and techniques used in graphic design. Moving forward, you will uncover the core principles of UX design, learn how to analyse user profiles, identify pain points, and create user personas. You will gain insights into customer journeys, sales funnels, and the principles of influence. Through hands-on projects, you will develop skills in creating storyboards, mood boards, and information architecture. In the latter part of the course, you will focus on wireframing, prototyping, and testing, ensuring your designs are user-friendly and intuitive. You will learn about usability reports, the "Above the Fold" rule, and optimisation using analytics and heat maps. The course also provides valuable guidance on launching a UX/UI design career, including freelancing, personal branding, and building a professional website. Why Enrol in This Course: Join thousands of satisfied learners who highly rated this Advanced Diploma in User Experience UI/UX Design course for its comprehensive curriculum and effective approach. Benefit from up-to-date industry insights and the latest design trends, ensuring you stay ahead of the curve. UX/UI design is one of the fastest-growing fields, offering abundant job opportunities and career growth potential. Develop your design thinking and problem-solving skills, unleashing your creative potential to craft extraordinary user experiences. Requirements: Enrolling in this Advanced Diploma in User Experience UI/UX Design course requires a basic understanding of design concepts and access to a computer with an internet connection. No prior coding or design experience is required. Career Path: Upon completing this Advanced Diploma in User Experience UI/UX Design course, you will be well-prepared for a range of exciting career opportunities, including: UX/UI Designer (£35,000 - £55,000 per annum) Web Developer (£30,000 - £45,000 per annum) Graphic Designer (£25,000 - £40,000 per annum) Product Manager (£40,000 - £70,000 per annum) UX Researcher (£35,000 - £50,000 per annum) Interaction Designer (£35,000 - £60,000 per annum) User Experience Architect (£45,000 - £75,000 per annum) Certification: Upon completing the Advanced Diploma in User Experience UI/UX Design course, you will receive a CPD certificate, widely recognised as a mark of excellence in the professional development of individuals. Enrol today and join the ranks of successful designers who have harnessed the power of user-centric design to create remarkable digital experiences. Course Curriculum 9 sections • 112 lectures • 12:52:00 total length •Learn UX/UI Course Overview: 00:05:00 •Section Overview: 00:04:00 •UX vs UI: 00:04:00 •UX/UI Designer Marketplace: 00:05:00 •Overview of UX Roles: 00:06:00 •Web Industry Section Overview: 00:03:00 •The Phases of Web Development: 00:13:00 •Designer Responsibilities (working in a team): 00:09:00 •Roles & Descriptions (working in a team): 00:05:00 •Agile Approach To Project Management: 00:12:00 •Scrum - Flexible Framework: 00:06:00 •Project Management Apps: 00:13:00 •XD Lesson - Introduction: 00:13:00 •Graphic Design Section Overview: 00:02:00 •The Psychology of Color: 00:13:00 •Color Wheel & Color Schemes: 00:06:00 •Working with Fonts: 00:10:00 •Working With Icons: 00:04:00 •XD Lesson - Tools, Object Manipulation and Components: 00:13:00 •XD Lesson - Font Styles and Artboard Settings: 00:07:00 •Graphic Design Software Tools: 00:03:00 •Adobe XD lesson 4 - Icons & Vector Graphics: 00:14:00 •UX Design Section Overview: 00:04:00 •What is User Experience Design? (UX): 00:09:00 •UX Design Process: 00:03:00 •The UX Analysis Process: 00:08:00 •Working with User Profiles: 00:03:00 •Understanding User Pain Points: 00:03:00 •XD Lesson 5 Class Project: Сompetitive Analysis: 00:10:00 •Developing a Persona Part 1: 00:05:00 •Developing a Persona Part 2: 00:05:00 •Customer Journey: 00:04:00 •Customer Journey vs Sales Funnel: 00:04:00 •3 Phases of a Sales Funnel: 00:07:00 •4 Stages of a Sales Funnel: 00:06:00 •Macro/Micro Conversions: 00:05:00 •Stages of Market Sophistication: 00:06:00 •Lead Generation Funnel: 00:06:00 •Digital Product Sales Funnel: 00:05:00 •7 Principles of Influence: 00:12:00 •Age Based Influence Triggers: 00:06:00 •Gender Influence Triggers: 00:06:00 •Interest Based Marketing: 00:04:00 •Understanding User Flow: 00:08:00 •XD Lesson 6 Class Project: Userflow - Your first UX deliverable: 00:07:00 •Working with Story Boards: 00:05:00 •XD Lesson 7 Class Project: Crafting a Story board: 00:09:00 •Working with Moodboards: 00:04:00 •XD Lesson 8 Class Project: Creating Moodboard: 00:11:00 •Sitemap & Information Architecture: 00:07:00 •XD Lesson - Class Project: App Architecture: 00:09:00 •Low and Hi Fidelity Wireframes: 00:03:00 •XD Lesson - Class Project: Login Screen Wireframe Using Material Design: 00:08:00 •Working with Prototypes: 00:04:00 •XD Lesson - Class Project: Home Screen Wireframe and Linking: 00:07:00 •XD Lesson - Class Project: Adding Interaction to Wireframes: 00:10:00 •Testing and Evaluating: 00:11:00 •UX Deliverables: 00:03:00 •UX Design Conclusion: 00:01:00 •UI Design Section Overview: 00:03:00 •UI Design Overview: 00:03:00 •Types of Interfaces: 00:10:00 •Landing Pages Overview: 00:10:00 •XD Lesson - Using Grids in XD: 00:08:00 •XD Lesson - Single Card design: 00:13:00 •UI Controls: 00:07:00 •UI Components: 00:12:00 •Navigational Components: 00:12:00 •Header Design Overview: 00:07:00 •XD Lesson - Mobile & Desktop: Header Design: 00:10:00 •XD Lesson - Mobile & Desktop: Dropdown Design: 00:06:00 •Common Layouts Overview: 00:08:00 •XD Lesson - Common Layouts: 00:07:00 •Mobile & Desktop Footer Design Overview: 00:07:00 •XD Lesson - Mobile & Desktop: Footer Design: 00:06:00 •Mobile & Desktop Button Design Overview: 00:05:00 •XD Lesson - Mobile & Desktop: Button Design: 00:10:00 •XD Lesson - Mobile & Desktop: Input Design: 00:07:00 •Mobile & Desktop Filter Search Bar Design Overview: 00:06:00 •Adobe XD Lesson - Mobile & Desktop: Filter Design: 00:07:00 •Adobe XD Lesson - Mobile & Desktop: Search Design: 00:03:00 •UI Kit Overview: 00:05:00 •Adobe XD Lesson - Desktop and Mobile: UI Kit: 00:06:00 •Microinteractions Overview: 00:05:00 •Adobe XD lesson - Microinteractions: 00:07:00 •Optimization Section Overview: 00:02:00 •Feedback Review & Getting Referrals: 00:04:00 •'Above the Fold' Rule: 00:04:00 •Adobe XD lesson - Designing a Powerful Above the Fold: 00:08:00 •Using Analytics For Optimization: 00:05:00 •Heat Maps & Element Placements: 00:04:00 •Crafting A Usability Report Overview: 00:08:00 •Adobe XD lesson - Crafting Reports in XD: 00:20:00 •Careers in UX/UI Section Overview: 00:06:00 •Your Daily Productivity Hub: 00:14:00 •How To Start Freelancing: 00:08:00 •Client Consulting: 00:04:00 •Building a Brand: 00:10:00 •Personal Branding: 00:06:00 •The Importance of Having a Website: 00:08:00 •Creating a Logo: 00:05:00 •Step by Step Website Setup: 00:17:00 •UI Templates: 00:06:00 •Logo Templates: 00:04:00 •Creating a Business Email: 00:06:00 •Networking Do's and Don'ts: 00:04:00 •Top Freelance Websites: 00:10:00 •UX/UI Project Scope Questions: 00:10:00 •Laser Focus & Productivity Tools: 00:06:00 •The Places to Find UX Jobs: 00:05:00 •Resources - Advanced Diploma in User Experience UI/UX Design: 00:00:00 •Assignment - Advanced Diploma in User Experience UI/UX Design: 00:00:00

Advanced Diploma in User Experience UI/UX Design
Delivered Online On Demand12 hours 52 minutes
£12

Questioning, Listening & Face-to Face Communication

By ZandaX

Learn the vital core skills of questioning and listening skills, and face-to-face communication. Includes Verbal Skills & Asking Questions, Open & Closed Questions, The Funnel, Active Listening, Face‐to‐Face Communication, Rules for Success

Questioning, Listening & Face-to Face Communication
Delivered Online On Demand1 hour
£12.99

The Nature of Good Communication

By ZandaX

Learn how good communication works, and how your style relates to this. Includes Rules of Communication, Your Communication Style, Your Self Image, Clarifying Objectives, Reviewing Your Assumptions.

The Nature of Good Communication
Delivered Online On Demand1 hour
£12.99

Fixing Your Communication Problems

By ZandaX

Learn how to deal with, and prevent, communication problems. Includes Identifying Problems, Opposition & Conflict, Difficult Messages, Assertiveness & Intimidation, Best Practices.

Fixing Your Communication Problems
Delivered Online On Demand1 hour
£12.99

Telephone, Writing & the Basics of Social Media

By ZandaX

Learn telephone and written communication skills, as well as how to create an effective social media profile. Includes Better Telephone Communication, Overcoming Challenges on the Phone, Writing Structure & Quick Tips, Social Media Basics.

Telephone, Writing & the Basics of Social Media
Delivered Online On Demand1 hour
£12.99

Behaviour and Down syndrome

4.8(5)

By Down Syndrome Training & Support Service Ltd

The inclusion of children with Down syndrome - expectations of behaviour By considering the learning profile of a child with Down syndrome and looking at areas of need this one day course will aim to address areas where difficult behaviours may develop. It will look at expectations, appropriate behaviour, including self help skills and go on to outline positive strategies by focusing on wanted behaviour.

Behaviour and Down syndrome
Delivered In-PersonFlexible Dates
£20

Team Management

4.7(160)

By Janets

Register on the Team Management today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get an e-certificate as proof of your course completion. The Team Management is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The Team Management Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification Upon successful completion of the course, you will be able to obtain your course completion e-certificate free of cost. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the Team Management, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16. Course Content Module 01: Defining Team Defining Team 00:28:00 Module 02: Understanding Management and Leadership Understanding Management and Leadership 00:26:00 Module 03: Building High Performing Teams Building High Performing Teams 00:28:00 Module 04: Motivating Team Members Motivating Team Members 00:37:00 Module 05: Talent Management Talent Management 00:35:00 Module 06: Stress Management and Mental Health Stress Management and Mental Health 00:23:00 Module 07: Succession Planning Succession Planning 00:31:00 Module 08: Communication Skills Communication Skills 00:42:00 Module 09: Negotiation Techniques Negotiation Techniques 00:19:00 Module 10: Managing Change Managing Change 00:21:00 Module 11: Managing Time Managing Time 00:28:00 Module 12: Managing Conflict Managing Conflict 00:31:00 Module 13: Risk Management Process Risk Management Process 00:14:00 Module 14: Managing Virtual Teams Managing Virtual Teams 00:17:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Team Management
Delivered Online On Demand6 hours 20 minutes
£25

Professional Certificate Course in The Role of Motivation Teamwork and Communication in Leadership in London 2024

4.9(261)

By Metropolitan School of Business & Management UK

Through this course, we will teach you the essential Relationship between Leadership, Motivation, Teamwork, and Communication and how they impact Performance. Discover the Concept of Employee Performance and Organisational Performance and how to enhance both for maximum success. You'll also learn about Group Dynamics and the important factors that contribute to effective teamwork, including Tuckman's Model of Group Development and Belbin's Team Roles. Gain a deep understanding of Theories and Models of Motivation, such as Maslow's Need Hierarchy, Herzberg's Motivation-Hygiene Theory, and Vroom's Expectancy Theory. Finally, explore Theories and Models of Communication, including Berlo's SMCR Model and the Shannon-Weaver Model of Effective Communication, and learn how to overcome Communication Barriers for more Effective Communication. After the successful completion of the course, you will be able to learn about the following, Strong leadership, motivation, teamwork, and communication skills are critical for achieving high performance in any organization. Employee performance and organizational performance are interlinked and can be enhanced through effective leadership, teamwork, and communication. Understanding group dynamics, team roles, motivation theories, and communication models can help overcome communication barriers and improve team performance. Through this course, we will teach you the essential Relationship between Leadership, Motivation, Teamwork, and Communication and how they impact Performance. Discover the Concept of Employee Performance and Organisational Performance and how to enhance both for maximum success. You'll also learn about Group Dynamics and the important factors that contribute to effective teamwork, including Tuckman's Model of Group Development and Belbin's Team Roles. Gain a deep understanding of Theories and Models of Motivation, such as Maslow's Need Hierarchy, Herzberg's Motivation-Hygiene Theory, and Vroom's Expectancy Theory. Finally, explore Theories and Models of Communication, including Berlo's SMCR Model and the Shannon-Weaver Model of Effective Communication, and learn how to overcome Communication Barriers for more Effective Communication. 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. Understanding the role of motivation, teamwork and communication in leadership Self-paced pre-recorded learning content on this topic. The Role of Motivation Teamwork and Communication in Leadership 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. CEO, Director, Manager, Supervisor Managers and Leaders at all levels Human Resource Professionals Communication Specialists Team Leaders and Supervisors Organizational Development Professionals Entrepreneurs and Small Business Owners Management Consultants 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 The Role of Motivation Teamwork and Communication in Leadership in London 2024
Delivered Online On Demand14 days
£42