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

17135 Other courses in Scunthorpe delivered Online

Negotiation Skills

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is for anyone who finds themselves needing to improve their negotiating skills in the workplace. Overview Develop the skills necessary for successful negotiation. Identify key negotiation concepts and strategies. Learn the key elements in preparing for negotiation to help ensure success. Develop a BATNA (Best Alternative to a Negotiated Agreement) before starting negotiation. Identify what we bring to the negotiation table that could get in the way of successful negotiation. Generate options to getting to a shared agreement Prepare for and practice negotiating in a safe environment Being able to negotiate well is critical for any project professional. You need to clarify what you hope to gain from negotiating, as well as understand the other side?s objectives to reach a mutually beneficial result. This course provides essential tips on how to prepare for negotiation, including managing emotions and understanding what all parties contribute to the process. You will also learn the difference between positions and interests and how to bargain to generate options to find the win-win. The course provides an opportunity to apply concepts taught to a real-life situation and to practice negotiating in a safe environment. Note: This course will earn you 7 PDUs. 1 - Negotiation Overview Negotiation defined Negotiation strategies 3 Negotiation approaches Negotiation Process 2 - Preparing your Negotiation Mindset Mental models Personal values Forms of power Managing emotions Identifying your personal hot buttons Cooling down techniques 3 - Prepare for Negotiation Determine if negotiation is your best path Determine negotiation goal Collect relevant information Identify your BATNA Identify your interests under your position Build an effective environment Prepare your opening statements 4 - Negotiation Tips to Remember Before you Begin Negotiating Present your opening statement Exchange information - identify interests Bargain and generate options for mutual gain Finalize agreement & conclude negotiation Overcoming negotiation challenges

Negotiation Skills
Delivered OnlineFlexible Dates
Price on Enquiry

Oracle Database 12c: PL/SQL I - Introduction

By Nexus Human

Duration 4.375 Days 26.25 CPD hours This course is intended for The target audience for this course is all Oracle professionals. Among the specific groups for whom this course will be helpful are: Application designers and database developers Database administrators Web server administrators Overview This eTextbook begins with an explanation of the intent and usage of the PL/SQL programming language for database applications. Important reasons why one should incorporate PL/SQL modules within the application architecture right from the initial design and planning phase are presented. Next one learns how to begin building executable PL/SQL program units. One learns about each of the major segments of a working program and how these interact with each other during program execution, including the important error or exception handling capabilities of the language. The final section goes beyond the basics and begins to explore advanced topics that will be useful later in the Sideris Oracle PL/SQL developer textbook series. One learns techniques and features that allow modular and reusable programs to be developed, increasing productivity and maintainability of database applications. his eTextbook introduces one to Oracle database programming using the PL/SQL programming language. One will learn the syntax, structure and features of the language. This textbook will also lay the foundation for the entire Sideris Oracle PL/SQL programming series, allowing one to progress from introductory topics to advanced application design and programming and finally onto writing complex high-performance applications. his eTextbook introduces one to Oracle database programming using the PL/SQL programming language. One will learn the syntax, structure and features of the language. This textbook will also lay the foundation for the entire Sideris Oracle PL/SQL programming series, allowing one to progress from introductory topics to advanced application design and programming and finally onto writing complex high-performance applications.

Oracle Database 12c: PL/SQL I - Introduction
Delivered OnlineFlexible Dates
Price on Enquiry

AZ-900 Microsoft Azure Fundamentals Exam Quick Prep

By Packt

This course is designed for candidates looking to demonstrate foundational-level knowledge of cloud services of Microsoft Azure by clearing the AZ-900 Microsoft Azure fundamentals exam. The course is recommended for job seekers looking for a career in the cloud domain.

AZ-900 Microsoft Azure Fundamentals Exam Quick Prep
Delivered Online On Demand7 hours 3 minutes
£134.99

Early Years Room Leaders. Working with others.

By The Leadership Wizard

Early Years Room Leader Training.

 Early Years Room Leaders. Working with others.
Delivered OnlineFlexible Dates
£50

Basic Java Programming for Developers New to OO (TT2120)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for In order to be successful in this course you should have incoming hands-on experience with another programming language. This course is not for non-developers or new developers. Possible roles that may attend this course include: Software Developers: Professionals who have been working with other programming languages and want to expand their skillset by learning Java and its object-oriented features. Web Developers: Those who work on web applications and want to enhance their back-end development capabilities with Java. Mobile App Developers: Developers who wish to enter the world of Android app development, where Java is a widely used language for creating mobile applications. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in core OO coding and Java development skills, coupling the most current, effective techniques with the soundest industry practices. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Understand what OO programming is and what the advantages of OO are in today's world Work with objects, classes, and OO implementations Understand the basic concepts of OO such as encapsulation, inheritance, polymorphism, and abstraction Understand not only the fundamentals of the Java language, but also its importance, uses, strengths and weaknesses Understand the basics of the Java language and how?it relates to OO programming and the Object Model Learn to use Java exception handling Understand and use classes, inheritance and polymorphism Understand and use collections, generics, autoboxing, and enumerations Become familiar with the concept of functional programming using Lambda Expressions Process large amounts of data using the Stream API introduced in Java 8 Discover the new Date/Time API Use the JDBC API for database access Work with annotations Take advantage of the Java tooling that is available with the programming environment being used in the class Java 8 Features: Lambda Expressions, Method and Constructor references, The Streams API, Collectors, The Optional class Geared for experienced developers, Basic Java Programming for Developers New to OO, this hands-on, workshop-style course will provide you with an immersive learning experience that will expand your skillset and open doors to new opportunities within the ever-growing technology landscape. Mastering Java and its powerful capabilities will provide you with the competitive edge you need to stand out in today's fast-paced development world. Working in a hands-on learning environment led by our expert coach, you?ll thoroughly explore the foundations of the Java platform, essential programming concepts, and advanced topics, ensuring you acquire a strong understanding of the language and its ecosystem. The object-oriented programming principles taught in this course promote code reusability and maintainability, enabling you to streamline development processes and reduce long-term costs. As you progress through the course, you will also gain familiarity with using an IDE, enhancing your development workflow and collaboration with other Java developers, enabling you to integrate seamlessly into new projects and teams. You?ll also gain practical experience in applying the concepts and techniques learned, solidifying your newly acquired skills and facilitating their direct application in real-world scenarios. You?ll exit this course empowered to create robust, scalable, and efficient Java-based applications that drive innovation and growth for your organization The Java Platform The Java Platform Lifecycle of a Java Program Responsibilities of JVM Documentation and Code Reuse Using the JDK Explain the JDK?s file structure Use the command line compiler to compile a Java class Use the command line Java interpreter to run a Java application class The IntelliJ Paradigm Introduce the IntelliJ IDE The Basics of the IntelliJ interface IntelliJ Projects and Modules Creating and running Java applications Writing a Simple Class Write a Java class that does not explicitly extend another class Define instance variables for a Java class Create object instances Primitives vs Object References Implement a main method to create an instance of the defined class Adding Methods to the Class Write a class with accessor methods to read and write instance variables Write a constructor to initialize an instance with data Write a constructor that calls other constructors of the class to benefit from code reuse Use the this keyword to distinguish local variables from instance variables Object-Oriented Programming Real-World Objects Classes and Objects Object Behavior Methods and Messages Inheritance, Abstraction, and Polymorphism Encapsulation Inheritance Method Overriding Polymorphism Essential Java Programming Essential Java Programming Language Statements Arithmetic operators Operators to increment and decrement numbers Comparison operators Logical operators Return type of comparison and logical operators Use for loops Switch Expressions Switch Expressions and yield Using Strings and Text Blocks Create an instance of the String class Test if two strings are equal Get the length of a string Parse a string for its token components Perform a case-insensitive equality test Build up a string using StringBuffer Contrast String, StringBuffer,and StringBuilder Compact Strings Text Blocks Specializing in a Subclass Constructing a class that extends another class Implementing equals and toString Writing constructors that pass initialization data to parent constructor Using instanceof to verify type of an object reference Pattern matching for instanceof Overriding subclass methods Safely casting references to a more refined type Fields and Variables Discuss Block Scoping Rules Distinguish between instance variables and method variables within a method Explain the difference between the terms field and variable List the default values for instance variables Final and Static fields and methods Local Variable type inference Using Arrays Declaring an array reference Allocating an array Initializing the entries in an array Writing methods with a variable number of arguments Records Data Objects in Java Introduce records as carrier of immutable data Defining records Java Packages and Visibility Use the package keyword to define a class within a specific package Discuss levels of accessibility/visibility Using the import keyword to declare references to classes in a specific package Using the standard type naming conventions Visibility in the Java Modular System Correctly executing a Java application class The Java modular system Defining Modules Inheritance and Polymorphism Write a subclass with a method that overrides a method in the superclass Group objects by their common supertype Utilize polymorphism Cast a supertype reference to a valid subtype reference Use the final keyword on methods and classes to prevent overriding Interfaces and Abstract Classes Define supertype contracts using abstract classes Implement concrete classes based on abstract classes Define supertype contracts using interfaces Implement concrete classes based on interfaces Explain advantage of interfaces over abstract classes Explain advantage of abstract classes over interfaces Static, default and private methods in interfaces Sealed classes Introduce Sealed classes The sealed and permits modifiers Sealed Interfaces Exception Handling Introduction to Exception Handling Introduce the Exception architecture Defining a try/catch blocks Checked vs Unchecked exceptions Exceptions Defining your own application exceptions Automatic closure of resources Suppressed exceptions Handling multiple exceptions in one catch Helpful Nullpointers Enhanced try-with-resources Java Developer's Toolbox Developing applications Introduce the wrapper classes Explain Autoboxing and Unboxing Converting String representations of primitive numbers into their primitive types Defining Enumerations Using static imports Deprecating methods Advanced Java Programming Introduction to Generics Generics and Subtyping Bounded Wildcards Generic Methods Legacy Calls To Generics When Generics Should Be Used Lambda Expressions and Functional Interface Understanding the concept of functional programming Writing lambda expressions Understanding functional interfaces Collections Provide an overview of the Collection API Review the different collection implementations (Set, List and Queue) Explore how generics are used with collections Examine iterators for working with collections Using Collections Collection Sorting Comparators Using the Right Collection Lambda expressions in Collections Bonus Topics: Time Permitting Streams Understanding the problem with collections in Java Thinking of program solutions in a declarative way Use the Stream API to process collections of data Understand the difference between intermediate and terminal stream operations Filtering elements from a Stream Finding element(s) within a Stream Collecting the elements from a Stream into a List takeWhile and dropWhile intermediate operations Collectors Using different ways to collect the items from a Stream Grouping elements within a stream Gathering statistics about numeric property of elements in a stream

Basic Java Programming for Developers New to OO (TT2120)
Delivered OnlineFlexible Dates
Price on Enquiry

Level 2 Mental Health - Course

By Training Tale

Employers in the United Kingdom, particularly those in the health and social care sectors, are increasingly interested in their staff having a good understanding of various mental health problems. The demand for mental health skills and resources has steadily increased over the last decade, but it has increased since COVID19. Employees and employers have placed mental health awareness at the top of their priority lists. This Level 2 Mental Health course will teach you about various aspects of mental illness and will help you improve your skills. This Level 2 Mental Healthqualification will help you to gain a thorough understanding of mental health needs and how to deal with them. The Level 2 Mental Healthcourse includes a wide range of mental health issues and how they affect individuals. You will also learn how to manage these illnesses and work with people on tackling mental health problems. Learning Outcomes After completing this Level 2 Mental Health course, the learner will be able to: Understand the fundamentals of Mental Health. Gain a solid understanding of stress, Anxiety, Phobias, Depression, Postnatal Depression and Schizophrenia. Gain in-depth knowledge about Dementia. Understand Bipolar Disorder and Eating Disorders. Understand Attention Deficit Hyperactivity Disorder (ADHD). Understand Obsessive-Compulsive Disorder (OCD). Understanding Post-Traumatic Stress Disorder ( PTSD). Why Choose Level 2 Mental Health Course from Us Self-paced course, access available from anywhere. Easy to understand, high-quality study materials. Course developed by industry experts. MCQ quiz after each module to assess your learning. Automated and instant assessment results. 24/7 support via live chat, phone call or email. Free PDF certificate as soon as completing the course. **Courses are included in this Level 2 Mental Health Course Course 01: Level 2 Mental Health Course 02: Level 3 Diploma in Healthcare Support Course 03: Level 2 Award in Awareness of Dementia **Other Benefits of Level 2 Mental Health Course Free 3 PDF Certificate Lifetime Access Free Retake Exam Tutor Support [ Note: Free PDF certificate as soon as completing the course ] Course Curriculum Module 1: Understanding Mental Health Know what is meant by mental health and mental ill-health Understand how mental health care has changed over time Understand the social context of mental ill health Understand the legal context of mental ill health Module 2: Understanding Stress Understand the term 'stress' Understand possible causes of stress Understand how stress can affect an individual Understand how stress may be managed Module 3: Understanding Anxiety Understand the terms 'anxiety' and 'panic attack' Understand possible causes of anxiety Understand how anxiety can affect the individual and others Understand how anxiety may be managed Module 4: Understanding Phobias Understand the term 'phobias' Understand the possible causes of phobia Understand how a phobia can affect the individual and others Understand how phobias may be managed Module 5: Understanding Depression Understand the term 'depression' Understand the possible causes of depression Understand how depression affects the individual and others Understand how the demands of daily life can affect depression Understand how depression can be managed Module 6: Understanding Postnatal Depression Understand the term 'postnatal depression' Understand the causes of postnatal depression Understand puerperal psychosis Understand how postnatal depression can affect the mother and others Understand how preparation for the birth can help reduce the risk of postnatal depression Understand how postnatal depression may be managed Understand how puerperal psychosis may be managed Module 7: Understanding Bipolar Disorder Understand the term 'bipolar disorder' Understand the causes of bipolar disorder Understand how bipolar disorder can affect the individual and others Understand how bipolar disorder may be managed Module 8: Understanding Schizophrenia Understand the term 'schizophrenia' Understand the causes of schizophrenia Understand how schizophrenia can affect the individual and others Understand how schizophrenia may be managed Module 9: Understanding Dementia Understand the term 'dementia' Understand the causes of dementia Understand how dementia can affect the individual and others Understand how dementia may be managed Understand factors which may adversely affect a person with dementia Module 10: Understanding Eating Disorders Understand the term 'eating disorder' Understand the causes of eating disorders Understand how an eating disorder may affect the individual and others Understand how a specific eating disorder may be managed Module 11: Understanding Attention Deficit Hyperactivity Disorder Understand the term 'ADHD' Understand the causes of ADHD Understand how ADHD can affect the individual and others Understand the symptoms associated with ADHD Understand how ADHD may be managed Module 12: Understanding Obsessive-Compulsive Disorder - OCD Understand the term 'OCD' Understand the causes of OCD Understand how OCD can affect the individual and others Understand the thoughts and behaviour associated with OCD Understand how OCD may be managed Module 13: Understanding Post-Traumatic Stress Disorder - PTSD Understand the term 'PTSD' Understand the causes of PTSD Understand how PTSD can affect the individual and others Understand the symptoms associated with PTSD Understand how PTSD may be managed -------------- **GIFT Courses: Course 01: Level 3 Diploma in Healthcare Support Module 01: Promote Personal Development in Care Settings Module 02: Promote Safeguarding and Protection in Care Settings Module 03: Promote Health, Safety and Wellbeing in Care Settings Module 04: Understand Mental Well-Being and Mental Health Promotion Module 05: Causes and Spread of Infection Module 06: Promote Communication in Care Settings Module 07: Responsibilities of a Care Worker Module 08: Promote Effective Handling of Information in Care Settings Module 09: Understand Mental Health Problems Module 10: The Principles of Infection Prevention and Control Module 11: Cleaning, Decontamination and Waste Management Module 12: Duty of Care in Care Settings Module 13: Promote Equality and Inclusion in Care Settings Module 14: Promote Person-Centred Approaches in Care Settings Module 15: Study Skills for Senior Healthcare Support Workers Module 16: Undertake Personal Hygiene Activities with Individuals Module 17: Implement Therapeutic Group Activities Module 18: Obtain a Client History Module 19: Care for the Elderly Module 20: Understand Mental Health Interventions Module 21: Understanding Suicide Interventions -------------- Course 02: Level 2 Award in Awareness of Dementia Module 01: Dementia Awareness Module 02: The Person Centered Approach to the Care and Support of Individuals with Dementia Module 03: Understand the Factors that Can Influence Communication and Interaction with Individuals who Have Dementia Module 04: Understand Equality, Diversity and Inclusion in Dementia Care Assessment Method After completing each module of the Level 2 Certificate in Awareness of Mental Health Problems, you will find automated MCQ quizzes. To unlock the next module, you need to complete the quiz task and get at least 60% marks. Once you complete all the modules in this manner, you will be qualified to request your certification. Certification After completing the MCQ/Assignment assessment for this course, you will be entitled to a Certificate of Completion from Training Tale. It will act as proof of your extensive professional development. The certificate is in PDF format, which is completely free to download. A printed version is also available upon request. It will also be sent to you through a courier for £13.99. Who is this course for? This Level 2 Mental Health course is ideal for anyone who wants to start a career in the mental health care sector or who already works in this field and wants to learn more about mental health awareness. Requirements There are no specific requirements for this course because it does not require any advanced knowledge or skills. Students who intend to enrol in this Level 2 Mental Health course must meet the following requirements: Good command of the English language Must be vivacious and self-driven Basic computer knowledge A minimum of 16 years of age is required Career path If you enrol in this Level 2 Mental Health course, it could lead to a career in Education and Childcare. This is especially useful for careers like: Social Work Assistant (£12,500 to £25,000) Mental Health Nurse (£25,654 to £45,838) Psychological Wellbeing Practitioner (£25,654 to £45,838) Certificates Certificate of completion Digital certificate - Included

Level 2 Mental Health - Course
Delivered Online On Demand8 hours
£12

Public Speaking and Media Relations Diploma

4.3(43)

By John Academy

Description: There is growing demand for communication professionals with digital media skills and a strategic perspective on brand and reputation management. The two of the most well sought skills in this generation are public speaking and media relations. This course offers both! The Public Speaking and Media Relations Diploma will prepare communication professionals who focus on external stakeholders for the challenges of a rapidly changing industry. This program focuses on developing strategic communication plans, crafting compelling messages, and performing audience research, while preparing students with the latest skills in digital platforms, tools, and techniques, and other skills that are needed to excel in the public and media relations industry. Learning Outcomes: Speak more confidently in a one-on-one conversation Develop more confidence while speaking socially or small Learn practice these skills in a safe and supportive setting Implement quick and easy preparation techniques which will work no matter what if you have one minute or a week for its preparation Make your preparation for questions, in case of when you don't know what those questions will be. Getting over nervousness what you may come across while speaking in front of a group, particularly when the group is not compassionate to what you have to say. Apply the presentation techniques so that you can establish your credibility as well as getting people on your side Build an affinity with your audience Get to know the methods to decrease your nervousness as well as fear Realise your areas of strength as a presenter as well as the way you can draw the attention of different types of people Locate how the visual aids can help create an influence along with attention Improvise techniques to form a professional presence Know a number of different means so that you can prepare and organise information Knowing how to prepare, practise, as well as deliver a short presentation Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Public Speaking and Media Relations Diploma is certified by CPD Qualifications Standards and CiQ. 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 background. Requirements Our Public Speaking and Media Relations Diploma 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 After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Module: 01 Good Communication Skills 00:15:00 Interpersonal Skills 00:30:00 Getting Comfortable in Conversation 00:30:00 Redesigning Yourself for Strength 00:30:00 Professionalism 00:15:00 Maximizing Meetings 00:15:00 Controlling Nervousness 00:15:00 Module: 02 Getting Started 00:15:00 Planning 00:15:00 Force Field Analysis 00:15:00 Understanding Your Audience 00:30:00 Controlling Your Jitters 00:15:00 Making Your Listener Hear You 00:30:00 Key Themes 00:15:00 Structuring Ideas 00:15:00 Organization Methods 00:15:00 Expanding a Basic Plan 00:15:00 Our Body Language 00:15:00 Beginnings and Endings 00:15:00 Module: 03 Communication 00:15:00 Stop! Check Your Mouth! 00:15:00 What's Your Type? How About Mine?@m 00:15:00 Positive Self-Talk 00:15:00 Rapport 00:05:00 Maximizing Meetings 00:15:00 Body Language 00:15:00 Sticky Situations 00:15:00 I Can Just Send an E-mail, Right? 00:15:00 Overcoming Nervousness 00:30:00 The Five S's 00:15:00 Start Writing! 00:15:00 Audience Profile 00:05:00 Your Speaking Voice 00:30:00 Add Punch to Your Presentation 00:15:00 Module: 04 Module One - Getting Started 00:30:00 Module Two - Identifying Your Audience 01:00:00 Module Three - Creating a Basic Outline 00:30:00 Module Four - Organizing the Program 00:30:00 Module Five - Fleshing It Out 00:30:00 Module Six - Putting It All Together 01:00:00 Module Seven - Being Prepared 00:30:00 Module Eight - Overcoming Nervousness 01:00:00 Module Nine - Delivering Your Speech (I) 01:00:00 Module Ten - Delivering Your Speech (II) 00:30:00 Module Eleven - Questions and Answers 00:30:00 Module Twelve - Wrapping Up 00:30:00 Activities 00:00:00 Module: 05 Introducing Public Speaking 01:00:00 Public Speaking and The Speakers 01:00:00 Getting Started: The First Speech 01:00:00 Raise The Confidence 01:00:00 Overcome Your Fear 01:00:00 Select The Topic 01:00:00 Analyze The Audience 01:00:00 Organize The Speech 01:00:00 Outline The Speech 00:30:00 Prepare The Visual Aids Effectively 00:30:00 Deliver The Message Effectively 01:00:00 Short Questions with Answers 00:30:00 Public Speaking Basics 01:00:00 Know Your Audience 00:30:00 Use The Right Words 00:30:00 Decide What You Want To Convey 00:30:00 Learn How to Communicate 00:30:00 What Happens If Your Don't Connect to Your Audience 00:30:00 Wrapping Up 00:15:00 Module: 06 Public Relations 00:30:00 Building Your PR Plan 00:30:00 Structuring Messages 00:30:00 Establishing Media Guidelines 00:30:00 Managing the Media 00:30:00 The Press Release 00:30:00 PR and the Crisis 00:30:00 Social Media and Public Relations 00:15:00 Module: 07 Being Interviewed 01:00:00 Providing Information to the Media 00:30:00 Developing a Media Package 00:15:00 Developing a Media Package 00:15:00 Developing Media Relationships 00:15:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Public Speaking and Media Relations Diploma
Delivered Online On Demand38 hours
£11.99

Graphic Elements of Design: Color Theory and Application

4.3(43)

By John Academy

Course Overview canva is one of the most popular and effective tools for graphic designers for fast designing. If you want to use your graphic designing for marketing or put your idea online then the large library of canva can help you choose any template and edit it as you wish. Learn the effective techniques of canva to create beautiful and eye-catching graphics from this Graphic Elements of Design: Color Theory and Application course and promote your ideas effectively. This Graphic Elements of Design: Color Theory and Application course will help you to apply different colour theories and fundamentals in your project. You will learn how to use graphic theories and colours for data visualisation. You will be able to use professional colour palettes, proximity, typography and many other graphic components to beautify your design. This course will help you learn graphic designing techniques from scratch. It is a very effective course for aspiring graphic designers and marketers who wants to learn Canva techniques. Learning Outcomes Familiarize with the fundamentals and theories of graphic designing Understand colour interaction and colour harmony in designing Be able to create different types of colour combinations and apply them to your design Learn how to create a professional colour palette Gain the skill to work with colour, images and typography Learn how colour basics work for branding Learn the cultural connection of colours Who is this course for? This course is perfect for anyone who wants to learn graphic designing or strengthen their basics of designing. You will learn the basic theories and elements of graphic designing and their application from this curse. Entry Requirement This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Certification After you have successfully completed the course, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy at the cost of £39 or in PDF format at the cost of £24. PDF certificate's turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry-leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognized accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path Graphic Elements of Design: Color Theory and Application is a useful qualification to possess and would be beneficial for any related profession or industry such as: Graphic Designers Illustrators Digital Artists Artists Social Media Marketers Logo Designers Banner Designers Introduction Module 01: Colour Theory- Basic Terms 00:03:00 Module 02: Use Values to Establish Hierarchy in Photoshop CC 00:04:00 Module 03: Class Exercise: Value 00:01:00 Module 04: Colour Fundamentals: Colour Wheel 00:02:00 Module 05: Colour Combinations 00:05:00 How to Work with Colours in Adobe Illustrator CC 2020 Module 06: Colour Modes in Adobe Illustrator CC 00:01:00 Module 07: Working with Existing Colours 00:02:00 Module 08: Customising Colours 00:01:00 Module 09: Save Colour Swatches 00:01:00 Module 10: Global Colours 00:01:00 Module 11: Duplicate Global Colours 00:01:00 Module 12: Adobe Colour Themes 00:04:00 Module 13: Colour Guides 00:01:00 Module 14: Recolour Artwork 00:03:00 Module 15: Colouring the Line Art 00:03:00 Module 16: Save as Template 00:03:00 Colour Systems Module 17: CMYK Colour System 00:02:00 Module 18: RGB Colour System 00:01:00 Module 19: Pantone Colour System 00:01:00 Different Techniques to Develop Successful Colour Palettes Module 20: Colour Technique- The Subordinate, Dominant and Accent Technique 00:01:00 Module 21: Colour Technique- Meaning Based Technique for Harmonising Colours 00:01:00 Module 22: Colour Technique- Meaning Based Colour Technique Exercise 00:03:00 Module 23: Colour Technique- One Colour Palette Technique 00:01:00 Module 24: Colour Technique- Two Colour Palette Technique 00:01:00 Module 25: Colour Technique- Progressive Colour Technique 00:01:00 Module 26: Colour Technique-Repetition or Reoccurrence or Gradient Technique 00:01:00 Module 27: Colour Progression and Repetition Exercise 00:08:00 Module 28: Colour Technique- Black and White Technique 00:02:00 Module 29: Colour as Provocateur 00:01:00 Module 30: Excessive Colour Solutions 00:02:00 Module 31: Colour Overlap Technique 00:01:00 Colour Interaction and Proximity Module 32: Introduction 00:01:00 Module 33: Colour Interaction 00:01:00 Module 34: Different Colour Types 00:04:00 Module 35: Class Exercise: Colour Interaction 00:03:00 Module 36: How Light Affect Your Colours 00:01:00 Module 37: Interaction and Proximity 00:01:00 Module 38: Colour Proximity Exercise 00:02:00 Module 39: How to Make that Geometric Grid Design to Practice Your Colour 00:08:00 Colour and Imagery Module 40:Colour in Images, Illustrations and Type 00:01:00 Module 41:Colour and Imagery 00:01:00 Module 42:Best Royalty-free Images Websites 00:02:00 Module 43: Apply Colour to Your Images in Photoshop CC 00:06:00 Module 44: Images as Element of the Composition 00:04:00 Module 45: Proofing Colours 00:05:00 Module 46: Save for Printing 00:02:00 Module 47: Class Project- Colour and Texture 00:03:00 Colours and Illustration Module 48: Colour and Illustration 00:02:00 Module 49: Best Resources to Get Customisable Illustration 00:02:00 Colour and Type Module 50: How to Use Colours and Type 00:01:00 Module 51: Colour and Hierarchy 00:01:00 Module 52: Display text 00:02:00 Module 53: Specific Fonts 00:01:00 Module 54: Body Text and Colour 00:02:00 Module 55: Apply Effects to Display Text in Adobe Illustrator 00:04:00 Module 56: Best Fonts Resources Websites 00:02:00 Module 57: Class Project- Magazine Mock-up 00:07:00 Colours in Data Visualisation Module 58: Introduction to Colours in Data Visualisation 00:01:00 Module 59: Colours in Data Visualisation 00:03:00 Module 60: Different Ways to Import Charts 00:04:00 Module 61: The Process of Decluttering 00:09:00 Colours in Brand Identity Basics Module 62: Introduction to Colours in Branding 00:01:00 Module 63: Colours in Brand Identity- Part 1 00:10:00 Module 64: Colours in Brand Identity- Part 2 00:06:00 Module 65: Class Project- Logo 00:01:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Graphic Elements of Design: Color Theory and Application
Delivered Online On Demand2 hours 47 minutes
£11.99

Make a Wordpress WooCommerce Amazon Affiliate Store

4.5(3)

By Studyhub UK

In a world where e-commerce and digital influence are soaring, 'Make a WordPress WooCommerce Amazon Affiliate Store' offers an exciting journey into the heart of the online business. Imagine navigating the digital marketplace with the agility of an expert, transforming your entrepreneurial dreams into tangible successes. This course is your gateway, unfolding a tapestry of knowledge from site creation to mastery in affiliate marketing. Picture yourself as an architect of a lucrative online store, where each module serves as a foundational block, guiding you through the intricacies of establishing a flourishing Amazon affiliate store. Through this course, you're not just learning; you're crafting a digital empire. Embark on this educational odyssey that begins with the basics of site setup and tools, easing you into the digital realm. As you progress, the course unveils the secrets of niche selection and delves into the comparative study of Amazon plugins. Your learning path will be adorned with practical insights into site conversions, SEO, and effective social media strategies. Picture yourself mastering the art of blogging, paid advertising, and leveraging email marketing to captivate your audience. The course culminates in advanced concepts like phasing into eCommerce beyond Amazon affiliation and even flipping your site for profit. This curriculum is designed to inform and transform you into a savvy digital entrepreneur. With each module, you'll be stepping closer to becoming a connoisseur of the digital marketplace. From understanding the nuances of using Prosociate for site setup to harnessing the power of virtual assistants for scaling your business, the course equips you with indispensable skills in today's digital age. Get ready to transform your aspirations into achievements, as this course is a beacon for those aspiring to dominate the online affiliate marketing world. Learning Outcomes Acquire expertise in establishing and managing a WordPress WooCommerce Amazon Affiliate Store. Develop proficiency in niche identification and site conversion optimisation. Gain adeptness in SEO techniques and social media promotion strategies. Learn to utilise blogging effectively, paid advertising, and email marketing for business growth. Master the skills of eCommerce expansion, site flipping, and affiliate opportunities beyond Amazon. Why buy this Make a WordPress WooCommerce Amazon Affiliate Store? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Certification After studying the course materials of the Make a WordPress WooCommerce Amazon Affiliate Store there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? Individuals aspiring to create and monetise their own online affiliate store. Entrepreneurs seeking to enhance their digital marketing and e-commerce skills. Bloggers and content creators aiming to diversify their income streams through affiliate marketing. Digital marketers looking to broaden their expertise in SEO and social media strategies. Anyone interested in learning about online business, site management, and affiliate marketing opportunities. Prerequisites This Make a WordPress WooCommerce Amazon Affiliate Store does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Make a WordPress WooCommerce Amazon Affiliate Store was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path Affiliate Marketer: £25,000 - £45,000 Per Annum Digital Marketing Specialist: £30,000 - £50,000 Per Annum SEO Consultant: £35,000 - £55,000 Per Annum E-commerce Manager: £40,000 - £60,000 Per Annum Content Strategist: £32,000 - £52,000 Per Annum Virtual Assistant Manager: £28,000 - £48,000 Per Annum Course Curriculum Module 01: Introduction Introduction To The Course 00:03:00 Expectations for Cost of Tools and Resources To Build Your Store 00:05:00 Focus & Mindset 00:04:00 Setting Goals 00:02:00 Module 02: Recommended Site Setup & Tools Learning about WordPress 00:01:00 Becoming an Amazon Affiliate 00:01:00 Organization With Evernote & Google Drive1 00:06:00 Module 03: Niche Selection Choosing Your Niche 00:04:00 Keyword Research 00:05:00 Using the Google Keyword Tool 00:07:00 Module 04: Amazon Plugin Comparison WordPress WooCommerce & Prosociate 00:04:00 Introduction to Fresh Store Builder 00:04:00 Module 05: Site Setup (Using Prosociate) Selecting a WooCommerce Theme 00:06:00 Setting Up Google Analytics & Webmaster Tools 00:05:00 Creating Important Content Pages - Contact, About, Privacy Policy & More 00:05:00 Manually Adding Products To Your Store 00:09:00 How To Add Products With Prosociate 00:13:00 Module 06: Site Conversions Essential WordPress Plugins for Your Site 00:10:00 Links to WordPress Plugins 00:05:00 Designing Your Site The Right Way 00:08:00 Optimizing Your Site For Maximum Conversions 00:07:00 Getting Advice From Experts 00:06:00 Module 07: SEO On-Page SEO 00:07:00 Off-Page SEO 00:06:00 Module 08: Social Media Promotion Introduction to Social Media 00:03:00 How to Utilize Pinterest Traffic? 00:11:00 How To Utilize Wanelo Traffic 00:05:00 Staying Consistent With Social Media On Your Cell Phone 00:02:00 Module 09: Paid Advertising, Blogging & Promotion Buying Paid Traffic with BuySellAds 00:04:00 Using Interviews To Get Traffic & Free Backlinks 00:11:00 Blogging With Your eCommerce Store 00:05:00 Module 10: Outsourcing Help & Hiring Virtual Assistants Outsourcing and Hiring on oDesk (Now UpWork) 00:10:00 Finding Friends and Family To Help With Your Store 00:05:00 Module 11: Email Marketing Starting Out With Email Marketing 00:05:00 Module 12: Beyond Being Just an Amazon Affiliate - Phasing Into eCommerce Dropshipping Product & Buying Wholesale 00:08:00 Finding Brands On Other Competitor Sites 00:03:00 Getting Organized by Finding Suppliers & Making Smart Purchases 00:07:00 Dropshipping T-Shirts with Printful 00:06:00 Installing an SSL Certificate & Why You Need One 00:02:00 The Free Amazon Payments Plugin for WooCommerce 00:03:00 Registering a Business LLC with LegalZoom 00:03:00 What is Amazon FBA? 00:05:00 My Amazon Fulfillment Process & My Mini Warehouse 00:04:00 Using FBA Multi-Channel Fulfillment To Sell on eBay and Your Own Site 00:07:00 Module 13: Flipping Your Site for Profit Selling Your Site On An Auction Site 00:07:00 Module 14: Becoming an Etsy Affiliate Checking out the Etsy Affiliate Program 00:02:00 An Example Etsy Affiliate Product On My Store 00:04:00 Etsy Affiliate Dashboard in Affiliate Window 00:03:00 Assignment Assignment - Make a WordPress WooCommerce Amazon Affiliate Store 00:00:00

Make a Wordpress WooCommerce Amazon Affiliate Store
Delivered Online On Demand4 hours 18 minutes
£10.99

The Flo Sessions - Short Flo

5.0(2)

By The Flo Coach

Boost your productivity and focus with The Flo Sessions

The Flo Sessions - Short Flo
Delivered OnlineFlexible Dates
£10.50