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

3126 Development courses in Leicester delivered Live Online

Coping With ADHD

5.0(50)

By Pochat Training

CPD Accredited, Interactive Short Course 2 - 4 hr sessions What is Attention Deficit Disorder? How can you best understand, and thus cope and help those affected? Course Contents: What is ADHD ADHD as part of the Autistic Spectrum How to help you cope if you have ADHD How to cope with children who have ADHD Great for teachers and TAs in schools, others who work with people who have ADHD, and of course, those with ADHD themselves Benefits of this Short Course: Boys are around 4 x as likely to have ADHD Worldwide, 5% of people have it - that is 1 out of every 20! The figure for this is estimated to be higher in the UK This means that every single classroom in the UK will have at least one child or young people with Attention Deficit Hyperactive Disorder Learn more about the condition and how you can help them cope and take part in 'normal' life.

Coping With ADHD
Delivered in Chesterfield or Online + more
£25

Wed 25 Jun 2025 - Corporate Fundraising

By Hospice Income Generation Network

Sharing & Networking - Corporate Fundraising Session aimed at corporate fundraisers. THIS SESSION WILL NOT BE RECORDED

Wed 25 Jun 2025 - Corporate Fundraising
Delivered Online
FREE

INTRODUCTION TO PUBLIC SPEAKING

5.0(4)

By Improving Communications Uk

This programme helps communicators to prepare for and deliver an effective speech. Here, you learn to motivate people by speaking to them in terms of the benefits they will receive by taking action. Each instructional segment is followed by participant speeches that put the newly-learned skills into action. We cover public speaking fear and how to move forward despite it, as well as increasing enthusiasm. This builds speaker confidence. By organising information clearly for the audience, participants grow in their conviction and are perceived more as experts. Delegates will be able to: Work through fear of public speaking; Build confidence and enthusiasm by creating meaningful, memorable speeches; Develop greater abilities for thinking and speaking with less preparation; Minimise self-defeating speech and behavior; and Present ideas to, and inspire the audience. Online Format—Introduction to Public Speaking is a 4-hour interactive virtual class. Register for this class and you will be sent ONLINE login instructions prior to the class date. Working with Dr. Atkins of Improving Communications has been a very positive experience. Everything about the program is exemplary! Managers have made it a point to tell me how pleased they are with the improvements made in the communications skills of the participants. The Professional Development Workshop is an extremely effective program. The participants are looking forward to follow-up sessions with Dr. Atkins and we recommend his programs. Heather Ragone, Training ManagerNetwork General

INTRODUCTION TO PUBLIC SPEAKING
Delivered Online + more
£435

C01M03 - FD&FA Installation principles - BS 5839-1 (online)

5.0(1)

By Ember Compliance

Learners will develop knowledge from the FD&FA foundation BS 5839-1 module and/or industry experience and apply this to the installation of FD&FA systems.

C01M03 - FD&FA Installation principles - BS 5839-1 (online)
Delivered Online + more
£230

9th July Clare Coombes #Agent121. Looking for: ADULT FICTION

5.0(3)

By I Am In Print

LOOKING FOR: ADULT FICTION Clare set up the Liverpool Literary Agency in 2020 to help address inequality and underrepresentation in the publishing industry. With more than 15 years’ experience of writing and editing professionally, including the publication of two novels, Definitions (2015) and We Are of Dust (2018 - which has received development funding from the Liverpool Film Office for a TV adaptation), she has developed an in-depth knowledge of what commissioning editors and publishers expect to see from a submitted manuscript. With a background in PR and marketing, alongside teaching on creative writing programmes, Clare also has extensive experience in pitching and promoting writers and has been nominated for the Romantic Novelist Association Agent of the Year Award! Clare would love to see historical fiction, crime fiction, psychological thrillers and women’s fiction, but she is open to all great writing with a strong hook in any area (excluding non-fiction, children’s and YA). She actively encourages submissions from writers who have been traditionally under-represented. Clare would like you to submit a covering letter, 1 page synopsis and the first 5,000 words of your manuscript in a single word document. (In addition to the paid sessions, Clare is kindly offering one free session for low income/under-represented writers. Please email agent121@iaminprint.co.uk to apply, outlining your case for this option which is offered at the discretion of I Am In Print).  By booking you understand you need to conduct an internet connection test with I Am In Print prior to the event. You also agree to email your material in one document to reach I Am In Print by the stated submission deadline and note that I Am In Print take no responsibility for the advice received during your agent meeting. The submission deadline is: Wednesday 2nd July 2025

9th July Clare Coombes #Agent121. Looking for: ADULT FICTION
Delivered Online + more
£72

Objective-C programming

5.0(3)

By Systems & Network Training

Objective-C programming training course description A hands on introduction that will allow you to master Objective-C and start using it to write powerful native applications for even the newest Macs and iOS devices! Using The step-by-step approach, will let you get comfortable with Objective-C's unique capabilities and Apple's Xcode 5 development environment. Make the most of Objective-C objects and messaging. Work effectively with design patterns, collections, blocks, foundation classes, threading, Git and a whole lot more. Every session builds on what you've already learned, giving a rock-solid foundation for real-world success! What will you learn Use Xcode 5. Declare classes, instance variables, properties, methods, and actions. Use arrays, dictionaries, and sets. Expand and extend classes with protocols, delegates, categories, and extensions. Use Apple's powerful classes and frameworks. Objective-C programming training course details Who will benefit: Developers wanting to learn Objective-C. Prerequisites: Software development fundamentals. Duration 5 days Objective-C programming training course contents PART 1: GETTING STARTED WITH OBJECTIVE-C The Developer Program: Objective-C, enrolling as an Apple Developer, setting up the development environment, Xcode. Your first project. OO programming with Objective-C: OO projects, Frameworks, classes and instances, encapsulation, accessors, Inheritance. OO features in Objective-C: Messages, methods, working with id, nesting messages, method signatures and parameters. allocating and initializing objects. Using Xcode: Xcode, source code control, git and Xcode, Using a Remote Repository. Compiler Directives: Projects, Compiler Directives, Prefix headers, main.m, .h files. PART 2: OBJECTIVE-C BASICS Messaging in a Testbed App: Setting Up the Testbed Apps, Adding a Text Field and Connecting It to Your Code, Sending a Message to the Text Field, Reviewing the Message Syntax. Declaring a Class in an Interface File: Context, Creating an Instance Variable with id, What Happens When Execution Stops, dynamic binding, Creating an Instance Variable for with the Class Name and with a Superclass Name, instance variable visibility. Properties in an Interface File: Interface Variables vs Properties, Declared Properties, Using Attributes. Implementing Properties. @synthesize, @dynamic. Methods in an Interface File: Methods in a Class, class and instance methods, Method declaration, returning complex data structures from Methods. Actions in an Interface File: Actions, Actions in OS X and iOS, disconnecting actions. Routing messages with selectors: Receiver and selector objects in messages, Objective-C Runtime, SEL and @selector (), performSelector, NSInvocation, testing whether an Instance can respond to a selector. Building on the Foundation: The Foundation Framework, Foundation Classes, Foundation Paradigms and Policies; Mutability, class clusters, notifications. Defining a Class in Implementation Files: Projects, dynamic typing, creating a new App, implementing a method, expanding Classses with init Methods. Organizing Data with Collections: Collecting Objects, Property Lists, Runtime, comparing the Collection Classes, Creating a Collection, Objective-C Literal Syntax, Enumerating collections, Testing Membership in a Collection, Accessing an Object in a Collection. Managing Memory and Runtime Objects: Managing objects in memory, managing reference counts manually and with ARC, variable qualifiers, variable autorelease. PART 3: EXPANDING AND EXTENDING CLASSES Protocols and Delegates: Subclassing, Protocols, Delegates, Looking Deeper Inside Protocols. Categories and Extensions: Comparing categories and protocols, categories vs subclasses, working with categories, class extensions, informal protocols. Associative References and Fast Enumeration: Objective-C 2.0 Time-Saving Features, Extending Classes by Adding Instance Variables (Sort of), Using Fast Enumeration. Blocks: Revisiting Blocks, Callbacks, Blocks, Exploring Blocks in Cocoa, Cocoa Blocks and Memory. PART 4: BEYOND THE BASICS Handling Exceptions and Errors: Exception and Error classes: NSException, NSError, Identifying exceptions, throwing exceptions, catching exceptions. Queues and Threading: Getting Started with Concurrency, Introducing Queues, Dispatch Sources, Using Dispatch Queues. Working with the Debugger: Logging Information, Console Logs, NSLog, Smart Breakpoints, enhancing breakpoints with messages. Using Xcode Debug Gauges for Analysis: Debug Gauges, Monitoing CPU and memory utilization, monitoring energy, Using Instruments. PART 5: OPTIONAL TOPICS C Syntax Summary: Data Types, Control Structures. Apps, Packages, and Bundles: Project Bundles, lproj Files, Asset Catalogs, plist Files, Precompiled Header Files (.pch). Archiving and Packaging Apps for Development and Testing: Archiving.

Objective-C programming
Delivered in Internationally or OnlineFlexible Dates
£4,997

Dog Walking & Sitting Course

By Voncap Academy

Welcome to Your Course! Thank you for choosing to develop your skills in dog walking and sitting. By completing this course, you'll gain the essential tools and knowledge to begin your journey toward a profitable and rewarding career. The course is organized into sections and sub-sections, each designed to break down the material into manageable chunks. After each section, you’ll be asked to answer multiple-choice questions, all of which are based on the content you’ve just reviewed. These questions are meant to test your understanding and ensure that you've grasped the material. There are no trick questions. The goal is simply to check your knowledge and help you assess your learning. At the end of the course, you’ll have 100 multiple-choice questions that cover all the sections you've completed. These questions will help you review and apply the information you've learned. Additionally, you'll be asked to submit an action plan as part of your course requirements. Course Information This course is exclusively available to new users as part of a developmental learning program. It also includes a Level 2 Digital Marketing Course, which we offer on another platform. You are welcome to register your interest by booking a spot in this course. Once you do, we will contact you with further details on how to enroll in our developmental learning program, which is designed to equip you with all the tools you need to successfully run your own business. Tip for Success: To make the most of this course, set aside dedicated time each day to work on it and stick to a regular schedule. Like many of us, it can be challenging to get back into the habit of studying. It requires structure and discipline. In today’s world, distractions are everywhere—from phone calls to constant notifications. Find a quiet, comfortable space where you can focus and minimize interruptions. This will help ensure that you stay on track and complete the course successfully.

Dog Walking & Sitting Course
Delivered Online + more
£100

EFQM Performance Improvement Practitioner Workshop - May 2025

By Centre for Competitiveness

EFQM Performance Improvement Practitioner Course A 2-day deep-dive workshop on RADAR and how to use it as an agile project performance framework. The essential course for anyone wanting to learn more about the RADAR logic and how to build a continuous improvement culture and mindset across your whole organisation.   Who is it for? This course is suitable for anyone who wants to understand the RADAR logic and how it can be used to make their organisation more effective. Whilst this training is effective as a stand-alone course; it is also a Level 1 option for anyone considering one of the EFQM qualification routes as a way of progressing their management development and career.   Benefits By the end of the course, participants will be able to: Explain the overall RADAR logic Explain the main principles of positive culture and mindset for driving performance Describe how RADAR can be implemented into an organisation to improve performance at every level Identify how to use RADAR to drive the management agenda Apply RADAR across day-to-day initiatives and key projects as an agile project performance framework. Programme The main topics covered during the EFQM Performance Improvement Practitioner training are: RADAR logic and examples of how it can be used Using RADAR to drive the management agenda Using RADAR to drive strategic initiatives Using RADAR to set up strategic KPI’s RADAR as a Performance Improvement Framework Case studies and group exercises RADAR Improvement Matrix self-assessment The training is spread over two days and is delivered in a virtual classroom setting (Zoom or Microsoft Teams), using videos, group discussions, case studies and activities in breakout rooms and presentations from the trainer.   Further Development The EFQM Performance Improvement Practitioner training provides core knowledge about the RADAR Logic. In some cases, the training will have fulfilled an individual's learning needs. In many cases, the individual will want to consolidate their learning by applying the theory to a practical task. We encourage you to apply RADAR to a practical, work-based project, and we provide guidance on how to approach and complete your project.    Completion of the RADAR Performance Improvement Project also allows you to progress to one of the advanced EFQM qualification programmes: EFQM Performance Improvement Leader, EFQM Assessor or EFQM Organisational Change Leader.   EFQM Performance Improvement Leader If you successfully complete the EFQM Performance Improvement Practitioner training and the subsequent project, you are invited to apply for the EFQM Performance Improvement Leader assessment. You will be guided and coached by an EFQM trainer and asked to present your project to the EFQM expert panel. Here you will answer questions about how you applied the RADAR logic and principles (we provide participants with templates for running the project, as well as a high-level mid-term review). You will also receive feedback on how to improve and maximise the use of RADAR for future endeavours. Dates and time: This is a two day on-line workshop delivered on the 12th of June & 18th of June from 9:00 AM to 3:30 PM GMT Cost: £1000 + VAT

EFQM Performance Improvement Practitioner Workshop - May 2025
Delivered Online + more
£1,000

UPSTREAM OIL & GAS ASSET MANAGEMENT

5.0(10)

By GBA Corporate

Overview This course highlights Overview of upstream asset management HSE issues and energy project investment analysis Exploration and appraisal well decisions Field development decisions Asset optimization

UPSTREAM OIL & GAS ASSET MANAGEMENT
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,779

Critical Incident Stress Debriefing: 2-day online training

4.9(13)

By Psychotherapy For Healthcare Ltd

Train with us to facilitate Critical Incident Stress Debriefings. CISD are effective interventions that help care professionals to process stressful events in the workplace. A CISD helps restore well-being and protect from prolonged reactions. This excellent 2-day training will cover theory and practice, including lectures, videos, and small-group work. By the end you will be able to facilitate CISDs.

Critical Incident Stress Debriefing: 2-day online training
Delivered Online + more
£280