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

546 Basic courses in Edinburgh

Parent and Carer Course

5.0(15)

By 2 Save A Life First Aid Courses NI

This 2 - 2-5 hour course is designed is designed to provide parents and carers with the opportunity to: Develop the basic skills and knowledge needed to deal with a wide range of emergency paediatric First Aid situations, which could arise when looking after babies and children. The course can take place in in a community group or in the comfort of your home, with family and friends who maybe caring for your child or they may have children of their own. The course can be booked during the week, week nights or weekends, with or without children present. The idea is to bring the skills and knowledge to you, in your normal routine.

Parent and Carer Course
Delivered In-Person in Newtownards or UK WideFlexible Dates
£30

Regardless of your computer experience, this class will help you become more aware of technology-related risks and what you can do to protect yourself and your organization from them.

Cyber Safe
Delivered in Loughborough or UK Wide or OnlineFlexible Dates
£30

Sound Recording and Editing for Artists & Filmmakers

4.8(34)

By Stills

Employing a mix of practical exercises and critical reflection, this introductory day course provides an overview of fundamental techniques for recording and editing voice, ambiences and sound effects for podcasts, video/film and art installations or just for fun. The course uses industry standard software and introduces a range of popular, high quality microphones and portable recording devices. The course has enough flexibility to be steered by the individual interests of the participants, but you will generally cover; the properties of sound, microphone selection and placement, gain structure, effective planning, noise limiting and reduction, sound editing, dynamics, sound processing and spatial effects. If desired, we can look at a variety of techniques for improving sound quality and recording audio from video conferencing, as we all find ourselves working and interacting in this manner every day. Computer experience is required. Morning Microphone Selection – why and when to use Applications, characteristics, limitations Microphone type – Dynamic, Condenser, Lavalier, Shotgun, Boundary, Stereo, Binaural Polar Patterns – Omni, Cardoid, Attenuated and others Practical microphone placement and technique Critical distance, proximity effect, shielding, simple acoustic treatments, filtering Lavalier microphone – positioning, preventing distortion & rustles Booming – positioning, preventing microphone bumps Stereo Mics – phase issues Afternoon Editing techniques (fades, looping) Building a mix Basic sound processing, noise reduction and dynamics (channel strips, EQ and compression) Insert effects (modulation, filtering, distortion) Send effects (delay, reverb) Automation (of volume, panning etc) Bussing (sending signals to multiple fx) Mastering effects (limiting) Exporting and file types   Courses are subject to minimum enrolment. Please register early, within five days of the start date, to reduce the likelihood of course cancellation. Please read our cancellation policy before booking. Students, anyone over the age of 65, and those in receipt of any form of benefits can claim the concessionary price, offering a 10% discount on the full course price. Valid proof of eligibility must be produced on the first day of the course. Please use the code CONCESSION when prompted at checkout.

Sound Recording and Editing for Artists & Filmmakers
Delivered In-PersonJoin Waitlist
£99

C&G 2391-52 Inspection & Testing

5.0(9)

By Optima Electrical Training

The course is designed to help improve your understanding of the legal requirements, the theoretical and practical principles for both the initial verification and certification of an electrical installation, further your knowledge and practical skills in the testing and inspection of a range of existing electrical installations, and help improve your understanding of the legal requirements, the theoretical and practical principles for the periodic inspect and testing and certification of an electrical installation.

C&G 2391-52 Inspection & Testing
Delivered In-Person in London + 2 more or UK WideFlexible Dates
£1,395

First Aid at Work

By Freewavesurfacademy

The First Aid at Work qualification is the most comprehensive of all our first aid qualifications, and covers a wide range of skills which can be used within a workplace first aid situation, including: assessing the scene, managing an unresponsive casualty, CPR, heart attacks, choking, head and spinal injuries, fractures, anaphylaxis, plus much more.

First Aid at Work
Delivered In-Person in Bude or UK WideFlexible Dates
£180

Pre-Experienced Worker Route Package

5.0(9)

By Optima Electrical Training

If you have at least 5 years working experience and you would like to attain Gold Card status via the Experienced Worker route by joining the City & Guilds 2346 NVQ Level 3, you will also need to hold the below two pre-requisite qualifications: City & Guilds 2391-52 Inspection and Testing Course C&G 2382-22 BS7671 18th Edition

Pre-Experienced Worker Route Package
Delivered In-Person in London + 2 more or UK WideFlexible Dates
£1,695

Lino print your own gift cards and tags

5.0(5)

By The Arienas Collective

Lino printing class run by local artist Suzanne Kemplay at The Arienas Collective in Edinburgh City Centre

Lino print your own gift cards and tags
Delivered In-PersonFlexible Dates
£95

Darkroom Photography: Intro to B&W Weekend

4.8(34)

By Stills

Get to grips with the complete darkroom workflow from processing film to printing your own black & white photographs.

Darkroom Photography: Intro to B&W Weekend
Delivered In-PersonJoin Waitlist
£225

Combined Fire and First Aid Training Day - Including VR Practical Sessions

5.0(172)

By Comply Sense

This combined First Aid and Fire Training offers the very best value to train your staff for fire and first aid training. Done in just one day, you can complete fire and first aid training

Combined Fire and First Aid Training Day - Including VR Practical Sessions
Delivered In-Person in Crawley or UK WideFlexible Dates
£795

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