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

122 Courses in London

Introduction to Virtualization

5.0(3)

By Systems & Network Training

Introduction to Virtualization course description A comprehensive tour of virtualization. The course concentrates on the actual technologies involved as opposed to any one vendor solution. What will you learn Explain the concepts of virtualization. Partition servers. Create Virtual Machines. Introduction to Virtualization course details Who will benefit: Anyone looking for an introduction to Virtualization. Prerequisites: None. Duration 2 days Introduction to Virtualization course contents Virtualization Concepts What is Virtualisation? What are virtual machines (VMs)? Virtualisation Landscape. Network Virtualisation. Suitability for Organisations. Advantages of deploying Virtualisation. Downsides of deploying Virtualisation. Overview of Virtualisation products. Hypervisors What is a hypervisor? Difference between type 1 and 2 hypervisors. Available hypervisors. Hypervisors and device drivers. Hands on: Installing Oracle VirtualBox on Windows. Creating/Importing/Configuring VMs. Virtualization Hosts Hardware and resource requirements. Installation of the hypervisor. Hands on: Installing Hyper-V role into Windows Server. Creating/Importing/Configuring VMs. Virtual Machines Creating virtual machines. Resource requirements. Settings. Installation of the guest OS. Additional tools/ extensions for hypervisor integration. VM files and their uses. Virtual hard disk and their formats. Hardware pass through. Hands on: Connecting to VMWare ESXi via WebGUI and using ESXi to create/import/configure VMs. VM Snapshots/Checkpoints What is a snapshot? How to use them and how they impact performance? Creating/deleting/merging of snapshots. Hands on: Using ESXi to create/manage snapshots. Command Line use on the Hypervisor Interacting with the hypervisor through the command line. Simple commands to configure the hypervisor and VMs. Simple scripts. Hands on: Connecting to VMWare ESXi via PowerCLI to manipulate VMs and snaphshots. Virtualization Storage Different types of storage: local vs remote. Local and remote storage technologies. Configuring storage. Hands on: Using ESXi to deploy VMs on remote NFS storage. Virtual Networking How is networking done in virtualization environments. What is a virtual switch and vNIC and what are their performance characteristics? NIC teaming and trunking in the virtual world. Port groups and isolation. Physical NICs and their use in virtual switches. Hands on: Using ESXi to create and configure vswitches and networking. Templates and clones What is a template? What is a clone? When to use templates and clones to optimize VM deployment. Migrating/Importing VMs What is migration? Migrating compute and storage. Importing VMs from files or physical machines. Hands on: Using VMWare vCenter Server to clone/ template/migrate VMs, tag resources, create local user accounts and assign permissions. VMs and Backups Taking backups of your VMs. Restoring your VMs from backups. Virtualization and Licensing Different licensing models and costs. Containerization Concepts What is a container and how is it different from a virtual machine. When to use containers. Docker and Kubernetes

Introduction to Virtualization
Delivered in Internationally or OnlineFlexible Dates
£1,727

Regular expressions for engineers

5.0(3)

By Systems & Network Training

Regular expressions training course description Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Python and MySQL. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Once you've mastered regular expressions, they'll become an invaluable part of your toolkit. You will wonder how you ever got by without them. What will you learn Use Regular Expressions. Troubleshoot Regular Expressions. Compare RE features among different versions. Explain how the regular expression engine works. Optimize REs. Match what you want, not what you don't want. Regular expressions training course details Who will benefit: Anyone looking to use regular expressions. Prerequisites: None. Duration 1 day Regular expressions training course contents Introduction to Regular Expressions Solving real problems, REs as a language, the filename analogy, language analogy, RE frame of mind, searching text files: egrep, egrep metacharacters, start and end of the line, character classes, matching any character with dot, alternation, ignoring differences in capitalization, word boundaries, optional items, other quantifiers: repetition, parentheses and backreferences, the great escape, expanding the foundation, linguistic diversification, the goal of a RE, more examples, RE nomenclature, Improving on the status quo. Extended introductory examples A short introduction to Perl, matching text with regular expressions, toward a more real-world example, side effects of a successful match, Intertwined regular expression, intermission, modifying text with regular expressions, example: form letter, example: prettifying a stock price, automated editing, a small mail utility, adding commas to a number with lookaround, text-to-HTML conversion, that doubled-word thing. Regular expression features and flavours The regex landscape, origins of REs, care and handling of REs, Integrated handling, procedural and object-oriented handling, search-and-replace example. strings character encodings and modes, strings as REs, character-encoding issues, unicode, regex modes and match modes, common metacharacters and features, character representations, character classes and class-like constructs, anchors and other 'zero-width assertions', comments and mode modifiers, grouping capturing conditionals and control. The mechanics of expression processing Two kinds of engines, new standards, regex engine types, from the department of redundancy department, testing the engine type, match basics, about the examples, rule 1: the match that begins earliest wins, engine pieces and parts, rule 2: the standard quantifiers are greedy, regex-directed versus text-directed, NFA engine: regex-directed, DFA engine: text-directed, first thoughts: NFA and DFA in comparison, backtracking, two important points on backtracking, saved states, backtracking and greediness, more about greediness and backtracking, problems of greediness, multi-character 'quotes', lazy quantifiers, greediness and laziness, laziness and backtracking, possessive quantifiers and atomic grouping, possessive quantifiers ?, +, *+, ++ and {m,n}+, the backtracking of lookaround, is alternation greedy? taking advantage of ordered alternation, NFA DFA and posix, the longest-leftmost', posix and the longest-leftmost rule, speed and efficiency. Practical regex techniques Continuation lines, matching an IP address, working with filenames, matching balanced sets of parentheses, watching out for unwanted matches, matching delimited text, knowing your data and making assumptions, stripping leading and trailing whitespace, matching and HTML tag, matching an HTML link, examining an HTTP URL, validating a hostname, plucking a hostname, plucking a URL, parsing CSV files. Crafting an efficient expression Efficiency vs. correctness, localizing greediness, global view of backtracking, more work for POSIX NFA, work required during a non-match, being more specific, alternation can be expensive, benchmarking, know what you re measuring, benchmarking with Python, common optimisations, the mechanics of regex application, pre-application optimizations, optimizations with the transmission, optimization of the regex itself, techniques for faster expressions, common sense techniques, expose literal text, expose anchors, lazy versus greedy: be specific, split into multiple REs, mimic initial-character discrimination, use atomic grouping and possessive quantifiers, lead the engine to a match, unrolling the loop, observations, using atomic grouping and possessive quantifiers, short unrolling examples, unrolling C comments, the free flowing regex, a helping hand to guide the match, a well-guided regex is a fast regex.

Regular expressions for engineers
Delivered in Internationally or OnlineFlexible Dates
£967

IP demystified

5.0(3)

By Systems & Network Training

IP demystified training course description A concise overview course covering TCP/IP with particular emphasis on the addressing and security issues of TCP/IP networks. What will you learn Describe TCP/IP. List the rules of IP addressing. Recognise the impact of the addressing rules on adds/moves and changes. Recognise the use of subnet masks. Explain how firewalls work. Recognise the role of DNS. IP demystified training course details Who will benefit: Anyone, although the course is particularly aimed at non-technical personnel needing some knowledge of TCP/IP. Prerequisites: Network fundamentals Duration 1 day IP demystified training course contents What is TCP/IP? What is IP? What is TCP? What is TCP/IP? Internetworking, protocols, services. The Internet, RFCs, comparison with OSI 7 layer model. Basic configuration IP addresses, subnet masks, default gateways, DHCP, ping. Addressing IP address format, rules of IP addressing, where to get IP addresses, private addresses, subnet masks, How subnet masks are used to determine network numbers. Ranges of addresses. NAT Private versus public IP addresses, NAT, NAPT. IPv6 What is IPv6, IPv6 usage, Why IPv6, 128bit IPv6 addresses, IPv6 migration, dual stack, tunnelling. Routing What is a router? how routers join networks, benefits and disadvantages of routers, default gateways, routing tables, routing protocols. Traceroute. Firewalls What is a firewall, firewall architectures, filtering, DMZ, Proxy servers, stateful packet inspection. DNS How hostnames are converted to IP addresses.

IP demystified
Delivered in Internationally or OnlineFlexible Dates
£797

18th Edition BS 7671

5.0(9)

By Optima Electrical Training

Even if you have completed a level 3 NVQ or a previous version of the wiring regulations, you still will have to prove you are conversant with the current standards. So therefore, keeping up to date with the latest wiring regulations satisfies these requirements. Although the BS 7671 can be a tricky book to navigate, our course has been designed in such a way as to ensure that you will have the knowledge to identify and find the topics covered in each of the relevant parts of the book. Further information can be found here: C&G 2382-22 BS7671 18th Edition — Optima Electrical Training (optima-ect.com)

18th Edition BS 7671
Delivered In-Person in London + 2 more or UK WideFlexible Dates
£495

3ds Max Essential Training Course

By ATL Autocad Training London

Course Title: 3ds Max Essential Training Course Perfect for novice 3ds Max users, our Essentials Training Course, hosted by an Autodesk Certified Trainer, equips you with core skills for creating 3D models and animations. Click here for more info: Website Duration: 16 hours Method: 1-on-1, Personalized Attention, Tailored Content, Flexible Pace, Individual Support Schedule: Tailor your own schedule by pre-booking a convenient hours, available from Mon to Sat between 9 am and 7 pm. Course Highlights: Comprehensive Learning: Covering 3ds Max from the basics, including interface navigation and customization, to essential skills for professional 3D modeling and animations. Expert Guidance: Certified tutors and industry experts provide personalized attention, ensuring a deep understanding of 3D concepts. Flexible Scheduling: Tailor the learning experience to your pace and preferences, with one-on-one sessions available from Monday to Sunday. Interactive Learning: Engage in hands-on exercises and practical projects, enhancing your skills in a real-world context. Job Opportunities: Upon completion, students can pursue careers as: 3D Modelers: Creating detailed 3D models for games, movies, or architectural visualization. Animation Artists: Designing engaging animations for various media platforms. Visual Effects (VFX) Artists: Working on special effects for films, TV shows, and commercials. Architectural Visualizers: Producing realistic architectural renders for construction and design projects. Game Designers: Developing immersive game environments and characters. Recommended Reading: "3ds Max 2022 for Beginners" by CADFolks: A beginner-friendly guide covering fundamental concepts and techniques in 3ds Max. "Mastering Autodesk 3ds Max 2022" by Nicholas Boughen: A comprehensive resource for mastering advanced features and workflows in 3ds Max. "The Animator's Survival Kit" by Richard Williams: A classic animation guide providing valuable insights for aspiring animators. These books offer valuable knowledge and techniques, complementing the skills learned in the course and aiding in future career endeavors. Upon completing the 3ds Max Basic to Fundamentals Training Course, participants will: Master 3ds Max Tools: Gain a deep understanding of the software interface, tools, and navigation, enabling efficient 3D modeling and animation. Create Complex Models: Develop proficiency in creating intricate 3D models, including objects, characters, and architectural elements, using various modeling techniques. Apply Realistic Textures: Learn to apply textures, maps, and materials to enhance the realism of 3D models, understanding diffuse, bump, and reflective materials. Perfect Lighting and Rendering: Acquire skills in setting up various lights, environment lighting, and global illumination for realistic renderings, optimizing rendering settings for quality output. Animate with Precision: Master keyframe animation, path animation, and constraints, bringing 3D scenes to life with smooth and accurate motion. Understand Dynamics and Simulations: Explore basic dynamics and simulations, including particle systems, creating dynamic and interactive 3D environments. Problem-Solve Creatively: Develop problem-solving skills for common challenges in 3D design, using innovative techniques and tools. Professional Project Execution: Apply learned skills to real-world projects, ensuring a professional approach to 3D modeling, animation, and visualization. By the end of the course, participants will be equipped with the knowledge and skills to confidently create visually stunning 3D models, animations, and visualizations, making them proficient 3ds Max users ready for diverse industry applications. Course Highlights: Comprehensive Learning: Covering 3ds Max from the basics, including interface navigation and customization, to essential skills for professional 3D modeling and animations. Expert Guidance: Certified tutors and industry experts provide personalized attention, ensuring a deep understanding of 3D concepts. Flexible Scheduling: Tailor the learning experience to your pace and preferences, with one-on-one sessions available from Monday to Sunday. Interactive Learning: Engage in hands-on exercises and practical projects, enhancing your skills in a real-world context. Job Opportunities: Upon completion, students can pursue careers as: 3D Modelers: Creating detailed 3D models for games, movies, or architectural visualization. Animation Artists: Designing engaging animations for various media platforms. Visual Effects (VFX) Artists: Working on special effects for films, TV shows, and commercials. Architectural Visualizers: Producing realistic architectural renders for construction and design projects. Game Designers: Developing immersive game environments and characters. Recommended Reading: "3ds Max 2022 for Beginners" by CADFolks: A beginner-friendly guide covering fundamental concepts and techniques in 3ds Max. "Mastering Autodesk 3ds Max 2022" by Nicholas Boughen: A comprehensive resource for mastering advanced features and workflows in 3ds Max. "The Animator's Survival Kit" by Richard Williams: A classic animation guide providing valuable insights for aspiring animators. These books offer valuable knowledge and techniques, complementing the skills learned in the course and aiding in future career endeavors. Receive ongoing email support for a lifetime. Access comprehensive handouts and valuable documents. Explore flexible financial support choices, including installment plans and funding through job center plus and DWP (Contact us for specifics). Rest assured with our money-back guarantee: If you're dissatisfied after your initial session, we address your concerns and provide a refund if necessary (Terms and conditions may apply). Get help with computer optimization to enhance software performance in Autocad, 3ds Max, and Photoshop on both PC platforms. Benefit from our industry connections, facilitating portfolio promotion and job opportunities.

3ds Max Essential Training Course
Delivered in London or OnlineFlexible Dates
£558

Vectorworks Basics to Intermediate Training

By London Design Training Courses

Why learn Vectorworks Basics to Intermediate Training Course? Course Link Vectorworks skills with our course! Led by certified expert tutors, this course takes you from basics to intermediate level, enabling you to create plans and sections. The course will cover 2D and 3D modeling, rendering, and visualization.  Duration: 16 hrs. Method: 1-on-1, Personalized attention. Schedule: Tailor your own schedule by pre-booking a convenient hour of your choice, available from Mon to Sat between 9 am and 7 pm. At London Design Training Course, we offer a range of Vectorworks training options to meet your specific needs and those of your business. Explore the links below for detailed information about the various training types and their content. On-Site Training: London Design Training Course comes to your location, eliminating the need for you to travel. This approach allows us to fully understand your business culture and requirements. Training can be conducted in your studio or conference room, with scheduling flexibility tailored to your preferences. In-House Training: Our studio in London SW96DE, hosts In-House Vectorworks training for both individuals and groups. During the sessions, we provide the necessary software and hardware to ensure a seamless learning experience. Vectorworks Basic to Intermediate Course Course Duration: 16 hours The Vectorworks Basic to Intermediate Course is tailored for individuals with basic Vectorworks knowledge, aiming to master advanced 2D and 3D techniques, including modeling and rendering. Participants will customize Vectorworks to their needs, create custom tools, and automate tasks with scripting. I. Review of Basic Concepts (1 hour) - Vectorworks interface and navigation - Creating and editing 2D and 3D geometry - Working with layers and classes - Utilizing views and viewports II. Advanced 2D Drawing Techniques (2 hours) - Creating complex geometry using advanced drawing tools - Editing and modifying intricate geometry - Customizing line types and hatches - Utilizing advanced annotation tools III. Advanced 3D Modeling (3 hours) - Creating 3D forms and custom 3D objects - Exploring advanced 3D tools such as Solid Modeling - Converting 2D plans into 3D models IV. Visualization and Rendering (3 hours) - Setting up cameras and lights for visualization purposes - Utilizing the Renderworks engine for rendering - Enhancing visuals with the visualization palette - Creating and editing textures and materials V. Customizing Vectorworks (3 hours) - Personalizing the interface to suit specific preferences - Creating custom tools and automating tasks using the scripting language - Developing custom object styles and resources - Creating custom plug-ins and scripts VI. Collaboration and Sharing (2 hours) - Importing and exporting data from other software - Collaborating with others on the same project - Utilizing cloud-based collaboration tools VII. Conclusion and Next Steps (1 hour) - Review of course content and key skills learned - Tips for further learning and available resources - Q&A and feedback session Free 30-day, BIM & CAD Software Trial Request | Vectorworks https://www.vectorworks.net/trial Vectorworks Trial Version Request. Please fill out the following form. We will provide you with an evaluation serial number to activate your trial copy. Learning Outcomes of the Vectorworks Basics to Intermediate Training Course: Proficiency in Vectorworks interface, tools, and navigation. Master 2D drafting and 3D modeling skills. Efficiently manage workflows using layers, classes, and views. Spotlighting techniques for lighting design and stage productions. Advanced object manipulation with solid modeling and Boolean operations. Utilize the symbol library for enhanced productivity. Create professional presentation drawings using viewports and annotations. Integrate with other software and CAD/BIM workflows. Apply skills to real-world projects for practical application. Upon completing the course, participants will have essential skills to effectively use Vectorworks, advancing their proficiency to an intermediate level.

Vectorworks Basics to Intermediate Training
Delivered in London or OnlineFlexible Dates
£465

Photoshop Essentials Evening Training Sessions

By ATL Autocad Training London

Photoshop Essentials Evening Training Sessions, where you'll master the basics and elevate your photography and Photoshop rendering skills. Enhance your photos significantly, learning everything from color correction to retouching techniques. Expertly retouch and repair images during our comprehensive Photoshop training courses. Click here for more info: Website Duration: 10 hours Approach: 1-on1 guidance, Customized instruction and Tailored content. Choose your own time and day Monday to Saturday 9 am to 7 pm Becoming Proficient in Adobe Photoshop - 10-Hour Training Program Module 1: Introduction to Photoshop (1 hour) Familiarization with Photoshop interface and tools Understanding file formats and resolution concepts Navigation within the workspace and customization of preferences Mastering essential keyboard shortcuts for efficient workflow Module 2: Working with Layers (1 hour) Grasping the significance of layers and their efficient organization Application of layer styles to enhance creativity Utilization of blend modes for striking compositions Module 3: Selection Techniques (1 hour) Understanding diverse selection tools and their specific applications Precision in selections using Marquee, Lasso, Magic Wand, Quick Selection, and Refine Edge tools Creation of masks for non-destructive editing Module 4: Image Editing and Retouching (1 hour) Essential techniques for retouching portraits and landscapes Corrections in exposure, color, and tone using Adjustment Layers Seamless repairs with Healing Brush, Clone Stamp, and Content-Aware tools Module 5: Typography and Text Effects (1 hour) Working with text layers and formatting options Crafting captivating text effects using Layer Styles Manipulating text along paths and shapes for creative compositions Module 6: Advanced Image Manipulation (1 hour) Merging images with layer masks and blending modes Crafting composite images and surreal artwork Applying transformations and distortions creatively using Smart Objects Module 7: Filters and Special Effects (1 hour) Exploration of various filters for artistic and practical applications Application of blur, sharpening, distortion filters, and creative effects using the Filter Gallery Flexible editing with smart filters Module 8: Drawing and Vector Graphics (1 hour) Working with shape layers and vector tools Creation of custom shapes, icons, and logos Precision in illustrations using the Pen tool Module 9: Advanced Color Correction (1 hour) Expertise in color adjustments with Curves and Levels Selective color control using Adjustment Layers Understanding color spaces, profiles, and creating duotones and split-tones Module 10: Designing for Web and Print (1 hour) Image preparation for web and social media platforms Understanding resolution and color modes for print File exportation in various formats catering to diverse needs Final Project: Crafting a digital artwork or print-ready composition to showcase acquired skills. Upon completing this 10-hour Adobe Photoshop course, participants will: Master Photoshop Tools: Navigate the interface efficiently, apply advanced tools, and utilize essential shortcuts for streamlined work. Perfect Layer Techniques: Organize layers, use blend modes, and apply styles for visually appealing compositions. Refine Selection Skills: Make precise selections, create masks, and employ advanced selection tools for accuracy. Enhance Images Professionally: Learn advanced retouching, correction, and repair techniques for seamless photo editing. Create Captivating Text: Work with text layers, apply styles, and design typographic compositions creatively. Master Image Manipulation: Merge images seamlessly, apply transformations, and create surreal artwork with Smart Objects. Apply Filters and Effects: Utilize a range of artistic filters and effects for creative enhancements. Professional Vector Graphics: Craft custom shapes, logos, and icons with precision using vector tools. Advanced Color Correction: Master color adjustments, selective color control, and create captivating duotones and split-tones. Produce Print and Web Designs: Prepare images for various platforms, understand resolution, and export files in diverse formats. Hands-On Project Proficiency: Apply skills in real-world projects, demonstrating professional design expertise. Upon completion, participants will have the confidence and proficiency to excel in Photoshop, enabling high-quality, professional design work in both digital and print media. Adobe Photoshop Course: Adobe Photoshop course, hosted at the UK's top Adobe Training Centre. Develop expertise in Adobe's premier digital imaging software, crucial for crafting compelling visuals across a multitude of digital platforms. Our Photoshop training programs focus on interactive, real-life exercises, ensuring a hands-on and practical learning environment. Whether you are a novice aiming for a robust foundation or a proficient user striving for increased efficiency, our wide-ranging Photoshop courses are tailored to meet your specific requirements. Enroll today to master Photoshop and tap into a world of creative possibilities. Jobs You Can Pursue: Graphic Designer: Create visually appealing graphics for print and digital media. Digital Artist: Craft digital artwork for various applications, from illustrations to advertisements. Photo Retoucher: Enhance and manipulate photos to achieve desired visual effects. UI/UX Designer: Design user interfaces and experiences for websites and applications. Web Designer: Develop visually engaging websites by incorporating Photoshop skills into web design. Marketing Content Creator: Produce marketing materials like banners, brochures, and social media visuals. Freelance Designer: Work independently, offering design services to clients across different industries. Advertising Creative: Contribute to creative campaigns by designing impactful ad visuals. Print Production Specialist: Prepare print-ready materials, ensuring quality in printed products. Photography Post-Processing Specialist: Enhance and retouch photographs, optimizing them for professional use. Course Advantages: Master Vital Photoshop Skills: Gain expertise in essential image editing and manipulation techniques. Craft Striking Digital Artwork: Create visually appealing digital art and design graphics with finesse. Attain Professional-Quality Results: Achieve high-quality outcomes with accuracy and speed in your work. Unleash Creative Potential: Explore versatile design capabilities, tapping into your full creative spectrum. Flexible Learning: Access recorded lessons for convenient learning and revision. Continuous Assistance: Benefit from lifetime email support, ensuring ongoing guidance and support.

Photoshop Essentials Evening Training Sessions
Delivered in London or OnlineFlexible Dates
£360

Photoshop Evening Training

By London Design Training Courses

Why Choose Photoshop Evening Training Course? Click here for more info Become proficient in Photoshop, the premier photo editing software, with our London Software Training course. Gain essential skills in photo editing, enabling independent navigation of the interface for successful edits and graphic creation. Duration: 10 hours Approach: 1-on-1 guidance, Customized instruction. Schedule: Tailor your own hours, available from Mon to Sat between 9 am and 7 pm.Or Call 02077202581 or WhatsApp 07970325184. Participate in our Photoshop Evening Training Course, hosted at the UK's largest training school. Whether you're a beginner or an expert, our course is tailored to suit your level, offered both live online and in person. Adobe Photoshop Course Highlights: Embark on your design journey with our Adobe Photoshop course, conducted at the UK's leading Adobe Training Centre. Acquire proficiency in Adobe's premier digital imaging software, crucial for digital content creation. Our courses prioritize hands-on exercises, ensuring practical learning experiences. Whether you're new to Photoshop or an experienced user seeking efficiency, our diverse courses cater to your needs. Join us to master Photoshop and unleash your creative potential. Course Details: Duration: 10 hours Approach: Personalized 1-on-1 guidance, customized instruction. Schedule: Flexible hours available from Mon to Sat between 9 am and 7 pm. For inquiries, call 02077202581 or WhatsApp 07970325184. Evening Adobe Photoshop - 10-Hour Training Course Module 1: Introduction to Photoshop (1 hour) Overview of Photoshop interface and tools Understanding file formats and resolution Navigating the workspace and customizing preferences Essential keyboard shortcuts for efficient workflow Module 2: Working with Layers (1 hour) Mastering the concept of layers and their importance Organizing and managing layers effectively Applying layer styles for creative effects Utilizing blend modes for stunning compositions Module 3: Selection Techniques (1 hour) Understanding different selection tools and their uses Precise selections using the Marquee, Lasso, and Magic Wand tools Advanced selections with Quick Selection and Refine Edge Creating masks for non-destructive editing Module 4: Image Editing and Retouching (1 hour) Essential photo retouching techniques for portraits and landscapes Correcting exposure, color, and tone with Adjustment Layers Using the Healing Brush and Clone Stamp for seamless repairs Removing distractions and blemishes with Content-Aware tools Module 5: Typography and Text Effects (1 hour) Working with text layers and formatting options Creating eye-catching text effects using Layer Styles Manipulating text along paths and shapes Designing typographic compositions Module 6: Advanced Image Manipulation (1 hour) Combining images with layer masks and blending modes Creating composite images and surreal artwork Applying transformations and distortions for creative effects Working with Smart Objects for non-destructive editing Module 7: Filters and Special Effects (1 hour) Exploring various filters for artistic and practical purposes Applying blur, sharpening, and distortion filters Creating artistic effects with the Filter Gallery Using smart filters for flexible editing Module 8: Drawing and Vector Graphics (1 hour) Working with shape layers and vector tools Creating custom shapes and icons Utilizing the Pen tool for precise illustrations Designing logos and scalable graphics Module 9: Advanced Color Correction (1 hour) Mastering color adjustments with Curves and Levels Using Adjustment Layers for selective color control Understanding color spaces and profiles Creating duotones and split-tones Module 10: Designing for Web and Print (1 hour) Preparing images for web and social media platforms Understanding resolution and color modes for print Exporting files in various formats for different purposes Final project: Designing a digital artwork or print-ready composition Learning Outcome refers to what students are expected to know, understand, or be able to do at the end of a learning experience, such as a course, training program, or educational module. Learning outcomes are usually specific, measurable, and achievable objectives that demonstrate the effectiveness of the learning process. For example, learning outcomes for a Photoshop course could include: Participants will be proficient in using essential Photoshop tools and features. Participants will demonstrate the ability to apply advanced image editing and retouching techniques. Participants will be able to create visually appealing designs using layers, typography, and special effects. Participants will understand and utilize different file formats and color modes for various output requirements. Participants will produce a final project showcasing their skills and creativity in Adobe Photoshop.

Photoshop Evening Training
Delivered in London or OnlineFlexible Dates
£300

Baby & Child First Aid - Combined Learning

By Mini First Aid North Nottinghamshire, Grantham & Sleaford

The 3-hour Baby & Child First Aid class covers CPR, Choking, Bumps, Burns, Breaks, Bleeding, Febrile Seizures and Meningitis & Sepsis Awareness and will give everyone who attends the peace of mind they deserve.

Baby & Child First Aid - Combined Learning
Delivered In-PersonFlexible Dates
Price on Enquiry

One to one Dj Lesson

By Supa Dj School

Learn the basics of listening, mixing and hosting techniques. Get creative behind the decks and benefit from the skills and experience of almost 3 decades with professional DJ Supa.

One to one Dj Lesson
Delivered In-Person in London or UK WideFlexible Dates
£40