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

1169 Management courses in Belfast

HR and Recruitment

5.0(10)

By GBA Corporate

Overview A specialised and effectual Human Resources function is an important part of an organisation, providing the resources for a productive workforce. In this competitive world to provide the right resources to the organisation, HR Professionals need to enhance their skills to understand the effective way of recruitment.

HR and Recruitment
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Effective Mediation Skills

5.0(10)

By GBA Corporate

Overview Learn how to deal with conflict more effectively through one of our training courses and you can save people a lot of time, money, stress, and distraction. We offer a range of market-leading mediation training courses: from half-day to five-day programmes, covering all areas of mediation. This includes workplace mediation, neighbourhood and family conflict, bullying and harassment, and commercial disputes.

Effective Mediation Skills
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

IFRS (International Financial Reporting Standards)

5.0(10)

By GBA Corporate

Overview Currently, IFRS consists of two principles-based standards, IAS 18 Revenue and IAS 11 (Construction Contracts) and three IFRS Interpretations. These were criticised for failing to provide adequate guidance on application - they have been described as 'vague and inconsistent'. The IASB and the US Financial Accounting Standards Board (FASB) collaborated on a project to develop improved, converged standards for revenue recognition. Preparers must develop a policy for measuring the amount and timing for recognising revenue for goods and services. Revenue is a key performance indicator that drives the recognition of expenses and profits and the valuation of an entity.

IFRS (International Financial Reporting Standards)
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Strategic Corporate Governance

5.0(10)

By GBA Corporate

Overview Governance is now acknowledged as a core business function. Governance is not simply about compliance - whether with the law, regulation or guidance. Compliance provides a company with its 'licence to operate, but high-quality systems of governance lead to better-run companies which create, grow and protect value for all their stakeholders Objective Learn the best strategies for building a high-quality governance framework Define the role of the board of directors and your role within Explore different governance models across the globe and identify which of them works best for your organisation Recognise and deliver your obligations as a director Learn the strategies for creating and protecting value for your organisation Explore the tools to protect your organisation's reputation and brand value Gain an understanding of governance as a business-critical function Manage governance function within different business contexts - listed, private, state-owned, family-owned businesses Master the strategies for improving board effectiveness

Strategic Corporate Governance
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Advance Techniques in Managing Tender and Bidding Process

5.0(10)

By GBA Corporate

Overview In the organisation, tender and bidding skills are very essential to do new business. It is important that bids and tenders mark the right factor and give a promising argument for the organisation to make a profit.  This course is designed to give knowledge and skills in managing the Tender and bidding process. It highlights key areas to bid and tender efficiently in a competitive environment. It will provide you with all the essential tools that are necessary to increase the rate of success in the bidding process. It will focus on key areas which contracts are searching for during the whole process which is called the client-focused approach.  With this course, they will evaluate and differentiate between different bids while making sure the process is fair and complete. As well as help the participants to gain the essentials of the bidding process and the making of a successful proposal and evaluation

Advance Techniques in Managing Tender and Bidding Process
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Commercial Finance for HR Professionas

5.0(10)

By GBA Corporate

Overview This course would be ideal for HR professionals who are looking to be more financially skilled. You will develop a deep understanding of the key financial concepts that are important in the boardroom. Learn how to break these concepts down to see what they mean for you in your role. Gain a deep understanding of the central areas of finance; how accountants think; how the numbers help you understand performance and set targets; budgeting and forecasting; and investment appraisal. 

Commercial Finance for HR Professionas
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Complete JavaScript

5.0(3)

By Systems & Network Training

Complete JavaScript training course description A hands on course covering JavaScript programming. Core JavaScript is covered first, including the basics, arrays, functions, classes, modules and Regular expressions. Client side JavaScript is then covered including JavaScript in browsers, Scripting CSS, the jQuery library and HTML APIs. What will you learn Read JavaScript. Write JavaScript. Debug JavaScript. Complete JavaScript training course details Who will benefit: Anyone wishing to learn JavaScript. Prerequisites: None. Duration 3 days Complete JavaScript training course contents CORE JAVASCRIPT Lexical structure: Character set, comments, literals, identifiers, and reserved words, optional semicolons.. Types, values and variables: Numbers, text, boolean values, null and undefines, the global object, wrapper objects, immutable primitive values and mutable object references, type conversions, variable declaration, variable scope. Expressions and operators: Primary expressions, object and array initializers, function definition expressions, property access expressions, invocation expressions, object creation expressions, operator overview, arithmetic expressions, relational expressions, logical expressions, assignment expressions, evaluation expressions, miscellaneous operators. Statements: Expression statements, compound and empty statements, declaration statements, conditionals, loops, jumps, miscellaneous statements, summary of JavaScript statements. Objects: Creating objects, querying and setting properties, deleting properties, testing properties, enumerating properties, property getters and setters, property attributes, object attributes, serializing objects, object methods. Arrays: Creating arrays, reading and writing array elements, sparse arrays, array length, adding and deleting array elements, iterating arrays, multi-dimensional arrays, array methods, FCMAScript 5 array methods, array type, array-like objects, strings as arrays. Functions: Defining functions, invoking functions, function arguments and parameters, functions as values, functions as namespaces, closures, function properties, methods and constructor, functional programming. Classes and modules: Classes and prototypes, classes and constructors, Java-style classes in JavaScript, augmenting classes, classes and types, object oriented techniques in JavaScript, subclasses, classes in ECMAScript 5, modules. Pattern matching and regular expressions: Defining regular expressions, string methods for pattern matching, the RegExp object. JavaScript subsets and extensions: JavaScript subsets, constants and scoped variables, destructuring assignment, iteration, shorthand functions, multiple catch clauses, E4X: ECMAScript for XML. Server-side JavaScript: Scripting Java with Rhino, asynchronous I/O with node. CLIENT SIDE JAVASCRIPT JavaScript in web browsers: Client side JavaScript, embedding JavaScript in HTML, execution of JavaScript programs, compatibility and interoperability, accessibility, security, client side frameworks. The Window object: Timers, browser location and navigation, browsing history, browser screen information, dialog boxes, error handling, document elements as window properties, multiple windows and frames. Scripting Documents: Overview of the DOM, selecting document elements, document structure and traversal, attributes, element content, creating, inserting and deleting nodes. Example: generating a table of contents, document and element geometry and scrolling, HTML forms, other document features. Scripting CSS: Overview of CSS, important CSS properties, scripting inline styles, querying computed styles, scripting CSS classes, scripting stylesheets. Handling events: Types of events, registering event handlers, event handler invocation, document load events, mouse events, mousewheel events, drag and drop events, text events, keyboard events. Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. HTMLS APIs: Geolocation, history management, cross-origin messaging, web workers, type arrays and ArrayBuffers, blobs, the filesystem API, client side databases, web sockets.

Complete JavaScript
Delivered in Internationally or OnlineFlexible Dates
£2,367

Working with Children and the Foundations of PBS

By Guardian Angels Training

Enhance your skills in promoting positive behavior and creating supportive environments for children with our PBS course. Evidence-based practices and collaboration emphasised.

Working with Children and the Foundations of PBS
Delivered In-Person in InternationallyFlexible Dates
£1,895

Agile project management (In-House)

By The In House Training Company

Agile project management, already widely used for software development, is increasingly recognised as having much more general application. Continuous improvement programmes, business change projects, new technology development, research and development and a variety of other scenarios characterised by rapid change and high uncertainty can all benefit from an Agile approach. This programme presents the concepts and methods of Agile project management, and shows how to apply them to a range of project and change management situations. Participants will learn: how Agile project management can help with project and change management the 4 values and 12 principles of the Agile 'manifesto' and the range of Agile methodologies how to apply Agile project management methods and techniques in a range of project scenarios alternative Agile project management methods and how they can be applied and adapted what makes Agile project teams succeed the key roles and responsibilities needed to enable Agile project teams to work effectively how to encourage an Agile mindset within their organisation and how to move toward an Agile approach to managing projects 1 Introduction to Agile project management Overview of 'classical' project management and methodologies The link between project success and management performance Limitations of classical approaches and the need for Agile methods The 4 values and 12 principles of the Agile manifesto explained Agile project management values:Individuals and interactions over processes and toolsWorking outputs over comprehensive documentationCustomer collaboration over contract negotiationResponding to change over following a plan The cultural challenges of using Agile project management Choosing when and how to adopt Agile project management 2 Initiating a project using Agile project management Some key Agile methodologies explained: SCRUM, XP, Crystal Identifying and engaging project stakeholders; defining roles and responsibilities Setting the project vision and goals; defining project scope The Agile approach to requirements capture and elicitation of needs Tools and techniques for capturing and characterising requirements The role of documentation, reporting and process management 3 The Agile approach to definition and planning Understanding Agile planning; the 'planning onion' concept Developing the culture needed for collaborative involvement and iterative planning Defining project deliverables; the 'product backlog' concept Tools and techniques for defining and prioritising requirements in Agile projects Understanding and applying Agile estimating techniques Dealing with uncertainty and managing risks 4 The Agile approach to execution and delivery The results orientated, fast adapting culture of Agile teams The monthly 'Sprint' process for project planning and review The disciplines needed for effective daily SCRUM meetings Reviewing progress, managing change and project reporting Testing, completing and handing over of work packages Managing the interface between the project team and the business 5 Leadership and teamwork in Agile project teams Why Agile teams are different: the importance of individuals and interactions The skills and attributes needed to lead an Agile project team The challenges faced and skills needed by Agile team members Recognising team development needs; adopting the right leadership style Making the transition from project manager to Agile coach Key coaching skills explored: mentoring, facilitating, managing conflict

Agile project management (In-House)
Delivered in Harpenden or UK Wide or OnlineFlexible Dates
Price on Enquiry

Acute Medical Emergencies

By M&K Update Ltd

A comprehensive two days, delivered using a variety of teaching styles, by professionals who manage medical emergencies on a day-to-day basis. A number of the more common presenting conditions are covered providing a structured approach to the pathophysiology, initial assessment and management of the acutely ill medical patient.

Acute Medical Emergencies
Delivered in person or OnlineFlexible Dates
Price on Enquiry