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

39198 Courses delivered Online

Secondary Teaching, Nursery Nurse & Childminding Advanced Diploma

4.5(3)

By Studyhub UK

In the ever-evolving landscape of UK Secondary Teaching, educators face a pressing challenge - ensuring that complex concepts are not only delivered but deeply understood by students. Our comprehensive Secondary Teaching, Nursery Nurse & Childminding course, spanning from Teaching Fundamentals to specialised training in Nursery Nursing and Childminding, addresses this challenge head-on. We tackle current issues faced by Secondary Teachers in the UK, providing a strategic and up-to-date curriculum that equips educators with the tools needed to foster a rich learning environment. This Secondary Teaching, Nursery Nurse & Childminding Bundle Consists of the following Premium courses: Course 01: Teaching Fundamentals: Make Concepts Easy to Understand Course 02: Professional Childminding Training Course 03: KS1 and KS2 Teaching Assistant Level 3 Course 04: Nursery Nurse / Assistant & Child Attachment Course 05: Anaphylaxis Training for Nurseries & Early Years Course 06: EYFS Teaching Diploma Course 07: SEN (SEN Teaching Assistant, Autism and Remote Teaching) Course 08: Positive Behaviour in Children and Youth Course 09: Child Protection Annual Refresher Course Course 10: Disability & SEN Course 11: Equality, Diversity and Discrimination Course 12: Phonics Teaching and English Phonology Course 13: Autism Awareness Course 14: Essential First Aid For Tutors Course 15: Functional Skills English Level 2 Course 16: Speed Reading Course 17: Diploma in English Grammar at QLS Level 5 Course 18: Diploma in Children and Young People's Mental Health Problems Course 19: Remote Teaching Online Course 20: Physical Education (PE) Teacher 10 Extraordinary Career Oriented Secondary Teaching, Nursery Nurse & Childminding courses that will assist you in reimagining your thriving techniques- Course 01: Effective Communication Skills Diploma Course 02: Business Networking Skills Course 03: Influencing and Negotiation Skills Course 04: Delegation Skills Training Course 05: Time Management Course 06: Leadership Skills Training Course 07: Decision Making and Critical Thinking Online Course Course 08: Emotional Intelligence and Social Management Diploma Course 09: Assertiveness Skills Course 10: Touch Typing Complete Training Diploma Learning Outcomes of Secondary Teaching, Nursery Nurse & Childminding: Upon completion of this Secondary Teaching, Nursery Nurse & Childminding bundle, you should be able to: Navigate and resolve current challenges in UK Secondary Teaching. Master effective childminding techniques and nursery nursing principles. Demonstrate expertise in key-stage teaching assistance. Implement anaphylaxis training and child protection protocols confidently. Adapt teaching strategies for diverse needs, including SEN and Autism. Foster positive behaviour and establish meaningful child-teacher relationships. In this dynamic Secondary Teaching, Nursery Nurse & Childminding programme, participants delve into the intricacies of child development, from nurturing early attachments in nurseries to effectively handling diverse learning needs, including Autism and Special Educational Needs (SEN). The curriculum extends beyond traditional teaching methods to encompass essential skills such as anaphylaxis management, positive behaviour reinforcement, and even remote teaching strategies. With a focus on English phonology, grammar, and functional skills, the course ensures a well-rounded skill set for educators. Join us to not only meet but exceed the demands of modern education. CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Aspiring Secondary Teachers seeking a holistic curriculum. Nursery Nurses and Assistants aiming for professional development. Individuals interested in Child Attachment and Early Years Education. Those looking to specialise in Special Educational Needs (SEN). Professionals in Child Protection and Anaphylaxis Management. Educators wanting to enhance their English phonology and grammar skills. Please Note: Studyhub is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. Requirements To participate in this Secondary Teaching, Nursery Nurse & Childminding course, all you need is - A smart device A secure internet connection And a keen interest in Secondary Teaching, Nursery nursing, & Childminding Career path Nursery Nurse: •18,000 - •25,000 per annum. Teaching Assistant: •16,000 - •22,000 per annum. SEN Teaching Assistant: •18,000 - •26,000 per annum. Childminder: •20,000 - •30,000 per annum. Early Years Educator: •18,000 - •25,000 per annum. Physical Education (PE) Teacher: •25,000 - •40,000 per annum. Certificates CPD Accredited Certificate Digital certificate - Included CPD Accredited e-Certificate - Free CPD Accredited Hardcopy Certificate - Free Enrolment Letter - Free Student ID Card - Free

Secondary Teaching, Nursery Nurse & Childminding Advanced Diploma
Delivered Online On Demand7 days
£289

MySQL for developers

5.0(3)

By Systems & Network Training

MySQL for developers training course description This MySQL Developers training course is designed for MySQL Developers who have a good understanding of a MySQL database and experience of using SQL commands. The course provides further practical experience in more advanced MySQL commands and SQL statements including Stored Routines, Triggers and Event Scheduling. What will you learn Provide the skills needed to write more advanced queries and database maintenance statements on a MySQL database. Use advanced features of the MySQL Client. Use advanced data types. Manage the structure of databases and tables. Manage and using indexes. Write complex SQL query statements. Use advanced SQL expressions. Use advanced SQL functions. Perform advanced Insert, Update, Delete, Replace and Truncate Operations. Use user variable syntax and properties. Import and export data from within MySQL. Import and export data from the command line. Perform complex joins to access multiple tables. Perform complex subqueries. Create, manage and us views. Use prepared statements. Create and use stored routines. Create and use triggers. Obtain database metadata. Optimize queries. Work with the main storage engines. Debug MySQL applications. MySQL for developers training course details Who will benefit: MySQL Developers who have a basic understanding of a MySQL database and SQL commands as covered on the Introduction to MySQL course. Prerequisites: MySQL foundation Duration 5 days MySQL for developers training course contents Introduction Administration and Course Materials, Course Structure and Agenda, Delegate and Trainer Introductions. Client/server concepts MySQL client/server architecture, Server modes, Using client programs, Logging in options, Configuration files, Precedence of logging in options Hands on Using client/server The MySQL client program Using MySQL interactively, The MySQL prompts, Client commands and SQL statements, Editing, Selecting a database, Help, Safe updates, Using script files, Using a source file, Redirecting output into a file, Command line execution, Mysql output formats, Overriding the defaults, Html and xml output, MySQL Utilities. Hands on Using the MySQL client program Data types Bit data type, Numeric data types, Auto_increment, Character string data types, Character sets and collation, Binary string data types, Enum and Set data types, Temporal data types, Timezone support, Handling Missing Or Invalid Data Values, SQL_MODE options. Hands on Using data types Identifiers Using Quotes with identifier naming, Case sensitivity in Identifier naming, Qualifying columns with table and database names, Using reserved words as identifiers, Function names Hands on Using identifiers Databases Database properties, Creating a database, Selecting a database, Altering databases, Dropping databases, Obtaining database metadata, The SHOW command, The INFORMATION_SCHEMA database, The SHOW CREATE command Hands on Using databases Tables and indexes Table properties, Creating tables, Create table using Select or Like, Temporary tables and memory tables, Altering tables, Adding columns, Changing column widths and types, Renaming columns, Dropping columns, Adding constraints, Dropping constraints, Renaming tables, Change the table storage engine, Multiple alterations, Dropping tables, Emptying tables, Obtaining table metadata, Show create table, The information_schema, Index introduction, Structure of a mysql index, Creating and dropping indexes, Creating an index, Altering a table to add an index, Specifying index type, Dropping indexes, Obtaining Index Metadata. Hands on Creating, altering and dropping tables/indexes Querying for data The SQL select statement and MySQL differences, Advanced order by, Order by and collation, Order by with enum datatype, Order by with Set datatype, Ordering with distinct and group by Special features of union, Limit and order by clauses, Group By clause, Group_concat, Using Rollup in a Group By clause. Hands on Querying for data SQL Expressions and functions Components of expressions, Nulls, Numeric expressions, String expressions, Temporal expressions, Comparison functions, Flow control functions, Numeric functions, String functions, Temporal functions. Hands on Using expressions and functions Updating data Update operations and privileges, Inserting rows, Insert using a set clause, Inserting duplicate values, Replacing rows, Updating rows, Update using the order by and limit clauses, Deleting rows, The delete and truncate statements. Exercise: Inserting, updating, replacing and deleting data Connectors MySQL client interfaces, MySQL connectors, Oracle and community conectors, Connecting to MySQL server using Java and PHP connectors, MySQL and NoSQL, Innodb integration with memcached. Obtaining database metadata What is metadata?, The mysqlshow utility, The show and describe commands, Describing tables, The information_schema, Listing tables, Listing columns, Listing views, Listing key_columns_usage. Hands on Obtaining database metadata Debugging Mysql error messages, The show statement, Show errors, Show count(*) errors, Show warnings, Show count(*) warnings, Note messages, The perror utility. Hands on Debugging Joins Overview of inner joins, Cartesian product, Inner joins with original syntax, Non equi-join, Using table aliases to avoid name clashes, Inner Joins With ISO/ANSI Syntax, Outer Joins, Left outer joins, Right outer joins, Full outer joins, Updating multiple tables simultaneously, Updating rows in one table based on a condition in another, Updating rows in one table reading data from another, Deleting from multiple tables simultaneously, Deleting rows in one table based on a condition in another. Hands on Coding joins Subqueries Types of subquery, Multiple-column subqueries, Correlated subqueries, Using the ANY, ALL and SOME operators, Using the EXISTS operator, Subqueries as scalar expressions, Inline views, Converting subqueries to joins, Using subqueries in updates and deletes. Hands on Coding subqueries Views Why views are used, Creating views, View creation restrictions, View algorithms, Updateable views, Altering and dropping views, Displaying information about views, Privileges for views. Hands on Using views Import and Export Exporting using SQL, Privileges required to export data, Importing using SQL, Messages when loading data, Privileges required to load data, Exporting from the command line, Mysqldump main options, Importing from the command line, Mysqlimport main options. Hands on Importing and exporting User variables and prepared statements Creating User variables, User variables in a select, Prepared statements, The prepare statement, The execute statement, The deallocate statement, Using prepared statements in code, with connectors. Hands on Using variables and prepared statements Introduction to stored routines Types of stored routines, Benefits of stored routines, Stored routine features, Differences between procedures and functions, Introduction to the Block, Declaring variables and constants, Assigning values to variables, Definer rights and invoker rights, Using SELECT in stored routines, Altering and dropping stored routines, Obtaining stored routine metadata, Stored routine privileges and execution security. Hands on Writing simple stored routines Stored routines - program logic The IF .. THEN .. ELSEIF construct, The CASE statement, The basic loop, The while loop, The repeat loop, The iterate statement, Nested loops. Hands on Writing stored routines with program logic Stored routines - exception handlers and cursors Dealing with errors using Exception handlers, Cursors, What is a cursor?, Cursor operations, Declaring cursors, Opening and closing cursors, Fetching rows, Status checking. Hands on Writing stored routines with program logic Procedures with parameters Creating procedures with parameters, Calling Procedures With Parameters. Hands on Writing stored routines with parameters Functions What is a function?, The create function statement, Executing functions, Executing functions from code, Executing functions from SQL statements, The deterministic and SQL clauses. Hands on Writing functions Triggers Trigger creation, Restrictions on triggers, The create trigger statement, Using the old and new qualifiers, Managing triggers, Destroying triggers, Required privileges. Hands on Writing triggers Basic optimizations Normalisation of data to third normal form, Using indexes for optimization, General query enhancement, Using Explain to analyze queries, Choosing an INNODB or MYISAM storage engine, Using MySQL Enterprise Monitor in query optimization. Hands on Making use of basic optimizations More about indexes Indexes and joins Hands on Investigating indexes and joins

MySQL for developers
Delivered in Internationally or OnlineFlexible Dates
£2,797

Dog and Puppy Training

4.3(43)

By John Academy

Course Overview Learn all the essential skills to become an expert in Puppy Training. From this comprehensive Dog and Puppy Training course, you will be able to understand the principles of Puppy Training. In the step-by-step training process, you will acquire practical skills along with theoretical knowledge. The Qualified professionals will assist you throughout this learning process. This Dog and Puppy Training is structured to ensure you have all the adequate skills to secure a position in this competitive industry. You will achieve the confidence and competency to bear all the responsibilities of this profession. The course will add all the right credentials to your resume and increase your employability in this growing industry. Learning Outcomes Learn about the most popular types and styles of puppy training methods Explore how to develop a training session based on positive reinforcement Understand what to look for when choosing a good breeder and things to consider before bringing a puppy home Learn how to introduce your puppy to an existing dog or overcome first night crying and howling Get tips on toilet train your puppy and how to stop biting, chewing or barking Discover the best ways to socialise your puppy with other dogs and prevent separation anxiety Learn how to groom your puppy and introduce leash and recall training Explore what to include during an effective puppy training consultation Who is this course for? Anyone who is now employed in this field or who aspires to be one should take this course. Your knowledge will grow through taking this course, which will also strengthen your resume. To demonstrate your newly gained knowledge, develop crucial abilities and receive a professional credential. 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 The Dog and Puppy Training course is intended to assist you in obtaining the dream job or maybe the promotion you've always desired. With the assistance and direction of our Dog and Puppy Training course, learn the vital abilities and knowledge you require to succeed in your life. The Proof Is In The Pudding - This Is What People Say Why Getting 2, 8 Week Old Parson Terrier Puppies Changed My Life And My Career! 00:03:00 This could be you! 00:15:00 Here's What You'll Get From This Course Here's what you'll get from this course 00:03:00 How To Choose The Right Puppy For You And Getting Ready To Bring Them Home That's the Puppy for Me! E-Book 01:00:00 The 4 Top Puppy Problems Answered You'll discover how to avoid first night crying in this video 00:05:00 Here's the best way to toilet train your puppy 00:03:00 **Bonus Video** Puppy toilet training questions answered 00:11:00 Find out how to stop your puppy from biting your hands and toes 00:03:00 How to stop your puppy from chewing your furniture and best items 00:03:00 More Puppy Questions Answered In this video you'll find out the best way to socialize your puppy 00:06:00 How to prevent separation anxiety from developing in your puppy 00:02:00 In this video you'll learn how to crate train your puppy 00:05:00 During this video you'll see how to groom your puppy 00:02:00 In this video you'll learn about feeding your puppy 00:02:00 You'll discover how to stop your puppy from stealing your clothes in this video 00:04:00 Getting your puppy ready for a walk 00:02:00 Start leash work and recalling training now with your puppy - here's how 00:04:00 How to stop your puppy from eating poop! 00:04:00 Order Your Certificates and Transcripts Order Your Certificates and Transcripts 00:00:00

Dog and Puppy Training
Delivered Online On Demand2 hours 17 minutes
£18

Level 2, 3, 4 PR : Public Relation Training

By Imperial Academy

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

Level 2, 3, 4 PR : Public Relation Training
Delivered Online On Demand
£100

Asbestos Awareness Training

4.7(160)

By Janets

Register on the Asbestos Awareness Training 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 Asbestos Awareness Training 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 Asbestos Awareness Training 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 Asbestos Awareness Training, 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: Asbestos Explained Asbestos Explained 00:20:00 Module 02: Asbestos Identified Asbestos Identified 00:15:00 Module 03: Asbestos and the Law Asbestos and the Law 00:15:00 Module 04: Risk Factors of Asbestos Risk Factors of Asbestos 00:20:00 Module 05: Surveys and Risk Assessment Surveys and Risk Assessment 00:18:00 Module 06: Asbestos Awareness & Safety Asbestos Awareness & Safety 00:15:00 Module 07: Asbestos Containing Waste (ACW) Disposal Asbestos Containing Waste (ACW) Disposal 00:15:00 Module 08: Accidental Disturbance of ACMs and Dealing with Emergencies Accidental Disturbance of ACMs and Dealing with Emergencies 00:18: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.

Asbestos Awareness Training
Delivered Online On Demand2 hours 16 minutes
£25

Meditation & Consciousness Training

4.8(9)

By Skill Up

Gain the skills and credentials to kickstart a successful career and learn from the experts with this step-by-step

Meditation & Consciousness Training
Delivered Online On Demand7 hours 8 minutes
£25

Body Language Training

4.3(43)

By John Academy

Overview One of the most effective ways to understand people is through their body language. If you want to secure the power to understand people and their intentions better, master the art of body language. Our Body Language Training course can help you out. This course is broken down into bite-sized modules to help you understand the fundamentals of body language. Through these modules, you will learn how different parts of our body can convey messages. Along with explaining non-verbal communication, the course will also shed light on digital body language. Here, you will also develop the ability to decode the personalities of others through their body language. So, if you are interested in grasping this valuable skill set and excelling in your personal and professional life, enrol now! Course Preview Learning Outcomes Familiarise yourself with the fundamentals of non-verbal communication Understand the science of body language portrayed by different body parts Learn how to use digital body language Develop the skills to understand people and their personalities through their body language Build the skills for using your body language to express yourself Why Take This Course From John Academy? Affordable, well-structured and high-quality e-learning study materials Meticulously crafted engaging and informative tutorial videos and materials Efficient exam systems for the assessment and instant result Earn UK & internationally recognised accredited qualification Easily access the course content on mobile, tablet, or desktop from anywhere, anytime Excellent career advancement opportunities Get 24/7 student support via email What Skills Will You Learn from This Course? Non-verbal communication Body language Identification Who Should Take This Body Language Training? Whether you're an existing practitioner or an aspiring professional, this course is an ideal training opportunity. It will elevate your expertise and boost your CV with key skills and a recognised qualification attesting to your knowledge. Are There Any Entry Requirements? This Body Language Training is available to all learners of all academic backgrounds. But learners should be aged 16 or over to undertake the qualification. And a good understanding of the English language, numeracy, and ICT will be helpful. Body Language Training Certification After completing and passing the Body Language Training successfully, you will be able to obtain a Recognised Certificate of Achievement. Learners can obtain the certificate in hard copy at £14.99 or PDF format at £11.99. Career Path​ This exclusive Body Language Training will equip you with effective skills and abilities and help you explore career paths such as  Body Language Experts Investigators Recruiter SEN Teacher Mental Health Counsellor Module 01: Understanding the Basics Understanding the Basics 00:44:00 Module 02: Non-Verbal Communication Non-Verbal Communication 00:38:00 Module 03: Science of Body Language - Head-Part 1 Science of Body Language - Head-Part 1 01:06:00 Module 04: Science of Body Language - Head-Part 2 Science of Body Language - Head-Part 2 00:53:00 Module 05: Science of Body Language - Hand Science of Body Language - Hand 01:32:00 Module 06: Science of Body Language - Mid Body Science of Body Language - Mid Body 01:08:00 Module 07: Science of Body Language - Lower Body Science of Body Language - Lower Body 01:01:00 Module 08: Understanding People Understanding People 00:59:00 Module 09: Personality and Types of It Personality and Types of It 00:47:00 Module 10: Digital Body Language Digital Body Language 00:56:00 Module 11: Use Body Language Use Body Language 00:59:00 Module 12: Persuasion or Manipulation Persuasion or Manipulation 00:41:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Body Language Training
Delivered Online On Demand11 hours 24 minutes
£24.99

Sales Training

4.9(27)

By Apex Learning

Overview This comprehensive course on Sales Training will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Sales Training comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Sales Training. It is available to all students, of all academic backgrounds. Requirements Our Sales Training is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 9 sections • 24 lectures • 01:30:00 total length •Preview of Course: 00:01:00 •Introduction: 00:04:00 •Introduction to Action Plan: 00:02:00 •Belief Part 1: 00:04:00 •Belief Part 2: 00:03:00 •Belief Part 3: 00:04:00 •Belief Reinforcement: 00:03:00 •Belief Chapter (Written Context from the Sales Pro Book): 00:12:00 •Belief Cartoon Story: 00:06:00 •Celebrity Moment: 00:02:00 •Belief Action Plan: 00:04:00 •Authenticity: 00:05:00 •Celebrity Moment: 00:01:00 •Establishing Trust Part 1: 00:03:00 •Establishing Trust Part 2: 00:08:00 •Selling Results Part 1: 00:07:00 •Selling Results Part 2: 00:02:00 •Animation Selling Results: 00:01:00 •Selling Results Cartoon Story: 00:02:00 •Selling Value: 00:02:00 •Matching Benefits & Adding Value: 00:03:00 •Experience of Value: 00:07:00 •It Is Time To Take Action!: 00:04:00 •Assignment - Sales Training: 00:00:00

Sales Training
Delivered Online On Demand1 hour 30 minutes
£12

Essential SDN for engineers

5.0(3)

By Systems & Network Training

Essential SDN training course description Software Defined Networking (SDN) has become one of the industries most talked technologies. This training course cuts through the hype and looks at the technology, architecture and products available for SDN along with looking at the impact it may have on your network. What will you learn Explain how SDN works. Describe the architecture of SDN. Explain the relationship between SDN and OpenFlow. Recognise the impact SDN will have on existing networks. Essential SDN training course details Who will benefit: Anyone wishing to know more about SDN. Prerequisites: None. Duration 2 days Essential SDN training course contents Introduction What is SDN? What is OpenFlow? SDN benefits. The SDN stack and architecture. SDN architecture SDN applications, SDN switches, SDN controllers, Network Operating Systems. Control plane, data plane. Control to Data Plane Interface (CDPI), Northbound interfaces. SDN components, control and data plane abstractions. Network Operating Systems Finding the topology, Global view, control program, configuration based on views, graph algorithm. OpenFlow Just one part of SDN. Open Networking Foundation, OpenFlow ports, Flow tables, OpenFlow Channels. The OpenFlow protocol, OpenFlow header, OpenFlow operations. OpenFlow versus OpFlex. SDN and open source OpenDaylight, OpenVSwitch, Open Networking Forum, Open Network Operating System. OpenStack Neutron. SDN implications Separation of control and data plane, NOS running on servers, Emphasis on edge complexity, core simplicity, OpenvSwitch, Incremental migration, importance of software. SDN vs NVF.

Essential SDN for engineers
Delivered in Internationally or OnlineFlexible Dates
£1,727

3ds Max Evening Training

By London Design Training Courses

Course Description: 3ds Max Evening Training Course. Training duration: 10 hrs Method: 1-2-1, Personalized attention, Tailored content, Flexible pace, Individual support. Schedule: Personalized training experience with our flexible 1-2-1 sessions. Tailor your own schedule by pre-booking a convenient hour of your choice, available from Monday to Saturday between 9 am and 7 pm. Course Link Unleash the art of character animation with our 3ds Max training course. Perfect for beginners and seasoned artists alike. Benefit from certified tutors and industry experts as your mentors. Opt for in-person or live online sessions with flexible scheduling. Access recorded lessons and lifetime email support. Receive a Certificate of Attendance and a practical training guide. Enjoy hands-on instruction and personalized attention. Ideal for architects, interior designers, game designers, and more. Enroll today and unlock your animation potential with 3ds Max. Try it out for free using the link provided. Module 1: Introduction to 3ds Max (1 hour) Overview of 3ds Max and its applications in various industries Interface tour and navigation controls Working with objects, creating basic shapes, and transformations Understanding the viewport and workspace customization Module 2: Modeling in 3ds Max (2 hours) Polygon modeling techniques Working with modifiers for efficient modeling Creating complex shapes using subdivision surfaces Using splines and lofting for advanced modeling Introduction to NURBS modeling Module 3: Texturing and Materials (2 hours) UVW unwrapping and mapping techniques Applying textures and materials to objects Utilizing the Material Editor and material libraries Creating realistic materials using maps and procedural textures Introduction to PBR materials and material workflows Module 4: Lighting and Cameras (1.5 hours) Types of lights and their properties in 3ds Max Setting up basic and advanced lighting scenarios Working with natural and artificial lighting techniques Introduction to photometric lighting and IES profiles Camera settings and composition for better renders Module 5: Animation and Rigging (1.5 hours) Understanding keyframes and animation controllers Creating simple animations and motion paths Introduction to character rigging and bone systems Basic animation principles and timing Animating objects and cameras for visual storytelling Module 6: Rendering and Output (1.5 hours) Overview of the rendering process in 3ds Max Render settings and output formats Working with render elements for post-processing Introduction to V-Ray rendering (or other popular render engines) Final render setup and optimization techniques Module 7: Particle Systems and Dynamics (1 hour) Introduction to particle systems and particle flow Simulating dynamics and physics in 3ds Max Working with particle operators and events Creating realistic effects like smoke, fire, and water Module 8: Advanced Techniques and Plugins (1 hour) Exploring advanced tools and workflows in 3ds Max Overview of popular plugins and their functionalities Integration with other software and formats (e.g., Adobe Photoshop, CAD software) Utilizing scripts and automation for workflow optimization Downlaod 3ds max for free

3ds Max Evening Training
Delivered in London or OnlineFlexible Dates
£290