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

2907 Development courses in Edinburgh delivered Live Online

LEADERSHIP & MANAGEMENT DEVELOPMENT

5.0(4)

By Improving Communications Uk

Communication is the essence of leadership. This programme is the flagship of our leadership courses, focusing on creating a culture of positive interaction and clear, respectful exchanges whilst maintaining high-performance productivity, ownership, and innovation. Prior to the learning session, delegates complete the TruTalent™ Learning & Productivity (TTL & P), a 20-minute online survey assessing individual productivity preferences and learning styles. This assessment identifies work and learning preferences across 4 styles and 12 environmental and mindset preferences. These elements significantly influence how individuals achieve and perform in work-based learning environments. They also affect how people concentrate, make decisions, solve problems, process information, approach and complete tasks, retain new and complex information, develop new skills, and interact with others. Throughout the course, delegates will learn how to: Utilise the TruTalent™ Learning & Productivity assessment to increase productivity and maximise performance Set meaningful professional goals and celebrate success for incremental progress towards achievement Inspire innovation within teams to increase ownership and accountability Empower employees and increase engagement through effective, positive feedback Focus on positivity, setting an example for others that the organisation embraces a "yes" and solutions-oriented approach Improve spoken and written communications, creating an authoritative image of expertise This Leadership Skills course is a 4-hour interactive virtual class. Upon registration, delegates will receive online login instructions prior to the class date. This format allows for a collaborative learning experience from the comfort of one's own home or office, enabling leaders to enhance their skills and drive organisational success.

LEADERSHIP & MANAGEMENT DEVELOPMENT
Delivered Online + more
£327

Makaton awareness: Taster session for museums

By Kids in Museums

Makaton awareness: Taster session for museums  Wednesday 30 April, 10am-12pm  Are you interested in finding out more about Makaton and learning some useful everyday words to use in your museum?  About this training  According to The Makaton Charity, over 100,000 children and adults use Makaton symbols and signs, either as their main method of communication or a way to support speech. This includes young children and people with learning disabilities.   The Makaton Charity explain that, “Makaton is a unique language programme that uses symbols, signs and speech to enable people to communicate. It supports the development of essential communication skills such as attention and listening, comprehension, memory, recall and organisation of language and expression.”  During this virtual introduction session, The Makaton Charity trainer will:  provide general information about Makaton and how it may be used in different settings to support language development and communication, enable attendees to learn approximately 30 useful everyday signs and symbols, alongside 12 more words which have been tailored for museum settings. This virtual training session will be delivered over two hours by The Makaton Charity.  Who should attend?  This training is aimed at staff at museums, galleries and heritage sites who are interested in making their organisations more welcoming to Makaton users. 

Makaton awareness: Taster session for museums
Delivered Online
£30

Relationships and sex education for adult social care staff

By Claire Lightley

Aim To increase the confidence and knowledge of participants to support adults with learning disabilities in terms of their sexual health and sex and relationships rights.   Outcomes By the end of the training participants will have: -had an update around the law, mental capacity act and capacity to consent to sexual relationships and CQC guidance - considered how to support patients with their sex and relationships rights -more knowledge of current easy read and other resources and organisations available to support our work   Agenda Welcome, introductions and working agreement The law, capacity to consent and CQC guidance Rights of people with learning disabilities to sex and relationships Resources and organisations Close   Suitable for   Anyone supporting adults with learning disabilities as a care worker or social worker.

Relationships and sex education for adult social care staff
Delivered Online
£89

Relationships and Sex Education (RSE) for young adults with learning disabilities in FE settings

By Claire Lightley

This one day course will support teachers and RSE leads in special colleges and special schools with post 16 learners to deliver a meaningful curriculum through the Preparing for Adulthood outcomes. The course will explore key issues for older learners, including how to teach about practical aspects of relationships such as attraction and fancying people, starting relationships, negotiation and consent discussions, and how to keep yourself safe. Participants will leave with increased confidence to develop and deliver a skills-based, rights focused curriculum that will empower learners to be able to navigate their personal lives and relationships with autonomy.   Aim: To develop confidence to create and deliver an age-appropriate, rights based RSE curriculum for young adults with learning disabilities.   Outcomes: Participants will develop understanding of requirements for RSE for older learners, including the statutory guidance and preparation for adulthood outcomes, and how RSE can support independent living consider specific challenges young people with SEND may face in developing relationships and explore practical and creative ways to support relationship skill development explore strategies to address sexualised behaviour, and what to do if a learner begins or wants to masturbate in college   Who is this course for? This one day course is ideal for teachers and RSE leads working in special schools and tutors in colleges with older learners, up to age 25, and beyond.

Relationships and Sex Education (RSE) for young adults with learning disabilities in FE settings
Delivered Online + more
£130

Level 1 Training: Domestic Abuse Awareness

By Restored

We're passionate about equipping churches to respond to domestic abuse. Our Domestic Abuse Awareness course will help you explore key questions around the issue of domestic abuse, like how to recognise the signs of domestic abuse, why domestic abuse happens, and how to start supporting survivors.

Level 1 Training: Domestic Abuse Awareness
Delivered Online + more
£30

Introduction to Paper Crafting and Mixed Media - Monday 19.00 - 21.00 or Tuesday 19.00 - 21.00

By Craft4Smiles C.I.C.

A standalone 10 week/session course that will introduce you to the basic materials, tools, equipment and techniques used in paper crafting and mixed media work and to Craft4Smiles C.I.C and our tutors. You will be sent all the materials and equipment needed to complete the course. At the end of each lesson you will have a crafted item to take away to keep or show family and friends. You will be told about the other courses you offer so that you can make an informed choice about further learning.

Introduction to Paper Crafting and Mixed Media - Monday 19.00 - 21.00 or Tuesday 19.00 - 21.00
Delivered Online + more
£495 to £550

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

Real Estate Finance (Debt Financing)

4.3(5)

By Bayfield Training

This Real Estate Financial Modelling course will enhance delegates skills in crafting sophisticated financial models tailored for debt financing within the Real Estate sector.

Real Estate Finance (Debt Financing)
Delivered in person or Online + more
£1,500

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

HR Performance Management

5.0(10)

By GBA Corporate

Overview Objective Describing the HR role and Strategies Describe different approaches to employee training Describe different approaches to professional development Describe different approaches to performance appraisals Summarize different forms of employee compensation

HR Performance Management
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,779