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

1206 Accessibility courses delivered Online

Adobe Acrobat 9 Advanced

4.3(43)

By John Academy

Description Explore the strategies of viewing, creating, manipulating, printing and managing files in Portable file Documents with the Adobe Acrobat 9 Advanced course. The course is designed for the people who have the basic knowledge of Adobe Acrobat version 9 and want to upgrade their skill. The course teaches you how to use the document properties and how to compare the documents. You will able to identify which document is the newest one by using the option of compare files from the Review and Approve groups which you will find in the tool option. The course also teaches you how to enhance the scan documents, and how to add sound, video, and buttons to your PDF. Apart from these, the course shows you how to use the Measurement tools to measure objects such as drawings. The use of distance tools, perimeter tool, the area tool, etc. will be discussed in the course. You will know how to create a form from the Word Document, how to run an accessibility test, how to create a digital signature, how to add a signature to your PDF. Shortly, the video course makes you an expert and advanced users of Adobe Acrobat 9. Assessment: This course does not involve any MCQ test. Students need to answer assignment questions to complete the course, the answers will be in the form of written work in pdf or word. Students can write the answers in their own time. Once the answers are submitted, the instructor will check and assess the work. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Adobe Acrobat 9 Advanced is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Adobe Acrobat 9 Advanced is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Introduction Introduction 00:02:00 Advanced Document Tools Using Document Properties 00:11:00 Comparing Documents 00:04:00 Enhancing Scans 00:04:00 Adding Rich Media Adding Sound 00:04:00 Adding Video 00:03:00 Adding buttons 00:07:00 Using the Measurement Tools Understanding the Measurement Tool 00:03:00 Using the Distance Tools 00:02:00 Using the Perimeter Tool 00:02:00 Using the Area Tool 00:01:00 Creating Forms Creating a Form from a Word Document 00:03:00 Creating a Form from InDesign 00:02:00 Adding Form Elements 00:07:00 Adding Check Boxes and Radio Buttons 00:04:00 Distributing Forms 00:05:00 Understanding Accessibility What is Accessibility? 00:02:00 Running an Accessibility Test 00:06:00 Creating Signatures and Certificates What is a Digital Signature? 00:02:00 Creating a Digital Signature 00:04:00 Adding a Signature to a Document 00:01:00 Conclusion Course Recap 00:02:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Adobe Acrobat 9 Advanced
Delivered Online On Demand1 hour 21 minutes
£25

Advanced Visualization with Power BI (AVIAD)

By Online Productivity Training

OVERVIEW Prerequisites—DIAD training or equivalent working experience This one-day course will cover Power BI report layouts and structure the agile process to creating Power BI data visualizations. It will help attendees to understand the art behind visualizations, the implications behind choosing the right charts, the impact of color, shape, and size, and finally the use of Power BI custom visuals. The course includes various design patterns of dashboards and reports, as well as best practices for authoring great reports and dashboards for business users. The course content is managed by the Power BI engineering team at Microsoft. There is no exam associated with the course. COURSE BENEFITS: Understand the need for storytelling with data Understand the agile process to creating Power BI data visualizations Understand the art behind visualizations Gain familiarity with Power BI report layouts and structure Understand implications behind choosing the right charts Gain familiarity with using Power BI custom visuals WHO IS THE COURSE FOR? Power BI report developers who wish to improve the aesthetic quality of their reports Power BI and other BI practitioners who would like to understand more about the theory of data visualization BI practitioners who wish to create reports that communicate the meaning behind the data more clearly Power BI users who would like to explore the types of chart and visual available that answer different types of business question COURSE OUTLINE Module 1 What Is Storytelling With Data? Volume, Velocity and Variety The importance of business questions What is a story in this context? Module 2 The Science Behind Data Visualization Basic problems to avoid Memory and visualization Ways to spark iconic, short-term and long-term memory Module 3 The Process Behind Data Visualization Using an agile approach to report development Data structure and data grain Converting the story to a data model Module 4 Dashboards And Reports Terminology and definitions Dashboard layout and structure Report layout and structure Storyboarding Drill-through, bookmarks, toggles and tooltips Module 5 Chart Selection Charts for comparison Time series Proportions Constructing effective tables, cards and slicers Scatterplots Module 6 Accessibility And Custom Visuals Report accessibility checklists Custom visuals Creating a custom R visual Charticulator Module 7 Publishing And Formatting Colour schemes Making a Power BI theme Use of fonts, icons and symbols Sizing dashboard and report tiles Sparklines, hyperlinks and images Module 8 Report Authoring - Best Practices Design thought process The audience Defining the platform environment The user experience Visualization Implementation and testing Optimization Module 9 Dashboard And Goals Design Tips and tricks Best practices for dashboard design Tracking business metrics with goals

Advanced Visualization with Power BI (AVIAD)
Delivered OnlineFlexible Dates
£400

Complete JavaScript

5.0(3)

By Systems & Network Training

Complete JavaScript training course description A hands on course covering JavaScript programming. Core JavaScript is covered first, including the basics, arrays, functions, classes, modules and Regular expressions. Client side JavaScript is then covered including JavaScript in browsers, Scripting CSS, the jQuery library and HTML APIs. What will you learn Read JavaScript. Write JavaScript. Debug JavaScript. Complete JavaScript training course details Who will benefit: Anyone wishing to learn JavaScript. Prerequisites: None. Duration 3 days Complete JavaScript training course contents CORE JAVASCRIPT Lexical structure: Character set, comments, literals, identifiers, and reserved words, optional semicolons.. Types, values and variables: Numbers, text, boolean values, null and undefines, the global object, wrapper objects, immutable primitive values and mutable object references, type conversions, variable declaration, variable scope. Expressions and operators: Primary expressions, object and array initializers, function definition expressions, property access expressions, invocation expressions, object creation expressions, operator overview, arithmetic expressions, relational expressions, logical expressions, assignment expressions, evaluation expressions, miscellaneous operators. Statements: Expression statements, compound and empty statements, declaration statements, conditionals, loops, jumps, miscellaneous statements, summary of JavaScript statements. Objects: Creating objects, querying and setting properties, deleting properties, testing properties, enumerating properties, property getters and setters, property attributes, object attributes, serializing objects, object methods. Arrays: Creating arrays, reading and writing array elements, sparse arrays, array length, adding and deleting array elements, iterating arrays, multi-dimensional arrays, array methods, FCMAScript 5 array methods, array type, array-like objects, strings as arrays. Functions: Defining functions, invoking functions, function arguments and parameters, functions as values, functions as namespaces, closures, function properties, methods and constructor, functional programming. Classes and modules: Classes and prototypes, classes and constructors, Java-style classes in JavaScript, augmenting classes, classes and types, object oriented techniques in JavaScript, subclasses, classes in ECMAScript 5, modules. Pattern matching and regular expressions: Defining regular expressions, string methods for pattern matching, the RegExp object. JavaScript subsets and extensions: JavaScript subsets, constants and scoped variables, destructuring assignment, iteration, shorthand functions, multiple catch clauses, E4X: ECMAScript for XML. Server-side JavaScript: Scripting Java with Rhino, asynchronous I/O with node. CLIENT SIDE JAVASCRIPT JavaScript in web browsers: Client side JavaScript, embedding JavaScript in HTML, execution of JavaScript programs, compatibility and interoperability, accessibility, security, client side frameworks. The Window object: Timers, browser location and navigation, browsing history, browser screen information, dialog boxes, error handling, document elements as window properties, multiple windows and frames. Scripting Documents: Overview of the DOM, selecting document elements, document structure and traversal, attributes, element content, creating, inserting and deleting nodes. Example: generating a table of contents, document and element geometry and scrolling, HTML forms, other document features. Scripting CSS: Overview of CSS, important CSS properties, scripting inline styles, querying computed styles, scripting CSS classes, scripting stylesheets. Handling events: Types of events, registering event handlers, event handler invocation, document load events, mouse events, mousewheel events, drag and drop events, text events, keyboard events. Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. HTMLS APIs: Geolocation, history management, cross-origin messaging, web workers, type arrays and ArrayBuffers, blobs, the filesystem API, client side databases, web sockets.

Complete JavaScript
Delivered in Internationally or OnlineFlexible Dates
£2367

Disability Awareness Training - Online Course

By i2Comply

Disability Awareness Training - Online Course This Disability Awareness online course aims to help learners understand the importance of disability awareness. It describes relevant UK laws and explains important elements of an inclusive workplace. Learners will find out about different types of disabilities, and they will learn about the need to make adjustments for disabled people. All workplaces should have an equal opportunities policy so that people with disabilities are given the same chances as anyone else. To this end, managers need to know how to be inclusive so they comply with equality and diversity laws. What is a disability awareness course? A disability awareness course is a training program designed to educate individuals on the various types of disabilities, the challenges faced by people with disabilities, and the importance of inclusivity and accessibility. The course aims to increase understanding and sensitivity towards people with disabilities and to promote a more inclusive and diverse society. Topics covered in the course may include disability etiquette, laws and policies related to disability, and ways to promote accessibility and inclusion in the workplace, community, and beyond. The ultimate goal of a disability awareness course is to create a more informed, accepting, and supportive society for individuals with disabilities. What are the learning outcomes for Disability Awareness course? After completing the course you will be able to describe: The prevalence of disability and the importance of disability awareness. UK laws that relate to disability. The essential characteristics of an inclusive workplace. Appropriate and respectful language relating to disability. A range of actions that will make communications accessible. Introduction to Disability Awareness The first topic explores common myths about disability. It explores different models of disability and outlines the impact of microaggressions and unconscious bias. Disability Statistics The second topic provides facts and figures about disability and attitudes to disability in the UK. Disability and UK laws The third topic outlines the Equality Act and what this means for disabled people and for organisations. It also describes other laws and policies that are relevant to disability including the Human Rights Act, the UN Convention on Disability Rights and the Public Sector Equality Duty. Being an inclusive company Topic 4 explores reasons why an organisation should be inclusive when it comes to disability. It describes the disability employment gap and identifies some sound business reasons for inclusion. It also identifies actions that an organisation can take to be more inclusive in staff selection, interviewing and induction. Language The fifth topic outlines the importance of language about disability. It identifies ways that language can be harmful, even when well-intentioned. The topic also provides general guidelines for respectful language, and advice about specific disabilities. Accessibility The final topic explains why it is important to make your products and services easy to use by everyone. It identifies actions that make your services easier to use and then shows how you can improve emails, presentations and documents.

Disability Awareness Training - Online Course
Delivered Online On Demand
£15

Level 7 Diploma in Leadership Coaching and Mentoring

By Harpar Qualifications Ltd

Who are these qualifications for? These qualifications are designed for managers and leaders who have the authority and responsibility for developing and implementing a coaching and mentoring strategy across the organisation. The qualifications require managers and leaders to build on their strategic management and leadership skills and to focus on the requirements of embedding the organisation’s strategy.

Level 7 Diploma in Leadership Coaching and Mentoring
Delivered Online On Demand
£1999

Remote Policy Evaluation Methods April 2024 Course

By Institute for Fiscal Studies

The course covers research design principles and all main quantitative evaluation methods: randomised experiments, instrumental variables, sharp and fuzzy regression discontinuity designs, regression methods, matching methods and longitudinal methods (before-after, difference-in-differences and synthetic controls).

Remote Policy Evaluation Methods April 2024 Course
Delivered OnlineJoin Waitlist
£450 to £1662

Remote Policy Evaluation Methods February 2024 Course

By Institute for Fiscal Studies

The course covers research design principles and all main quantitative evaluation methods: randomised experiments, instrumental variables, sharp and fuzzy regression discontinuity designs, regression methods, matching methods and longitudinal methods (before-after, difference-in-differences and synthetic controls).

Remote Policy Evaluation Methods February 2024 Course
Delivered OnlineJoin Waitlist
£450 to £1662

Remote Policy Evaluation Methods July 2024 Course

By Institute for Fiscal Studies

The course covers research design principles and all main quantitative evaluation methods: randomised experiments, instrumental variables, sharp and fuzzy regression discontinuity designs, regression methods, matching methods and longitudinal methods (before-after, difference-in-differences and synthetic controls).

Remote Policy Evaluation Methods July 2024 Course
Delivered OnlineJoin Waitlist
£450 to £1662

Remote Policy Evaluation Methods June 2024 Course

By Institute for Fiscal Studies

The course covers research design principles and all main quantitative evaluation methods: randomised experiments, instrumental variables, sharp and fuzzy regression discontinuity designs, regression methods, matching methods and longitudinal methods (before-after, difference-in-differences and synthetic controls).

Remote Policy Evaluation Methods June 2024 Course
Delivered OnlineJoin Waitlist
£450 to £1662

Microsoft Word Introduction - In-company (now with live online classes)

By Microsoft Office Training

Course Objectives At the end of this course you will be able to: Identify and work with basic Word 2013 tools and features Edit text in a Word document Modify the appearance of text in a Word document Organise data in tables and lists Insert special characters and graphical objects Control the appearance of pages in a Word document Proof a document Customise the Word environment '1 year email support service Take a look at the consistent excellent feedback from our corporate clients visiting our site ms-officetraining co uk Customer Feedback Good pace, questions encoraged, trainer ensured everyone was kept at same level. Jenny Price - ACER ' With more than 20 years experience, we deliver courses on all levels of the Desktop version of Microsoft Office and Office 365; ranging from Beginner, Intermediate, Advanced to the VBA level. Our trainers are Microsoft certified professionals with a proven track record with several years experience in delivering public, one to one, tailored and bespoke courses. Our competitive rates start from £550.00 per day of training Tailored training courses: You can choose to run the course exactly as they are outlined by us or we can customise it so that it meets your specific needs. A tailored or bespoke course will follow the standard outline but may be adapted to your specific organisational needs. Getting Started with Word Identify the Components of the Word Interface Create a Word Document Help Editing a Document Navigate and Select Text Modify Text Find and Replace Text Formatting Text and Paragraphs Apply Character Formatting Align Text Using Tabs Display Text as List Items Control Paragraph Layout Apply Borders and Shading Apply Styles Manage Formatting Adding Tables Insert a Table Modify a Table Format a Table Convert Text to a Table Managing Lists Sort a List Renumber a List Customise a List Inserting Graphic Objects Insert Symbols and Special Characters Add Images to a Document Page Setup Apply a Page Border and Color Add a Watermark Add Headers and Footers Control Page Layout Proofing a Document Check Spelling and Grammar Other Proofing Tools Check Accessibility Customising the Word Environment Customise the Word Interface Additional Save Options Who is this course for? Who is this course for? This course is intended for delegates who want to learn the fundamentals skills of working with Microsoft Word Requirements Requirements General knowledge of the Windows OS Certificates Certificates Certificate of completion Digital certificate - Included

Microsoft Word Introduction - In-company (now with live online classes)
Delivered in London or UK Wide or OnlineFlexible Dates
£550