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

1449 Development courses in London

Getting Started with Website Design and Development Workshop

By Code Created (Coding Workshops for Schools)

For pupils aged 14+ | Delivered in UK Schools by Real World App and Games Developers Our new Getting Started with Website Design and Development Workshop is a great way to introduce your pupils to coding. We’ll focus on HTML, CSS and JavaScript throughout a full-day workshop. At the end of the day, they will have a working website, along with notes and support so they are equipped to design an online portfolio for their work, or other project.

Getting Started with Website Design and Development Workshop
Delivered In-Person in Bristol or UK WideFlexible Dates
£450 to £650

The Deepening Okuden Usui Reiki Level 2

4.8(6)

By Stephanie Edwards

Join us for an immersive journey into Reiki Level 2, where you'll unlock the power of sacred symbols, master distant healing, and emerge as a certified Reiki professional.

The Deepening Okuden Usui Reiki Level 2
Delivered In-Person in London + more
£100 to £250

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

MA Screenwriting

By London Film School

An intensive one-year programme that develops the writer’s original voice, embeds professional practice and enhances employability. At LFS you will gain expertise and experience that form the foundations of your professional screenwriting practice. You will forge relationships and develop networks that propel you into the film and television industries. MA Screenwriting focuses on the development of the individual screenwriter’s voice. You will be supported and challenged throughout your one year MA as you explore that voice through your screenwriting. You will work collaboratively within a diverse, international cohort and within the conservatoire atmosphere of LFS. The development of your feature screenplay, at the heart of your MA, is undertaken in small Feature Development Groups of 3 or 4 students, chaired by a tutor. Regular Group meetings are structured around the giving and receiving of feedback and the deep exploration of your feature project from initial idea through several draft screenplays. The ambition and variety of students’ screenplays reflect both the depth of their creativity and the breadth and diversity of their backgrounds and interests. In addition to your feature screenplay you will have opportunities to write short screenplays and to develop a television series idea.

MA Screenwriting
Delivered In-PersonFlexible Dates
£15,786

Paediatric Tracheostomy

4.8(50)

By EF Training & Consultancy Ltd

Paediatric tracheostomy Tracheostomy care Paediatric care Tracheostomy management Pediatric airway management CPD accredited course Child tracheostomy care Tracheostomy tube change Emergency tracheostomy procedures Paediatric respiratory care Tracheostomy complications Paediatric patient airway Tracheostomy nursing care Paediatric critical care Paediatric medical procedures Child airway obstruction Paediatric healthcare training CPD certification in tracheostomy care Paediatric nursing skills Tracheostomy education for caregivers

Paediatric Tracheostomy
Delivered In-Person in London
£130

Better Business Cases Foundation & Practitioner: In-House

By IIL Europe Ltd

Better Business Cases™ Foundation and Practitioner: In-House Training Using this best-practice approach will allow organizations to reduce unnecessary spending and improve the decision-making process which gives you a greater chance of securing necessary funding and support for initiatives. The goal of the combined foundation and practitioner course is to develop a candidate's ability to deliver a comprehensive business case through encouraging expanded knowledge to guide the practical application of theoretical foundations. Upon the completion of this course, a candidate will be able to start applying the model to a real business case development project. The outline presented in the course overview will be addressed in the first 2 days, with the Foundation exam conducted on the morning of Day 3. Then the topics will be revisited at a deeper level, for 2 more days, with the Practitioner exam conducted on the afternoon of Day 5. What you will Learn At the end of this program, you will be able to: Develop the lifecycle of a business case and establish the relationships between the five cases Apply the steps in the business case development framework, in order to support the production of a business case, using the Five Case Model, for a given scenario. Overview of Better Business Cases Alignment with the strategic planning process Importance of the Business Case using the Five Case Model Overview of the Five Case Model Purpose of the key stages in the development of a spending proposal Purpose of a Business Justification Case Business Case Development Process Purpose of project / programme assurance and assurance reviews Responsibility for producing the Business Case Determining the Strategic Context and Undertaking the Strategic Assessment Scoping the Scheme and Preparing the Strategic Outline Case Planning the Scheme and Preparing the Outline Business Case Procuring the Solution and Preparing the Full Business Case Implementation and monitoring Evaluation and feedback Making the Case for Change Agree on the strategic context Determine spending objectives, existing arrangements, and business needs Determine potential business scope and key service requirements Determine benefits, risks, constraints, and dependencies Exploring the Preferred Way Forward Agree on critical success factors Determine long list options and SWOT analysis Recommend a preferred way forward Determining Potential Value for Money Revisit the short list Prepare the economic appraisal for short-listed options Undertake benefits appraisal Undertake risk appraisal Select preferred option and undertake sensitivity analysis Preparing for the Potential Deal Determine the procurement strategy Determine service streams and required outputs Outline potential risk apportionment Outline potential payment mechanisms Ascertain contractual issues and accountancy treatment Ascertaining Affordability and Funding Requirement Prepare the financial model Prepare the financial appraisals Planning for Successful Delivery Plan programme / project management Plan change and contract management Plan benefits realization Plan risk management Plan programme / project assurance and post-project evaluation Procuring the Value for Money Solution Revisit the case for change Revisit the OBC options Detail procurement process and evaluation of best and final offers (BAFOs) Contracting for the Deal Set out the negotiated deal and contractual arrangements Set out the financial implications of the deal Ensuring Successful Delivery Finalize project management arrangements and plans Finalize change management arrangements and plans Finalize benefits realization arrangements and plans Finalize risk management arrangements and plans Finalize contract management arrangements and plans Finalize post-project evaluation arrangements and plans

Better Business Cases Foundation & Practitioner: In-House
Delivered in London or UK Wide or OnlineFlexible Dates
£3,990

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

Teamwork and Team Development (£750 total for this 1-day course for a group of 5-15 participants)

By Buon Consultancy

Mediation for Managers Training

Teamwork and Team Development

(£750 total for this 1-day course for a group of 5-15 participants)
Delivered In-Person in Edinburgh or UK WideFlexible Dates
£1,450

The keys to success to continuous improvement

By Beyond Satisfaction - Customer service Training

If you want to improve your or your team ability to have the best approach to personal development, feel free to check out my Training course focusing on continuous improvement.

The keys to success to continuous improvement
Delivered In-PersonFlexible Dates
Price on Enquiry

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