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

122 Cat courses in Belfast

PDO Threads Foxy Eyes

By Harley Elite Academy (HeLa)

> Foundation • Advanced • Masterclass 8 CPD POINTS 1 DAY COURSE  ONLINE or IN-CLINIC -------------------------------------------------------------------------------- NOTE! After booking we will contact you for scheduling the exact course date! Courses dates are subject to change due to mentors availability. We will inform you via email if a date becomes available! -------------------------------------------------------------------------------- ADDITIONAL INFORMATION ATTENDANCE ONLINE (Theory), IN CLINIC (Practice) PDO THREADS LIFT AREA BEGINNER Face and Neck Threads Lift, ADVANCED Body Threads Lift, MASTERCLASS Face, Neck, Body Threads Lift, MASTERCLASS Foxy Eyes | Cat Eyes

PDO Threads Foxy Eyes
Delivered in-person, on-request, onlineDelivered Online & In-Person in London
£890 to £1590

PDO Threads Lift Course

By Harley Elite Academy (HeLa)

> MASTERCLASS  ONE-2-ONE 8 CPD POINTS 1 DAY INTENSIVE COURSE  ONLINE or IN-CLINIC -------------------------------------------------------------------------------- NOTE! After booking we will contact you for scheduling the exact course date! Courses dates are subject to change due to mentors availability. We will inform you via email if a date becomes available! -------------------------------------------------------------------------------- PDO THREADS COURSE Our one-day Harley Elite Academy PDO cog thread lift ( Elite Mini Face Lift )training course is providing for Doctors ,Nurses , Dentist looking to further to present non-surgical facelift. It s the newest trend made popular by some of celebrities recently and it is an amazing and effective latest technique to mehanical lift and tighten skin. We provide second option using mono and screw it has the potential to redefine facial contours and induces collagen production. This type threads support structure for the tissue of the face by encouraging natural collagen synthesis with 30 % immediately results that peak at 6 months and more. During the training learn how to safely achieve mid and lower face lift and tight , we aim to help you master class techniquesre-volumisation and lifting using one of the highest quality products on the market PCL Threads.   -------------------------------------------------------------------------------- THREAD LIFT MASTERCLASS COURSE You will perform this procedure on live models under the supervision  You will practice using This master training will teach you how to introduce threads in Body areas including: Inner Thigh |  Inner Arm | Knee | Tummy | Buttock Using threads: screw, mono and cogs. * During Dermal Filler Masterclass, you will learn the full Anatomy of the face and gain practice. * Anatomy, Vascular Supply of the face, Nerves  * Contraindications  * Complications Management  * Post treatment advice  -------------------------------------------------------------------------------- ADDITIONAL INFORMATION ATTENDANCE ONLINE (theory), IN-CLINIC (Practice) PDO THREADS LIFT AREA BEGINNER Face and Neck Threads Lift, ADVANCED Body Threads Lift, MASTERCLASS Face, Neck, Body Threads Lift, MASTERCLASS Foxy Eyes | Cat Eyes

PDO Threads Lift Course
Delivered in-person, on-request, onlineDelivered Online & In-Person in London
£900 to £2150

NEBOSH Certificate in Fire Safety

4.2(13)

By Thomas Sharkey

The NEBOSH Fire Safety Certificate aims to build on the success of the National General Certificate. It provides an appropriate breadth of underpinning knowledge for non-specialists in fire safety to enable them to discharge more effectively their organisational duties or functions with respect to workplace fire safety. The course has been designed for managers, supervisors, employee representatives and others who are required to conduct and review risk assessments and fire preventative and protective measures within the workplace.

NEBOSH Certificate in Fire Safety
Delivered Online & In-Person in CrumlinFull day, Oct 10th, 08:00 + 7 more
£900

An Understanding of Urinary Catheterisation and Catheter Care

By Guardian Angels Training

Our Urinary Catheterisation and Catheter Care training course, facilitated by registered nurses with first-hand clinical experience, are blended learning courses that allow participants to demonstrate theoretical and practical simulation within a classroom environment.

An Understanding of Urinary Catheterisation and Catheter Care
Delivered in-person, on-requestDelivered In-Person in Internationally
£1175

An Understanding of ​Suprapubic Catheter Care

By Guardian Angels Training

Gain a comprehensive understanding of suprapubic catheters with our course. Learn about indications, insertion procedures, and ongoing care to ensure optimal outcomes for patients.

An Understanding of ​Suprapubic Catheter Care
Delivered in-person, on-requestDelivered In-Person in Internationally
£1175

An Understanding of Male Catheterisation

By Guardian Angels Training

Gain comprehensive knowledge and practical skills for safe and effective male catheterisation with our course. Learn techniques, considerations, and patient care for addressing urinary retention, bladder dysfunction, and monitoring urinary output.

An Understanding of Male Catheterisation
Delivered in-person, on-requestDelivered In-Person in Internationally
£1175

An Understanding of Catheter Care

By Guardian Angels Training

Enhance your knowledge in catheter care with our comprehensive course designed for healthcare professionals, caregivers, and individuals seeking to provide effective care for patients.

An Understanding of Catheter Care
Delivered in-person, on-requestDelivered In-Person in Internationally
£875

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

FORENSIC ACCOUNTING AND AUDITING

5.0(10)

By GBA Corporate

OVERVIEW -------------------------------------------------------------------------------- This training course will empower you to recognize the root causes of fraud and white-collar crime in the current economy, understand the categories of fraud, equip you with methodologies of fraud detection and prevention, and heighten your ability to detect potential fraudulent situations. In addition to the fundamentals of fraud investigation and detection in a digital environment; profit-loss evaluation, analysis of accounting books, legal concepts, and quantification of financial damages are also examined in this course

FORENSIC ACCOUNTING AND AUDITING
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1718 to £3779

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