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

430 Objective courses in Birmingham

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

AIPLD Certificate in Coaching (Using the TAP-C Influencing Model) - Birmingham

By Aspire People and Business Development

Aspire Consulting and Training Ltd is indisputably at the forefront of Transformative Coachingworldwide. We have a commitment to prepare individuals as coaches to achieve sustainable change for the people around them, so that they are being developed and supporting many types of growth. Achieved through a process of heightening awareness and deepening learning, this differs from other coaching methodologies that employ a tactical or remedial approach more useful in trouble-shooting and problem solving.   As people pursue coach training, they want a program with high standard, proven methodology and worldwide recognition. The TAP-C™ Model is a globally delivered program that enhances professional coaching industry standards. Our certification training program offers a fresh, leading edge approach to enable authentic and deliberate change.   We offer the ultimate solution to maximise human capital. Businesses are expecting their managers to devote an ever-increasing portion of their time to coach others and this is a trend that will only continue to expand. The challenges have never been greater for achieving results through people, and coaching will remain a vital leadership skill for the decades to come. A proven strategy for creating sustained growth, coaching enables superior performance of individuals, teams, and whole organisations.    The TAP-C™ Model is not just a new methodology or trend; it is more of a tool that drives a positive change. It helps people gain clarifications through meaningful conversations. It promotes learning by stimulating people to think through about their situation and urges them to take initiatives. Coaching is all about making people realise what needs to be modified and offer them appropriate support to bring about a change.    "Coaching is about influencing individuals to make conscious, empowered decisions to become leaders in their own lives. It is a process that occurs in a special conversation that enables learning and development and thus improves performance. It is a way of working with people that leaves them more competent and more fulfilled so that they are more able to contribute and find meaning in what they are doing."   Jay Acharya   The TAP-C™ Model incorporates a blend of coaching, mentoring and counselling, that, although considered different, share some key characteristics and skills to always support positive outcomes.    Coaching involves the belief that the individual has the answers to their own problems within, and need the focus to unlock their own potential.  Mentoring is like coaching, with a general agreement that a mentor can partner in some way to help expedite any decision making.  Counselling is closer to a therapeutic intervention. Focusing on past situations and identify ways to overcome barriers, that may be internal or external.   Our TAP-C™ Model therefore truly incorporates what we know to be an Influencing and Empowered approach to Coaching in the following way: We will explore the supporting principles of a coach and the guiding principles of a mentor, by using practical methods to help you become more effective and confident.    The purpose of this training to improve your performance at the same time of improving other abilities and create a cultured and productive working atmosphere. The core objective of the course is to enable you to set and achieve organisational, departmental and personal goals, by communicating clearly with their teams, managing time more effectively and prioritising work so that achieving an organisational strategy is more of a fluid approach.   Aims and Objectives                             The sessions focus on the theoretical aspects of empowering people in an organisation, by increasing the awareness of current competencies and abilities. The programme will meet all the objectives outlined below: * Gain a greater understanding of organisational activities * How the TAP-C™ Model can be used to develop a person and a team * Establish how to know when to be a coach, mentor and councillor * The behaviour’s of being a confident coach * How to help a person recognise their strengths and developmental areas  * How to create and develop an empowered structured organisation

AIPLD Certificate in Coaching (Using the TAP-C Influencing Model) - Birmingham
Delivered In-Person in BirminghamTwo days, Jun 4th, 08:00
£1412.5

International Masterclass in Paediatric 24-hour Postural Care [CPD certification COPY]

By Born at the Right Time

This intensive course combines the best of on demand, online training with the opportunity for practical hands on learning. Two days online independent learning will prepare you for three days in-person training. During the course you will develop your understanding of sitting and the often forgotten lying posture. Assessment techniques, tools and outcome measures are covered including training in the use of the Goldsmith Indices of Body symmetry.

International Masterclass in Paediatric 24-hour Postural Care [CPD certification COPY]
Delivered In-Person in Lichfield3 days, Jun 4th, 08:00
£495

International Masterclass in Paediatric 24-hour Postural Care

By Born at the Right Time

This intensive course combines the best of on demand, online training with the opportunity for practical hands on learning. Two days online independent learning will prepare you for three days in-person training. During the course you will develop your understanding of sitting and the often forgotten lying posture. Assessment techniques, tools and outcome measures are covered including training in the use of the Goldsmith Indices of Body symmetry.

International Masterclass in Paediatric 24-hour Postural Care
Delivered in Lichfield or Online3 days, Jun 4th, 08:00
£495

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-person, on-request, onlineDelivered Online & In-Person in Internationally
£4997

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-person, on-request, onlineDelivered Online & In-Person in Internationally
£1718 to £3779

PUBLIC RELATIONS AND PROTOCOL MANAGEMENT

5.0(10)

By GBA Corporate

OVERVIEW -------------------------------------------------------------------------------- The training objective is to build on existing knowledge of Strategic Public Relations, Apply the tactical skills required for working in Strategic Public Relations, Capitalise on developments in technology, Manage the key aspects of protocol, Learn tips, tools and techniques to arrange business travel, Meet the expectation of those involved in protocol and travel arrangements.

PUBLIC RELATIONS AND PROTOCOL MANAGEMENT
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1718 to £3779

Information Security Management Principle

5.0(10)

By GBA Corporate

OVERVIEW -------------------------------------------------------------------------------- Objective * Understand the requirement of Information Security  * Concepts and Definitions of Information Security Management Systems * Deeply Analysing the policies, Standards and procedures * How to deliver a balanced ISMS and following its security procedures * Analysing the Information risk management  * Evaluating the organisational responsibilities  * Understanding the Information security controls  * Scrutinising Legal framework  * Techniques of Cryptographic models

Information Security Management Principle
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1718 to £3626

Risk In Trade Finance

5.0(10)

By GBA Corporate

OVERVIEW -------------------------------------------------------------------------------- Objective * Understand why trade finance is generally low risk for credit losses - IF done properly * Appreciate the range of risks involved in trade finance * Understand the controls and mitigants available * Be able to categorise risk according to client size and strength * Appreciate the mechanisms of the working capital cycle * Recognise that structured lending facilitates easier and closer control

Risk In Trade Finance
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1718 to £3626

Business Analysis Process Model

5.0(10)

By GBA Corporate

OVERVIEW -------------------------------------------------------------------------------- Objective * Understanding the Importance of Business Analysis Model * Determining various techniques of Process Modelling * Understanding the scope of modelling * Efficiently mapping the business landscape * Analysing the enterprise structure * How to avoid project failures. * Learning efficient skills of being a successful business analyst. * Understand and document various techniques for the organization delivers value. * Successful project conversion * Building team, changing the organization and overcoming resistance. * Creating an effective Business Case.

Business Analysis Process Model
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1718 to £3626

Advance Graphic Designing

5.0(10)

By GBA Corporate

OVERVIEW -------------------------------------------------------------------------------- Graphic design is a crucial tool that makes sure that you communicate with your people in an efficient manner. Graphic designers are trained professionals who understand the technique to persuade, engage, and entertain audiences using various elements. This course covers all the modules with the objective to understand the key points of Graphic Designing. The course is framed in a way to cover the entire major and minor subjects in co-relation to art and design. It will highlight a wide range of working methods, practices and techniques. At the end of the course, you will learn various technical skills that will encourage you to investigate new approaches, combine existing techniques and also explore old techniques to generate innovative outputs. 

Advance Graphic Designing
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1718 to £3626

Educators matching "Objective"

Show all 16