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

311 Educators providing Development courses in Sheffield

Clifton Learning Partnership

clifton learning partnership

Rotherham

The Clifton Learning Partnership is a Company Limited by guarantee with no share capital (Company No. 7566749) and a Registered Charity (Charity registration No. 1142675). Both were incorporated in 2011. The Company and Charity has evolved from over twelve years of work with the Clifton Learning Community of schools initially as an Education Action Zone, with, in addition, a multi-disciplinary Behaviour Improvement Programme Team, which included roles such as Community Development Tutor, Family Learning Tutor, and Mental Health Practitioner. As the political climate changed in 2010 the key stakeholders at the time; the Head Teachers from the nine schools with whom the EAZ worked, requested that the prudently managed funds from the time of the EAZ be invested into the local community in the most sustainable way possible, in order to help and develop the local community to be stronger, more resilient and to have equality of opportunity. They recognised our ability to work with key agencies outside the education structures to provide additionality for families and children beyond the school gates. In 2011 the Clifton Learning Partnership charity was formed. We are intensely proud of our ability to change, grow and develop; responding to a rapidly changing political climate; and continuing to address the presenting need in a form that is most appropriate. We have always been innovative and taken opportunities. Our practice as an EAZ was celebrated nationally, and it was at this time that we developed our highly successful EAZMAG, which we now sell nationally, with all profits coming to Clifton Learning Partnership.

Courses matching "Development"

Show all 1098

Managing Performance 1 Day Workshop in Sheffield

By Mangates

Managing Performance 1 Day Workshop in Sheffield

Managing Performance 1 Day Workshop in Sheffield
Delivered In-Person + more
£595 to £795

Communication Strategies 1 Day Workshop in Sheffield

By Mangates

Communication Strategies 1 Day Workshop in Sheffield

Communication Strategies 1 Day Workshop in Sheffield
Delivered In-Person + more
£595 to £795

Negotiation Skills - Professional 1 Day Workshop in Sheffield

By Mangates

Negotiation Skills - Professional 1 Day Workshop in Sheffield

Negotiation Skills - Professional 1 Day Workshop in Sheffield
Delivered In-Person + more
£595 to £795

Introduction to Phlebotomy Course (GPT003) - 2 Day Classroom

4.6(39)

By Geopace Training

Learn how to take blood ... train as a Phlebotomist Nationally Recognised Qualification No previous experience or qualifications needed OCN Accredited - Level 3 (advanced) CPD Accredited (The CPD Certification Service) Covers all steps up to live blood draw Practise on artificial arm and fake blood! Basic understanding of English language required OPEN TO ALL APPLICANTS

Introduction to Phlebotomy Course (GPT003) - 2 Day Classroom
Delivered In-Person in Southend on Sea + 18 more + more
£285

Phlebotomy Training - Beginner to Advanced PACKAGE

4.6(39)

By Geopace Training

THIS COURSE PACKAGE INCLUDES: 1: INTRODUCTION TO PHLEBOTOMY COURSE (GPT003) - Level 3 (Ireland Level 5) 2: ADVANCED PHLEBOTOMY COURSE (GPT005) - Level 4 (Ireland Level 6) 3: GEOPACE COMPETENCY CERTIFICATE - CPD Certified (optional with Virtual Classroom) Learn how to take blood ... train as a Phlebotomist FAST-TRACK YOUR PHLEBOTOMY TRAINING WITH OUR COMPLETE TRAINING PACKAGE 20% off - Multi-Course Discount Cover all stages from beginner through to Level 4 Available as Classroom or Virtual Classroom Complete your beginner to advanced training in 2 days Awards 2 accredited qualifications - Introduction to Phlebotomy and Advanced Phlebotomy qualifications Both courses are dually accredited (OCN & CPD) Geopace Certificate of Competency included with classroom attendance or available as an option when booking virtual classroom Covers all steps up to live blood draw Learn advanced skills and techniques Virtual Classroom options include comprehensive Practise@Home Training Kits (yours to keep) Basic understanding of English language required OPEN TO ALL APPLICANTS

Phlebotomy Training - Beginner to Advanced PACKAGE
Delivered in Southend on Sea + 22 more or Online + more
£495

Advanced Phlebotomy - Skills & Techniques (GPT005)

4.6(39)

By Geopace Training

The UK's first and only Level 4 qualification in Phlebotomy (equivalent to Ireland Level 6) FDSc (Foundation Degree Level) qualification Nationally Recognised certificate Dually accredited: Open College Network and CPD Covers both aspirated and evacuated systems Covers specialised blood collection systems & methods Classroom or Virtual Classroom learning options Comprehensive Training Kit is provided when booking our Virtual Classroom option (yours to keep) Complete your training from beginner to advanced level This course either follows on from our Introduction to Phlebotomy Course or can be combined with our introductory course as part of a course package (see below) Available to candidates who have completed (or are currently enrolled to complete) our Introduction to Phlebotomy Course or have previous phlebotomy practical experience.

Advanced Phlebotomy - Skills & Techniques (GPT005)
Delivered in Southend on Sea + 22 more or Online + more
£195

Peripheral I.V. Cannulation Course (GPT008)

4.6(39)

By Geopace Training

Learn how to cannulate ... Nationally Recognised Qualification OCN Accredited - Level 3 (advanced) - Ireland Level 5 CPD Accredited - The CPD Certification Service Classroom or Virtual Classroom options Covers all steps for cannulating in arm or hand Practise on artificial arms and fake blood! Essential qualification for all IV therapies Phlebotomy training desirable but not essential Basic understanding of English language required OPEN TO ALL APPLICANTS

Peripheral I.V. Cannulation Course (GPT008)
Delivered in Rotherham + 17 more or Online + more
£195

The Art of Staying Calm: Anger Management in Action 1 Day Workshop in Sheffield

By Mangates

Anger Management 1 Day Training in Sheffield

The Art of Staying Calm: Anger Management in Action 1 Day Workshop in Sheffield
Delivered In-Person + more
£595 to £795

Emotional intelligence 1 Day Training in Sheffield

By Mangates

Emotional Intelligence 1 Day Training in Sheffield

Emotional intelligence 1 Day Training in Sheffield
Delivered In-Person + more
£595 to £795

Software development fundamentals

5.0(3)

By Systems & Network Training

Software development training course description This three-day MTA Training course helps you prepare for Microsoft Technology Associate Exam 98-361, and build an understanding of these topics: Core programming, Object-Oriented programming, general software development, web applications, desktop applications, and databases. This course leverages the same content as found in the Microsoft Official Academic Course (MOAC) for this exam. What will you learn Describe core programming. Explain Object Oriented programming. Describe general software development. Describe Web applications. Describe desktop applications. Explain how databases work. Software development training course details Who will benefit: Anyone looking to learn the fundamentals of software. Prerequisites: None. Duration 3 days Software development training course contents Core programming Computer storage and data types How a computer stores programs and the instructions in computer memory, memory stacks and heaps, memory size requirements for the various data storage types, numeric data and textual data. Computer decision structures Various decision structures used in all computer programming languages; If decision structures; multiple decision structures, such as If…Else and switch/Select Case; reading flowcharts; decision tables; evaluating expressions. Handling repetition For loops, While loops, Do...While loops and recursion. Understand error handling Structured exception handling. Object-oriented programming Classes Properties, methods, events and constructors; how to create a class; how to use classes in code. Inheritance Inheriting the functionality of a base class into a derived class. Polymorphism Extending the functionality in a class after inheriting from a base class, overriding methods in the derived class. Encapsulation Creating classes that hide their implementation details while still allowing access to the required functionality through the interface, access modifiers. General software development Application life cycle management Phases of application life cycle management, software testing. Interpret application specifications Application specifications, translating them into prototypes, code, select appropriate application type and components. Algorithms and data structures Arrays, stacks, queues, linked lists and sorting algorithms; performance implications of various data structures; choosing the right data structure. Web applications Web page development HTML, CSS, JavaScript. ASP.NET web application development Page life cycle, event model, state management, client-side versus server-side programming. Web hosting Creating virtual directories and websites, deploying web applications, understanding the role of Internet Information Services. Web services Web services that will be consumed by client applications, accessing web services from a client application, SOAP, WSDL. Desktop applications Windows apps UI design guideline categories, characteristics and capabilities of Store Apps, identify gestures. Console-based applications Characteristics and capabilities of console- based applications. Windows Services Characteristics and capabilities of Windows Services. Databases Relational database management systems Characteristics and capabilities of database products, database design, ERDs, normalisation concepts. Database query methods SQL, creating and accessing stored procedures, updating and selecting data. Database connection methods Connecting to various types of data stores, such as flat file; XML file; in-memory object; resource optimisation.

Software development fundamentals
Delivered in Internationally or OnlineFlexible Dates
£2,367