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

7747 Courses in London delivered Online

B6098 IBM Cognos Analytics - Author Active Reports (v11.0)

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for Report authors wanting to develop interactive report content, or content disconnected from IBM Cognos servers. In this course, participants increase their IBM Cognos Analytics experience by building interactive reports using Active Report controls, which can be distributed to and consumed by users in a disconnected environment, including mobile devices. Introduction to IBM Cognos Active Reports Examine IBM Cognos Active Reports Convert an existing report into an Active Report Add interactions in Active Reports using Active Report connections Create a basic Active Report Examine interactive behavior of Active Report controls Save a report in the IBM Cognos Analytics portal Save an Active Report to an MHT file Save an Active Report as a report template Use an Active Report as a prompt page Understand Active Report security Use Active Report Connections Examine Active Report connections Filter and select in controls using Active Report connections Examine variables Use a single variable to control multiple controls Use multiple variables to show different data in different controls Use Active Report controls to support mobile device usage Active Report Charts & Decks Add charts to active reports Understand and optimize chart behavior Examine decks and data decks Optimize use of decks Review Master Detail relationships Examine RAVE visualizations

B6098 IBM Cognos Analytics - Author Active Reports (v11.0)
Delivered OnlineFlexible Dates
Price on Enquiry

R Programming for Data Science

4.5(3)

By Studyhub UK

Delve into the world of data analysis with 'R Programming for Data Science,' a course designed to guide learners through the intricacies of R, a premier programming language in the data science domain. The course opens with a broad perspective on data science, illuminating the pivotal role of R in this field. Learners are then introduced to R and RStudio, equipping them with the foundational tools and interfaces essential for R programming. The curriculum progresses with an introduction to the basics of R, ensuring learners grasp the core principles that underpin more complex operations. A highlight of this course is its in-depth exploration of R's versatile data structures, including vectors, matrices, factors, and data frames. Each unit is crafted to provide learners with a comprehensive understanding of these structures, pivotal for effective data handling and manipulation. The course also emphasizes the importance of relational and logical operators in R, key elements for executing data operations. As the course advances, learners will engage with the nuances of conditional statements and loops, essential for writing efficient and dynamic R scripts. Moving into more advanced territories, the course delves into the creation and usage of functions, an integral part of R programming, and the exploration of various R packages that extend the language's capabilities. Learners will also gain expertise in the 'apply' family of functions, crucial for streamlined data processing. Further units cover regular expressions and effective strategies for managing dates and times in data sets. The course concludes with practical applications in data acquisition, cleaning, visualization, and manipulation, ensuring learners are well-prepared to tackle real-world data science challenges using R. Learning Outcomes Develop a foundational understanding of R's role in data science and proficiency in RStudio. Gain fluency in R programming basics, enabling the handling of complex data tasks. Acquire skills in managing various R data structures for efficient data analysis. Master relational and logical operations for advanced data manipulation in R. Learn to create functions and utilize R packages for expanded analytical capabilities. Why choose this R Programming for Data Science course? 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. Who is this R Programming for Data Science course for? Beginners in data science eager to learn R programming. Data analysts and scientists looking to enhance their skills in R. Researchers in various fields requiring advanced data analysis tools. Statisticians seeking to adopt R for more sophisticated data manipulations. Professionals in finance, healthcare, and other sectors needing data-driven insights. Career path Data Scientist (R Expertise): £30,000 - £70,000 Data Analyst (R Programming Skills): £27,000 - £55,000 Bioinformatics Scientist (R Proficiency): £35,000 - £60,000 Quantitative Analyst (R Knowledge): £40,000 - £80,000 Research Analyst (R Usage): £25,000 - £50,000 Business Intelligence Developer (R Familiarity): £32,000 - £65,000 Prerequisites This R Programming for Data Science does not require you to have any prior qualifications or experience. You can just enrol and start learning.This R Programming for Data Science 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. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Unit 01: Data Science Overview Introduction to Data Science 00:01:00 Data Science: Career of the Future 00:04:00 What is Data Science? 00:02:00 Data Science as a Process 00:02:00 Data Science Toolbox 00:03:00 Data Science Process Explained 00:05:00 What's next? 00:02:00 Unit 02: R and RStudio Engine and coding environment 00:03:00 Installing R and RStudio 00:04:00 RStudio: A quick tour 00:04:00 Unit 03: Introduction to Basics Arithmetic with R 00:03:00 Variable assignment 00:04:00 Basic data types in R 00:03:00 Unit 04: Vectors Creating a vector 00:05:00 Naming a vector 00:04:00 Arithmetic calculations on vectors 00:07:00 Vector selection 00:06:00 Selection by comparison 00:04:00 Unit 05: Matrices What's a Matrix? 00:02:00 Analyzing Matrices 00:03:00 Naming a Matrix 00:05:00 Adding columns and rows to a matrix 00:06:00 Selection of matrix elements 00:03:00 Arithmetic with matrices 00:07:00 Additional Materials 00:00:00 Unit 06: Factors What's a Factor? 00:02:00 Categorical Variables and Factor Levels 00:04:00 Summarizing a Factor 00:01:00 Ordered Factors 00:05:00 Unit 07: Data Frames What's a Data Frame? 00:03:00 Creating Data Frames 00:20:00 Selection of Data Frame elements 00:03:00 Conditional selection 00:03:00 Sorting a Data Frame 00:03:00 Additional Materials 00:00:00 Unit 08: Lists Why would you need lists? 00:01:00 Creating a List 00:06:00 Selecting elements from a list 00:03:00 Adding more data to the list 00:02:00 Additional Materials 00:00:00 Unit 09: Relational Operators Equality 00:03:00 Greater and Less Than 00:03:00 Compare Vectors 00:03:00 Compare Matrices 00:02:00 Additional Materials 00:00:00 Unit 10: Logical Operators AND, OR, NOT Operators 00:04:00 Logical operators with vectors and matrices 00:04:00 Reverse the result: (!) 00:01:00 Relational and Logical Operators together 00:06:00 Additional Materials 00:00:00 Unit 11: Conditional Statements The IF statement 00:04:00 IFELSE 00:03:00 The ELSEIF statement 00:05:00 Full Exercise 00:03:00 Additional Materials 00:00:00 Unit 12: Loops Write a While loop 00:04:00 Looping with more conditions 00:04:00 Break: stop the While Loop 00:04:00 What's a For loop? 00:02:00 Loop over a vector 00:02:00 Loop over a list 00:03:00 Loop over a matrix 00:04:00 For loop with conditionals 00:01:00 Using Next and Break with For loop 00:03:00 Additional Materials 00:00:00 Unit 13: Functions What is a Function? 00:02:00 Arguments matching 00:03:00 Required and Optional Arguments 00:03:00 Nested functions 00:02:00 Writing own functions 00:03:00 Functions with no arguments 00:02:00 Defining default arguments in functions 00:04:00 Function scoping 00:02:00 Control flow in functions 00:03:00 Additional Materials 00:00:00 Unit 14: R Packages Installing R Packages 00:01:00 Loading R Packages 00:04:00 Different ways to load a package 00:02:00 Additional Materials 00:00:00 Unit 15: The Apply Family - lapply What is lapply and when is used? 00:04:00 Use lapply with user-defined functions 00:03:00 lapply and anonymous functions 00:01:00 Use lapply with additional arguments 00:04:00 Additional Materials 00:00:00 Unit 16: The apply Family - sapply & vapply What is sapply? 00:02:00 How to use sapply 00:02:00 sapply with your own function 00:02:00 sapply with a function returning a vector 00:02:00 When can't sapply simplify? 00:02:00 What is vapply and why is it used? 00:04:00 Additional Materials 00:00:00 Unit 17: Useful Functions Mathematical functions 00:05:00 Data Utilities 00:08:00 Additional Materials 00:00:00 Unit 18: Regular Expressions grepl & grep 00:04:00 Metacharacters 00:05:00 sub & gsub 00:02:00 More metacharacters 00:04:00 Additional Materials 00:00:00 Unit 19: Dates and Times Today and Now 00:02:00 Create and format dates 00:06:00 Create and format times 00:03:00 Calculations with Dates 00:03:00 Calculations with Times 00:07:00 Additional Materials 00:00:00 Unit 20: Getting and Cleaning Data Get and set current directory 00:04:00 Get data from the web 00:04:00 Loading flat files 00:03:00 Loading Excel files 00:05:00 Additional Materials 00:00:00 Unit 21: Plotting Data in R Base plotting system 00:03:00 Base plots: Histograms 00:03:00 Base plots: Scatterplots 00:05:00 Base plots: Regression Line 00:03:00 Base plots: Boxplot 00:03:00 Unit 22: Data Manipulation with dplyr Introduction to dplyr package 00:04:00 Using the pipe operator (%>%) 00:02:00 Columns component: select() 00:05:00 Columns component: rename() and rename_with() 00:02:00 Columns component: mutate() 00:02:00 Columns component: relocate() 00:02:00 Rows component: filter() 00:01:00 Rows component: slice() 00:04:00 Rows component: arrange() 00:01:00 Rows component: rowwise() 00:02:00 Grouping of rows: summarise() 00:03:00 Grouping of rows: across() 00:02:00 COVID-19 Analysis Task 00:08:00 Additional Materials 00:00:00 Assignment Assignment - R Programming for Data Science 00:00:00

R Programming for Data Science
Delivered Online On Demand6 hours 33 minutes
£10.99

Cyber Security Advanced Diploma

3.0(2)

By Alpha Academy

Are you worried how to secure your data? Enrol the Cyber Security Advanced Diploma course and learn the practical techniques for securing your information. In recent time, cybersecurity becomes mandatory because of the risk of unauthorised use and criminal activity by the hackers. Throughout the Cyber Security Advanced Diploma course, you will learn to protect and secure your company's data through the proper use of internet security management along with the IT Security knowledge. The course teaches you the up to date procedures for securing your data. Course Highlights The price is for the whole course including final exam - no hidden fees Accredited Certificate upon successful completion at an additional cost Efficient exam system with instant results Track progress within own personal learning portal 24/7 customer support via live chat Cyber Security Advanced Diploma has been given CPD accreditation and is one of the best-selling courses available to students worldwide. This valuable course is suitable for anyone interested in working in this sector or who simply wants to learn more about the topic. If you're an individual looking to excel within this field then Cyber Security Advanced Diploma is for you. We've taken this comprehensive course and broken it down into several manageable modules which we believe will assist you to easily grasp each concept - from the fundamental to the most advanced aspects of the course. It really is a sure pathway to success. All our courses offer 12 months access and are designed to be studied at your own pace so you can take as much or as little time as you need to complete and gain the full CPD accredited qualification. And, there are no hidden fees or exam charges. We pride ourselves on having friendly and experienced instructors who provide full weekday support and are ready to help with any of your queries. So, if you need help, just drop them an email and await a speedy response. Furthermore, you can check the validity of your qualification and verify your certification on our website at anytime. So, why not improve your chances of gaining professional skills and better earning potential. Assessment and Certification At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. After you have successfully passed the final exam, you will be able to order an Accredited Certificate of Achievement at an additional cost of £19 for a PDF copy and £29 for an original print copy sent to you by post or for both £39. Career Path Not only does our CPD and CiQ accredited course look good on your CV, setting you apart from the competition, it can be used as a stepping stone to greater things. Further advance your learning, launch a new career or reinvigorate an existing one. On successful completion of this course, you have the potential to achieve an estimated salary of £30,000. The sky really is the limit. Course Curriculum Cyber Security Basics Introduction 00:30:00 Child Safety Online 01:00:00 Secure Payment Sites 01:00:00 Online Banking 00:30:00 How To Keep Your Password Safe 00:30:00 Common Scams 01:00:00 How I Got Pharmed 01:00:00 Virus Protection 01:00:00 Self Maintenance 00:30:00 Personal Information Online 01:00:00 Is The Internet Safe? 00:30:00 Importance of Cyber Security 00:30:00 Internet Security Management Internet Security- The Truth About Identify Theft 01:00:00 Internet Security for Teens- What You Need to Do 01:00:00 Internet Security-Downloading Email Attachments 00:15:00 Internet Security- 5 Tips for Using Facebook 00:30:00 Internet Security- 8 Tips to Protect Yourself When Dating Online 00:30:00 Internet Security for Teens and Tweens- 10 Tips to Keep You Protected 00:15:00 Internet Security- Parental Control Software 00:30:00 Internet Security- Online Safety for Your Children 00:30:00 Cyber Bullying- Another Aspect of Breaking Internet Security 00:30:00 Tips to Ensure Internet Security 00:30:00 Internet Security- Downloading Music off the Internet 01:00:00 Internet Security- Protect Your Wireless Connection 00:30:00 Internet Security- How to Deal with Spyware 00:15:00 Internet Security- Protecting Yourself When You Shop Online 00:15:00 Internet Security- Make Sure Your Passwords Protect You 00:15:00 Make Sure Your Emails Are Safe: Tips for Internet Security 01:00:00 Internet Security- Why Should You Use a Firewall? 01:00:00 Internet security-Signs That Your Child's Safety Might Be Compromised 01:00:00 Internet Security- Safety When Using Public Computers 01:00:00 Internet Security- Storing Your Password on Your Computer 01:00:00 Internet Security-Using Social Utility Sites 00:30:00 IT Security Spyware Can Destroy 00:30:00 How Does Spyware Spread? 01:00:00 How To Remove Spyware 01:00:00 Anti Spyware Program 01:00:00 The Anti Anti-Spyware Programs 00:30:00 Research And Learn More 00:30:00 Choosing The Best Anti Spyware Tool 01:00:00 Computer Security And Spyware 01:00:00 The Programs To Avoid 00:15:00 Is It Legal? 00:30:00 Checklist Of Protection 00:15:00 Recommended Reading Recommended Reading : Cyber Security Advanced Diploma 00:00:00 Mock Exam Mock Exam - Cyber Security Advanced Diploma 00:30:00 Final Exam Final Exam - Cyber Security Advanced Diploma 00:30:00

Cyber Security Advanced Diploma
Delivered Online On Demand1 hour
£11.99

Adult Nursing

By NextGen Learning

Course Overview: The Adult Nursing course offers a comprehensive foundation for those seeking a career in nursing, providing learners with essential knowledge and skills for adult healthcare. Covering a wide range of topics, from the legal and ethical aspects of nursing practice to practical issues like pain management and infection control, this course ensures that learners gain the expertise needed to excel in various healthcare environments. Through detailed modules, learners will explore the roles and responsibilities of nurses, the complexities of adult care, and key nursing principles. Upon completion, learners will be well-prepared to contribute effectively to patient care, enhancing their capabilities in diverse healthcare settings. Course Description: This course covers critical topics necessary for the competent practice of adult nursing. Learners will explore healthcare settings, legal frameworks, and ethical considerations in nursing, building a solid understanding of professional standards. The curriculum includes comprehensive modules on infection control, pain management, fluid balance, and more, providing essential knowledge for a well-rounded nursing career. Learners will engage with the core concepts of communication, health and safety, hygiene, and mobility, ensuring they are prepared to meet the challenges of adult care. By the end of the course, learners will possess the skills required to manage patient care in a variety of contexts, making them valuable assets in the healthcare workforce. Course Modules: Module 01: Introduction to Nursing Module 02: Working in Different Healthcare Settings Module 03: Understanding Legal, Professional Standards of Practice and Ethical Aspects of Health Care - Part 1 Module 04: Understanding Legal, Professional Standards of Practice and Ethical Aspects of Health Care - Part 2 Module 05: Effective Communication in Nursing Module 06: Health and Safety in Nursing Module 07: Hygiene in Nursing Module 08: Infection Control Module 09: Asepsis in Nursing Module 10: Medication Administration in Nursing Module 11: Adult Care in Different Life Stages Module 12: Understanding Immune System in Nursing Module 13: Rest and Sleep Management in Nursing Module 14: Mobility and Immobility Issues of Patients in Nursing Module 15: Pain Management for Nurses Module 16: Nutrition in Nursing Module 17: Fluid and Electrolyte Balance Module 18: Assisting with Elimination Module 19: Oxygenation in Nursing (See full curriculum) Who is this course for? Individuals seeking to enter the nursing profession. Professionals aiming to expand their expertise in adult healthcare. Beginners with an interest in healthcare and nursing. Those looking to understand essential nursing concepts for career development. Career Path Registered Nurse (RN) Healthcare Assistant Nurse Practitioner Adult Care Specialist Medical/Surgical Nurse Community Health Nurse Healthcare Administrator Clinical Nurse Educator

Adult Nursing
Delivered OnlineFlexible Dates
£7.99

IELTS Exam Preparation

By NextGen Learning

IELTS Exam Preparation Course Overview This IELTS Exam Preparation course is designed to equip learners with the essential skills needed to excel in the IELTS exam. Covering all four sections of the test—listening, reading, writing, and speaking—the course provides in-depth insights into the format and structure of the test. Learners will develop strong English language skills, ensuring they are well-prepared for each section of the exam. By the end of the course, learners will gain confidence in their ability to manage time, understand test requirements, and perform under exam conditions. With expert guidance and structured content, this course aims to help learners achieve their desired IELTS band score. Course Description This course delves into each component of the IELTS exam, helping learners understand its format and assess their strengths and weaknesses. The grammar modules focus on essential areas such as sentence structure, punctuation, and capitalisation to ensure learners can effectively communicate their ideas. The listening, reading, writing, and speaking modules are tailored to build specific skills required for each section of the exam, guiding learners through practice exercises and strategies for optimal performance. Through engaging lessons and mock tests, learners will gain a clear understanding of what is expected in the IELTS exam and how to approach each section with confidence. The course also includes practical advice on preparing for the test, managing exam stress, and performing well under timed conditions. IELTS Exam Preparation Curriculum Module 01: Introduction to IELTS Module 02: IELTS Test Format Module 03: Grammar for IELTS: Basics of Grammar Module 04: Grammar for IELTS: The Basics of Sentence Module 05: Grammar for IELTS: Structure of Sentence Module 06: Grammar for IELTS: Punctuation & Capitalisation Module 07: The Listening Section Module 08: The Reading Section [Academic] Module 09: The Writing Section [Academic] Module 10: The Speaking Section Module 11: IELTS [General Training] Module 12: IELTS Life Skills Module 13: What To Do Before The IELTS Test? Module 14: IELTS Full-length Practice Tests (See full curriculum) Who is this course for? Individuals seeking to achieve a high band score in the IELTS exam. Professionals aiming to meet English language proficiency requirements for work or study. Beginners with an interest in pursuing international education or career opportunities. Those preparing for the IELTS exam as part of their visa application process. Career Path International student in higher education. Migration consultant or advisor. Professional in need of an English language proficiency qualification. Candidate for job roles requiring IELTS certification for global organisations.

IELTS Exam Preparation
Delivered OnlineFlexible Dates
£7.99

Fast Track to Scala Programming for OO / Java Developers (TTSCL2104)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This course is geared for experienced skilled Java developers, software developers, data scientists, machine learning experts or others who wish to transtion their coding skills to Scala, learning how to code in Scala and apply it in a practical way. This is not a basic class. Overview Working in a hands-on learning environment led by our expert instructor you'll: Get comfortable with Scala's core principles and unique features, helping you navigate the language confidently and boosting your programming skills. Discover the power of functional programming and learn techniques that will make your code more efficient,maintainable, and enjoyable to write. Become proficient in creating dynamic web applications using the Play Framework, and easily connect to databases with the user-friendly Slick library. Master concurrency programming with Akka, empowering you to build scalable and fault-tolerant applications that excel in performance. Enhance your testing skills using ScalaTest and ScalaCheck, ensuring the reliability and quality of your Scala applications, while having fun in the process. Explore the fascinating world of generative AI and GPT technologies, and learn how to integrate them into your projects,adding a touch of innovation and intelligence to your Scala solutions. If your team requires different topics, additional skills or a custom approach, our team will collaborate with you to adjust the course to focus on your specific learning objectives and goals. Discover the power of Scala programming in our comprehensive, hands-on technical training course designed specifically for experienced object-oriented (OO) developers. Scala is a versatile programming language that combines the best of both OO and functional programming paradigms, making it ideal for a wide range of projects, from web applications to big data processing and machine learning. By mastering Scala, you'll be able to develop more efficient, scalable, and maintainable applications. Fast Track to Scala Programming for OO / Java Developers is a four day hands-on course covers the core principles of Scala, functional programming, web application development, database connectivity, concurrency programming, testing, and interoperability between Scala and Java. Additionally, you'll explore cutting-edge generative AI and GPT technologies, learning how to integrate them into your Scala applications for intelligent suggestions or automation. Throughout the course you?ll explore the latest tools and best practices in the Scala ecosystem, gaining valuable knowledge and experience that can be directly applied to your day-to-day work. With 50% of the course content dedicated to hands-on labs, you'll gain practical experience applying the concepts you've learned across various projects, such as building functional web applications, connecting to databases, designing modular components, and implementing concurrency. Upon completing the course, you'll have a solid understanding of the language and its features, empowering you to confidently apply your new skills in data science and machine learning projects. You'll exit well-prepared to create efficient, scalable, and maintainable Scala applications, regardless of the complexity of your projects. Introduction to Scala Scala features and benefits Comparing Scala with Java and other OO languages Installing Scala and setting up the development environment Object-Oriented Programming in Scala Classes and objects Traits, mixins, and inheritance Companion objects and factories Encapsulation and polymorphism Functional Programming Basics Pure functions and referential transparency Higher-order functions and currying Immutability and persistent data structures Pattern matching and recursion Having Fun with Functional Data Structures Lists, sets, and maps in Scala Folding and reducing operations Stream processing and lazy evaluation For-comprehensions Building Web Applications in Functional Style Introduction to Play Framework Functional web routing and request handling JSON handling with Play-JSON Middleware and functional composition Connecting to a Database Introduction to Slick library Database configuration and setup Querying and updating with Slick Transactions and error handling Building Scalable and Extensible Components Modular architecture and design patterns Dependency injection with MacWire Type classes and type-level programming Implicit parameters and conversions Concurrency Programming & Akka Introduction to Akka framework and Actor model Actor systems and message passing Futures and Promises Supervision and fault tolerance Building Confidence with Testing Introduction to ScalaTest and ScalaCheck Unit testing and property-based testing Test-driven development in Scala Mocking and integration testing Interoperability between Scala and Java Calling Java code from Scala Using Java libraries in Scala projects Converting Java collections to Scala collections Writing Scala code that can be called from Java Using Generative AI and GPT Technologies in Scala Programming Overview of GPT and generative AI Integrating GPT with Scala applications Use cases and practical examples

Fast Track to Scala Programming for OO / Java Developers (TTSCL2104)
Delivered OnlineFlexible Dates
Price on Enquiry

Microsoft Word for Office 365 (Desktop or Online) (v1.1) Part 2

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is designed for students who wish to use Microsoft Word to create and modify complex documents and use tools that allow them to customize those documents. Overview In this course, you will learn fundamental Word skills. You will: Organize content using tables and charts. Customize formats using styles and themes. Insert content using Quick Parts. Use templates to automate document formatting. Control the flow of a document. Simplify and manage long documents. Use mail merge to create letters, envelopes, and labels. After you master the basics of using Microsoft© Word such as creating, editing, and saving documents; navigating through a document; and printing, you're ready to move on to tackling the more advanced features. These features enable you to create complex and professional documents with a consistent look and feel. They also enable you to automate tedious tasks such as preparing a letter to send to every customer of your organization.Creating professional-looking documents can help you give your organization a competitive edge. Implementing time-saving features such as document templates and automated mailings helps your organization reduce expenses. Mastering these techniques will make you a valued employee in your organization.Note: Most Office users perform the majority of their daily tasks using the desktop version of the Office software, so that is the focus of this training. The course material will alsoenable you to access and effectively utilize many web-based resources provided with your Microsoft 365 subscription. This includes brief coverage of key skills for using Word for theWeb and OneDrive©. Helpful notes throughout the material alert you to cases where the online version of the application may function differently from the primary, desktop version.This course may be a useful component in your preparation for the Microsoft Word (Microsoft 365 Apps and Office 2019): Exam MO-100 and Microsoft Word Expert (Microsoft 365 Apps and Office 2019): Exam MO-101 certification exams. Lesson 1: Organizing Content Using Tables and Charts Topic A: Sort Table Data Topic B: Control Cell Layout Topic C: Perform Calculations in a Table Topic D: Create a Chart Topic E: Add an Excel Table to a Word Document Lesson 2: Customizing Formats Using Styles and Themes Topic A: Create and Modify Text Styles Topic B: Create Custom List or Table Styles Topic C: Apply Document Themes Lesson 3: Inserting Content Using Quick Parts Topic A: Insert Building Blocks Topic B: Create and Modify Building Blocks Topic C: Insert Fields Using Quick Parts Lesson 4: Using Templates to Automate Document Formatting Topic A: Create a Document Using a Template Topic B: Create and Modify a Template Topic C: Manage Templates with the Template Organizer Lesson 5: Controlling the Flow of a Document Topic A: Control Paragraph Flow Topic B: Insert Section Breaks Topic C: Insert Columns Topic D: Link Text Boxes to Control Text Flow Lesson 6: Managing Long Documents Topic A: Insert Blank and Cover Pages Topic B: Insert an Index Topic C: Insert a Table of Contents Topic D: Insert an Ancillary Table Topic E: Manage Outlines Topic F: Create a Master Document Lesson 7: Using Mail Merge to Create Letters, Envelopes, and Labels Topic A: Use Mail Merge Topic B: Merge Data for Envelopes and Label Additional course details: Nexus Humans Microsoft Word for Office 365 (Desktop or Online) (v1.1) Part 2 training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Microsoft Word for Office 365 (Desktop or Online) (v1.1) Part 2 course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Microsoft Word for Office 365 (Desktop or Online) (v1.1) Part 2
Delivered OnlineFlexible Dates
Price on Enquiry

Develop Amazing Social Skills & Connect With People

By IOMH - Institute of Mental Health

Overview This Develop Amazing Social Skills & Connect With People will unlock your full potential and will show you how to excel in a career in Develop Amazing Social Skills & Connect With People. So upskill now and reach your full potential. Everything you need to get started in Develop Amazing Social Skills & Connect With People is available in this course. Learning and progressing are the hallmarks of personal development. This Develop Amazing Social Skills & Connect With People will quickly teach you the must-have skills needed to start in the relevant industry. In This Develop Amazing Social Skills & Connect With People Course, You Will: Learn strategies to boost your workplace efficiency. Hone your Develop Amazing Social Skills & Connect With People skills to help you advance your career. Acquire a comprehensive understanding of various Develop Amazing Social Skills & Connect With People topics and tips from industry experts. Learn in-demand Develop Amazing Social Skills & Connect With People skills that are in high demand among UK employers, which will help you to kickstart your career. This Develop Amazing Social Skills & Connect With People covers everything you must know to stand against the tough competition in the Develop Amazing Social Skills & Connect With People field.  The future is truly yours to seize with this Develop Amazing Social Skills & Connect With People. Enrol today and complete the course to achieve a Develop Amazing Social Skills & Connect With People certificate that can change your professional career forever. Additional Perks of Buying a Course From Institute of Mental Health Study online - whenever and wherever you want. One-to-one support from a dedicated tutor throughout your course. Certificate immediately upon course completion 100% Money back guarantee Exclusive discounts on your next course purchase from Institute of Mental Health Enrolling in the Develop Amazing Social Skills & Connect With People can assist you in getting into your desired career quicker than you ever imagined. So without further ado, start now. Process of Evaluation After studying the Develop Amazing Social Skills & Connect With People, your skills and knowledge will be tested with a MCQ exam or assignment. You must get a score of 60% to pass the test and get your certificate.  Certificate of Achievement Upon successfully completing the Develop Amazing Social Skills & Connect With People, you will get your CPD accredited digital certificate immediately. And you can also claim the hardcopy certificate completely free of charge. All you have to do is pay a shipping charge of just £3.99. Who Is This Course for? This Develop Amazing Social Skills & Connect With People is suitable for anyone aspiring to start a career in Develop Amazing Social Skills & Connect With People; even if you are new to this and have no prior knowledge on Develop Amazing Social Skills & Connect With People, this course is going to be very easy for you to understand.  And if you are already working in the Develop Amazing Social Skills & Connect With People field, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level.  Taking this Develop Amazing Social Skills & Connect With People is a win-win for you in all aspects.  This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements This Develop Amazing Social Skills & Connect With People has no prerequisite.  You don't need any educational qualification or experience to enrol in the Develop Amazing Social Skills & Connect With People. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online Develop Amazing Social Skills & Connect With People. Moreover, this course allows you to learn at your own pace while developing transferable and marketable skills. Course Curriculum Introduction Welcome 00:02:00 Start & Have Powerful First Interactions 3 Best Ways To Always Start A Conversation 00:06:00 What To Say In Social Interactions 00:11:00 Never Run Out Of Things To Say Again! 00:06:00 Winning Mindset For Social Success 00:05:00 Join Group Conversations 00:04:00 Develop Rapport & Connection Fast Connect With People Fast 00:04:00 Make People Like You 00:06:00 Attractive Social Energy 00:08:00 Destroy Your Social Fears Fear Of Approaching People 00:10:00 Fear Of Rejection 00:07:00 Fear Of What People Think Of You 00:07:00 Unleash Your Social Confidence Become Confident in Social Interactions 00:05:00 Become Socially Relaxed & Anxiety Free 00:04:00 Stop Being Shy Socially 00:04:00 Love Yourself 00:02:00 Stop Approval Seeking Behavior 00:04:00 Master The End Of The Interaction Leave A Conversation Politely 00:03:00 Last Impression 00:03:00 Body Language For Social Success Eye Contact 00:07:00 Smiling 00:05:00 Positive & Confident Body Language 00:05:00 Voice 00:03:00 Skills For Social Success Visualization Exercise 00:03:00 Talkative Mood 00:03:00 Your environment 00:05:00

Develop Amazing Social Skills & Connect With People
Delivered Online On Demand2 hours 12 minutes
£10

Landing Page Design and Optimisation

5.0(1)

By Course Gate

In this competitive job market, you need to have some specific skills and knowledge to start your career and establish your position. This Landing Page Design and Optimisation will help you understand the current demands, trends and skills in the sector. The course will provide you with the essential skills you need to boost your career growth in no time. The Landing Page Design and Optimisation will give you clear insight and understanding about your roles and responsibilities, job perspective and future opportunities in this field. You will be familiarised with various actionable techniques, career mindset, regulations and how to work efficiently. This course is designed to provide an introduction to Landing Page Design and Optimisation and offers an excellent way to gain the vital skills and confidence to work toward a successful career. It also provides access to proven educational knowledge about the subject and will support those wanting to attain personal goals in this area. Learning Objectives Learn the fundamental skills you require to be an expert Explore different techniques used by professionals Find out the relevant job skills & knowledge to excel in this profession Get a clear understanding of the job market and current demand Update your skills and fill any knowledge gap to compete in the relevant industry CPD accreditation for proof of acquired skills and knowledge Who is this Course for? This Landing Page Design And Optimisation is ideal for aspiring professionals who wish to gain the relevant skills and knowledge to fast track their careers. It is for those who have little or no knowledge of Landing Page Design & Conversion Rate Optimisation or those who are new to the field and want to test their skills and knowledge. There are no entry requirements for this course. However, an eye for detail and a creative mind is essential. Entry Requirement This course is available to all learners of all academic backgrounds. A good understanding of the English language, numeracy, and ICT are required to attend this course. CPD Certificate from Course Gate  At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career Path On successfully completing the Landing Page Design And Optimisation, learners can progress to a more advanced program from our course list. Career opportunities in this field include freelancing or working in-house, within a range of professional settings, with the opportunity to earn a high salary. Related professions in this industry include: Digital Marketing Manager Campaign Executive Course Curriculum Module 01: Landing Page Design and Optimisation Fundamentals Download all Section One Slides 00:48:00 Welcome to this course! Let's lay the groundwork for good landing page design 00:13:00 The Myth Of The Perfect Landing Page Conversion Rate 00:12:00 The 3 Main Types of Landing Pages and How To Use Them Effectively 00:19:00 Common Business Models and Understanding Your Conversion Actions 00:19:00 The AIDA Sales Funnel and The Online Decision Making Process 00:17:00 The Awareness Stage of the Funnel: Where It All Begins 00:18:00 The Interest Stage of the Funnel Tell Me More 00:14:00 The Desire Stage of the Funnel I Want What You Sell 00:13:00 The Action Stage of the Funnel I'm Going to Buy What You Sell 00:09:00 The Fogg Behavior Model and how it Applies to Good Landing Page Design 00:20:00 Making Your Landing Page Design Memorable 00:14:00 Module 02: Principles of Good Landing Page Design: Examples, Case Studies & Best Practices Download all Section Two Slides 00:06:00 The Primacy of Product and The Concept of Usability in Landing Page Design 00:15:00 Eschew Obfuscation: Clarity and the Quest for Fewer Question Marks 00:11:00 The 5 Second Usability Test in Landing Page Design (and how you can use it now) 00:31:00 The Art and Science Behind Designing High-Converting Calls To Action (CTA's) 00:19:00 Readability and Visual Hierarchy Landing Page Design 00:20:00 Respecting Web Conventions in Landing Page Design 00:13:00 Using Videos, Graphics and Imagery to Increase Landing Page Conversion Rates 00:20:00 Information Architecture and Accessibility - Landing Page Design Best Practices 00:20:00 Trust, Safety and Credibility (Part 1) Landing Page Design Best Practices 00:16:00 Trust, Safety and Credibility (Part 2) Landing Page Design Best Practices 00:09:00 Dedicated Landing Page Design Best Practices (Part 1) 00:15:00 Dedicated Landing Page Design Best Practices (Part 2) 00:12:00 Module 03: Principles of Persuasion in Landing Page Design Download all Section Three Slides 00:32:00 Using Scarcity to Improve Conversion Rates on Your Landing Pages 00:10:00 Principles of Persuasion - Reciprocal Concessions & Reciprocity in Landing Pages 00:12:00 Principles of Persuasion Anchoring and Cognitive Dissonance Theory 00:19:00 Module 04: Designing and Building a Landing Page Step by Step in Unbounce My Favorite Landing Page Builders and Getting Started With Our Unbounce Page 00:10:00 Getting Familiar With the Unbounce Page Builder and Adding Our Header Section 00:07:00 Creating a Logo in Photoshop and Using the Unbounce Image Uploader Tool 00:16:00 Working With Background Imagery in Landing Pages and Developing Our Hero Section 00:16:00 Creating a Form, Action Block, and Finishing the Hero Section in Unbounce 00:19:00 Discussing Landing Page Design Changes and Creating our Primary Content Section 00:16:00 Finishing Page Content, Adding Icons, Footer and Working With Buttons Unbounce 00:11:00 Publishing Your Unbounce Landing Page on Your Custom Domain 00:04:00 Adding Custom CSS in Unbounce to Create Professional Drop Shadows 00:06:00 Making Your Landing Page Design Work Better With Custom Javascript Snippets 00:08:00 Mobile Site Layout in Unbounce Based on Mobile Landing Page Design Guidelines 00:03:00 Designing Your Form Confirmation Dialogue in Unbounce and Testing Your Live Form 00:03:00 Assigning A/B Testing Variants in Unbounce and Assigning Traffic Weights 00:12:00 Integrating Your Unbounce Form Submissions With Your Mailchimp Account 00:09:00 Module 05: Bonus Goodbye For Now I Will Miss You Dearly 00:03:00 Module 06: Bonus Content: Real-Life Audits - Landing Page Design Best Practices Western Computer Audit Part 1 00:08:00 Western Computer Audit Part 2 00:09:00 Western Computer Audit Part 3 00:15:00 Western Computer Audit Part 4 00:14:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Landing Page Design and Optimisation
Delivered Online On Demand11 hours 25 minutes
£11.99

Hotel & Restaurant Management: Catering, Hospitality Management

By Wise Campus

Restaurant Management: Restaurant Management Increases your business using the right strategies - Introducing the Ultimate Restaurant Management Course! Do you intend to enter the restaurant management industry? Are you prepared to advance your passion for cuisine and hospitality? Look nowhere else! We're here to provide you with the knowledge and skills you need to succeed in the exciting field of restaurant management through our in-depth Restaurant Management Course. The purpose of the Restaurant Management course is to give participants a thorough understanding of Restaurant Management. This Restaurant Management Course explains everything with a focus on legal ideas. Throughout this Restaurant Management Course you can learn best restaurant practices used in the business, and underlying knowledge. Everyone who wants to acquire the knowledge and abilities necessary to land a career in the restaurant management industry must take the restaurant management course. Following your completion of our Restaurant Management Course training, you will be more effective at work. Our Restaurant Management Course will provide you the skills you need to work more effectively and efficiently. Join our Restaurant Management course if you wish to launch a lucrative career in the related field. Everything you require to advance your profession is included in this Restaurant Management course. So enrol in our Restaurant Management course today to take advantage of this chance! Special Offers of this Restaurant Management: Restaurant Management Course This Restaurant Management: Restaurant Management Course includes a FREE PDF Certificate Lifetime access to this Restaurant Management: Restaurant Management Course Instant access to this Restaurant Management: Restaurant Management Course Get FREE Tutor Support to this Restaurant Management: Restaurant Management Course Restaurant Management: Restaurant Management Our Restaurant Management: Restaurant Management course offers an in-depth understanding of managing restaurant operations with a strong emphasis on legal principles. This Restaurant Management: Restaurant Management course covers best practices in the industry, providing foundational knowledge to excel in the restaurant business. Perfect for aspiring professionals, the Restaurant Management: Restaurant Management course equips you with the skills needed to secure a rewarding career in restaurant management. By completing this Restaurant Management: Restaurant Management training, you’ll be empowered to boost your work efficiency and performance. Gain essential expertise and thrive in the competitive world of Restaurant Management: Restaurant Management! Who is this course for? Restaurant Management: Restaurant Management Those who are interested in or already employed in this industry should take the Restaurant Management: Restaurant Management course. Requirements Restaurant Management: Restaurant Management To enrol in this Restaurant Management: Restaurant Management Course, students must fulfil the following requirements. To join in our Restaurant Management: Restaurant Management Course, you must have a strong command of the English language. To successfully complete our Restaurant Management: Restaurant Management Course, you must be vivacious and self driven. To complete our Restaurant Management: Restaurant Management Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Restaurant Management: Restaurant Management Course. Career path Restaurant Management: Restaurant Management If you have experience in restaurant management, your resume will become more valuable and you will be more qualified.

Hotel & Restaurant Management: Catering, Hospitality Management
Delivered Online On Demand6 hours 6 minutes
£12