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

101 Manipulation courses in London

Negotiation Skills - Professional 1 Day Workshop in London

By Mangates

Negotiation Skills - Professional 1 Day Workshop in London

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

Negotiation Skills - Professional 1 Day Workshop in Bromley

By Mangates

Negotiation Skills - Professional 1 Day Workshop in Bromley

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

Negotiation Skills - Professional 1 Day Workshop in Heathrow

By Mangates

Negotiation Skills - Professional 1 Day Workshop in Heathrow

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

Spinal and Peripheral Manipulation (Grade 5 Mobilisation) Course June 2025

By CPD Today

Spinal and Peripheral Manipulation Grade 5 Mobilisation Course Covering junctional areas and upper and lower extremities. Osteopathy Physiotherapy Chiropractic

Spinal and Peripheral Manipulation (Grade 5 Mobilisation) Course June 2025
Delivered In-Person in London
£50 to £300

Spinal and Peripheral Manipulation (Grade 5 Mobilisation) Course November 2025

By CPD Today

Spinal and Peripheral Manipulation Grade 5 Mobilisation Course Covering junctional areas and upper and lower extremities. Osteopathy Physiotherapy Chiropractic

Spinal and Peripheral Manipulation (Grade 5 Mobilisation) Course November 2025
Delivered In-Person in London
£50 to £300

PROFESSIONAL TRAINING: MODULE 2 – LEATHER MANIPULATION, CONSTRUCTION TECHNIQUES AND FINISHING METHODS

5.0(52)

By The London Leather Workshop

UNDERSTAND TO TO WORK WITH AND MANIPULATE LEATHER TO CONSTRUCT REFINED LEATHER GOODS This is the second module of a series designed to provide thorough, professional training in leatherworking and accessory making. Each module has been carefully designed to equip individuals with key skills for starting a career in this sector, broadening their industry knowledge, or embarking on their own journey with solid foundational skills. During this lesson, you will learn how to manipulate leather to create specific shapes, constructions, and finishing types. You will work with different kinds of leather, tools, and reinforcements to achieve specific volumes, shapes, and structures. You will gain an understanding of the technical aspects of finishing edges, such as folding, burnishing, inking, creasing, and more. This module covers some of the most challenging aspects of working with leather and provides you with a strong foundation for making informed choices in developing your projects. You will also receive valuable handouts, curated lists of leather and tool suppliers for ongoing reference, and create personalised samples for your own reference. Summary of topics covered in the class: – Leather manipulation techniques based on various leather types and tanning – Bags and accessory finishing choices based on construction types – Leather structure creation using a variety of tools, reinforcements, stabilisers, and stiffeners – Leather edging: inking, burnishing, folding, tucking, creasing By the end of the tuition, you will have: – Gained the ability to identify the best construction, manipulation, and edging techniques for a specific project – Learned to recognise which tools and techniques to use based on the specific leather type – Understood the pros and cons of each edging technique and been able to choose the most suitable one for your project – Created a catalogue of samples to take home – Developed confidence in utilising a wide range of specific tools for leatherworking – Acquired an understanding of working with diverse leather types and thicknesses, with the ability to source and select appropriate tools for the specific material you intend to use Included in the course: You will receive useful paper handouts containing: – A list of tools and materials used during the lesson(s), with descriptions and usage instructions – A list of recommended suppliers for leather and fittings, both in London and online – A glossary of leather types and characteristics Find all modules here: https://the-london-leather-workshop.cademy.co.uk/

PROFESSIONAL TRAINING: MODULE 2 – LEATHER MANIPULATION, CONSTRUCTION TECHNIQUES AND FINISHING METHODS
Delivered In-Person in London
£225 to £264

Complete Perl programming

5.0(3)

By Systems & Network Training

Perl training course description A hands on introduction to programming in Perl. What will you learn Write Perl programs. Use Perl modules. Debug Perl programs. Examine existing code and determine its function. Perl training course details Who will benefit: Anyone wishing to learn Perl. Prerequisites: None although experience in another high level language would be useful. Duration 5 days Perl training course contents Introduction to Perl What is Perl? When to use Perl, downloading Perl, installing Perl, documentation, perldoc, running Perl, the Perl environment. Perl under UNIX, Perl under Windows. "Hello world". Variables Scalars, data types, $_, strings and numbers, assignment, constants, strict, scope, STDIN. Operators Number operators, string operators, precedence and associativity, converting numbers and strings, shortcut operators. Flow control Blocks, if, else, elseif, unless, foreach, while, for do, until. Regular expressions What are regular expressions? Pattern matching, Perl as a filter, file editing. Strings Comparing strings, concatenating, substrings, chomp, chop, formatting, string manipulation. Subroutines Comparing strings, concatenating, substrings, chomp, chop, formatting, string manipulation. Arrays and hashes Working with arrays, element access, push(), pop(), shift(), unshift(), <STDIN> as an array, associative arrays, hashes of arrays, hash references, arrays of hashes, hashes of hashes. Files Simple file handling, open, close, <FILEHANDLE>, <>, file tests, directory access, directory handles, database access, packing and packing binary data. I/O STDIN, STDOUT and STDERR, Command line arguments,@ARGV. Perl debugging The built in debugger, running the debugger, debugger commands, graphical debuggers. Script syntax errors, single stepping, breakpoints, watches. Packages and modules CPAN, Finding modules, installing modules, using modules, scope. Report formatting Formats, defining a format, invoking a format, field holders. Process management System interaction, system(), exec(), signals. Security issues.

Complete Perl programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Complete REXX programming

5.0(3)

By Systems & Network Training

REXX training course description A hands on training course covering the Restructured EXtended eXecutor (REXX) language. A large number of exercises are used to reinforce and emphasise lecture sessions. What will you learn Write REXX programs. Debug REXX programs. Examine existing code and determine its function. REXX training course details Who will benefit: Anyone wishing to learn REXX. Prerequisites: None although experience in another high level language would be useful. Duration 3 days REXX training course contents Introduction to REXX What is REXX? REXX environments, invoking a REXX exec, a sample REXX exec, REXX clause types. REXX variables and data Literal data, variable data, assignment, simple variables, compound variables, stem variables, constant data, numeric data, arithmetic operations, character manipulation, hexadecimal data. The parse instruction Parse format, Parse examples, Parse arg, Parse pull, Parse value, special templates, place holders, literal templates, numeric templates, variable templates. Control structures Relational conditions, logical operators, simple selection, looping: uncontrolled and controlled loops, infinite loops, conditional loops, controlling loops, leave, iterate, multiple selection, instructions for subroutines, exit. Sub routines and functions Internal and external subroutines, call, ARG(), ARG(n)return, exit, scope of variables, procedure, functions, built in functions, overriding built in functions. Performing I/O Command conventions, preparing to read a file, execio, limitations, execio for reading, DISKR, DISKRU, DISKW, return codes. External functions listdsi, msg, outtrap, prompt, sysdsn, sysvar, storage Tracing Immediate commands, the trace facility, signal and call statements. Built in functions Text handling functions, string handling, word handling, arithmetic, data conversion, bit manipulation, environment. The data stack Data stack structure, REXX instructions for the data stack, REXX functions for the data stack, TSO/E commands for the data stack. REXX in batch TSO/E foreground. TSO/E background.

Complete REXX programming
Delivered in Internationally or OnlineFlexible Dates
£3,497

Basics to Essential Photoshop Skills Course

By ATL Autocad Training London

Basics to Essential Photoshop Skills Course, Master retouching, layers, color, correction, shapes, and symbols. Delve into graphic design, photo editing, and digital art. Elevate your skills from beginner to pro, gaining expertise in UX strategies, ensuring your websites are impactful and user-friendly. Click here for more info: Website Duration: 16 hours Method: Personalized 1-on-1 sessions ensure individual attention. Schedule: Customize your learning with pre-booked sessions available Monday to Saturday, from 9 am to 7 pm. Module 1: Introduction to Photoshop (2 hours) Understanding the Photoshop interface and workspace Navigating tools, panels, and menus Essential keyboard shortcuts for efficient workflow Introduction to different file formats and their uses Module 2: Basic Image Editing Techniques (2 hours) Cropping, resizing, and straightening images Color adjustments and corrections using adjustment layers Removing blemishes and distractions with healing tools Introduction to layers and blending modes Module 3: Advanced Image Manipulation (2 hours) Creating composite images with layer masks Utilizing advanced selection tools for precise editing Applying filters and special effects for creative enhancements Mastering text and typography in Photoshop Module 4: Graphic Design and Layout (2 hours) Designing banners, posters, and social media graphics Working with shapes, gradients, and patterns Creating visually appealing typography compositions Introduction to vector graphics and custom shapes Module 5: Web and UI Design (2 hours) Designing user interfaces for websites and applications Creating web-ready graphics and optimizing images Prototyping interactive elements and buttons Designing responsive layouts for various devices Module 6: Introduction to 3D and Animation (2 hours) Creating 3D objects and text Basic 3D manipulation and lighting effects Introduction to animation with the Timeline panel Exporting animations and interactive multimedia Module 7: Project-Based Learning (2 hours) Applying learned techniques to real-world projects Designing a digital artwork, website mockup, or social media campaign Receiving instructor feedback for skill refinement Final presentation of completed projects and portfolio building Upon completing our personalized Photoshop Mastery course, you'll: Master Tools: Excel in Photoshop's essential and advanced tools, including image manipulation and graphic design techniques. Design Expertise: Develop skills in creating compelling graphics, web layouts, and interactive UI designs. 3D & Animation Skills: Understand 3D manipulation, lighting, and basic animation techniques. Career Opportunities: This course prepares you for roles such as Graphic Designer, Web/UI Designer, Digital Artist, Photo Retoucher, 3D Artist, or Entrepreneur in the design industry. Dive deep into the world of Photoshop with our exclusive 1-on-1 training program. Tailored to your pace and skill level, this course offers a comprehensive understanding of Photoshop's essentials and advanced features. From image editing to graphic design and 3D manipulation, master Photoshop with personalized attention and hands-on guidance. Key Details: Personalized Attention: Enjoy dedicated 1-on-1 sessions with an experienced Photoshop instructor, ensuring focused learning and personalized guidance. Tailored Curriculum: The course content is customized based on your goals, allowing you to explore specific areas of interest and address individual challenges. Flexible Scheduling: Schedule sessions at your convenience, accommodating your busy lifestyle. Choose from weekdays or weekends, morning or evening, for a flexible learning experience. Hands-on Learning: Engage in practical, real-time exercises and projects tailored to your interests, reinforcing your skills and boosting confidence. In-depth Exploration: Cover a wide range of topics, including image editing, graphic design, 3D manipulation, web design, and more, delving deep into each area for a thorough understanding. Interactive Q&A: Participate in interactive Q&A sessions during each class, clarifying doubts and gaining valuable insights from your instructor. Lesson Recordings: Access recordings of your sessions for review and reinforcement, ensuring you grasp every concept and technique thoroughly. Ongoing Support: Benefit from continuous email support even after the course completion, receiving guidance on projects and addressing any post-training queries. Solid Foundation: Develop foundational Photoshop skills, mastering essential techniques for image editing and graphic design. Versatile Editing: Learn retouching, color correction, and photo enhancement for professional-quality results. Efficient Workflow: Optimize your work with layer management, non-destructive editing, and time-saving tricks. Creative Mastery: Harness Photoshop's power to create digital art, manipulate images, and design stunning graphics. Real-world Application: Apply skills to diverse projects like photo editing, web design, and social media graphics. Flexible Review: Access recorded lessons for convenient review of specific techniques or workflows. Lifelong Support: Enjoy lifetime email assistance for guidance, questions, and clarifications even after course completion.

Basics to Essential Photoshop Skills Course
Delivered in London or OnlineFlexible Dates
£558

Still Technique Master Course

By CPD Today

Still Technique course, suitable for osteopaths and final year osteopathic students

Still Technique Master Course
Delivered In-Person in London + more
£140 to £300

Educators matching "Manipulation"

Show all 3
Catherine McCrum

catherine mccrum

London

I work with a wide variety of individual students ranging from professional athletes, musicians and actors to people with chronic pain issues, injuries or those simply wanting to become more in tune with how they move in daily life. I teach regular workshops for the general public and also to Pilates and fitness teachers, physiotherapists, runners, tennis and golf coaches and ski instructors. I’m the creator of the FeldenFit 30 day Programme to refine your ability for powerful, effective and balanced movement which is hosted by Ritter Dressage. I co teach an online course for riders called The Aware Rider with Dr Thomas Ritter and Shana Ritter. I add rider content on the Ritter’s online courses which focus on the biomechanics of dressage. I am also a Gestalt psychotherapist with a particular interest in working with developing awareness of how my clients embody their emotional and psychological patterns. Biography I’m an accredited Feldenkrais practitioner and have been teaching sport, fitness and movement since 1986. I also have an Msc in Clinical Gestalt Psychotherapy. As an internationally qualified ski instructor and ski instructor coach, I taught in Europe, New Zealand and USA. Returning to London I worked as a personal trainer and was one of the first to incorporate Pilates into my training methods. Many of my clients were very fit but I was always looking for something that would take them further. Despite daily strengthening and stretching regimes and regular osteopathic and physiotherapy treatments I found that their progress was often hampered by niggling injuries and chronic stiffness. Only when I came across the Feldenkrais Method did I make the connection that stretching, strengthening or manipulation were not the key. As I incorporated the Feldenkrais Method into my training my clients started to recognise for themselves how the way they moved could cause injury and interfere with their ability to reach their goals. Through the lessons they learned how much excess effort they put into everything they did, not only in sport but also daily activities. They started to notice surprising and unexpected improvements in their coordination. Many reported an increased sense of physical comfort and ease. I decided to embark on the 4 year Feldenkrais Training which I completed in 2002. I completed my Masters in Clinical Gestalt Psychotherapy in 2016.