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

70 Courses in Liverpool

Screen-reading for speed and retention (In-House)

By The In House Training Company

This is an essential programme for managers or members of staff (or students) who need to be able to read and summarise information on screen faster and more effectively. The session focuses on the different types of reading style and encourages better retention of written material through the use of specific speed-reading techniques. By the end of this programme participants will be able to: Explain the principles of speed reading Understand the barriers to reading Use different reading styles according to the information being read Read more effectively from tablet and computer screens Co-ordinate eye movements better Minimise any poor reading habits Increase reading speed by over 50%, without losing comprehension Improve retention of information using specific techniques The programme focuses on how to maximise reading from electronic devices by exploring techniques which will reduce eyestrain and improve reading effectiveness. The session also explains different types of reading styles and how to learn new, positive reading habits. 1 An introduction to speed reading The history of speed reading Assumptions about reading The process of reading Schema and its influence on interpretation Eye/brain relationship How our brain processes written information 2 Minimising barriers to reading Understanding eye tics Mouthing The influence of different light sources Body clocks and making use of natural patterns 3 Reading styles Importance of choosing the right reading style Speeds and their influence on retention Reading for pleasure Proof reading Scanning Skimming Reading for retention SQRW principles 4 Reading from electronic devices The challenge of reading from screens Importance of breaks and proper display screen evaluation Calibrating screens and background colours Formatting documents Using eye guides

Screen-reading for speed and retention (In-House)
Delivered in Harpenden or UK Wide or OnlineFlexible Dates
Price on Enquiry

Aura Reading Course Bromley London SE

By EFT Course UK Online

our Reiki Course BR1 Kent – Your Reiki Master Teacher Helped Write the National Occupational Standards For Reiki in the UK & Your Practitioner Training Is Approved By The Reiki Council -Contact me personally on +447533636939

Aura Reading Course Bromley London SE
Delivered In-PersonFlexible Dates
£45 to £90

Ladies Hairdressing Cutting & Colouring Course £2600 + kit

By VIPHAIR4UTRAINING

Ladies Hairdressing Course in Reading Berkshire. Start dates all year round.

Ladies Hairdressing Cutting & Colouring Course £2600 + kit
Delivered in READING or UK Wide or OnlineFlexible Dates
£2,600

Complete COBOL programming

5.0(3)

By Systems & Network Training

COBOL training course description A hands on training course providing an introduction to COBOL. What will you learn Write COBOL programs Debug COBOL programs Examine existing code and determine its function. COBOL training course details Who will benefit: Programmers working with COBOL. Prerequisites: None although experience in another high level language would be useful. A 10 day version of this course would be more applicable for those new to programming. Duration 5 days COBOL training course contents Introduction to COBOL Compilation, linkage editor. Compile errors, compiler options. Divisions, syntax and format, COBOL character set, program structure. COBOL statement structure COBOL words, format of statements. Divisions Identification entries, Environment entries, Data division: FD, record descriptions, hierarchy and level numbers, description-string entry. File and Working-Storage Sections Literals, figurative constants, redefines clause, data representation, Usage clause, synchronization, sign clause. Procedure Division File status codes; Open, Read, Write, Close, Stop, Goback; Accept, display; Move, Justified, data name qualification, reference modification. Perform statement Out-of-line, With test ... Until, ... Times, in-line statement; Go to statement. Program design Design techniques, design considerations, procedure names, program structure. Printing Printed output, Write, advancing option, editing characters; Initialize. Condition testing Conditional statements: IF, class, sign and relation conditions, condition-name conditionals, Set, compound conditions, logical operators. Evaluate, Continue. Arithmetic Rounded option, On Size Error option, Add, Subtract, Multiply, Divide, Compute. Non-sequential files File access modes, Select. Indexed and relative files. Open, Close, creating / reading sequential access files, Write, Read, Invalid key clause, reading, writing / updating Random access files, Rewrite, Delete, Start. Declarative routines Clauses. Subroutines Call, Using clause - calling program/called program, Linkage Section, returning control. Table handling Subscripted tables: One/two/three dimensional tables, Perform, variable length tables. Indexed tables: Set, using an index; Search. Copy code: Copy, Suppress, Replacing. Data Manipulation Inspect, String, Unstring. COBOL/370 LE/370 and Intrinsic Functions.

Complete COBOL programming
Delivered in Internationally or OnlineFlexible Dates
£4,997

Team Management and Leadership Skills

5.0(10)

By GBA Corporate

Overview This Leadership and Management course is essential reading for anyone wanting to improve their skills and reach their potential as a team leader or manager. The course is fully interactive and prompts you to assess your own leadership or management style and then learn how to develop it further. The course covers key topics such as effective communication, the importance of managing your time well, how to build solid relationships with your team, mental fitness and taking care of your own well-being, and how to better solve workplace problems.

Team Management and Leadership Skills
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Complete C# programming

5.0(3)

By Systems & Network Training

Complete C# programming training course description This training course teaches developers the programming skills that are required for developers to create Windows applications using the C# language. Students review the basics of C# program structure, language syntax, and implementation details, and then consolidate their knowledge throughout the week as they build an application that incorporates several features of the .NET Framework. What will you learn Use the syntax and features of C#. Create and call methods, catch and handle exceptions, and describe the monitoring requirements of large-scale applications. Implement a typical desktop application. Create class, define and implement interfaces, and create and generic collections. Read and write data to/from files. Build a GUI using XAML. Complete C# programming training course details Who will benefit: Programmers wishing to learn C#. Prerequisites: Developers attending this course should already have gained some limited experience using C# to complete basic programming tasks. Duration 5 days Complete C# programming training course contents Review of C# Syntax Overview of Writing Applications using C#, Datatypes, Operators, and Expressions. C# Programming Language Constructs. Hands on Developing the Class Enrolment Application. Methods, exceptions and monitoring apps Creating and Invoking Methods. Creating Overloaded Methods and Using Optional and Output Parameters. Handling Exceptions. Monitoring Applications. Hands on Extending the Class Enrolment Application Functionality. Developing a graphical application Implementing Structs and Enums. Organizing Data into Collections. Handling Events. Hands on Writing the Grades Prototype Application. Classes and Type-safe collections Creating Classes. Defining and Implementing Interfaces. Implementing Type-safe Collections. Hands on Adding Data Validation and Type-safety to the Grades Application. Class hierarchy using Inheritance Class hierarchies. Extending .NET framework classes. Creating generic types. Hands on Refactoring common functionality into the User Class. Reading and writing local data Reading and Writing Files. Serializing and Deserializing Data. Performing I/O Using Streams. Hands on Generating the Grades Report. Accessing a Database Creating and using entity data models. Querying and updating data by using LINQ. Hands on Retrieving and modifying grade data. Accessing remote data Accessing data across the web and in the cloud. Hands on Modifying grade data in the Cloud. Designing the UI for a graphical applicatione Using XAML to design a User Interface. Binding controls to data. Styling a UI. Hands on Customizing Student Photographs and Styling the Application. Improving performance and responsiveness Implementing Multitasking by using tasks and Lambda Expressions. Performing operations asynchronously. Synchronizing concurrent data access. Hands on Improving the responsiveness and performance of the application. Integrating with unmanaged code Creating and using dynamic objects. Managing the Lifetime of objects and controlling unmanaged resources. Hands on Upgrading the grades report. Creating reusable types and assemblies Examining Object Metadata. Creating and Using Custom Attributes. Generating Managed Code. Versioning, Signing and Deploying Assemblies. Hands on Specifying the Data to Include in the Grades Report. Encrypting and Decrypting Data Implementing Symmetric Encryption. Implementing Asymmetric Encryption. Hands on Encrypting and Decrypting Grades Reports.

Complete C# programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Enhance Skills in Spoken English

5.0(10)

By GBA Corporate

Overview Improve your knowledge of the English language and pronunciation and practice your speaking and vocabulary with our video lessons and with live face to face with the trainer online and In-Class. Choose your English course level from our wide range of english courses and start learning online today. Take any of our high quality online English lessons with the highlu experienced trainer and improve your English speaking skills along with your grammar, reading and writing. Start by taking our English lessons to help you find your level and increase your communication skills also find lessons and resources to improve your English skills. Throuh this course you will get more practice to improve your general English with our extended listening and reading materials and online trainer led training. Improve your the grammar and vocabulary and support your learning.

Enhance Skills in Spoken English
Delivered in Internationally or OnlineFlexible Dates
FREE to £382

Total OSPF for engineers

5.0(3)

By Systems & Network Training

OSPF training course description A detailed hands on examination of OSPF. Hands on sessions are used to reinforce the theory rather than teach specific manufacturer equipment. The course starts with a recap of reading routing tables and then jumps straight in with simple OSPF configuration. OSPF features are then studied and configured before moving onto how OSPF works within an area. Multi area OSPF is then studied before looking at OSPF operation in detail by analysing OSPF packets. Finally areas are covered again in more detail followed by troubleshooting. What will you learn Design OSPF networks. Design IP addressing schemes suitable for route summarisation. Troubleshoot OSPF networks. Describe the operation of OSPF. OSPF training course details Who will benefit: Technical staff working with OSPF. Prerequisites: TCP/IP Foundation for engineers Duration 3 days OSPF training course contents Basic routing and OSPF Reading routing tables, routing protocols, What is OSPF? Process IDs, passive interfaces. Hands on Simple OSPF configuration. OSPF History of OSPF, metrics, costs, convergence, Distance Vector vs. Link state routing protocols, IGPs, classless, OSPF features, load sharing, per packet/destination, OSPF authentication. Hands on Configuring OSPF features. OSPF within an area How OSPF works, LSDB, LSDB benefits and disadvantages, LSA types, Type 1 and 2, LSA propagation, router IDs, hellos, configuring hellos, the exchange protocol. Hands on Investigating OSPF structures. Areas Scalability, why areas? Area IDs, area 0, ABRs, ABR resilience, areas & LSDBs, areas & LSAs, Type 3 LSAs, virtual links. Hands on Multi area OSPF. Redistribution Multiple routing protocols, common scenarios, routing distance, External LSAs, E1 and E2. Type 4 LSAs. OSPF and default routes. Hands on Configuring static route redistribution. Route aggregation Route summarisation. How to aggregate, ABR summarisation, ASBR summarisation. Hands on OSPF address summarisation. OSPF packet formats OSPF packets, protocol stack, OSPF stages, packet flows, packet types, the OSPF header, multicasts, Hello, DDB, LS request, LS update, LS ACK, LSA header, LSA formats, neighbours, neighbour states, DRs, adjacencies, BDRs, DR election. Hands on Analysing OSPF packets, troubleshooting. OSPF network types BMA, NBMA, Point to point links. Hands on Configuring OSPF over Frame Relay. OSPF stub areas LSA types, area types, area architecture, stub areas, default routes, benefits and disadvantages of stub areas, TSSAs, NSSAs, Type 7 LSAs. Hands on Stub and TSSA configuration. The OSPF MIB SNMP overview, MIB 2, the OSPF MIB, OSPF MIB groups, useful objects, OSPF traps. Hands on the OSPF MIB. troubleshooting. Summary RFCs, OSPF design guidelines. OSPF variants (appendix) OSPF on demand, MOSPF, multicast overview, Type 6 LSAs, OSPF for IPv6 (OSPFv3).

Total OSPF for engineers
Delivered in Internationally or OnlineFlexible Dates
£2,367

Anti-racism and Diversity, Equity & Inclusion Masterclasses

By Amp Up Your Voice

www.ampupyourvoice.com

Anti-racism and Diversity, Equity & Inclusion Masterclasses
Delivered in London + 1 more or UK Wide or OnlineFlexible Dates
£750 to £3,500

Microsoft Outlook 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: Understand the Outlook interface Send and receive email messages Organise email messages Manage their calendar Manage their contacts Work with tasks and notes Customise Outlook ' 1 year email support service Take a look at the consistent excellent feedback from our corporate clients visiting our site ms-officetraining co uk 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 Outlook Navigate the Outlook Interface Perform Basic Email Functions Use Outlook Help Composing Messages Create an Email Message Check Spelling and Grammar Format Message Content Attach Files and Items Enhance an Email Message Manage Automatic Message Content Reading and Responding to Messages Customise Reading Options Work with Attachments Manage Your Message Responses Managing Your Messages Manage Messages Using Tags, Flags, and Commands Organise Messages Using Folders Managing Your Calendar View the Calendar Manage Appointments Manage Meetings Print Your Calendar Managing Your Contacts Create and Update Contacts View and Organise Contacts Working With Tasks and Notes Create and manage Tasks Create and manage Notes Customising the Outlook Environment Customise the Outlook Interface Create and Manage Quick Steps Who is this course for? Who is this course for? This course is intended for the user who needs to learn how to use Microsoft Outlook to compose and send email, schedule appointments and manage contact information. Requirements Requirements General knowledge of the Windows OS

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

Educators matching "Reading"

Show all 13
Toddies Dog Training

toddies dog training

4.8(47)

Liverpool

Having a dog is one of the most incredible experience's life can offer. Or so I was told. I found a great breeder who I met at a show. Her dogs were beautiful, and my heart melted as I watched them trot around the show ring. I couldn't wait for my boy to arrive. Prior to him joining the family, I spent hours watching and reading books to prepare for his arrival. So, he arrives, and I was over the moon, to put it lightly. Four weeks into having this tiny, lively puppy, who was 12 weeks old, I got the shock of my life! My little Ted, my beautiful boy, gave me the biggest, angriest bite you could imagine. His teeth crushed my fingers, leaving them bruised and bloody. This was not a dog but a Tasmanian devil. Although my hand hurt, my heart was crushed. It's very easy to fall out of love with a dog you can't trust. As you can imagine, I was devastated and realised that I needed to learn more so this incident didn't happen again. I spent an enormous amount of time researching and putting into practice what I had learnt. I found that the style of "Old School Punishment" just wasn't working with Ted. I understand why looking back with the knowledge I am blessed with now. There is so much information out there, books, television programmes, YouTube videos, blogs. It's a minefield and so easy to travel down the wrong path, and I certainly had taken the wrong path for Ted and me. Unfortunately, I learned how to be mean, how to shout and even hurt my puppy, asserting my dominance, to show him who was boss and Nip it in the Bud. Honestly, in a world where we already control our dogs, be it when they're fed, what is given, when we take them for a walk, who they can stop and say hello to, when and if they can have a treat. How much control do we need? Fortunately, very fortunately, I met a fabulous lady called Lynda Edmondson, who ran a doggy dancing class near me. It was here that I was introduced to a totally different world of training, of positive reinforcement where you motivated your dog to learn and work as a team. These times were truly magical, filled with fun, and my eyes were opened to a kind way to train. I learnt to love my dog for who he was, to stop focussing on the negative. We then attended a monthly clicker workshop with Lynda, and this was when Ted and me came into our own, and I loved to show off what we could both achieve together. Ted is an English toy Terrier with a huge personality which I fully appreciate and can now accept. After many years on a journey of learning and training to become a specialist in my field, which was initially to support Ted, I qualified with the IABTC. I completed their dog training and behavioural modification course. I now enjoy a career that I love. I am still committed to learning and keep up to date with new research. In my previous life, I was a time and motion technician in a clothing factory. I would study people, then create a process to train others to complete the work more efficiently. Saving companies time and money. I suppose it's quite similar to what I am offering you as a dog trainer. I will study your dog and your relationship, then create a process of training that can be carried out and repeated to improve behaviour. Reduce the amount of time wasted looking online, reading endless books, leaving you none the wiser. Tap into my knowledge and all of the time and money I've spent learning how not to do things as much as how to do things. My main aim is to set you up to succeed. If you are successful, then I'm successful. I will give you my full support to learn how to make immediate changes, enjoy the mischief and appreciate your dog's true personality. Give me a call if you want to chat about creating a dog that is a joy to be around and find your best friend.

Dr Sue Palmer-Conn

dr sue palmer-conn

Liverpool

I'm willing to bet You're smart and strong and in control of most aspects of your life! You likely have incredible kids and work hard in your chosen career, whether that’s working outside the home, or staying home to raise your children. Everything might look good on the outside — perfect even — but, if you’re reading this, I’m guessing that you (like so many other women) are living with a secret stress and shame, the weight of which is starting to pull you under. YOU’RE MISERABLE IN YOUR MARRIAGE AND YOU DON’T KNOW WHAT TO DO. Your husband might tell you that you’re the problem, and you know there are things you could work on, but are you really the whole problem? Isn’t it supposed to be 50/50? Maybe you keep reading about narcissism and you secretly wonder if your husband might be a narcissist. But if he is, then what does that make you? How on earth did you get here? This is all so confusing! I'm Dr Sue Palmer-Conn, aka The Divorce Doctor. I've been working with hundreds of women like you, all over the world, for fifteen years. I've been in your shoes myself I divorced at the age of 50 after a 25-year marriage. My husband was controlling, not physically but emotionally, and borderline narcissistic personality disordered. I was the first of my family and friends to get divorced. I didn't know where to turn. After I divorced, I started a new, very successful, career and alongside that developed a busy practice working with mid-life women thinking about and going through divorce. I am a multi-award-winning divorce coach, whose accolades include 'Global Divorce Coach of the Year'. I now run my own Divorce Coaching Academy training the next generation of divorce coaches.