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

1913 Step courses

The Arienas Collective Exhibition 2025 Talks & Tasters: Setting Up a YouTube Channel

5.0(6)

By The Arienas Collective

We are beyond excited about our first-ever Arienas Collective exhibition! The exhibition is taking place in the Scot-ART Gallery 1 on the 3rd floor of St Margaret’s House, 151 London Road, Edinburgh EH7 6AE from Saturday, 24 - Saturday, 31 May 2025 and is open from 11am-5pm each day. The exhibition is free to enter and you can find out more about our theme, who will be exhibiting, and opportunities to meet our creatives in person here. We will be exploring how creatives balance making art they love with art they earn a living from. The exhibition will feature original artworks, alongside live demonstrations, taster workshops and talks. You can see a full list of our Exhibition Talks and Tasters here. This is where to book spaces for a Setting Up a YouTube Channel Talk with Lou Davis Lou will share how creating online videos totally transformed her art practice, provides an extra source of income and fosters a keen and supportive audience for her work. Her channel was begun almost by accident but over the last few years has grown to nearly 50,000 subscribers who love the step-by-step watercolour tutorials, find inspiration for painting patterns and learn new techniques in painting and printmaking.

The Arienas Collective Exhibition 2025 Talks & Tasters: Setting Up a YouTube Channel
Delivered In-Person in Edinburgh
FREE

Practical Sales Skills 1 Day Workshop in Paisley

By Mangates

Practical Sales Skills 1 Day Workshop in Paisley

Practical Sales Skills 1 Day Workshop in Paisley
Delivered In-Person + more
£595 to £795

Practical Sales Skills 1 Day Workshop in Hinckley

By Mangates

Practical Sales Skills 1 Day Workshop in Hinckley

Practical Sales Skills 1 Day Workshop in Hinckley
Delivered In-Person + more
£595 to £795

Floral Curve Display ,Glass Fusing workshop

5.0(71)

By Phoenix Pottery and Art Studio

Phoenix Pottery and Art Studio hosts a calendar of creative workshops, pottery classes and courses, glass fusing courses, watercolour painting classes and much more. Situated in Golborne, near Warrington, St Helens, Wigan and approx 20 miles from Manchester and Liverpool. Easy motorway access for the Northest UK.

 Floral Curve Display ,Glass Fusing workshop
Delivered In-Person in Warrington + more
£48

Foundation Ladies Cutting & Styling

By Alan d Hairdressing Education

Take your first step into the world of hairdressing with this Beginners Hairdressing Course. You will learn the 9 Alan d Foundation haircuts along with classes on shampooing, blow-drying, cutting, styling, client care and salon protocol.

Foundation Ladies Cutting & Styling
Delivered In-PersonFlexible Dates
£600 to £3,000

Level 4 Diploma in Counselling Practice

By Step Into Learning

Do you want a rewarding career working directly with people? Would you like to make a difference to their everyday lives? If you are warm, open and compassionate and can bring a patient and non-judgemental attitude, a career in counselling could be for you. The Level 3 Certificate is the second stage on the journey to becoming a qualified counsellor.

Level 4 Diploma in Counselling Practice
Delivered In-Person in Launceston + 1 moreFlexible Dates
£2,882

Lower Back Conditions & Rehabilitation CPD

5.0(106)

By Btst Academy

BTST Academy are proud to host this amazing 1x day manual therapy CPD course covering patient assessment, treatment and rehabilitation for the Lower Back with Osteopath Becky Tyler and in association with Rehab my Patient Focusing on anatomy and biomechanics of the Lower back in order to enable the therapist to fully grasp the concept and mechanism of the most common injuries and dysfunctions seen in clinic. Critical factors related to each joint pathophysiology including injury repair and healing time will also be addressed along with proven strategies of treatment and exercise rehabilitation prescription to enable you as the therapist to feel confident in all aspects of your patients treatment. The process of examination, evaluation, diagnosis & prognosis for disorders of the Lower Back will be explored in detail with a nice mix of Theory and Practical delivery. Venue BTST Academy & Clinic, Holly Farm, Clipstone Road, Edwinstowe, Nottingham, NG21 9JD Course Price £175 Tutor Becky Tyler BOst, PGCertSPOP, DipSMT Conditions covered: Acute LBP, Disc Herniation, Facet Capsular Irritation, Sciatica, Spondylolisthesis, Ankylosing Spondylitis, Degenerative Disc Disease, Fractures Also covers how common Postural deviations can effect the Lower back and how therapy can help. Rehab Exercises: During the course a 5x step approach to rehabilitation will be covered with example exercises to help you get your patients moving again. T&Cs Deposit: Payment in full required at time of booking Entrance requirements: Must be a qualified therapist such as an; Osteopath, Physiotherapist, Chiropractor, Sports Therapist, Sports Massage Therapist Etc. We may ask you to provide a copy of your qualification. Course Terms, Conditions & Cancellation Policy Click here for the terms and conditions.

Lower Back Conditions & Rehabilitation CPD
Delivered In-Person in Nottingham
£175

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

General English 3 days a week (mornings/12 weeks)

By Swindon School of English

This course teaches you English as a foreign language. Starting from a few basic words, we then work though the structures of the language step by step, learning new grammar and vocabulary as we go. We pay close attention to pronunciation, and make use of the IPA (International Phonetic Alphabet) to help us with this. The course is taught by a British English native speaker. But, because English is an international language, we will listen to various accents throughout the course.

General English 3 days a week (mornings/12 weeks)
Delivered In-PersonFlexible Dates
£450

Practical Sales Skills 1 Day Workshop in Ipswich

By Mangates

Practical Sales Skills 1 Day Workshop in Ipswich

Practical Sales Skills 1 Day Workshop in Ipswich
Delivered In-Person + more
£595 to £795