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

72 Courses in Manchester

INTERNATIONAL TRADE

By Export Unlocked Limited

Introduction to International Trade This module provides a foundational understanding of the development and significance of international trade, focusing on the UK's trade strategy and its global role. Participants will explore key topics such as trade definitions, the World Trade Organization (WTO), the evolution of customs, and major post-WW2 trade developments. Additionally, the module covers the UK's entry into and exit from the EU, and the current UK Digital Strategy for International Trade. **Agenda Highlights**: - Definitions and importance of international trade - Overview of the WTO - Customs fundamentals - Post-WW2 global trade growth - Impact of EU membership and Brexit - UK Digital Strategy for international trade growth

INTERNATIONAL TRADE
Delivered Online
£395

BA (HONS) FILM BUSINESS & PRODUCTION

By Screen and Film School

Are you passionate about the business side of film? Do you have an entrepreneurial mindset and ambitions to pave a career in a fast-growing creative industry? The BA (Hons) Film Business & Production degree reflects current demands for professionally ready graduates equipped with the vital creative, business and entrepreneurial skills to navigate the modern film, screen and media environment.

BA (HONS) FILM BUSINESS & PRODUCTION
Delivered In-Person in Birmingham + 2 moreFlexible Dates
£9,250 to £15,950

BA (HONS) FILMMAKING

By Screen and Film School

Are you really passionate about film? Do you want to get your hands on the kit used to make real films? Do you want to learn your craft from real filmmakers? Screen and Film School is dedicated to one thing: Film. The BA (Hons) Filmmaking is focused on creating the next generation of filmmakers.

BA (HONS) FILMMAKING
Delivered In-Person in Birmingham + 2 moreFlexible Dates
£9,250 to £15,950

Complete Visual BASIC

5.0(3)

By Systems & Network Training

Complete Visual BASIC training course description A hands-on introduction to programming in Visual BASIC V6. What will you learn Build Visual BASIC applications. Build simple components. Debug Visual BASIC programs. Examine existing code and determine its function. Complete Visual BASIC training course details Who will benefit: Anyone wishing to program in Visual BASIC. Prerequisites: None although experience in another high level language would be useful. Duration 5 days Complete Visual BASIC training course contents Application development using VB VB features. VB editions, VB terminology. Working in the Development Environment. Event-Driven Programming. Creating a program in VB. Project and executable files. VB reference materials. Visual Basic fundamentals Objects. Controlling objects. Introduction to forms. Introduction to controls. Basic controls. Working with code and forms Modules. Working with code. Interacting with the user. Working with code statements. Managing forms. Variables and procedures Introduction to variables and constants. Working with Procedures and Functions. Controlling program execution Common VB functions. Comparison and relational operators. Conditional structures. Looping structures. Debugging Error types. Debugging logic errors in VB. Working with controls Control types. Standard controls. Advanced standard controls. ActiveX controls. Insertable controls. Data access using the ADO data control Overview of ActiveX Data Objects. VB data access features. Relational database concepts. Using the ADO data Control to access data. SQL. Manipulating data. Using the data form wizard. Input validation Field-Level validation. The masked edit control. Form-Level validation. Form events used when validating data. Error trapping Trapping run time errors. Error handling overview. Enabling an error trap. Errors and the calling chain. In line error handling. Enhancing the User Interface Menus. Status bars. Toolbars. Drag and Drop Overview of Drag and Drop. Mouse events Drag and Drop basics. More about controls Using control arrays. Using the controls collection. Working with object variables. Collections. Finishing touches User Interface design principles. Distributing an application. Creating a default project.

Complete Visual BASIC
Delivered in Internationally or OnlineFlexible Dates
£4,997

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

Trauma Risk Managment - TRiM Practitioner

5.0(1)

By Strongmind Resiliency Training Ltd

Trauma Risk Management is an evidence based, peer delivered risk assessment and ongoing support system, designed specifically to help in the management of traumatic events.

Trauma Risk Managment - TRiM Practitioner
Delivered In-Person in InternationallyFlexible Dates
£4,800

Development and Preparation of Training Specialist and HR

5.0(10)

By GBA Corporate

Overview Understanding the roles and responsibilities of HR and Training specialists is very important as they play a very important role in any business. It acts as a bridge between all the departments of the work and holds many responsibilities to manage issues, and problems, making sure work is progressing efficiently, resolving disputes and many more which becomes a core part of HR. Human Resources (HR) plays a crucial role in all sizes of businesses. It is an essential part of making success along with the development of the organization. The main focus of HR is to train employees, retail talent and implement employee motivation programs The development and preparation of training specialists and HR programs are designed for individuals who are seeking a future in this field. The topics are related to the working of training specialists and HR like teamwork, motivation, recruitment and performance appraisal.

Development and Preparation of Training Specialist and HR
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Internal Auditing and Modern International Standards

5.0(10)

By GBA Corporate

Overview The development, monitoring, and continued improvement of a highly-integrated, internal audit function is essential for the continued financial success, stability, and growth of world-class business entities. A well-designed and effective internal audit system will provide verification and support that accounting and financial policies, procedures, and controls are working adequately and will spotlight any significant matters that need attention. 

Internal Auditing and Modern International Standards
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,779

Business and Financial Modelling

5.0(10)

By GBA Corporate

Overview The development of effective and realistic business/financial models is a critical tool in today's value-driven organization. As shareholders are increasingly concerned with the value of their investments, organizations are continually driven to ensure the optimum use of resources. Using Excel®, the Business & Financial Modelling process provides an effective tool with which the potential outcomes of various strategic and tactical initiatives can be projected. This comprehensive five-day programme takes you through the modelling process from start to finish. It provides practical examples and applications of modelling for both strategic and tactical executives.

Business and Financial Modelling
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Auditing and Internal Control

5.0(10)

By GBA Corporate

Overview Internal control, as defined by accounting and auditing, is a process for assuring an organization's objectives in operational effectiveness and efficiency, reliable financial reporting, and compliance with laws, regulations and policies. It is very important for the organisation to have a smooth flow of accounting as it plays a very important role in the development of the organisation. Financial Managers or any person who deals with Accounts need to see that the company accounts are very updated and are free from any risks that can become a problem during the time of Auditing.  This course will feed you with all the skills required to have a good Internal Management process it is important to analyse Risk Management to see if the process is working efficiently and measures the effectiveness of controls put in place to alleviate risks. 

Auditing and Internal Control
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626
123...8

Educators matching "the development company "

Show all 1
Abbey College Manchester

abbey college manchester

Abbey College Manchester is an independent sixth form college situated on Cheapside in Manchester city centre. Most of our 220 students study A-Levels, GCSEs or one of our International Foundation Programme pathways. We also offer a unique alternative to A-Levels called the Combined Studies Programme which provides an alternative pathway to UK Universities for British Students. Another exciting and popular programme of study is the Academic Studies with Football or Basketball Training, which offers the students the opportunity to combine GCSE, A-Level or the International Foundation Programme study with their passion for sport. We strongly believe that the discipline of sport helps support academic study in the form of the 5 Rs; Routine, Rigour, Responsibility, Resilience and Reflection. We offer a friendly, safe, supportive environment where students can achieve their goals and move on to their chosen university.

Abbey College Manchester is an independent sixth form college situated on Cheapside in Manchester city centre. Most of our 220 students study A-Levels, GCSEs or one of our International Foundation Programme pathways. We also offer a unique alternative to A-Levels called the Combined Studies Programme which provides an alternative pathway to UK Universities for British Students. Another exciting and popular programme of study is the Academic Studies with Football or Basketball Training, which offers the students the opportunity to combine GCSE, A-Level or the International Foundation Programme study with their passion for sport. We strongly believe that the discipline of sport helps support academic study in the form of the 5 Rs; Routine, Rigour, Responsibility, Resilience and Reflection. We offer a friendly, safe, supportive environment where students can achieve their goals and move on to their chosen university.