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

2897 Development courses delivered Live Online

Level 4 Award in Learning & Development

By Panda Education and Training Ltd

This qualification is made up of one mandatory and one optional unit. There are 2 x 1 day workshops that will help develop knowledge of the principles, theories and practices in Learning and Development The course is aimed at practitioners such as tutors, trainers, assessors and quality assurers who want to develop their skills and knowledge in their own area of learning delivery. You will meet other practitioners who are responsible for process, people or practice within Learning and Development. You will get to share good practices and ideas for improvement and will be able to apply these in your workplace. You will be expected to carry out research, complete assignments and implement change in your organisation, with the mentoring support of our Learning Advisor.

Level 4 Award in Learning & Development
Delivered OnlineFlexible Dates
£595

DIPLOMA IN GAME DESIGN AND DEVELOPMENT One to One Online or Face to Face

By Real Animation Works

Face to face training customised and bespoke. Professional tutors. One to One Online or Face to Face

DIPLOMA IN GAME DESIGN AND DEVELOPMENT One to One Online or Face to Face
Delivered in London or OnlineFlexible Dates
£4,000

EDGE WALKERS: Made in my image - a neurodiverse God?

4.6(67)

By Spiritual Direction Forum UK

Creative and Courageous Conversation about Spiritual Direction in the 21st Century.  In this conversation, we will be pondering  Made in my image - a neurodiverse God? Hosted by Naomi Gates

EDGE WALKERS: Made in my image - a neurodiverse God?
Delivered Online
FREE

Online Continuing Professional Development (CPD) Business of Motorsport

5.0(1)

By National Motorsport Academy

Motorsport is as much a business as it is a sport. Our new Master’s Degree programme will provide students with a broad range of modules which examine the national and international aspects of the industry from a commercial perspective. Study an individual module from the MA Business of Motorsport for Continuing Professional Development (CPD).

Online Continuing Professional Development (CPD) Business of Motorsport
Delivered OnlineFlexible Dates
£795

Career management

By Exkavate Ltd

Whether you’re a career driver, passenger or hitchhiker, it helps to have a sense of what works for you. We give you the tips, tricks and tools to help you plan your career with confidence, no matter what stage you’re at. Career management is all about taking responsibility for your future. It’s a process you’ll want to return to frequently, so we'll give you templates and ideas to capture your thoughts and plans; then you can be clear about how to capitalise on your strengths, skills and experience.

Career management
Delivered Online
£175

Kids in Museums Family Friendly Museum Award Information Session

By Kids in Museums

Thursday 3 April, 2pm -3pm Join us for an informal virtual briefing about the Kids in Museums Family Friendly Museum Award 2025. The Award recognises the venues that are most welcoming, fun, and accessible for families. In this informal briefing session, you can:  Find out more information about the Kids in Museums Family Friendly Museum Award 2025, including how to apply and the impact the Award has had on previous shortlisted museums and winners. Ask any questions about applying for the Kids in Museums Family Friendly Museum Award 2025. The session will be led by Kids in Museums staff. It will last about one hour and be delivered on Zoom. If you require any adjustments to attend a session on Zoom, please let us know and we will find a way to support you.   Who should attend?  This session is aimed at staff or volunteers who work in museums, art galleries and heritage sites who are interested in applying for the Kids in Museums Family Friendly Museum Award 2025. Information about the Kids in Museums Family Friendly Museum Award 2025 can be found on the Kids in Museums website.

Kids in Museums Family Friendly Museum Award Information Session
Delivered Online
FREE

May 2025 Fundamentals Organisation & Relationship Systems Coaching Training

By CRR UK

CRRUK equips professionals with the concepts, skills and tools to build conscious, intentional relationships, and to coach relationship systems of any size.

May 2025 Fundamentals Organisation & Relationship Systems Coaching Training
Delivered Online
£695

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

INTERNATIONAL TRADE RESEARCH

By Export Unlocked Limited

This module aims to develop knowledge from research activities to gain an understanding of international trade theory, global economic development and growth, currency and exchange rates, trade policies and their impact on an organisation, free trade agreements, direct investment from financial sources outside the UK, tariffs and no trade barriers, supply chain and logistics, intercultural management and international law and treaties.

INTERNATIONAL TRADE RESEARCH
Delivered Online
£395

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