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

113 Wrap courses in London

Dim Sum Masterclass - Cover all the techniques to become a Dim Sum Pro

4.9(177)

By London Cookery School

Dim Sum Masterclass. Cover all the fundamental techniques to become a Dim Sum Pro

Dim Sum Masterclass - Cover all the techniques to become a Dim Sum Pro
Delivered In-PersonFlexible Dates
£55

12 Weeks Ultra Barber

By TotalBarber Academy Limited

12 week Barber Course. NVQ level 2. PABD Diploma. Plus the TB Ultra Diploma. Giving you much more time to practice will increase your confidence and your skills. Practice makes perfect. We’ve listened to feedback and now students can stay with us longer! We’ve added more Afro hair as a special component of this course plus you get more 1 to 1 training during the final 2 weeks of the course to really push yourself. You’ll be able to get more out of our tutors vast knowledge, perfect new techniques and ideas.

12 Weeks Ultra Barber
Delivered In-PersonFlexible Dates
£500 to £4,100

The Level 3 Diploma in Electrical Installations

5.0(9)

By Optima Electrical Training

The City & Guilds 2365 Level 3 Course is the natural progression for anyone who has completed the Level 2 Diploma 2365 course or related level 2 courses. On completion of this course you will then be able to undertake the Level 3 NVQ thus becoming recognised as a fully qualified electrical engineer within the industry with the ability to apply for JIB (Gold Card) membership upon successful completion of the AM2 Assessment. Further information on the Level 3 can be found here: C&G 2365 Level 3 Diploma in Electrical Installations — Optima Electrical Training (optima-ect.com)

The Level 3 Diploma in Electrical Installations
Delivered In-Person in London + 2 more or UK WideFlexible Dates
£3,540

The Level 2 Diploma in Electrical Installations

5.0(9)

By Optima Electrical Training

If you have at least 5 years working experience and you would like to attain Gold Card status via the Experienced Worker route by joining the City & Guilds 2346 NVQ Level 3, you will also need to hold the below two pre-requisite qualifications: City & Guilds 2391-52 Inspection and Testing Course C&G 2382-22 BS7671 18th Edition

The Level 2 Diploma in Electrical Installations
Delivered In-Person in London + 2 more or UK WideFlexible Dates
£3,495

Dreamweaver

5.0(3)

By Systems & Network Training

Dreamweaver training course description Dreamweaver is a web authoring program that allows you to build professional quality websites. This course starts with a tour of Dreamweaver and customising your workspaces, moving onto HTML and CSS basics. Page layouts, templates and interactive pages are also covered. The final session covers how to use Dreamweaver as a HTML editor. Hands on session follow all the major theory chapters. What will you learn Use Dreamweaver to create websites. Customise Dreamweaver. Use templates. Add interactivity to web pages. Use Dreamweaver to edit HTML code. Dreamweaver training course details Who will benefit: Anyone wishing to create or edit websites. Prerequisites: None. Duration 3 days Dreamweaver training course contents Getting started Installing the programme, Updating to the latest version,, Online content, On first launch, Choosing the program colour theme, Setting up the workspace, Defining a Dreamweaver site, Checking for updates, Additional resources. Customizing your workspace Touring the workspace, Using the start screen, Exploring new feature guides, Setting interface preferences, Switching and splitting views, Selecting a workspace layout, Personalising Dreamweaver, Working with extract, Creating custom keyboard shortcuts, Using the Property inspector, Using the Related Files interface, Using tag selectors, Using the CSS Designer, Using the Visual Media Query (VMQ) interface, Using the DOM viewer, Using Element dialogs, displays and inspectors, Setting up version control in Dreamweaver, Exploring experimenting and learning. HTML Basics What is HTML? Where did HTML begin? Frequently used HTML elements, What's new in HTML5. CSS Basics What is CSS? HTML vs. CSS formatting, HTML defaults, CSS box model, Applying CSS styling, Multiples, classes and ids. Web design basics Developing a new website, Scenario, Working with thumbnails and wireframes, Creating a page layout Evaluating page design options, Working with predefined layouts, Styling an existing layout, Styling elements using the Extract panel, Extracting text from a Photoshop mockup, Troubleshooting CSS styling, Extracting text styling from a Photoshop mockup, Creating a gradient background using Extract, Extracting image assets from a mockup, Adding CSS background effects in code, Finishing up the layout. Working with templates Creating a template from an existing layout, Inserting editable regions, Inserting editable regions, Inserting HTML entities, Inserting metadata, Validating HTML code, Producing child pages, Moving CSS styles to linked file, Updating a template. Working with text, lists and tables Previewing the completed file, Creating and styling text, Creating lists, Creating and styling tables, Spell-checking webpages, Finding and replacing text. Working with images Web image basics, Previewing completed files, Inserting an image, Controlling image positions with CSS classes, Working with the Insert panel, Using the Insert menu, Inserting non-web file types, Working with Photoshop Smart Objects, Copying and pasting images from Photoshop, Inserting images by drag and drop, Optimizing images with the Property inspector. Working with navigation Hyperlinks, previewing the completed file, creating internal and external hyperlinks, setting up email links, Creating image-based links, Targeting page elements, Locking an element on the screen, Styling a navigation menu, Checking your page, Adding destination links. Adding interactivity Dreamweaver behaviours, Previewing the completed file, Working with Dreamweaver behaviours, Working with jQuery Accordion widgets, Inserting a jQuery Accordion widget, Styling a jQuery Accordion. Publishing to the web Defining a remote site, Cloaking folders and files, Wrapping things up, Putting your site online, Synchronizing local and remote sites. Working with code Creating HTML code, multicursor support, commenting your code, Working with CSS preprocessors, Selecting code, Collapsing code, Expanding code, Accessing Split code view, Previewing assets in Code View.

Dreamweaver
Delivered in Internationally or OnlineFlexible Dates
£2,367

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

NVQ level 2 & PABD Diploma 10 Weeks

By TotalBarber Academy Limited

Intensive barber course London Get the NVQ Level 2 and our specially constructed PABD diploma in one package. Our PABD Diploma replaces the unnecessary NVQ Level 3 course.

NVQ level 2 & PABD Diploma 10 Weeks
Delivered In-PersonFlexible Dates
£500 to £3,300

Live from London | EA/PA Excellence Workshop

5.0(1)

By Own Your Success

EA/PA Excellence Workshop Live from London on the 25th of April 2024. Featuring Keynote speaker Reggie Love, former Special Assistant to 44th President of the USA, Barrack Obama. Panel featuring Sophie Chapman, assistant to Steven Bartlett entrepreneur, author, host of the diary of a CEO and youngest ever dragon on BBC's Dragon's Den, Victoria Wratten, CEO of the Executive & Personal Assistants Association. The workshop contains, panel talk, keynote talk and facilitation over key topics from Kate Wood over the course of the day.

Live from London | EA/PA Excellence Workshop
Delivered In-PersonFlexible Dates
£530 to £580

8 Week TotalBarber Diploma

By TotalBarber Academy Limited

Need a course that gets you job ready without any hassle? Our TB Diploma course gets you ready for the barber life.

8 Week TotalBarber Diploma
Delivered In-PersonFlexible Dates
£500 to £3,300

DMI Specialist Strategy

By London School of Science and Technology

Develop true Digital Marketing Strategy expertise with DMI Specialist. Learn digital communications, analytics, marketing automation and budget & strategy formulation from Industry Skills Experts. Course Overview This dynamic online Diploma in Digital Strategy & Planning course covering topics in digital communications, analytics, marketing automation and budget & strategy formulation giving you the skills, know-how, strategy and techniques to be that change. Here is power. The power to influence. To speak to billions of people. Specialization is for when you don’t just want to play the digital marketing game anymore, you want to drive it. To change it. the DMI SPECIALIST online Digital Strategy and Planning certification is perfect for you to become an online digital marketer. Become a member and connect to the industry and white-hot opportunities. Here is power. The power to influence. To speak to billions of people. What’s New? Develop true Digital Marketing Strategy expertise with DMI Specialist. Learn digital communications, analytics, marketing automation and budget & strategy formulation from Industry Skills Experts. Learn every aspect of Digital Marketing Strategy across 9 modules of interactive learning to give you a highly relevant and deep knowledge of digital strategy, all wrapped up with the world’s most recognized digital marketing certification on completion. Program learning outcomes and content: WHAT WILL I LEARN? We give you the thinking and tools to become a leading player on the digital stage. Create powerful and dynamic digital strategy. See it manifest into real world, business-changing action. The modules are building blocks – of knowledge, of your vision, of the leading Certified Digital Marketing Specialist – Digital Strategy & Planning that is you. Here is what you need to know. Course Content: Introduction: We bring science to thought. We have created the 3i Framework which is designed to help you select the best digital strategy for your organisation and make it happen. The 3i is smart and rigorous. It’s transformative. And you shall be impressed. This module introduces this nifty piece of brainwork. Later modules expand on it. • The fundamental concepts underpinning the DMI 3i Methodology. • The how-to’s of business strategy development. • Key components in an effective digital strategy. • Strategic management, a long-sighted look at lasting, growing success Traditional Communications: In this model, we explore how the marketing classics still anchor any campaign – yet the contemporary digital campaign is a far more fantastical vessel. We look deep into how our tech is changing the consumer experience, and how we must respond. Digital Communications: We are living through extraordinary times. The opportunities are as big, sprawling and diverse as the World Wide Web. The challenge too is bigger. Markets are sophisticated and fragmented. Now, more than ever, thy most know thy consumer (and thy digital channels). Here we look at: the fundamentals of digital communications planning, improving ROI, understanding your audience. Where can they be found? How to engage them? Budgeting for your digital strategy and effective resources reviewing, measuring, and analysing your digital strategy. Digital Channels: Facebook, Linkedin, Instagram, Twitter, Snapchat and so on. They multiply and they proliferate. Yet in this great distraction and fragmentation, there is also great opportunity. This module covers: inbound and outbound strategies, cross media planning, the digital channel mix, and mobile marketing social media marketing. Content marketing that is relevant, timely and riveting the what, how and why of search engine marketing email marketing, affiliate marketing, and marketing automation display and video advertising best practice. Because we have eyes to see. Marketing Automation: Automation doesn’t beat inspiration but it sure makes a marketeer’s life easier and more exciting. Here is superpower, working quieting and perfectly under your orders, night and day. See how smart businesses are sharpening their edge with CRM software for better sales enablement, lead nurturing and way more. Budget & Resourcing: Money makes marketing go round. But value is where it’s at. This model goes deep on how to hit max ROI for any given budget. Then some consideration for that other precious resource, human talent. Explore: • Key factors to consider when planning a marketing budget. • Setting that marketing budget. • How to monitor and optimize a budget during campaign, execution. • The human element. • Recruit, train and keep top people. Big Data & Analytics: The Big Data & Analytics module will provide you with a broad understanding of Big Data, Advanced Analytics and Artificial Intelligence. You will learn the fundamental frameworks and understand how cutting-edge analytics tools are being used to help businesses succeed wildly. Digital Leadership: We are living in extraordinary times, which call for extraordinary leaders. That means you. You shall lead the transition from the remnants of traditional marketing and into the brave, new digital marketing world which you are helping to invent. And you shall lead with razor-sharp thought and strategy. You shall take your brand and your organisation to places yet undreamed of. Strategy Formulation & Plan: By now, you’ll have come a long way. You are (almost) ready to go forth, carve out new and unexplored neural pathways and digital markets. You are standing on the very edge of the leading-edge, and you are just about ready to spread those new digital super-wings and soar. But first, the ultimate strategy module; the ultimate in strategy. DURATION 8-10 Weeks WHATS INCLUDED Course Material Case Study Experienced Lecturer Refreshments Certificate

DMI Specialist Strategy
Delivered In-PersonFlexible Dates
£1,500
1...678910...12