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

2908 Development courses in London delivered Live Online

RÉSUMÉ WRITING, NETWORKING, & INTERVIEWING WORKSHOP

5.0(4)

By Improving Communications Uk

PARTICIPANTS WILL ENGAGE IN A TRAINING SESSION TO IMPROVE AND REFINE THEIR RÉSUMÉS. OPPORTUNITIES TO ENGAGE IN ONE-ON-ONE RÉSUMÉ BUILDING & REVIEW SESSIONS CAN BE OFFERED AS WELL. It’s time to move on—or maybe you’ve been “in transition” for too long. Either way, you need some input so that you know what others see when they look at your résumé, and what they hear when they interview you. Participants will engage in a training session to improve and refine their résumés. Opportunities to engage in one-on-one Résumé Building & Review sessions can be offered as well. Part I Data Collection and Organization – assessing work/activities and IMPACT (results) Success Story Format (Situation, Action, Results) Writing With Impact – how to tie actions to results Choosing The Right Words – transferable skills and powerful words Sales 101 – How will these skills benefit the hiring person’s organization? Part II UB4I Writing (“YOU”/ “YOUR,” not “I,” “me,” “my”) Reference list Principles of networking Cover Letter and Résumé Formats – margins, font, type size, small caps, etc. Role Play – Mock Interviews Participants will be able to: Create a complete and correct résumé, a marketing device to attract attention, generate interest, describe accomplishments, and invite contact. Discover, correct, and improve self-marketing messages, leading to a systematic assessment of specific work-related skills. Examine transferable skills and increase personal alignment with prospective organizational mission and goals. Online Format—Résumé Writing, Networking, & Interviewing Workshop 4-hour interactive virtual class. Register for this class and you will be sent ONLINE login instructions prior to the class date. After a two-day seminar, our attendees remained in their seats wanting more from Dr Atkins. His direct, yet challenging approach to presenting topics seemed to mesmerize the participants. Many very lively discussions were part of our workshop’s context. Personally, I am very interested in re-booking this type of experience every year for new leaders to undergo! Michael J. Whitlock, Director of Fay Corey Union & ConferencesSUNY Cortland

RÉSUMÉ WRITING, NETWORKING, & INTERVIEWING WORKSHOP
Delivered Online + more
£316

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

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

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

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

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

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

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