This qualification is made up of one mandatory and one optional unit. There are 2 x 1 day workshops that will help develop knowledge of the principles, theories and practices in Learning and Development The course is aimed at practitioners such as tutors, trainers, assessors and quality assurers who want to develop their skills and knowledge in their own area of learning delivery. You will meet other practitioners who are responsible for process, people or practice within Learning and Development. You will get to share good practices and ideas for improvement and will be able to apply these in your workplace. You will be expected to carry out research, complete assignments and implement change in your organisation, with the mentoring support of our Learning Advisor.
FAA Level 1 Award In Awareness Of Safeguarding (RQF) Face-to-Face Classroom: Half-day course Virtual Classroom: 2 sessions of 2 ½ hours For those who work with children, young people and vulnerable adults Promotes awareness of safeguarding, enabling learners to identify problems and show where to report these to Course Contents: Safeguarding legislation and guidance Key safeguarding roles Different types of abuse Signs and indicators of abuse and neglect Actions to take when a safeguarding concern arises Benefits of this course: In 2018/2019, 415,050 concerns of abuse were raised In 2018/2019, there were nearly 400,000 children in need 52,300 children were subject to a child protection plan 63% of adult safeguarding concerns are for people over 65 1 in every 42 adults aged 85+ have required safeguarding enquires... Child abuse often goes unreported and unrecorded - till it is picked up on by someone who then does something about it. This Level 1 Safeguarding Awareness course gives people the knowledge to make a real difference to a person's life! This basic Safeguarding course is a nationally recognised, Ofqual regulated qualifications accredited by First Aid Awards Ltd. This means that you can be rest assured that your Level 1 in Safeguarding Certificate provides information for best practice to make a real difference to protect the health and wellbeing of the most vulnerable in our society. The Ofqual Register number for this course is 603/5635/2
Face to face training customised and bespoke. Professional tutors. One to One Online or Face to Face
Motorsport is as much a business as it is a sport. Our new Master’s Degree programme will provide students with a broad range of modules which examine the national and international aspects of the industry from a commercial perspective. Study an individual module from the MA Business of Motorsport for Continuing Professional Development (CPD).
Wednesday 4 June, 10am - 12.30pm Do you want to create sensory backpacks for families with Special Educational Needs and Disabilities (SEND), but don’t know where to start? About this training In the UK, 11% of children are disabled and in England, 18.4% have special educational needs. Adding non-disabled siblings to these numbers increases this potential audience to a fifth of children in the UK. This simple fact is a powerful advocacy tool to make a business case for SEND inclusion in your museum. One way to support SEND families during a visit is to create a sensory backpack. These resources don’t cost a lot to create, and they can make a powerful difference to a SEND family’s visit. Their economic impact, promoting a longer dwell time and potentially greater spend in the museum, pays back an initial investment quickly. In this session, SEND in Museums Consultant Sam Bowen will guide you through how to create a sensory backpack, drawing on her own professional museum learning knowledge and lived experience as a parent of a child with Special Educational Needs and Disabilities (SEND). During this virtual training event, we will: · Understand the barriers SEND families face when visiting museums, · Explore examples of best practice in museums for creating sensory backpacks, · Share top tips on how to create backpacks that are bespoke for your setting. Take a look at the full schedule. This training event will be delivered virtually over two and a half hours (with a short break). Who should attend? This training is aimed at staff at museums, art galleries and heritage sites who are interested in making their organisations more welcoming to families with SEND.
Are you doing sanction checks in your law firm? In the intricate landscape of legal practice, understanding and adhering to the UK's sanctions regime is not just a recommendation; it is mandatory and it is imperative. This course aims to set clear expectations and offer practical support to firms, guiding them away from the pitfalls of breaching the UK's sanctions regime. This course will cover: What are sanctions What do you need to know about the sanctions for your firm How is it different to the AML regime? What controls to put in place? If the firm offers services to sanction areas – what controls? My client has been sanctioned – what do I do? Reporting obligations Using screening tools Licensing How does this impact Legal Professional Privilege? Sanction Risk Assessment Red flags factors Enforcement actions Target Audience This 90 minute course is for all legal firms, irrespective of the services provided. Whether you are navigating the sanctions regime independently or operating under a license from the Office of Financial Sanctions Implementation (OFSI), this course is for you. Resources Comprehensive and up to date course notes will be provided to all delegates which may be useful for ongoing reference or cascade training. Please note a recording of the course will not be made available. Speaker Helen Torresi, Consultant, DG Legal Helen is a qualified solicitor with a diverse professional background spanning leadership roles in both the legal and tech/corporate sectors. Throughout her career, she has held key positions such as COLP, HOLP, MLCO, MLRO and DPO for law firms and various regulated businesses and services. Helen’s specialised areas encompass AML, complaint and firm negligence handling, DPA compliance, file review and auditing, law management, and operational effectiveness in law firms, particularly in conveyancing (CQS).
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.