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

499 Opera courses in Thetford

Level 2 NVQ Diploma in Steelfixing Operations

By BAB Business Group

The NVQ Level 2 Diploma in Steelfixing Operations is appropriate for individuals aged 16 and over working in the construction sector who specialise in Steelfixing and are looking to become eligible for the Blue CSCS Card. Our team will discuss the qualification process with you prior to signing up in order to ensure that you will be able to complete the qualification. The aim of this qualification is to recognise the knowledge, skills and competence of individuals who specialise in Steelfixing in the construction industry. Upon completion of the qualification, you will be awarded the NVQ Level 2 Diploma in Steelfixing Operations. CSCS Cards We can provide CSCS tests and CSCS cards alongside your qualification without the need to attend the test centre. Speak to our friendly and helpful team for more information.

Level 2 NVQ Diploma in Steelfixing Operations
Delivered In-Person in Heywood or UK WideFlexible Dates
£825

Level 2 NVQ Certificate in Plant Operations - Road / Rail

By Dynamic Training and Assessments Ltd

Level 2 NVQ Certificate in Plant Operations - Road / Rail

Level 2 NVQ Certificate in Plant Operations - Road / Rail
Delivered In-Person in Nottinghamshire or UK WideFlexible Dates
£695

Level 2 NVQ Diploma in Plant Operations - Transporting Loads

By Dynamic Training and Assessments Ltd

Level 2 NVQ Diploma in Plant Operations - Transporting Loads

Level 2 NVQ Diploma in Plant Operations - Transporting Loads
Delivered In-Person in Nottinghamshire or UK WideFlexible Dates
£695

Level 2 NVQ Certificate in Plant Operations - Transporting Loads

By Dynamic Training and Assessments Ltd

Level 2 NVQ Certificate in Plant Operations - Transporting Loads

Level 2 NVQ Certificate in Plant Operations - Transporting Loads
Delivered In-Person in Nottinghamshire or UK WideFlexible Dates
£695

Level 2 NVQ Certificate in Plant Operations - Cranes and Specialist Lifting

By Dynamic Training and Assessments Ltd

Level 2 NVQ Certificate in Plant Operations - Cranes and Specialist Lifting

Level 2 NVQ Certificate in Plant Operations - Cranes and Specialist Lifting
Delivered In-Person in Nottinghamshire or UK WideFlexible Dates
£695

Level 2 NVQ Certificate in Plant Operations - Fork Lift Trucks

By Dynamic Training and Assessments Ltd

Level 2 NVQ Certificate in Plant Operations - Fork Lift Trucks

Level 2 NVQ Certificate in Plant Operations - Fork Lift Trucks
Delivered In-Person in Nottinghamshire or UK WideFlexible Dates
£695

Advanced C++ programming

5.0(3)

By Systems & Network Training

Advanced C++ training course description The course will give a broad overview of the C++ Programming language, focusing on modern C++, up to C++17. This course will cover the use of the Standard Library, including containers, iterator, function objects and algorithms. From the perspective of application development, a number of design patterns will be considered. What will you learn Write C++ programs using the more esoteric language features. Utilise OO techniques to design C++ programs. Use the standard C++ library. Exploit advanced C++ techniques Advanced C++ training course details Who will benefit: Programmers needing to write C++ code. Programmers needing to maintain C++ code. Prerequisites: C++ programming foundation. Duration 5 days Advanced C++ training course contents Study of a string class Create a string class as a means to investigate many issues, involving the use of operator overloading and including overloading new and delete. Creation of the class will also require consideration of 'const correctness'. Exception handling Consider the issues involved in exception handling including the concept of exception safety. Templates Review definition of template functions, including template parameter type deduction. Introduction to template metaprogramming. Newer features including template template parameters and variadic templates. Creation of template classes. Design patterns Introduction to Design Patterns and consideration of a number of patterns, such as, factory method, builder, singleton and adapter. The standard C++ library (STL) Standard Library features, such as, Containers, Iterator, Function Objects and Algorithms. Introduction to Lambda expressions. C++ and performance The writing of code throughout the course will be oriented towards performant code, including use of R Value references and 'move' semantics. Pointers The use of pointers will be considered throughout the course. Smart pointers will be considered to improve program safety and help avoid the use of 'raw' pointers. Threading This section will consider the creation of threads and synchronisation issues. A number of synchronisation primitives will be considered. Async and the use of Atomic will also be considered. New ANSI C++ features Summarising some of the newer features to be considered are: Auto, Lambdas expression, smart pointers, variadic templates and folds, R Value references and tuple together with structured binding.

Advanced C++ programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Level 2 NVQ Certificate in Plant Operations - Work Platforms

By Dynamic Training and Assessments Ltd

Level 2 NVQ Certificate in Plant Operations - Work Platforms

Level 2 NVQ Certificate in Plant Operations - Work Platforms
Delivered In-Person in Nottinghamshire or UK WideFlexible Dates
£695

Programming in HTML5 with CSS

5.0(3)

By Systems & Network Training

Programming in HTML5 with CSS course description This course provides an introduction to HTML5, CSS3, and JavaScript. It is an entry point into both the Web application and Windows Store apps training paths. The course focuses on using HTML5 / CSS3 / JavaScript to implement programming logic, define and use variables, perform looping and branching, develop user interfaces, capture and validate user input, store data, and create well-structured application. What will you learn Create and style HTML5 pages. Use JavaScript. Style HTML5 pages by using CSS3. Use common HTML5 APLs in interactive Web applications. Create HTML5 Web pages that can adapt to different devices and form factors. Enhance the user experience by adding animations to the HTML5 page. Programming in HTML5 with CSS course details Who will benefit: Website developers. Prerequisites: HTML5 development fundamentals. Duration 5 days Programming in HTML5 with CSS course contents Overview of HTML and CSS Overview of HTML, Overview of CSS, Creating a Web Application by Using Visual Studio 2012. Hands on Exploring the Contoso Conference Application. Creating and Styling HTML5 Pages Creating an HTML5 Page, Styling an HTML5 Page. Hands on Creating and Styling HTML5 Pages. Introduction to JavaScript Overview of JavaScript Syntax, Programming the HTML DOM with JavaScript, Introduction to jQuery. Hands on Displaying Data and Handling Events by Using JavaScript. Creating Forms to Collect and Validate User Input Overview of Forms and Input Types, Validating User Input by Using HTML5 Attributes, Validating User Input by Using JavaScript. Hands on Creating a Form and Validating User Input. Communicating with a Remote Data Source Sending and Receiving Data by Using XMLHTTPRequest, Sending and Receiving Data by Using jQuery AJAX operations. Hands on Communicating with a Remote Data Source. Styling HTML5 by Using CSS3 Styling Text, Styling Block Elements, CSS3 Selectors, Enhancing Graphical Effects by Using CSS3. Hands on Styling Text and Block Elements using CSS3. Creating Objects and Methods by Using JavaScript Writing Well-Structured JavaScript, Creating Custom Objects, Extending Objects. Hands on Refining Code for Maintainability and Extensibility. Creating Interactive Pages using HTML5 APIs Interacting with Files, Incorporating Multimedia, Reacting to Browser Location and Context, Debugging and Profiling a Web Application. Hands on Creating Interactive Pages by Using HTML5 APIs. Adding Offline Support to Web Applications Reading and Writing Data Locally, Adding Offline Support by Using the Application Cache. Hands on Adding Offline Support to a Web Application. Implementing an Adaptive User Interface Supporting Multiple Form Factors, Creating an Adaptive User Interface. Hands on Implementing an Adaptive User Interface. Creating Advanced Graphics Creating Interactive Graphics by Using Scalable Vector Graphics, Programmatically Drawing Graphics by Using a Canvas. Hands on Creating Advanced Graphics. Animating the User Interface Applying CSS Transitions, Transforming Elements, Applying CSS Key-frame Animations. Hands on Animating User Interface Elements. Web Sockets for Real-Time Communications Introduction to Web Sockets, Sending and Receiving Data by Using Web Sockets. Hands on Implementing Real-Time Communications by Using Web Sockets. Creating a Web Worker Process Introduction to Web Workers, Performing Asynchronous Processing by Using a Web Worker. Hands on Creating a Web Worker Process.

Programming in HTML5 with CSS
Delivered in Internationally or OnlineFlexible Dates
£3,697

Level 2 NVQ Certificate in Plant Operations - Laying and Distributing

By Dynamic Training and Assessments Ltd

Level 2 NVQ Certificate in Plant Operations - Laying and Distributing

Level 2 NVQ Certificate in Plant Operations - Laying and Distributing
Delivered In-Person in Nottinghamshire or UK WideFlexible Dates
£695
1...678910...50