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

143 Navigation courses

Navigating Petrophysics: Log Analysis, LWD & Wireline

By EnergyEdge - Training for a Sustainable Energy Future

About this Training Course Petrophysics remains a vital component to many facets of the petroleum industry, from quantification of hydrocarbon reserves to developmental strategies to real-time decision making for reservoir navigation. Targeted at awareness to knowledge level, this course addresses the tenets of petrophysics and formation evaluation, using integrative perspective of multiple datasets, including geological, geophysical, and logging and core data. Significant worldwide case histories are included, as well as several exercises designed to provide hands-on experience. This course can also be offered through Virtual Instructor Led Training (VILT) format. Training Objectives By attending this course, the participants will be able to: Understand better the latest geological, geophysical, and logging/core technologies and their role in petrophysical analysis, formation evaluation, and reservoir characterization. Address the pros and cons of key datasets, with emphasis on need for integrative studies and calibration of datasets. Apply quick-look qualitative techniques as well as quantitative aspects to understand vital aspects such as volume of shale/clay, porosity, permeability, and water saturation determinations. Select tool combinations to resolve key issues and for specific applications. Assess uncertainty in petrophysical measurements and techniques and its influence on reserve estimation. Target Audience This course is recommended for development and exploration geologists, petrophysicists, log and core analysts, geophysicists, petroleum engineers, managers, and technical personnel. Course Level Intermediate Trainer Your expert course leader received his B.S. and M.S. degrees in Geology from the now University of Louisiana-Lafayette in 1989 and 1990 respectively, and his Ph.D. as a National Science Foundation fellow at Baylor University, Waco, Texas, in 1993. From 1994 - 1996, he studied planetary tectonics as a NASA-funded postdoctoral fellow at Southern Methodist University. In 1996, he returned to UL-Lafayette, where he was awarded in 1997 the Hensarling-Chapman Endowed Professorship in Geology. He began independent consulting activities in 1991, and in 2001, he left academia for full-time consulting for clients ranging from one-man shops to supermajors. He rejoined UL-Lafayette as an adjunct professor from 2011 - 2018. He is an active researcher, receiving several million dollars in grants from federal, state, and industry sources, presenting numerous talks, including a 2019 AAPG Levorsen award, and publishing on a diversity of geoscience topics, including a Grover E. Murray Best Published Paper award in 2017. He is co-author of the inaugural GCAGS/GCSSEPM Transactions Best Student Paper award in 2018. He served as the GCAGS Publisher since 2006 and in various GCAGS/GCSSEPM Transactions editing capacities since 2006, including the 2014 and 2017 - 2022 Editor (named Permanent Transactions Editor in 2017), and Managing Editor since 2011, receiving a GCAGS Distinguished Service Award in 2018. He served as the General Chair for GeoGulf 2020 (70th GCAGS/GCSSEPM Convention), the 1st hybrid geoscience conference in the world. He is a Past President of the Lafayette Geological Society and served as its Editor and Publisher from 2002 - 2018. In 2018, he founded the Willis School of Applied Geoscience, reformulating decades of industry-training experience to provide alternative opportunities for graduate-level education. In 2020, he received an Honorary Membership from GCSSEPM. He also joined the LSU faculty as an adjunct professor in 2020. In 2021, he co-founded the Society of Applied Geoscientists and Engineers, serving as its President, General Chair for the SAGE 2022 Convention & Exposition, and Vice-Chair for the Benghazi International Geoscience & Engineering Conference 2022 (BIGEC 2022). 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 about post training coaching support and fees applicable for this. Accreditions And Affliations

Navigating Petrophysics: Log Analysis, LWD & Wireline
Delivered in Internationally or OnlineFlexible Dates
£3,611 to £4,199

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

Microsoft Excel Introduction - In-company

By Microsoft Office Training

Course Objectives This course aims to provide delegates with a foundation for Excel knowledge and skills. ' Customer Feedback Very professional and well mannered, fun and pleasant at the same time. I learnt a lot Carolina Foster - CNN Very helpful course. Would definitely take another one. Pedro was very patient and made it fun and engaged with us all. Laura Smith - James Grant Great course and excellent trainer. Thanks Tracy Preston - Western Power Distribution 1 year email support service Take a look at the consistent excellent feedback from our corporate clients visiting our site ms-officetraining co uk With more than 20 years experience, we deliver courses on all levels of the Desktop version of Microsoft Office and Office 365; ranging from Beginner, Intermediate, Advanced to the VBA level. Our trainers are Microsoft certified professionals with a proven track record with several years experience in delivering public, one to one, tailored and bespoke courses. Our competitive rates start from £550.00 per day of training Tailored training courses: You can choose to run the course exactly as they are outlined by us or we can customise it so that it meets your specific needs. A tailored or bespoke course will follow the standard outline but may be adapted to your specific organisational needs. What is Excel? The Excel Interface Ribbon, Tabs and Groups Microsoft Office Backstage view Working with Workbooks Create a blank Workbook Create a Workbook using a Template Opening and saving Files Working with worksheets Worksheet navigation Select one or multiple Worksheets Insert, Move, Copy or Delete a Worksheet Working with Cells, Rows & Columns Cell References How to select cells or ranges Different types of data Move, Copy and Delete cells Pasting Options Find and Replace Working with Rows and Columns Overview of formulas in Excel Autocalculation The parts of an Excel formula Using calculation operators in Excel formulas The difference between Absolute, Relative and Mixed references Using Excel functions; Sum, Average, Max and Min Cell Formatting Font Format options Number Format options Change the Fill and Borders Cell Alignment An Introduction to Charts Create a simple Chart Format your chart Page Layout and Print Page Layout and Page Break View Change the Page Orientation Set Page Margins Headers and Footers in a worksheet Print a worksheet or workbook Who is this course for? Who is this course for? All users who want to master the main features of Microsoft Excel Requirements Requirements General knowledge of the Windows OS Certificates Certificates Certificate of completion Digital certificate - Included

Microsoft Excel Introduction - In-company
Delivered in London or UK Wide or OnlineFlexible Dates
£650

Certified Wireless Analysis Professional

5.0(3)

By Systems & Network Training

CWAP training course description This WiFi analysis course consists of hands-on learning using the latest enterprise wireless LAN analysis and troubleshooting tools. The course takes an in-depth look at the functionality of WLANs, intended operation of the 802.11 protocol and Wi-Fi Alliance specifications, WLAN frame formatting and structure, troubleshooting methodology, and protocol analysis. It also includes extensive training in modern spectrum analysis with a focus on advanced RF behaviour analysis, data collection methods, interpreting spectrum plots and charts, and understanding advanced features of WLAN spectrum analysers. What will you learn Analyse WiFi frames using Wireshark. Explain 802.11 protocol operation. Troubleshoot WiFi networks using Wireshark. Troubleshoot WiFi networks using spectrum analysers. CWAP training course details Who will benefit: Technical Network Staff Anyone looking to become a CWAP Prerequisites: Certified Wireless Network Administrator Duration 4 days CWAP training course contents Principles of WLAN Communication 802.11 Working Group, OSI reference model and the 802.11 PHY and MAC, Communication sublayers and data units, WLAN architecture components, Organization of station forwarding Addressing and internetworking operation, Modern WLAN product architectures. Physical (PHY) and MAC Layer Formats and Technologies Physical layer functions, Preamble function and format, Header purpose and structure, Analysis of PHY problems, Physical PPDU formats, 802.11b, 802.11a, 802.11g, 802.11n, MAC frame components, MAC encapsulation, Fields and subfields of the MAC header, Frame Control, Frame types and subtypes and their uses, Addressing, Frame body, Data frame format, Control frame format, Management frame format, Information elements and fields. Beaconing and synchronization Scanning, Client state machine, 802.11 contention, QoS, Admission control, Band steering and airtime fairness mechanisms Fragmentation, Acknowledgments and Block acknowledgments, Protection mechanisms and backward compatibility, Power management, Dynamic Frequency Selection (DFS) and Transmit Power Control (TPC), Security components, methods, and exchanges, Roaming procedures exchanges, Future protocol enhancements. 802.11n Transmit beamforming, Spatial multiplexing, Maximal Ratio Combining (MRC), Space-Time Block Coding, 40 MHz channels, Frame aggregation, HT-OFDM format, Modulation and Coding Schemes (MCS), HT frame formatting and more. Protocol Analysis Tools and Methodology Troubleshooting methodology, Protocol analyser types, Analysis NIC/adapter selection and constraints, Interpreting results based on location, Analyzer settings and features, Filtering and channel scanning, Interpreting decodes, Using advanced analysis features, Assessing WLAN health and behaviour factors, Evaluating network statistics, Troubleshooting common problems, Wired analysis to support wireless network issues. Spectrum Analysis Tools and Methodology Radio frequency behaviour review, Visualizing RF domains using spectrum measurement tools, Spectrum analyser types and operation, Analyser specifications and characteristics, Understanding spectrum data presentation, Interpreting plots and charts, Common WLAN spectrum analyser features, Identifying transmit patterns, Device classification and network impact, Recognizing transmit signatures. Hands on lab exercises Wireshark Setup, Use, and In-Depth Analysis Wireshark is fundamental to troubleshooting. Labs include: - Capabilities, configuration, and data display - Opening, collecting, saving, and modifying capture files. - Filtering traffic, and using colouring rules as analysis aides. - Live captures based on a set of desired collection criteria. - Identify and isolate network problems. - Conversation analysis. - Remote packet capture with an AP. Understanding Frame Components Familiarity with the frame structure and contents is essential in real -world troubleshooting efforts. Labs include: - Understanding the MAC header - Comparing the three major frame types and their subtypes - Analysing frame formats of individual frame types - Analysing 802.11n frame components - Additional information is reported by protocol analysers - Information not visible in protocol analysers Frame Exchanges Understanding frame exchange rules and behaviors is critical to identifying expected and unexpected. It is also necessary to understand what is normal so that aberrations can be properly troubleshot. Labs include: - Connectivity exchanges and sequences - Legacy and modern security exchanges - ERP and HT protection mechanisms - Power save behaviour - Acknowledgments, block acknowledgments, and supporting action frames - Dynamic rate switching - Band steering Troubleshooting Common Problems This lab exposes students to hands-on troubleshooting skills by setting up common problems in WLANs and allowing students to attempt to solve them. - Trouleshooting connectivity exchanges - Troubleshooting 802.1X and EAP exchanges - Troubleshooting roaming Spectrum Analyzer Setup, Use, and In-Depth Analysis Specifically, it will explore the plots and charts used to display spectrum data and how to interpret this data to define a transmitter's impact on the network. The following are covered: - Installing the analyser and using display and navigation - The 'RF perspective' provided by each plot and chart - Using built-in features and automated device identification - Characterizing the behaviours of an interference source - Assessing the impact of an interference source - Determining the impact of transmitter proximity on interference. - Identifying signatures of common transmitters - Remote spectrum analysis with an AP

Certified Wireless Analysis Professional
Delivered in Internationally or OnlineFlexible Dates
£3,297

Rhino Introduction to Intermediate Training Course

By ATL Autocad Training London

Why Choose Rhino Introduction to Intermediate Training Course? Learn: 3D NURBS models. Master: Surfacing modeling. Interface: Rhino's navigation. Rendering Skills: Enhance presentations with Rhino renderings. Check our Website Flexible Scheduling: 1-on-1 training sessions according to your convenience. Choose any hour between 9 a.m. and 7 p.m., Mon to Sat. You can call us at 02077202581 to book over the phone. Duration: 10 hours. Methods: Personalized training either in-person, or live online. Introduction and Navigation Become acquainted with Rhino's interface, menus, and screen layout. Efficiently traverse through Rhino models, ensuring precision in 2D lines, polylines, and NURBS curves. Utilize modeling setup features, incorporating constraints like snap, ortho, and planar for accuracy. Leverage object snaps and Smart Track functionality to enhance precision. Solid and Surface Modeling Develop rapid 3D solids and surfaces, employing Rhino's organized layering system. Utilize coordinates and constraints for meticulous modeling, exploring 3D space and elevations. Create diverse shapes, such as rectangles, circles, arcs, ellipses, and polygon curves. Elevate models with Rhino render and render color, incorporating free-form curves, helix, and spiral curves. Efficiently handle model views with pan, zoom, and view management tools. Implement various editing commands for curve manipulation and transform curves into surfaces and solids. Utilize history tracking for advanced editing and execute general editing actions: move, copy, rotate, mirror, and scale. Create arrays with both polar and rectangular arrangements and employ boolean operations like union, difference, and intersection. Offset curves and surfaces effectively, ensuring meticulous detailing. Intermediate Edit and Surfacing Introduce key NURBS modeling concepts and terminologies. Edit curves and surfaces via control point manipulation and rebuild them for optimal refinement. Employ the nudge modeling aid for precise adjustments and generate deformable shapes. Create curves through projection techniques and split surfaces using curves and surfaces. Blend surfaces seamlessly, utilizing symmetry tools, lighting, and rendering effects. Convert intricate 3D objects into detailed 2D drawings, expertly crafting page layouts. Advanced Surfacing and Solid Modeling Construct model primitives and solid text, employing techniques such as pipe and extrusion. Modify solids efficiently using Boolean tools, expanding your surface modeling capabilities. Employ techniques like extrusion, lofting, and revolving for intricate surfaces. Create sweeps using 1 and 2 rail curves, mastering surface network techniques for complex shapes. Upon completion, you will: Master Rhino Tools: Navigate interfaces, utilize advanced tools for precise modeling, and employ features like object snaps and Smart Track. Expert Solid and Surface Modeling: Develop intricate 3D solids and surfaces, create diverse shapes, and use Rhino render effectively. Advanced Editing Skills: Apply intermediate and advanced editing techniques, including symmetry tools and realistic rendering. Precision Modeling: Utilize coordinates, constraints, and advanced aids for accurate detailing and problem-solving. Professional Project Execution: Create high-quality renderings, 2D drawings, and polished 3D models for real-world design scenarios. Upon completion, you'll be adept at 3D modeling, product design, and architecture, positioning you as a valuable asset in the design industry. Why Choose Our Rhino Courses? Rhino, also known as Rhinoceros, stands as a robust 3D computer graphics and computer-aided design software, utilized extensively in domains like architecture, industrial design, and multimedia. Our Rhino courses are meticulously crafted to empower you in mastering this software. Led by seasoned instructors, our courses provide a comprehensive understanding of Rhino, enabling you to create exceptional designs. Rhino 3D Training: Our Rhino 3D training caters to beginners and those seeking advanced techniques. Course Highlights: Precise 3D Modeling: Master free-form 3D NURBS models with precision. Advanced Functionality: Explore Rhino's features, including advanced surfacing commands. User Interface Mastery: Navigate Rhino's interface and hone skills in curves, surfaces, and solids. Expert Guidance: Acquire expertise in Rhino's modeling environment under expert guidance. Modeling Techniques: Learn free-form and precision modeling techniques. Modeling Aids: Utilize tools for accurate modeling and create basic Rhino renderings. Benefits of our Courses: Expert Guidance: Receive instruction from experienced architects and designers, providing practical, real-world insights for comprehensive learning. Comprehensive Resources: Access bespoke video tutorials for additional learning and reference, enhancing your understanding of the course materials. Digital Reference Material: Receive a digital reference book to support your revision efforts, providing a comprehensive resource for your studies. Ongoing Support: Enjoy free after-support through phone or email even after course completion, ensuring continuous assistance and guidance. Tailored Learning Experience: Customize your learning journey by adapting the syllabus and projects to align with your specific needs and interests, fostering a personalized educational experience. Certificate: Upon completion, earn a certificate from us, validating your achievement and recognizing your expertise in the field.

Rhino Introduction to Intermediate Training Course
Delivered in London or OnlineFlexible Dates
£348

InDesign Evening Classes

By ATL Autocad Training London

Who is this for? InDesign Evening Classes. Refine your Adobe InDesign skills with expert tutors. Master layout creation, typography, and image manipulation. Design captivating brochures, magazines, and more. Choose between in-person or live online sessions. Earn a Certificate of Completion and enjoy lifetime email support. Explore our complimentary trial session. Check our Website Duration: 10 hours Approach: 1-on-1 sessions with tailored content. Schedule: 1-on-1 sessions, available Mon to Sat from 9 am to 7 pm. Course Title: Mastering Adobe InDesign Course Duration: 10 Hours Session 1: Introduction to Adobe InDesign (1 hour) Overview of Adobe InDesign interface Understanding tools and panels Setting up new documents and document properties Basic navigation and shortcuts Session 2: Mastering Page Layouts (1.5 hours) Working with master pages Creating and managing text frames and image placeholders Managing multiple pages and spreads Using grids and guides for precise layouts Session 3: Typography and Text Formatting (1.5 hours) Working with fonts, styles, and text formatting options Understanding text threading and linking Advanced text composition techniques Utilizing paragraph and character styles for consistency Session 4: Advanced Image Manipulation (1.5 hours) Importing and manipulating images and graphics Understanding image resolution and color modes Working with clipping paths and transparency Applying image effects and filters Session 5: Interactive Documents and Digital Publishing (2 hours) Creating hyperlinks and interactive buttons Embedding multimedia elements (audio, video) in documents Exporting documents for digital platforms (eBooks, PDF forms) Introduction to responsive design for various devices Session 6: Advanced Techniques and Special Effects (1 hour) Utilizing advanced drawing tools and shapes Applying special effects like drop shadows, transparency, and blending modes Working with tables and charts Introduction to data merge for personalized content Session 7: Printing and Prepress (1 hour) Understanding print terminology and specifications Preflighting documents for print readiness Color management and preparing files for different printing processes Exporting files for professional printing Session 8: Project Work and Review (0.5 hour) Participants work on a practical project applying learned skills Instructor-guided project review and feedback Session 9: Tips, Tricks, and Best Practices (0.5 hour) Time-saving shortcuts and productivity hacks Best practices for efficient workflow and file management Troubleshooting common issues and errors Session 10: Q&A and Certification (0.5 hour) Addressing participant queries and concerns Certificate distribution and course completion celebration This comprehensive 10-hour course aims to equip participants with advanced skills in Adobe InDesign, covering essential aspects of design, typography, interactivity, and print preparation. Participants will engage in hands-on activities, projects, and discussions to reinforce their learning throughout the course. By the end of this 10-hour advanced InDesign course, you will: Gain a comprehensive understanding of InDesign's most powerful features and advanced techniques. Create sophisticated page layouts with eye-catching special effects for professional-level designs. Efficiently manage fonts, colors, and shapes to enhance the visual appeal of your documents. Develop interactive PDFs with navigation, page transitions, and embedded video for engaging presentations. Master the use of character styles, paragraph styles, and word styles to streamline text formatting. Utilize advanced object styles and anchored objects for efficient layout design. Work effectively with Adobe Stock, Photoshop, Illustrator, and other Creative Cloud applications for seamless integration. Create PDF forms and implement interactive button-triggered animations for interactive documents. Optimize workflow with keyboard shortcuts, scripts, and advanced preferences for a smoother design process. Learn valuable tips and best practices from industry experts to boost your productivity and efficiency. Enhance your mastery of InDesign through our advanced program, meticulously designed to hone your skills. Explore intricate page layouts and seamlessly integrate captivating special effects into your projects. Our seasoned Adobe trainers, renowned for their approachable teaching style, will guide you through InDesign's powerful features, sharing invaluable insights derived from years of practical experience. This interactive course provides ample opportunities for hands-on practice, ensuring your confidence in harnessing InDesign's diverse technical capabilities. Key Course Highlights: In-depth exploration of InDesign's advanced functionalities. Individualized attention, fostering open discussions and encouraging questions. Expert trainers, small class sizes, and a supportive and collaborative learning environment. Comprehensive learning materials and resources, all inclusive. Continuous support for any post-course inquiries or concerns, ensuring your ongoing success. Enhance your InDesign proficiency, crafting polished designs effortlessly. Elevate your skills with our advanced course, ensuring: Thorough coverage of InDesign's technical capabilities. Personalized attention and ample opportunity for questions. Supportive, knowledgeable trainers in a comfortable learning environment. Comprehensive materials and resources for your learning journey. Continued assistance for post-course queries and concerns. Download InDesign

InDesign Evening Classes
Delivered in London or OnlineFlexible Dates
£348

RYA Start Yachting

4.9(31)

By Torbay Sea School

Our 2 day weekend course is a fantastic introduction to sailing, designed to give a taste of sailing or allow you to practice skills in a relaxed environment. It is the perfect setting to find out if sailing is for you, as students are involved in all aspects of sailing the yacht, from basic knot tying to hoisting the sails and steering the boat. You will be taught basic skills and routines on board, whilst enjoying your first exposure to sailing. Price includes accommodation on board one of our yachts, all meals, fuel & mooring fees. Waterproof clothing loan available on request. Our current school boat is the modern 2017 Dufour 382, a fantastic boat to learn and develop your knowledge on; with her spacious deck layout,dual helm and on-deck plotter, she is easy to handle in close and open quarters. We pride ourselves on providing a comfortable, enjoyable sailing experience and guarantee all students their own cabin.   Facilities on-board include: • Dual helm • Heating • Fridge • Two toilets each with hot water and showers • Three cabins • Television and radio • Charging points for mobiles • On-deck chart plotter and radar   We carry out a deep clean before every course and provide fresh linen and towels. Operating along the picturesque South Devon coast, we venture to prime local cruising locations such as Torbay, Dartmouth, Salcombe and Plymouth. Marinas feature as a daily stop, providing time to reflect and partake in shore-side activities. Our aim is to provide safe fun on the water, allowing you to develop your skills and knowledge in a safe and friendly environment. We use a 3:1 students to instructor raitio, which allows our experienced RYA instructors to tailor courses to the various levels and needs on board, and deliver at a managable pace. Navigation is taught using traditional charting techniques along with electronic methods using E-Series Raymarine chart plotters and Radar. All course prices include accommodation on board, meals for the duration of the course, fuel and mooring fees, and the provision of fresh linen and towels.Waterproofs are available upon request.

RYA Start Yachting
Delivered In-PersonFlexible Dates
£375

3ds max Basic to Advance Training Course 1-2-1

By Real Animation Works

Face to Face training customised and bespoke. Live online or Face to Face.

3ds max Basic to Advance Training Course 1-2-1
Delivered in London or OnlineFlexible Dates
£1,600

AutoCAD 3D modeling course

By Real Animation Works

Autocad face to face training customised and bespoke.

AutoCAD 3D modeling course
Delivered in London or OnlineFlexible Dates
£650

Vectorworks Evening Training

By London Design Training Courses

Why choose Vectorworks Evening Training Course? Course Link. This course led by certified expert, this course offers flexibility for evening learning. Choose in-person or live online sessions to master Vectorworks in architecture, interior design, and landscaping. Enroll now even after business hours! Duration: 10 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. The Vectorworks course provides comprehensive training in computer-aided design (CAD) and Building Information Modeling (BIM) using the powerful Vectorworks software. This hands-on, instructor-led course covers 2D drafting, technical drawing, and 3D modeling, enabling participants to apply Vectorworks effectively in real-world projects. Key Features: Hands-on, instructor-led classroom training. Practical Vectorworks CAD projects for real-world application. Part-time evening or weekend options available. 1-2-1 Private learning experience. Module 1: Grasping CAD and Vectorworks Understanding the Role of CAD in Design Getting Acquainted with Vectorworks Software Module 2: Configuring Your Workspace Customizing Your Workspace Essential Options and Preferences Module 3: Mastering Foundational Drawing Skills Techniques for Drawing Object Selection Methods Module 4: Advanced Object Manipulation Merging Shapes Reflecting Objects Rotating Objects Grouping Elements Module 5: Precision Drawing and Scaling Techniques Working with Scale Setting Preferences for Accuracy Creating and Saving Templates Module 6: Achieving Accurate Object Placement Ensuring Drawing Precision Precise Object Movement Module 7: Advanced Editing Methods Utilizing Fillet Tool Applying Offset Function Module 8: Understanding Object Attributes and Groups Basic Attribute Management Editing Object Groups Module 9: Object Duplication Techniques Linear Duplicates Rectangular Duplicates Circular Duplicates Module 10: Crafting Room Plans Designing Walls Incorporating Windows and Doors Module 11: Development of Room Plans Methods for Room Plan Drawing Module 12: Exploring Additional Attributes Hatch Patterns Gradients Image Fills Module 13: Creating Elevation Drawings Elevation Drawing Techniques Effective Approaches Module 14: Importing Images for Graphic Use Graphic Illustration Integrating Images Module 15: Symbols and Resource Handling Symbol Creation Introduction to Resource Browser Module 16: Organizing Drawings Using Design Layers Optimizing Design Layer Utilization Module 17: Labeling Drawings and Title Blocks Drawing Labels Title Block Text Placement Module 18: Plotting and Printing Methods User Interface Navigation and Terminology Printing Approaches Module 19: Generating Drawing Sheets A1, A2, and A3 Sheet Formats Module 20: Utilizing Viewports Effectively Managing Multiple Views Module 21: Professional Model Presentation Techniques Paper Space Presentation Conversion to PDF Formats Module 22: File and Project Management Module 23: Object Display and Terminology Module 24: Objects and Data Management Module 25: Precise Object Placement Object Snapping Quick Selection Module 26: Dividing and Measuring Objects Module 27: Dimensioning and Annotations Module 28: Working with Text Elements Module 29: Customizing Tool Palettes Module 30: Organizing Tool Palettes Module 31: Efficient Tool Palette Usage Module 32: Standard Views and Drawing Techniques Module 33: Drawing Curved Shapes Arcs, Donuts, and Ellipses Drawing Module 34: Real-World Units and Measurements Module 35: Object Manipulation Adjusting Object Angles Module 36: File Handling and Management Saving, Exiting, and Opening Projects Module 37: Creating Mirrored Images Module 38: Introduction to 3D Modeling By the end of the Vectorworks Evening Training Course, participants will: Demonstrate proficiency in using the Vectorworks interface, tools, and navigation. Create and edit 2D drawings, including walls, doors, windows, floors, ceilings, stairs, and railings. Effectively manage layers, classes, and views for organized and controlled object placement. Create and edit dimensions and annotations for accurate measurements and documentation. Develop skills in creating, modifying, and utilizing symbols for increased efficiency. Generate and edit 3D geometry, apply textures, and create sections and elevations from 3D models. Create polished presentation drawings using viewports, annotations, and text for clarity. Summarize course content and confidently apply learned skills in Vectorworks projects. Utilize available resources for further learning and professional development.

Vectorworks Evening Training
Delivered in London or OnlineFlexible Dates
£300