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

2026 Courses

Basic Java Programming for Developers New to OO (TT2120)

By Nexus Human

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

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

The Art of Doing: Create 10 Python GUIs with Tkinter Today!

By Packt

With this course, you will kick start your journey of creating awesome GUI applications in Python using the Tkinter library. During the process, you will become familiar with the GUI widgets, application layout, and executable files.

The Art of Doing: Create 10 Python GUIs with Tkinter Today!
Delivered Online On Demand14 hours 6 minutes
£101.99

Learn Java from Scratch - A Beginner's Guide

By Packt

Learn Java programming step-by-step with 250 core features and 200+ code examples, perfect for absolute beginners. This hands-on course covers everything from basic concepts to advanced topics such as functional programming and exception handling using JShell and Eclipse as an IDE. Gain a solid foundation in Java and kickstart your programming career.

Learn Java from Scratch - A Beginner's Guide
Delivered Online On Demand33 hours 29 minutes
£134.99

WM676 IBM Integration Bus V10 Application Development II

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This intermediate course is designed for integration specialists and senior-level developers with experience in IBM Integration Bus application development. Overview After completing this course, you should be able to:Use event driven message processing to control the flow of messages by using message aggregation, message collections, message sequences, and time-sensitive nodesTransform data by using Microsoft .NET and XML stylesheetsAnalyze and filter information in complex XML documentsExtend DFDL message modelsUse message sets and the Message Repository Manager (MRM) parserProvide a message flow application as a web serviceRequest a web service from within a message flowDescribe how to implement WS-Addressing and WS-Security standards in IBM Integration BusCreate an integration serviceCreate and implement an IBM MQ request and response service definitionCreate and implement a database service definitionConfigure security-enabled message processing nodesCreate a decision service that implements business rules to provide routing, validation, and transformationExpose a set of integrations as a RESTful web serviceUse a global cache to store static dataRecord and replay data that a message flow application processesImplement publish and subscribe with IBM Integration BusDescribe the workload management options for adjusting the message processing speed, and controlling the actions that are taken on unresponsive flows and threadsConstruct user-defined patternsDescribe how IBM Integration Bus integrates with other IBM products such as IBM WebSphere Enterprise Service Bus and IBM DataPower Appliances This course focuses on using IBM Integration Bus to develop, deploy, and support platform-independent message flow applications and integration services. Course Outline Course introduction Using event driven processing nodes Exercise: Implementing message aggregation Transforming data with Microsoft .NET Transforming data with XSL stylesheets Analyzing XML documents Modeling complex data with DFDL Exercise: Extending a DFDL model Working with message sets and the MRM domain Supporting web services Exercise: Implementing web services Developing integration solutions by using integration services Exercise: Creating an integration service Connecting a database by using a discovered service Connecting IBM MQ by using a discovered service Exercise: Creating IBM MQ and database services Creating a decision service Exercise: Creating a decision service Developing integration solutions by using a REST API Using the global cache Implementing message flow security Exercise: Implementing IBM Integration Bus runtime security Implementing publish/subscribe Monitoring message flow events Exercise: Recording and replaying message flow data Managing the workload Creating patterns for reusability Extending IBM Integration Bus Course summary Additional course details: Nexus Humans WM676 IBM Integration Bus V10 Application Development II 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 WM676 IBM Integration Bus V10 Application Development II 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.

WM676 IBM Integration Bus V10 Application Development II
Delivered OnlineFlexible Dates
Price on Enquiry

Advanced AWS Well-Architected Best Practices

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for Learners who will find this course applicable to their work include: Solutions architects Cloud practitioners Data engineers Data scientists Developers Overview In this course, you will explore: Workload definition and key concepts The AWS Well-Architected Framework Review phases, process, best practices, and antipatterns High and medium risks Prioritizing improvements to the AWS Well-Architected workflow Locating and using the AWS Well-Architected Framework white paper, labs, prebuilt solutions in the AWS solutions library, AWS Well-Architected independent software vendors (ISVs), and AWS Well-Architected Partner Program (WAPP) This interactive course provides a deep dive into Amazon Web Services (AWS) best practices to help you perform effective and efficient AWS Well-Architected Framework Reviews. The course covers the phases of a review, including how to prepare, run, and get guidance after a review has been performed. Attendees should have familiarity with the AWS concepts, terminology, services, and tools that are covered in the intermediate, 200-levelAWS Well-Architected Best Practices.This course provides an AWS Well-Architected Framework Review simulation and instructor-led group exercises and discussions regarding prioritizing and solutioning risks. The content focuses on teaching learners how to prepare proposals on high and medium risk issues using the AWS Well-Architected Tool. Module 1: AWS Well-Architected Framework Reviews Workload definition Key concepts of a workload AWS Well-Architected Review phases AWS Well-Architected Review approach, lessons learned, and use case AWS Well-Architected Review best practices AWS Well-Architected Review anti-patterns Module 2: Customer Scenario Group Sessions Demonstration of a Review question and answer example Operational excellence Group role-play exercise Two questions in this pillar Security Group role-play exercise Three questions in this pillar Reliability Group role-play exercise Three questions in this pillar Performance efficiency Group role-play exercise Three questions in this pillar Cost optimization Group role-play exercise Three questions in this pillar Module 3: Risk Solutions and Priorities AWS Well-Architected workflow Defining and solutioning high risk issues (HRIs) and medium risk issues (MRIs) Identifying significant risks and solutioning group discussion for: Operational excellence Security Reliability Performance efficiency Cost optimization Prioritizing improvements Module 4: Resources Resource pages AWS Well-Architected ISVs Module 5: Course Summary Objective recap Debrief What?s next? Additional course details: Nexus Humans Advanced AWS Well-Architected Best Practices 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 Advanced AWS Well-Architected Best Practices 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.

Advanced AWS Well-Architected Best Practices
Delivered OnlineFlexible Dates
Price on Enquiry

Fundamentals of Secure Software

By Packt

This course is complete training for someone who wants to join the security world and get familiar with most of the practices/risks and different areas, where they can invest to become experts. It covers both the 'admin' side of how to develop the processes and program around it as well as an insight into the technical aspects.

Fundamentals of Secure Software
Delivered Online On Demand6 hours 33 minutes
£74.99

Planning and Control with Oracle Primavera P6 PPM Professional

By Packt

Master the art of project planning, scheduling, and resource management with Oracle Primavera P6 PPM Professional. The course offers a streamlined approach to efficiently manage projects and includes workshops for intermediate-level users to apply their knowledge in practice.

Planning and Control with Oracle Primavera P6 PPM Professional
Delivered Online On Demand17 hours 53 minutes
£123.99

Italian Language Course - Intermediate

By Course Cloud

Certification After successfully completing the course, you will be able to get the UK and internationally accepted certificate to share your achievement with potential employers or include it in your CV. The PDF Certificate + Transcript is available at £6.99 (Special Offer - 50% OFF). In addition, you can get a hard copy of your certificate for £12 (Shipping cost inside the UK is free, and outside the UK is £9.99).

Italian Language Course - Intermediate
Delivered Online On Demand
£25

Face Painting Online Course

4.7(160)

By Janets

The Face Painting Online Course is an attempt to equip you with the relevant information, knowledge and skills you need to start your own face painting business. Face painting is always an entertaining way to dress up for celebrating different festivals, such as Halloween, birthday, fun fair, class party, etc. The course will not only explains about different types of amusing face paints but also a valuable insight into running and manage a successful business from marketing to income and expenditure and at the same time understanding the importance of health and safety issues. You will also explore lots of tips and techniques to apply while painting face that will take your confidence to an advanced level. Why choose this course Earn an e-certificate upon successful completion. Accessible, informative modules taught by expert instructors Study in your own time, at your own pace, through your computer tablet or mobile device Benefit from instant feedback through mock exams and multiple-choice assessments Get 24/7 help or advice from our email and live chat teams Full Tutor Support on Weekdays 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 assessment Certification 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. Who is this course for? Face Painting Online Course is suitable for anyone who want to gain extensive knowledge, potential experience and professional skills in the related field. This course is designed by industry experts so you don't have to worry about the quality. Most importantly, this course does not require any experience or qualification to get enrolled. You will learn everything that is required from this course directly. This is a great opportunity for all student from any academic backgrounds to learn more on this subject. Course Content Module: 01 Introduction to Face Painting 00:15:00 Origins of Face Painting 00:30:00 Basic Kit Requirements 01:00:00 Face Painting Code of Practice 00:15:00 Health and Safety in Face Painting 00:30:00 Painting People's Faces 00:15:00 Taking Care of Skin 00:30:00 Face painting Do's and Don'ts 00:30:00 Different Designs : Beginner 00:30:00 Different Designs: Intermediate 00:30:00 Different Designs: Advanced 00:30:00 Module: 02 Pricing and Costs 00:13:00 How to do a Dog Face Paint Design 00:04:00 How to do a Cat Face Paint Design 00:03:00 How to do a Butterfly Face Paint Design 00:06:00 How to do a Dolphin Face Paint Design 00:06:00 How to do a Elephant Face Paint Design 00:10:00 How to do a Monkey Face Paint Design 00:06:00 How to do a Frog Face Paint Design 00:03:00 How to do a Rabbit Face Paint Design 00:03:00 How to do a Swan Face Paint Design 00:04:00 How to do a Tiger Face Paint Design 00:10:00 How to do a Kissing Fish Face Paint Design 00:07:00 How to do a Unicorn Face Paint Design 00:07:00 Module: 03 How to do a Reindeer Face Paint Design 00:04:00 How to do a Dinosaur Face Paint Design 00:03:00 How to do a Pumpkin Face Paint Design 00:09:00 How to do a Spiderman Face Paint Design 00:06:00 How to do a Batman Face Paint Design 00:04:00 How to do a Minnie Mouse Face Paint Design 00:02:00 How to do a Frozen Face Paint Design 00:03:00 How to do a Black Swirl Face Paint Design 00:03:00 How to do a Clown Face Paint Design 00:03:00 How to do a Masquerade Mask Face Paint Design 00:05:00 How to do a Princess Face Paint Design 00:07:00 How to do a Sunset Face Paint Design 00:07:00 How to do a Flower Face Paint Design 00:05:00 How to do a Hibiscus Flower Face Paint Design 00:05:00 Mock Exam Mock Exam- Face Painting Online Course 00:20:00 Final Exam Final Exam- Face Painting Online Course 00:20:00 Order your Certificates & Transcripts Order your Certificates & Transcripts 00:00: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.

Face Painting Online Course
Delivered Online On Demand8 hours 23 minutes
£25

InDesign CC MasterClass

By iStudy UK

Get mastery in desktop publishing with InDesign! Skills in this industry-standard application for commercial publishing and typesetting will open up your future. So, get started with the 'InDesign CC 2019 MasterClass' course to design page layout like a Pro. The detailed overview at the beginning will quest your thirst for InDesign interface, navigation and preferences, so readying you for using Image, Text Frames and Pages, choosing Fonts and Formatting Text. You will also be introduced to Swatches, Effects, Blend Modes, and Grids, so completing your learning to design a layout. What then are the compositional techniques, Styles, Advanced Text and complex typography to build your expertise in InDesign. Learn to handle and edit pages in InDesign to boost your potentials in the publishing industry. What you'll learn Learn InDesign from the start the way a professional would use it. Test your knowledge with quizzes at the end of each chapter. Practice everything you learn with provided Exercise Files. Learn useful keyboard shortcuts and best practices. Advanced automation techniques like GREP and Data Merge Working with Text and Image Frames Creative Page Layouts and Compositions Mastering Character and Paragraph Styles Typographic and typesetting techniques Creating Table of Contents Working with Books and Long Documents Print and Digital Publishing Requirements Any version of Adobe InDesign, preferably not older than InDesign CS6. Ideally InDesign CC (Creative Cloud). Prior knowledge is not needed Exercise Files and Study Guides are provided Who this course is for: This course is aimed at anyone who wants to get into the creative industry and gain a rock solid foundation of InDesign. Although it is providing a beginner to intermediate level learning experience it can be useful for experienced Photoshop users too as there are many self-taught users who are missing out on a lot of techniques and features. Introduction Why learn InDesign? FREE 00:02:00 How to study? 00:03:00 Getting an Adobe Certification 00:05:00 Basics Interface 00:12:00 Navigation 00:07:00 Creating a document 00:13:00 Preferences 00:08:00 Adobe Bridge 00:05:00 Working with Frames Image Frames 00:11:00 Placing Images 00:10:00 Links panel 00:05:00 Resolution of images 00:07:00 Techniques with Image frames 00:03:00 Text frames 00:08:00 Importing text 00:05:00 Text frame options 00:07:00 Working with Pages Working with pages 00:10:00 Advanced page techniques 00:11:00 Master pages 00:12:00 Master pages techniques 00:06:00 Formatting Text Choosing fonts 00:11:00 Character formatting 00:09:00 Paragraph formatting 1 00:09:00 Paragraph formatting 2 00:07:00 Designing the Layout Lines and Rules 00:08:00 Drawing Shapes 00:09:00 Drawing Tools 00:09:00 Working with Swatches 00:13:00 Special Swatches 00:10:00 Working with Effects 00:08:00 Blend Modes 00:04:00 Grids and Guides 00:09:00 Align and Distribute 00:06:00 Compositional Techniques Working with Layers 00:14:00 Text Wrap 00:09:00 Advanced Text Wrap techniques 00:07:00 Masking techniques 00:09:00 Anchored and Inline Images 00:06:00 Compositional Tips 00:05:00 Mastering Styles Introduction to Styles 00:15:00 Paragraph Styles 00:11:00 Object Styles 00:05:00 Next Styles 00:04:00 Nested Styles 00:06:00 Working with Styles 00:06:00 Advanced Text Features Find/Change and GREP 00:12:00 Fixing common typographic mistakes 00:07:00 Bulleted and Numbered Lists 00:07:00 Multi-level Lists 00:19:00 Footnotes and Captions 00:08:00 Working with Tabs 00:06:00 Creating Tables 00:13:00 Formatting Tables 00:11:00 Data Merge 00:07:00 Handling Assets InDesign Snippets 00:03:00 InDesign Libraries 00:06:00 Creating Templates 00:03:00 Content Collector/Placer Tool 00:04:00 Sharing assets with CC Libraries 00:06:00 Long Documents Creating Table of Contents 00:10:00 Table of Contents settings 00:07:00 Text Variables and Markers 00:11:00 Smart Text Reflow 00:07:00 Creating a Book file 00:11:00 Fixing copy and exporting book 00:07:00 Preparing for Print Proofing Colors 00:12:00 Flatterner Preview 00:04:00 Proofing copy 00:07:00 Exporting a PDF 00:10:00 Saving a Package 00:05:00 Interactive Document Formats Creating EPUBs 00:04:00 Interactive PDFs 00:05:00 Publish Online CC 00:03:00 New Features in CC 2018 New Size and Position options 00:04:00 Paragraph Border 00:02:00 Endnotes 00:01:00 Text Assets in CC Libraries 00:03:00 Improved Font Selector 00:02:00 CC 2019 New Features Enhanced visual font browsing 00:04:00 Convert Footnotes & Endnotes 00:02:00 Content-Aware Fit 00:01:00 Adjust Layout 00:03:00 Import PDF Comments 00:02:00 Space Between Paragraphs 00:03:00 Conclusion Creating Your Portfolio 00:12:00 Conclusion 00:01:00 Exercise Files Exercise Files 00:00:00

InDesign CC MasterClass
Delivered Online On Demand10 hours 14 minutes
£25