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

550 Objective courses in Sheffield

CITB TEMPORARY WORKS COORDINATORS REFRESHER

5.0(7)

By Safehouse Health And Safety Consultants Ltd

Introduction: “Co-ordinating the temporary works process” This two day course is designed to assist those on site who have responsibility for managing all forms of temporary works. It is also designed to give confidence to senior management and those who engage contractors have reached an assessed standard of knowledge. The course has the support of a number of organisations: Temporary Works Forum CECA, UKCG, HSE and FMB. The support of these organisations offers transferability of the course within industry.Temporary works are usually safety and business-critical and require careful co-ordination. An accepted way of achieving this is through the adoption of the management process outlined in BS5975, which introduces the temporary works co-ordinator (TWC) as a key figure. This course explains the role and the overall management context within which it sits.High risk can occur on small as well as larger sites hence understanding the essentials of good safety risk management, as outlined in BS5975, is relevant for projects of all sizes. This course will give the delegate thorough knowledge of the Temporary Works Co-ordinator role however this does not alone make a delegate competent, as this requires other attributes e.g. experience. Aims and Objectives: This course is not a temporary works awareness course. It is only concerned with the process of co-ordination of temporary works, commonly expressed through the role of the Temporary Works Co-ordinator. Attendance does not confer competency as a Temporary Works Co-ordinator.The course gives emphasis, throughout, to: – The importance of communication, co-ordination, co-operation and competency. The ‘4Cs’. – Risk management: safety and also business relatedAllowing the Temporary Works Co-ordinator (TWC) to: – Understand the need for and duties of a TWC – Understand the role of others – Have a detailed knowledge and understanding of BS5975 in respect of this role. Assessment: The method of assessment will be by multiple-choice questions at the end of the course as well as being expected to be interactive during the course.Course Attendance:Delegates are required to attend both sessions, since without full attendance and achievement in the examination the Temporary Works Co-ordinator Training Course cannot be made.Delegates must attend the days in order and, where not on consecutive days, must complete the course within two weeks. Delegates unable to attend both days due to extenuating circumstances (e.g. certificated sickness) will need to enrol onto a new course in order to maintain continuity of learning outcomes and attend both days again. It is expected that experienced and competent Temporary Works Co-ordinators will attend this course. Competence comes from a mixture of education, training and experience and should be judged by an appropriate senior individual, usually referred to as the Designated Individual (DI). Training is considered an essential element of Temporary Works Co-ordinator competence. Background Publications: This course, including its group work and exercises, is constructed around BS5975:2008 +A1:2011. For Open Courses Delegates should bring a copy with them in order not to be significantly disadvantaged. For in house courses it is expected that the Tutor will tailor the course around the organisation procedures,providing they are comprehensive and follow the philosophy of BS5975. In these cases delegates will need a copy of their own procedures. In the absence of adequate procedures delegates will need a copy of the BS itself.Although the following is not mandatory, delegates may find the following useful– BS EN12811-1:20031 Temporary works equipment. Scaffolds. Performance requirements and general design– BS EN12812:2008. Falsework ‐ performance requirements and general design– BS EN12813:2004. Temporary works equipment. Load bearing towers of prefabricated components. Particular methods of structural design– NASC TG20/13 plus supplement 1– NASC TG9:12

CITB TEMPORARY WORKS COORDINATORS REFRESHER
Delivered In-Person in Barnsley
£225

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

CITB SITE MANAGERS SAFETY TRAINING SCHEME REFRESHER

5.0(7)

By Safehouse Health And Safety Consultants Ltd

The Site Safety Plus SMSTS course was introduced on 1 April 2002 as part of the Site Safety Plus CITB Site Management Safety Training Scheme. All Site Management Safety Training Scheme (SMSTS) certificates issued after 1st January 2001 are valid for a five year period from the date of issue. The two day refresher course will enable current SMSTS certificate holders to renew their qualification, however this course can only be attended by current and valid CITB SMSTS certificate holders. The CITB SMSTS Refresher certificate training course is designed to ensure that personnel maintain and up-date their current health and safety knowledge. The course covers changes to legislation, approved codes of practice and best working practice within the industry. Individuals wishing to renew their SMSTS training certificate must provide a copy of the original five-day course certificate. Details of the course venue and the date of the course should also be provided if known. Only those individuals who have passed the five day course and provided evidence of this will be eligible to take the two day refresher course. Objectives of SMSTS Refresher Courses APPRECIATE RECENT DEVELOPMENTS IN CONSTRUCTION LEGISLATION ACCIDENT CAUSES COSTS AND REASONS FOR PREVENTION UNDERSTAND THE LEGAL SYSTEM RELEVANT LEGISLATION APPROVED CODES OF PRACTICE GUIDANCE NOTES CODES OF PRACTICE AND CASE LAW CONDUCT RISK ASSESSMENTS MONITOR HEALTH AND SAFETY PERFORMANCE UNDERSTAND BEST PRACTICE IN THE MANAGEMENT OF SUB-CONTRACTORS DISSEMINATE INFORMATION TO OPERATIVES AND SUB-CONTRACTORS Course Duration: 2 Days SMSTS Refresher Training Course Assessment Assessment is determined by reaching a minimum level of achievement against four criteria: FULL ATTENDANCE OF ALL TRAINING COURSE SESSIONS PERFORMANCE IN EACH OF THE FOUR CORE EXERCISES AN OVERALL REVIEW BY THE COURSE TUTOR A PASS MARK IN THE 25 QUESTION MULTI-CHOICE PAPER Successful candidates will be awarded the Site Safety Plus CITB Construction Site Management Safety Training Certificate (SMSTS). This certificate will remain valid for 5 years.

CITB SITE MANAGERS SAFETY TRAINING SCHEME REFRESHER
Delivered In-Person in Barnsley + more
£285

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 Internationally or OnlineFlexible Dates
£1,718 to £3,779

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 Internationally or OnlineFlexible Dates
£1,718 to £3,779

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 Internationally or OnlineFlexible Dates
£1,718 to £3,626

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 Internationally or OnlineFlexible Dates
£1,718 to £3,626

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 Internationally or OnlineFlexible Dates
£1,718 to £3,626

Requirement and Implementation to Internal Auditing

5.0(10)

By GBA Corporate

Overview This course is specially designed to enhance generic auditing skills and to attain the necessary skills as required and implementation to be a certified Internal Auditor. It is not aimed at any particular ISO Management Standard or process.  Objective Improve their knowledge of best practices in the audit industry Validate their proficiency and skills in audit Differentiate themselves from their peers and create a unique advantage for themselves Set the precedence for continued improvement and advancement Recognise and apply the International Standards for the Professional Practice of Internal Auditing Become a more competent professional who is knowledgeable in organizational governance

Requirement and Implementation to Internal Auditing
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

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 Internationally or OnlineFlexible Dates
£1,718 to £3,626

Educators matching "Objective"

Show all 4
Sapphire Project Organisation

sapphire project organisation

London

The Sapphire Project Organisation is an exciting new modern-day service for adults age 18 and over living with a learning disability. We want to understand what people want from their support, and to make sure that families and friends know how we will help them to make it happen. We offer a unique learning environment for our service users and although support needs may differ, we know that with the right support, people with learning disabilities can live full and meaningful lives. Aims Our aim is for service users to develop competence, respect, dignity, responsibility, independence and to promote their inclusion within the local working community. Working closely with service users we aim to find out what their passions are and wherever possible assist with overcoming challenges and removing barriers in order to enable them to live more fulfilling lives. What we offer Service users are offered the opportunity to develop transferable work skills, enterprise skills, independence skills, practical skills and social skills all within a variety of settings while being supported by qualified staff. Our project includes a café, a licensed bar and a kitchen garden all of which is open to the general public. We also offer a opportunities to develop general maintenance and wood working skills. Service users also have the opportunity to carry out a number of routine domestic tasks to help develop their independent living skills. These include, planning and shopping, cooking meals, basic housekeeping, getting out and about in the community and residential experiences. We support people in developing work and independence skills whilst having fun and making friends. Our aim is to break down barriers and to promote inclusion within the local community. What Makes Us Unique? We want to offer people the chance to learn valuable life skills along with work skills and our base at Hillsborough Arena provides us with numerous opportunities to achieve this objective. We offer an attractive, non-institutional environment with a team of committed staff with a very low rate of staff turnover, so people can develop strong, beneficial relationships over many years. We also offer a dedicated key worker to overlook and support the needs of both the service user along with the parent/carers. We want to understand what people want from their support, and make sure that families and friends know how we will help them to make it happen. If you think our project would suit your needs we would invite you to come and have a look around and make an arrangement to spend a couple of days with us.