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

1415 Design courses in Warlingham

Photoshop Basic to Essentials Training Course One-to-One

By Real Animation Works

PHOTOSHOP ONE DAY COURSE ONE TO ONE LIFETIME EMAIL SUPPORT.

Photoshop Basic to Essentials Training Course One-to-One
Delivered in London or OnlineFlexible Dates
£580

Fundamentals of Revit Training

By ATL Autocad Training London

Why Choose Fundamentals of Revit Training? Revit, the pinnacle of Building Information Modelling (BIM) software, is integral for architects, engineers, designers, and contractors. Mastering it is essential for various construction, design, and planning phases. Click here for more info: Website How to Enrol? Our training sessions are tailored exclusively for you, offering personalized 1-on-1 instruction. Choose a convenient hour between 9 a.m. and 7 p.m., Monday to Saturday. For booking, call 02077202581 or pre-book online. I. Introduction to Revit: Understanding Revit and its applications Exploring Revit interface and basic tools Navigating through viewport controls Creating and saving projects II. Project Setup: Creating a new project and utilizing templates Configuring project settings and scales Adding levels, grids, and columns III. Building Elements: Creating and modifying walls, doors, and windows Designing floors, ceilings, roofs, stairs, and railings IV. Views and Documentation: Managing views and sheets Adding schedules, tags, and annotations Generating construction documents V. Advanced Modeling and Components: Working with complex walls, curtain walls, and grids Using visibility and graphics controls and cutaway views VI. Rooms and Details: Adding and numbering rooms Incorporating annotations, dimensions, symbols, and legend views Creating detail callouts and using detail components VII. Families and Customization: Understanding families and their components Using reference planes, parameters, and constraints Building custom families with solid and void geometry VIII. Sheets, Plotting, and Exporting: Organizing sheets and exporting to AutoCAD and JPG formats Note: This course outline is flexible and can be tailored to meet learners' needs and proficiency levels. After completing the Revit Basic to Fundamentals Course, participants will: Understand the foundational concepts and principles of Autodesk Revit. Navigate and utilize the essential tools and features of Revit effectively. Create and modify basic building elements, such as walls, doors, windows, and roofs. Develop 3D building models and understand the concept of BIM (Building Information Modeling). Produce basic construction documentation, including floor plans, elevations, and sections. Implement annotation and dimensioning techniques to enhance documentation clarity. Gain proficiency in organizing and managing views for efficient project visualization. Collaborate on simple design changes and modifications using Revit's collaboration features. Acquire practical skills for applying Revit in real-world architectural and construction projects. Revit Essentials Training: Learn Revit fundamentals for architecture and structural design, supporting efficient building construction with BIM workflows. Delivery Options: In-class at our center Live online sessions Who Should Attend? Ideal for architects, building designers, structural engineers, and general users. Course Highlights: Hands-on and practical training with expert instructors. Detailed training guide for reference and post-course review. E-certificate upon successful completion. Practical skills for real-world application, no exams. Prerequisites: No prior Revit knowledge required. Basic construction principles recommended. CAD experience beneficial but not essential. Version and Support: Based on Latest Revit. Lifetime email support provided. Guarantees: Best value for money and assurance of learning essential concepts and skills. Individualized One-on-One Training: Experience personalized attention and tailored guidance. Flexible Timing: Schedule sessions at your convenience, choosing your preferred time and day. Post-Course Assistance: Access complimentary online support after course completion. Comprehensive Learning Materials: Receive effective learning resources, including PDF notes and handouts. Certification of Completion: Earn a recognition certificate upon successfully finishing the course. Affordable Rates: Enjoy budget-friendly training fees for valuable learning experiences. Software Setup Support: Receive assistance in configuring the software on your device. Referral Benefits: Recommend a friend and receive discounts on upcoming courses. Group Training Discounts: Avail special discounts for group training sessions. Convenient Availability: Attend sessions from Monday to Sunday, with extended operational hours. Customized Training: Get tailored and personalized courses designed to meet your specific requirements. Download Revit

Fundamentals of Revit Training
Delivered in London or OnlineFlexible Dates
£396

Complete COBOL programming

5.0(3)

By Systems & Network Training

COBOL training course description A hands on training course providing an introduction to COBOL. What will you learn Write COBOL programs Debug COBOL programs Examine existing code and determine its function. COBOL training course details Who will benefit: Programmers working with COBOL. Prerequisites: None although experience in another high level language would be useful. A 10 day version of this course would be more applicable for those new to programming. Duration 5 days COBOL training course contents Introduction to COBOL Compilation, linkage editor. Compile errors, compiler options. Divisions, syntax and format, COBOL character set, program structure. COBOL statement structure COBOL words, format of statements. Divisions Identification entries, Environment entries, Data division: FD, record descriptions, hierarchy and level numbers, description-string entry. File and Working-Storage Sections Literals, figurative constants, redefines clause, data representation, Usage clause, synchronization, sign clause. Procedure Division File status codes; Open, Read, Write, Close, Stop, Goback; Accept, display; Move, Justified, data name qualification, reference modification. Perform statement Out-of-line, With test ... Until, ... Times, in-line statement; Go to statement. Program design Design techniques, design considerations, procedure names, program structure. Printing Printed output, Write, advancing option, editing characters; Initialize. Condition testing Conditional statements: IF, class, sign and relation conditions, condition-name conditionals, Set, compound conditions, logical operators. Evaluate, Continue. Arithmetic Rounded option, On Size Error option, Add, Subtract, Multiply, Divide, Compute. Non-sequential files File access modes, Select. Indexed and relative files. Open, Close, creating / reading sequential access files, Write, Read, Invalid key clause, reading, writing / updating Random access files, Rewrite, Delete, Start. Declarative routines Clauses. Subroutines Call, Using clause - calling program/called program, Linkage Section, returning control. Table handling Subscripted tables: One/two/three dimensional tables, Perform, variable length tables. Indexed tables: Set, using an index; Search. Copy code: Copy, Suppress, Replacing. Data Manipulation Inspect, String, Unstring. COBOL/370 LE/370 and Intrinsic Functions.

Complete COBOL programming
Delivered in Internationally or OnlineFlexible Dates
£4,997

Photoshop one day training course bespoke 1-2-1

By Real Animation Works

Photoshop one day training course bespoke 1-2-1 with lifetime support

Photoshop one day training course bespoke 1-2-1
Delivered in London or OnlineFlexible Dates
£190

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

ABG: Blood Gas interpretation

4.8(50)

By EF Training & Consultancy Ltd

Basic ABG interpretation ABG interpretation training Introduction to ABG analysis Arterial blood gas interpretation Healthcare professional ABG course Acid-base balance training ABG parameters explanation Respiratory and metabolic disturbances Hands-on ABG practice Clinical applications of ABG interpretation ABG training for nurses/physicians/respiratory therapists ABG interpretation certification CPD accredited ABG course Practical ABG learning

ABG: Blood Gas interpretation
Delivered In-Person in London
£102

1 DAY SCREEN PRINTING TSHIRT COURSE

By 3rd Rail Print Space

1 DAY T-SHIRT PRINTING WORKSHOP £75.00 The perfect introduction to t-shirt screen printing, our beginner workshop is ideal for anyone interested in learning the complete screen printing process or simply looking to print some t-shirts with their own design for a special occasion. The sessions will run from 10am – 4pm with a 1 hour break for lunch. The day will be split as follows: Morning After a short intro into the studio and the process you’ll guided through how to coat and expose your design onto your screen. Afternoon After lunch we’ll cover ink mixing and the process of setting up the t-shirt carousel ready for printing. When the screens are dry and colours are chosen everyone will have a go at printing their t-shirts. Outcome You will take away x5 White Cotton T-shirt printed with your 1 colour graphic all created by you! — To book please scroll through the calendar and click the available date (highlighted in green) that you’d like to attend. All materials are provided including white t-shirts ranging in size from S-XL, if you’d like to supply you own garments please check with us first to make sure that they’re suitable for screen printing. Terms and conditions apply. Cancellation Policy: Please notice that we can’t reschedule or refund a workshop if it is requested 10 or less days before the date of the workshop. We regret we will not be able to replace or rearrange missed sessions either or exchange the price of the workshop for a voucher or another product. Please do not ask us to make exceptions and please understand we cannot accommodate everyones diary changes and sudden change of circumstances.

1 DAY SCREEN PRINTING TSHIRT COURSE
Delivered In-PersonFlexible Dates
£75

Professional Vectorworks Tutoring: Flexible Pay-Per-Hour Sessions

By Real Animation Works

Introducing Vectorworks Flex Learning: A Comprehensive Pay-As-You-Go Training Course

Professional Vectorworks Tutoring: Flexible Pay-Per-Hour Sessions
Delivered in London or OnlineFlexible Dates
£80

Advanced Process Safety Engineering

By EnergyEdge - Training for a Sustainable Energy Future

About this Training Course Managing process hazards in the hydrocarbon and chemical processing industries is a critical function that requires relevant knowledge and skills due to the risks involved. The Advanced Process Safety Engineering course will discuss the interrelation of the various techniques of process safety for analysing, with a particular emphasis on engineering design aspects, as well as how to manage process hazards in a safe and effective way and how they can potentially be avoided. In this 3 full-day advanced level course, the expert course leader will provide participants with insights and examples from his career and experience to show how their learning should be applied in real-life situations. Feedback and questioning is highly encouraged. Reference material and reports can be provided to give more information on any particular topic of interest. Individual and group exercises, tutored exercises and video case studies will be provided throughout the course to underpin the key learning points. Training Objectives Upon completion of this course, participants will acquire in-depth knowledge of: Risk management and 'As Low as Reasonably Practicable' (ALARP) principles. Different aspects of process design that influence process safety. Approach to 'inherently safer' design. Defence in depth using 'layers of protection'. Process for ensuring the technical integrity of safety-critical equipment. Hazards associated with process materials. Range of hazard identification and consequence modelling techniques. Causes and mitigation of human error. Reliability and availability of safety-critical protection equipment. Role of engineered safety-critical equipment and systems. Target Audience This course is suitable for industry professionals who need to acquire a comprehensive understanding of process safety. This includes those who are required to make managerial decisions where process safety is a key consideration, those who are moving into process safety positions or those who wish to broaden their process safety knowledge within their existing discipline. It is particularly suited for anyone involved in the design, operation, modification or maintenance of a major hazard installation, and will demonstrate a substantial understanding of process safety for those engaged in Continuous Professional Development or aiming for Chartered Engineer status. This course will benefit professionals such as: Operations and maintenance supervisors Process, mechanical and chemical engineers and technicians Design engineers, project engineers and HSE managers Control, automation and instrumentation engineers Course Level Advanced Trainer Your expert course leader has 50 years' experience in chemical and process safety engineering. His early career included 20 years in design and project engineering with various fine chemical and pharmaceutical companies where he designed chemical processes, specified plant equipment and selected materials for highly corrosive and toxic processes, often where textbook data was not available. This was followed by 10 years in offshore oil and gas design projects where he was responsible for setting up a Technical Safety group to change design safety practices in the aftermath of the 1988 Piper Alpha disaster. In recent years, he has been called upon to conduct various offshore and onshore incident investigations. His career has given him experience in project engineering, project management, process design and operations, safety engineering and risk management. He is a Fellow of the UK Institution of Chemical Engineers. He served on the Scottish Branch committee, and was elected chairman for a two-year term in 1991. He has also been chairman of the Safety and Reliability Society - North of Scotland Branch. He has delivered training courses in Process Hazard Analysis (HAZOP and HAZID), Process Safety Management, Hazard Awareness, Risk Assessment, Root Cause Analysis, Failure Modes & Effect Analysis and has lectured on Reliability Analysis to the M.Sc. course in Process Safety and Loss Prevention at Sheffield University. In addition to delivering training courses, he currently facilitates HAZOP / HAZID / LOPA studies and undertakes expert witness roles advising lawyers engaged in contractual disputes, usually involving the design or construction of chemical plants or Oil & Gas production facilities, or criminal prosecutions. POST TRAINING COACHING SUPPORT (OPTIONAL) To further optimise your learning experience from our courses, we also offer individualized 'One to One' coaching support for 2 hours post training. We can help improve your competence in your chosen area of interest, based on your learning needs and available hours. This is a great opportunity to improve your capability and confidence in a particular area of expertise. It will be delivered over a secure video conference call by one of our senior trainers. They will work with you to create a tailor-made coaching program that will help you achieve your goals faster. Request for further information post training support and fees applicable Accreditions And Affliations

Advanced Process Safety Engineering
Delivered in Internationally or OnlineFlexible Dates
£3,499 to £4,199

Sketchup and Stable Diffusion Rendering

By London Design Training Courses

Why Learn Sketchup and Stable Diffusion Rendering Course? Course Link SketchUp and Stable Diffusion Rendering Course. An AI image creation course designed to explore AI image creation techniques and master the use of advanced AI technology. You'll learn Ai 3D modeling, advanced rendering, and lighting techniques. Duration: 16 hrs. Method: 1-on-1 Online Over Zoom is also available. 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. The Sketchup and Stable Diffusion Rendering Course equips students with comprehensive skills for visually stunning Ai (Artificial intelligence) 3D models and renderings. Master Sketchup's user-friendly interface, advanced rendering techniques, and stable diffusion rendering. Hands-on exercises and real-world projects enhance learning. Ideal for architecture, interior design, product development, and visualization careers. The Sketchup and Stable Diffusion Rendering Course equips students with comprehensive skills for visually stunning Ai (Artificial intelligence) 3D models and renderings. Master Sketchup's user-friendly interface, advanced rendering techniques, and stable diffusion rendering. Hands-on exercises and real-world projects enhance learning. Ideal for architecture, interior design, product development, and visualization careers. Sketchup and Stable Diffusion Rendering Course (16 hours) Module 1: Introduction to Sketchup (2 hours) Overview of Sketchup software and interface navigation Basic drawing tools and geometry creation techniques Module 2: Texturing and Materials (2 hours) Applying textures and customizing materials Exploring texture mapping and material libraries Module 3: Lighting and Shadows (2 hours) Understanding lighting principles and light placement Creating realistic shadows and reflections Module 4: Advanced Modeling Techniques (3 hours) Creating complex shapes and utilizing advanced tools Working with groups, components, and modifiers Module 5: Stable Diffusion Rendering (2 hours) Introduction to stable diffusion rendering Configuring rendering settings for optimal results Module 6: Scene Composition and Camera Setup (2 hours) Exploring composition principles and camera perspectives Managing scenes and creating walkthrough animations Module 7: Rendering Optimization (2 hours) Optimizing models for faster rendering Using render passes and post-processing techniques Module 8: Project Work and Portfolio Development (1 hour) Applying skills to complete a real-world project Showcasing work in a professional portfolio Optional: Installing Stable Diffusion and Python (Additional 10 hours) Module 1: Introduction to Stable Diffusion and Python Overview of Stable Diffusion and Python's significance Module 2: System Requirements Hardware and software prerequisites for installation Module 3: Installing Python Step-by-step installation process for different OS Module 4: Configuring Python Environment Setting up environment variables and package managers Module 5: Installing Stable Diffusion Downloading and installing the Stable Diffusion package Module 6: Setting Up Development Environment Configuring IDEs for Python and Stable Diffusion Module 7: Troubleshooting and Common Issues Identifying and resolving common installation errors Module 8: Best Practices and Recommendations Managing Python and Stable Diffusion installations Module 9: Practical Examples and Projects Hands-on exercises demonstrating usage of Stable Diffusion and Python Module 10: Advanced Topics (Optional) Exploring advanced features and techniques Stable Diffusion UI v2 | A simple 1-click way to install and use https://stable-diffusion-ui.github.io A simple 1-click way to install and use Stable Diffusion on your own computer. ... Get started by downloading the software and running the simple installer. Learning Outcomes: Upon completing the Sketchup and Stable Diffusion Rendering Course, with a focus on AI image rendering, participants will: Master AI Image Rendering: Gain expertise in using AI-powered rendering techniques to create realistic and high-quality visualizations. Utilize Sketchup for 3D Modeling: Navigate the software, proficiently use drawing tools, and create detailed 3D models. Optimize Renderings: Apply AI-based rendering to optimize model visuals, achieving faster rendering times and superior image quality. Implement AI-driven Lighting and Shadows: Utilize AI algorithms for lighting placement, shadows, and reflections, enhancing realism in renderings. Create Professional Portfolio: Showcase AI-rendered projects in a professional portfolio, highlighting advanced image rendering skills. Note: The course focuses on AI image rendering using Sketchup and Stable Diffusion techniques, empowering participants with cutting-edge skills for creating exceptional visual representations.

Sketchup and Stable Diffusion Rendering
Delivered in London or OnlineFlexible Dates
£650