Course Overview Learn the Latest Skills | Accredited by CPD | Recognised Certificate | MCQ Based Exam & Tutor Support | Interactive Video Training The Office Administration Complete Course teaches core competencies in business writing, and professional communication and improves your customer service skills and computer literacy with programs like Microsoft Word, Excel, Outlook and PowerPoint. Gain the confidence to excel in any professional office or commercial environment by gaining the necessary knowledge of administration, computer, and management techniques. This cutting-edge online course is taught by industry experts with continuing professional involvement, and it teaches you immediately applicable skills. What Will You Learn? Learn the basic computer software you need to know to perform at your best on a daily basis Learn organisational, time management and meeting management skills Learn the basic principles of business writing Enrich your expertise in MS Word, PowerPoint, and Excel Learn to keep the books in order and proper telephone etiquette What classes are included in this package? Earn a digital certificate upon successful completion accredited by UK and internationally recognised accredited qualification There are no set schedules, so you can work at your own pace. Our email and live chat specialists are available to assist you 24 hours a day, 7 days a week. On weekdays, you’ll have access to a full-time tutor. Learn in a user-friendly, cutting-edge online learning environment. High-quality e-learning study materials Benefit from instant feedback through mock exams and multiple-choice assessments Who Should Take This Course? This course is ideal for those who want to work in administrative support roles in public or private sector organisations or those who wish to improve their managerial and supervisory skills. Career Path Training offered by the Office Administration Complete Course could potentially benefit a range of roles, but would particularly enhance careers in: Administrator Support Staff Personal Assistant Office Manager Receptionist Office Administrator Secretary 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 Mock exams Multiple-choice assessments Assignment Certificate of Achievement After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post. Method of Assessment On successful completion of the Office Administration Complete Course, you will be required to sit an online multiple-choice assessment. You will need to score 60% or above to pass the course. After successfully passing the exam, you will be able to apply for Quality Licence Scheme endorsed certificate of achievement. The assessment will be evaluated automatically and the results will be given to you immediately. Retake fee If you do not pass the exam first time, you can purchase the Retake Exam for £1.99 and try again. Course Contents Module 01: Introduction to Office Administration Module 02: Skills of an Effective Administrator Module 03: Business Writing Skills Module 04: Communication Skills Module 05: Meeting Management Module 06: Organisational Skills Module 07: Telephone Etiquette Module 08: Negotiation Techniques Module 09: Conflict Management Module 10: Stress Management Module 11: Time Management
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
This award introduces the critical concepts associated with AI and explores its relationship with the systems and processes that make up the digital ecosystem. It explores how AI can empower organisations to utilise Big Data through the use of Business Analysis and Machine Learning, and encourages candidates to consider a future vision of the world that is powered by AI.
A business analyst is a person who analyzes data to process, understand, and document business processes, goods, services, and software. The role of a business analyst is to ensure business efficiency increases through their knowledge of both IT and business function. This exceptional Business Analysis Diploma is a higher-level diploma programme which analyzes and researches the responsibilities, duty of the analyst. A Business Analysis Diploma degree examines how a business or organization works and functions. This might encompass the company's financial, administrative, and marketing components. Marketing, analysis related courses are available for both eager novices and professionals. If you are planning to make your career in this business analysis field, we will provide you with all true guidance which will lead you through to ultimate success. A Business Analysis Diploma will be focusing on terms, laws, leadership qualities, strategies and anymore. This Business Analysis Diploma course provides important modules that teach learners about their need and succession in their professional life. This course will assist you in learning from the ground up and advancing to a higher degree of professionalism. As you know, organizational skills are critical because they help to develop trust and professionalism in the workplace. So, if you want to learn various Business Analysis and organizational abilities, this is the course for you. This Business Analysis Diploma course, developed and directed by Professional business analyst, allows students to explore the fascinating field of business. Experts and mentors collaborated to develop this course. This Course can boost your professional reputation. We will assist you to learn about all the essentials and help you in every step of This course. You can always count on us if you ever feel difficulty solving any problem that's given to you. This Business Analysis Diploma course is especially intended to focus on the important characteristics and expertise necessary for effective business researchers across a wide range of organizations and sectors. This Business Analysis Diploma course discusses the methods for collecting data. Data collection is the methodological process of gathering information about a specific subject. It is critical to verify that your data is full and that it is obtained legally and ethically throughout the collecting phase. Otherwise, your analysis will be inaccurate, which might have far-reaching effects. Learning Outcomes After completing the Business Analysis Diploma course, you will be able to - Gain a thorough understanding of the role of a Business Analyst. Discover what it takes to be a Business Analyst. Determine the difference between a Business Analyst and a System Analyst. Examine the methods for collecting data. Choose the most effective solution. Recognize the function of a product champion. Why Choose Business Analysis Diploma 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 Business Analysis Diploma Course** Main Course: Business Analysis GIFT COURSES Course 01: Diploma in Risk Management Course 02: Time Management Course **Others Benefits of Business Analysis Diploma Free 3 PDF Certificate Access to Content - Lifetime Exam Fee - Totally Free Free Retake Exam [ Note: Free PDF certificate will provide as soon as completing the course] If you enjoy taking charge and managing a project to ensure that everything runs well, This Business Analysis course is a wonderful opportunity to expand your knowledge and qualify for a position as a professional analyst or to start your own business as a freelancer market analyst. This acknowledged diploma which is 100% online and part-time, will prepare you for a wide range of careers and opportunities. This Business Analysis course compares the difference between a Business Analyst and a System Analyst. A business analyst's attention is more on the business and the larger context of the company's aims and developments. A systems analyst focuses on the formulation and implementation of requirements related to certain systems, taking a more technical approach to their work. This exceptional Business Analysis Diploma course could be your path to success in any business environment throughout the world. Enjoy the freedom to study whenever and wherever you want, at your own pace. Business Analysis Diploma course is ideal for both new and experienced business professionals. Examine the art of being a successful Business Analyst from the perspective of a modern corporation and its roles and goals by doing This Business Analysis Diploma course. Enrol in This exceptional Business Analysis course and build yourself a successful career as a business analyst. Course Curriculum *** Business Analysis Diploma *** Module 01: What is a Business Analyst? Module 02: What Makes a Good Business Analyst? Module 03: Roles of the Business Analyst Module 04: The Business Analyst and the Solution Team Module 05: Define the Problem Module 06: Vision Phase Module 07: Process Phase - Gather The Information Module 08: Process Phase - Determine the Solution Module 09: Process Phase - Write the Solution Document Module 10: Production Phase - Producing the Product Module 11: Production Phase - Monitor the Product Module 12: Confirmation Stage Assessment Method After completing each module of the Business Analysis, 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 Business Analysis Diploma Course is perfect for- Students Recent graduates Job Seekers Anyone interested in business analysis People who are already employed in related fields and wish to improve their knowledge and abilities. Requirements There are no specific requirements for Business Analysis Diploma course because it does not require any advanced knowledge or skills. Students who intend to enrol in this 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 The Business Analysis Diploma Course is designed to give you the skills and knowledge so that you can reach your dream job, advance at work, go self-employed, or start your own business. Certificates Certificate of completion Digital certificate - Included
Duration 1 Days 6 CPD hours This course is intended for Students should have basic computer skills, SQL skills, and be familiar with concepts related to database structure and terminology. Overview Upon successful completion of this course, students will be able to: - Use subqueries to generate query output. - Manipulate table data by inserting, updating, and deleting records in a table. - Manipulate the table structure. - Create views, manipulate data through views, modify the view structure, and drop views. - Create indices on table columns and drop inefficient indices. - Mark the beginning of a transaction, create a savepoint within a transaction, rollback a transaction, and commit a transaction. In this course, students will work with advanced queries to manipulate and index tables. Students will also create transactions so that you can choose to save or cancel data entry process. Prerequisites SQL Querying Fundamentals - Part 1 1 - Using Subqueries to Perform Advanced Querying Search Based on Unknown Values Compare a Value with Unknown Values Search Based on the Existence of Records Generate Output Using Correlated Subqueries Filter Grouped Data Within Subqueries Perform Multiple-Level Subqueries 2 - Manipulating Table Data Insert Data Modify and Delete Data 3 - Manipulating the Table Structure Create a Simple Table Create a Table with Constraints Add or Drop Table Columns Add or Drop Constraints Modify the Column Definition Back Up Tables Delete Tables 4 - Working with Views Create a View Manipulate Data in Views Create Aliases Modify and Drop Views 5 - Indexing Data Create Indices Drop Indices 6 - Managing Transactions Create Transactions Commit Transactions
Dive into the world of project management with our comprehensive course! Master the fundamentals, explore advanced tools such as Jira, Microsoft Teams, and Trello, and gain real-world insights. From Agile methodologies to effective communication strategies, this course equips you with the skills to excel as a confident and successful project manager.
Take your first step toward Natural Language Processing with this beginner-to-pro course. Gain an in-depth understanding of deep learning models for NLP with the help of examples. Learn the essential concepts from the absolute beginning with complete unraveling along with examples in Python.
In this course, you will learn how to write great automation tests with Selenium WebDriver and Java, and start building automation testing frameworks!
Remember the thrill of watching Netflix's Squid Game, understanding every gasp and plot twist thanks to precise captions? That's the power of transcription and captioning, a thriving industry that unlocks content for millions. Now, you can delve into this impactful field with our Transcription and Captioning Course. Master the art of creating accurate, accessible text for videos, opening doors to diverse career paths and the satisfaction of making content inclusive for all. You Will Learn The Following Things: Grasp the fundamentals of subtitles and closed captions. Craft clear and engaging captions that adhere to industry guidelines. Confidently transcribe videos using both offline and online tools. Integrate captions seamlessly into video files. Expand your reach by translating captions for international audiences. Apply your skills effectively in various transcription and captioning projects. This course covers the topic you must know to stand against the tough competition. The future is truly yours to seize with this Transcription and Captioning Course. Enrol today and complete the course to achieve a certificate that can change your career forever. Details Perks of Learning with IOMH One-to-one support from a dedicated tutor throughout your course. Study online - whenever and wherever you want. Instant Digital/ PDF certificate 100% money back guarantee 12 months access Process of Evaluation After studying the course, an MCQ exam or assignment will test your skills and knowledge. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement After completing the Transcription and Captioning Course course, you will receive your CPD-accredited Digital/PDF Certificate for £5.99. To get the hardcopy certificate for £12.99, you must also pay the shipping charge of just £3.99 (UK) and £10.99 (International). Who Is This Course for? Content Creators: Enhance your videos' reach and engagement with high-quality captions. Educators: Make your online courses more accessible for learners with varying needs. Businesses: Expand your audience and ensure compliance with accessibility regulations. Freelancers: Build a rewarding career in transcription and captioning, offering your services to clients worldwide. Individuals Passionate About Accessibility: Contribute to a more inclusive media landscape. Requirements There is no prerequisite to enrol in this course. You don't need any educational qualification or experience to enrol in the Transcription and Captioning Course course. 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 course. Career Path Transcriptionist - £20K to £35K/year Captioner - £22K to £38K/year Subtitler - £24K to £40K/year Translation Specialist - £25K to £45K/year Accessibility Consultant - £30K to £50K/year Course Curriculum Module 01: Introduction - What It's All About Definition: Captions 00:02:00 Subtitling in Practice 00:05:00 Workflow for Captioning Videos 00:04:00 Module 02: Theory - About Subtitles and Closed Captions Theory: Overview 00:02:00 Motivation: Benefits of Subtitles and Captions 00:05:00 Differences Between Subtitles and Captions 00:04:00 The Most Important Subtitle Formats 00:06:00 Module 03: Guidelines - Nice and Clean Captions Language: Pay Attention to Spelling, Grammar and Punctuation 00:03:00 Style Guidelines: How to Create Great Captions 00:06:00 Example and Discussion: Good and Bad Captions 00:04:00 Module 04: Preparation - Transcribe Your Video Preparation: Overview 00:02:00 Definition: Transcription 00:01:00 Reasons for Transcription 00:04:00 The Other Way Around: Convert Captions to Plain Text 00:02:00 Tools for Transcribing Videos 00:04:00 Module 05: The Offline Way - Manually Prepare Captions With Desktop Tools The Offline Way: Overview 00:03:00 Benefits of Captioning Software 00:04:00 Subtitle Edit 00:07:00 Tip: Adjust Timings 00:02:00 Tip: Convert Subtitles 00:01:00 Aegisub Advanced Subtitle Editor 00:06:00 Other Programs to Create Subtitles 00:04:00 Module 06: The Subtitle Track - Integrate Captions into Your Video File The Subtitle Track: Overview 00:02:00 How to Add Captions to MKV Videos 00:04:00 How to Add Captions to MP4 Videos 00:03:00 How to Use Captions With the VLC media player 00:05:00 Open Captions Vs. Closed Captions 00:06:00 Tip: The Other Way Round: Extract Captions From Videos 00:02:00 Module 07: The Online Way - Caption Videos Manually and Automatically Online The Online Way: Overview 00:02:00 YouTube: Create, Edit and Add Captions to Your Videos 00:04:00 Subtitling Platforms 00:04:00 Download Subtitles for Any YouTube Video 00:02:00 Module 08: Translation - Appeal to Your International Audience Translation: Overview 00:02:00 Motivation: Translate Videos into Many Different Languages Using Captions 00:03:00 The Translation Procedure: Translate Transcriptions, Not Captions! 00:03:00 Online Translation Tools 00:04:00 Module 09: The End - What Did You Learn? Summary of the Course 00:05:00
Overview This Podcasting course will unlock your full potential and will show you how to excel in a career in Podcasting. So upskill now and reach your full potential. Everything you need to get started in Podcasting is available in this course. Learning and progressing are the hallmarks of personal development. This Podcasting will quickly teach you the must-have skills needed to start in the relevant industry. In This Podcasting Course, You Will: Learn strategies to boost your workplace efficiency. Hone your Podcasting skills to help you advance your career. Acquire a comprehensive understanding of various Podcasting topics and tips from industry experts. Learn in-demand Podcasting skills that are in high demand among UK employers, which will help you to kickstart your career. This Podcasting course covers everything you must know to stand against the tough competition in the Podcasting field. The future is truly yours to seize with this Podcasting. Enrol today and complete the course to achieve a Podcasting 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 Podcasting course 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 Podcasting course, 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 Podcasting course, 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 Podcasting is suitable for anyone aspiring to start a career in Podcasting; even if you are new to this and have no prior knowledge on Podcasting, this course is going to be very easy for you to understand. And if you are already working in the Podcasting 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 Podcasting course 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 Podcasting course has no prerequisite. You don't need any educational qualification or experience to enrol in the Podcasting course. 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 Podcasting course. Moreover, this course allows you to learn at your own pace while developing transferable and marketable skills. Course Curriculum Section 01: Introduction to Podcasting Instructor bio and what is podcasting 00:10:00 Why podcast, why people listen to podcasts and what makes a podcast stand out 00:13:00 Podcast name and branding, and common pitfalls of podcasting 00:20:00 Section 02: Video Podcasting Video podcasting - should you do it? 00:11:00 Section 03: Remote Podcasting Remote podcasting 00:21:00 Section 04: Podcast Content Podcast in seasons or sequential, length and frequency 00:25:00 Section 05: Podcast Design Podcast design, market suitability, goals and research 00:24:00 Section 06: Your Listener Avatar Your listener avatar 00:13:00 Section 07: Growing an Audience Growing an audience, your signature podcast voice and turning down guests 00:06:00 Section 08: Finding Podcast Guests Finding podcast guests 00:07:00 Section 09: Guest Management and Podcast Housekeeping Free and paid options, Guest management and agencies 00:06:00 Recording housekeeping, guest management and interview like a boss 00:06:00 Section 10: Technical Setup Technical setup 00:09:00 Podcast equipment and technical setup part 2 00:39:00 Section 11: Podcast Recording Remote recording, show notes and outsourcing 00:13:00 Podcast editing and software 00:11:00 Mixing and Mastering and Outsourcing Post-Production 00:19:00 Section 12: Podcast Hosting Podcast Hosting Options - Part 1 00:09:00 Podcast Hosting - Part 2 00:09:00 RSS Feed, ID3 tags, Podcast legals and music 00:27:00 Podcast players, distributors and featuring in directories 00:14:00 Section 13: Marketing and Promotion Marketing and promotion 00:34:00 Section 14: Podcast Launch Podcast launch 00:05:00 Section 15: Podcast Monetisation Podcast monetisation- part 1 00:29:00 Podcast monetisation- part 2 00:11:00 Section 16: Podcast Reviews Getting reviews for your podcast 00:06:00 Section 17: Podcast Systemisation and Improvement Podcast systemisation and improvement 00:11:00 Section 18: Bonus Modules Joe Rogan Case Study 00:06:00 What Makes a Successful Podcast 00:04:00 Section 19: Podcast Outro Podcast outro 00:02:00