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

45361 RES courses

55320 Programming with HTML, CSS, and JavaScript

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for students new to computer programming or experienced programmers who are new to client-side web development. Overview After completing this course, you will be able to: Describe the technologies involved in web development. Create HTML pages with links and images. Explain the benefits of CSS. Style HTML pages with CSS. Explain the concepts of objects, methods, and properties. Work with JavaScript variables. Create their own custom functions in JavaScript. Write flow control logic in JavaScript. Write JavaScript code that listens for and handles events, such as mouse clicks and page loads. Create forms with HTML and validate them with JavaScript. Use regular expressions in JavaScript for advanced form validation. This course is intended for IT professionals interested in becoming client-side web developers. who need to get a jump start on all three technologies. The course includes more than 30 exercises, providing a rapid hands-on introduction to the three major client-side languages: HTML, CSS, and JavaScript. Students should be prepared to cover a lot of ground quickly.This material updates and replaces course Microsoft course 20480 which was previously published under the title Programming in HTML5 with JavaScript and CSS3. Module 1: A Quick Overview of Web Development HTML is Part of a Team Client-side Programming Server-side Programming Web Development Technologies Module 2: Introduction to HTML Exercise: A Simple HTML Document Getting Started with a Simple HTML Document HTML Elements, Attributes, and Comments The HTML Skeleton Viewing the Page Source Special Characters HTML Elements and Special Characters History of HTML The lang Attribute Module 3: Paragraphs, Headings, and Text Paragraphs Heading Levels Breaks and Horizontal Rules Exercise: Paragraphs, Headings, and Text The div Tag Creating an HTML Page Quoted Text Preformatted Text Inline Semantic Elements Exercise: Adding Inline Elements Module 4: HTML Links Links Introduction Text Links Absolute vs. Relative Paths Targeting New Tabs Email Links Exercise: Adding Links Lorem Ipsum The title Attribute Linking to a Specific Location on the Page Targeting a Specific Location on the Page Module 5: HTML Images Inserting Images Image Links Adding Images to the Document Exercise: Adding Images to the Page Providing Alternative Images Module 6: HTML Lists Unordered Lists Ordered Lists Definition Lists Exercise: Creating Lists Module 7: Crash Course in CSS Benefits of Cascading Style Sheets CSS Rules Selectors Combinators Precedence of Selectors How Browsers Style Pages CSS Resets CSS Normalizers External Stylesheets, Embedded Stylesheets, and Inline Styles Exercise: Creating an External Stylesheet Exercise: Creating an Embedded Stylesheet Exercise: Adding Inline Styles div and span Exercise: Styling div and span Media Types Units of Measurement Inheritance Module 8: CSS Fonts font-family @font-face font-size font-style font-variant font-weight line-height font shorthand Exercise: Styling Fonts Module 9: Color and Opacity About Color and Opacity Color and Opacity Values Color Opacity Exercise: Adding Color and Opacity to Text Module 10: CSS Text letter-spacing text-align text-decoration text-indent text-shadow text-transform white-space word-break word-spacing Exercise: Text Properties Module 11: JavaScript Basics JavaScript vs. EcmaScript The HTML DOM JavaScript Syntax Accessing Elements Where Is JavaScript Code Written? JavaScript Objects, Methods, and Properties Exercise: Alerts, Writing, and Changing Background Color Module 12: Variables, Arrays, and Operators JavaScript Variables A Loosely Typed Language Google Chrome DevTools Storing User-Entered Data Exercise: Using Variables Constants Arrays Exercise: Working with Arrays Associative Arrays Playing with Array Methods JavaScript Operators The Modulus Operator Playing with Operators The Default Operator Exercise: Working with Operators Module 13: JavaScript Functions Global Objects and Functions Exercise: Working with Global Functions User-defined Functions Exercise: Writing a JavaScript Function Returning Values from Functions Module 14: Built-In JavaScript Objects Strings Math Date Helper Functions Exercise: Returning the Day of the Week as a String Module 15: Conditionals and Loops Conditionals Short-circuiting Switch / Case Ternary Operator Truthy and Falsy Exercise: Conditional Processing Loops while and do?while Loops for Loops break and continue Exercise: Working with Loops Array: forEach() Module 16: Event Handlers and Listeners On-event Handlers Exercise: Using On-event Handlers The addEventListener() Method Anonymous Functions Capturing Key Events Exercise: Adding Event Listeners Benefits of Event Listeners Timers Typing Test Module 17: The HTML Document Object Model CSS Selectors The innerHTML Property Nodes, NodeLists, and HTMLCollections Accessing Element Nodes Exercise: Accessing Elements Dot Notation and Square Bracket Notation Accessing Elements Hierarchically Exercise: Working with Hierarchical Elements Accessing Attributes Creating New Nodes Focusing on a Field Shopping List Application Exercise: Logging Exercise: Adding EventListeners Exercise: Adding Items to the List Exercise: Dynamically Adding Remove Buttons to the List Items Exercise: Removing List Items Exercise: Preventing Duplicates and Zero-length Product Names Manipulating Tables Module 18: HTML Forms How HTML Forms Work The form Element Form Elements Buttons Exercise: Creating a Registration Form Checkboxes Radio Buttons Exercise: Adding Checkboxes and Radio Buttons Fieldsets Select Menus Textareas Exercise: Adding a Select Menu and a Textarea HTML Forms and CSS Module 19: JavaScript Form Validation Server-side Form Validation HTML Form Validation Accessing Form Data Form Validation with JavaScript Exercise: Checking the Validity of the Email and URL Fields Checking Validity on Input and Submit Events Adding Error Messages Validating Textareas Validating Checkboxes Validating Radio Buttons Validating Select Menus Exercise: Validating the Ice Cream Order Form Giving the User a Chance Module 20: Regular Expressions Getting Started Regular Expression Syntax Backreferences Form Validation with Regular Expressions Cleaning Up Form Entries Exercise: Cleaning Up Form Entries A Slightly More Complex Example

55320 Programming with HTML, CSS, and JavaScript
Delivered OnlineFlexible Dates
Price on Enquiry

Linux Professional Institute Certification (LPIC) 101

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for System administrator Network administrator Technician DevOps Overview The Linux Professional Institute(LPI) is the go to certification body for vendor independent Linux certifications. This course covers fundamental Linuxskills such as file management and manipulation, text processing, command line use, package management,filesystems, hardware, and many more. Students will feel confident taking the LPI LPIC-1 101 exam with in classroomassessments and practice exams. This course prepares students to take the 101 exam of the LPI level 1 certification. Work on the Command Line LPI Objectives Covered Role of Command Shell Shells Gathering System Info Identifying the Shell Changing the Shell Shell Prompts Bash: Bourne-Again Shell Navigating the Filesystem Help from Commands and Documentation Getting Help Within the Graphical Desktop Getting Help with man & info Bash: Command Line History Bash: Command Editing Bash: Command Completion Shell and Environment Variables Key Environment Variables LAB TASKS Use Streams, Pipes, and Redirects LPI Objectives Covered File Redirection Piping Commands Together Filename Matching File Globbing and Wildcard Patterns Brace Expansion General Quoting Rules Nesting Commands Gotchas: Maximum Command Length LAB TASKS Manage File Permissions and Ownership LPI Objectives Covered Filesystem Hierarchy Standard Displaying Directory Contents Filesystem Structures Determining Disk Usage With df and du File Ownership Default Group Ownership File and Directory Permissions File Creation Permissions with umask Changing File Permissions SUID and SGID on files SGID and Sticky Bit on Directories User Private Group Scheme LAB TASKS Create, Delete, Find, and Display Files LPI Objectives Covered Directory Manipulation File Manipulation Deleting and Creating Files Physical Unix File Structure Filesystem Links File Extensions and Content Which and Type Where is Searching the Filesystem Alternate Search Method Manually Installed Shared Libraries LAB TASKS Work with Archives and Compression LPI Objectives Covered Archives with tar Archives with cpio The gzip Compression Utility The bzip2 Compression Utility The XZ Compression Utility The PKZIP Archiving/Compression format LAB TASKS Process Text Streams Using Filters LPI Objectives Covered Producing File Statistics The Streaming Editor Replacing Text Characters Text Sorting Duplicate Removal Utility Extracting Columns of Text Displaying Files Prepare Text for Display Previewing Files Displaying Binary Files Combining Files and Merging Text LAB TASKS Search Text Files Using Regular Expressions LPI Objectives Covered Searching Inside Files Regular Expression Overview Regular Expressions RE Character Classes Regex Quantifiers RE Parenthesis LAB TASKS Perform Basic File Editing Operations Using VI LPI Objectives Covered Text Editing vi and Vim Learning Vim Basic vi Intermediate vi LAB TASKS Create, Monitor, and Kill Processes LPI Objectives Covered What is a Process? Process Lifecycle Process States Viewing Processes Signals Tools to Send Signals Managing Processes Tuning Process Scheduling Job Control Overview Job Control Commands Nohup and Disown Uptime & w Persistent Shell Sessions with Screen Using screen Advanced Screen LAB TASKS Use RPM, YUM, and Debian Package Management LPI Objectives Covered Managing Software RPM Architecture Working With RPMs Querying and Verifying with RPM Installing Debian Packages Querying and Verifying with dpkg The alien Package Conversion Tool Managing Software Dependencies Using the Yum command yum downloader Configuring Yum The deselect & APT Frontends to dpkg Aptitude Configuring APT LAB TASKS Work with Partitions, Filesystem, and Disk Quotas LPI Objectives Covered Partition Considerations Logical Volume Management Filesystem Planning Partitioning Disks with fdisk & gdisk Resizing a GPT Partition with gdisk Partitioning Disks with parted Non-Interactive Disk Partitioning with sfdisk Filesystem Creation Filesystem Support Unix/Linux Filesystem Features Swap Selecting a Filesystem Filesystem Maintenance Mounting Filesystems Mounting Filesystems Managing an XFS Filesystem NFS SMB Filesystem Table (/etc/fstab) Configuring Disk Quotas Setting Quotas Viewing and Monitoring Quotas LAB TASKS Linux Boot Process LPI Objectives Covered Booting Linux on PCs GRUB 2 GRUB 2 Configuration GRUB Legacy Configuration Boot Parameters Uinit Linux Runlevels Aliases Systemd local-fs.target and sysinit.target Runlevel Implementation System Boot Method Overview Systemd System and Service Manager Modifying systemd services Systemd Targets Using systemd Shutdown and Reboot System Messaging Commands Controlling System Messaging LAB TASKS Determine and Configure Hardware Settings LPI Objectives Covered Managing Linux Device Files Hardware Discovery Tools Configuring New Hardware with hwinfo PC Architecture and Bus DMA & IRQ USB Devices USB Architecture Configuring Kernel Components and Modules Kernel Modules Handling Module Dependencies Configuring the Kernel via /proc/ LAB TASKS Linux Fundamentals Unix and its Design Principles FSF and GNU GPL ƒ?? General Public License The Linux Kernel Components of a Distribution Red Hat Linux Products SUSE Linux Products Debian Ubuntu Logging In got root? Switching User Contexts Gathering Login Session Info LAB TASKS Additional course details: Nexus Humans Linux Professional Institute Certification (LPIC) 101 training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Linux Professional Institute Certification (LPIC) 101 course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Linux Professional Institute Certification (LPIC) 101
Delivered OnlineFlexible Dates
Price on Enquiry

Insurance - Asset Liability Management under Solvency II

5.0(5)

By Finex Learning

Overview This is a 2 day course to learn ALM tools to achieve strong and market-resilient, actuarially-resilient Solvency 2 (S2) ratios at Group consolidated level and at key cash-remitting entities to ensure dividend stability. For those not fully familiar with Solvency 2, this course is best taken in conjunction with “Solvency 2” Who the course is for Capital management / ALM / risk management staff within insurance company Investors in insurance company securities – equity, subordinated bonds, insurance-linked securities Salespeople covering insurance companies Course Content To learn more about the day by day course content please request a brochure To learn more about schedule, pricing & delivery options, book a meeting with a course specialist now

Insurance - Asset Liability Management under Solvency II
Delivered in Internationally or OnlineFlexible Dates
Price on Enquiry

Fundamentals of UK Contract Law

5.0(6)

By Supply Chain Academy

This short course will aid contracting, procurement and sales professionals in understanding the essential principles of terms and conditions that are the vital components of any contract.

Fundamentals of UK Contract Law
Delivered in Upminster or UK Wide or OnlineFlexible Dates
Price on Enquiry

Fundamentals of Supply Chain

5.0(6)

By Supply Chain Academy

This foundational course will help all managers to better understand what a supply chain is and how their roles impact and interact with, their end-to-end supply chain process. PARTICIPANTS WILL LEARN HOW TO: • Understand the role of the supply chain within the wider business context • Become aware of the fundamental trade-offs in the supply chain (e.g. supply chain cost vs service level, efficiency vs flexibility etc.) • Understand the importance of supply chain planning and be able to identify its key components • Develop awareness of the key challenges in modern inventory management and distribution; become familiar with tested practices that allow responding to these challenges • Understand the meaning of essential supply chain terminology • Understand how supply chain performance affects company financial results COURSE TOPICS INCLUDE: • What is supply chain management? Why is it important? • The importance of cost versus service • Purchasing and procurement • Manufacturing processes • Demand management • Warehouse and inventory management • Logistics and transport • Risk management

Fundamentals of Supply Chain
Delivered in Upminster or UK Wide or OnlineFlexible Dates
Price on Enquiry

Distressed Debt Investing

5.0(5)

By Finex Learning

Overview This course covers distressed debt analysis and investing, focusing primarily on corporates but also including financial institutions and sovereign debt as special topics. The programme begins with the foundations of the distressed debt market, causes of and early warning signals, possible outcomes and how to evaluate the probability of outcomes in different scenarios. Restructuring is reviewed in detail, as well as estimation of sustainable debt levels, business valuation and the importance of capital and group structure. Differences between active control and passive non-control investments are highlighted, including stakeholder tactics and due diligence. Case studies cover a variety of companies across sectors and geographies, challenging delegates to make investment decisions on real distressed debt situations. Who the course is for Distressed debt investors, Loan portfolio managers and Private equity investors Hedge fund managers High yield credit analysts and Equity analysts High yield asset managers and Mergers and acquisitions bankers Debt capital markets/leveraged finance bankers Business turnaround/restructuring accountants/corporate finance professionals Lawyers Strategy consultants Course Content To learn more about the day by day course content please request a brochure To learn more about schedule, pricing & delivery options, book a meeting with a course specialist now

Distressed Debt Investing
Delivered in Internationally or OnlineFlexible Dates
Price on Enquiry

NPORS Crusher Training

5.0(3)

By Vally Plant Training

NPORS Crusher Training The aim of the NPORS Crusher Training is to provide theoretical and practical training for operators of Mobile Crushing equipment in the workplace. This Crusher training Course Or Test is carried out on your site using your own equipment. Please contact us for a competitive quote The Crusher Training Course is designed to provide candidates with the skills and knowledge required in order to operate a crusher safely and competently in the workplace. NPORS is an approved CSCS Partner Card Scheme, providing evidence that individuals working on construction sites have the appropriate Crusher training and qualifications for the Crusher Operation. Furthermore, training criteria is based on the approved standards of the Construction Leadership Council. Most major contractors should accept the NPORS Crusher card when presented on-site, which displays the silver CSCS logo. This NPORS crusher training meets the statutory requirements of the Health & Safety at Work Act 1974 and other relevant statutory provisions and Approved Codes of Practice. NPORS Crusher Test For Experienced Operators Book with Confidence at Vally Plant Training At Vally Plant Training, we guarantee unbeatable value with our Crusher Experienced Test Price Match Promise. When you choose us, you can book with confidence, knowing that we will not be beaten on price. If you find a lower price for the same NPORS Crusher Experienced Worker Test, we’ll match it—ensuring you receive top-quality training at the best possible rate. Click for our terms and conditions Your skills, our commitment—always at the best price. NPORS Crusher Test is for operators who have received some form of training in the past or alternatively has been operating Crusher for a number of years. If you are unsure if you qualify to go down the test route please contact us to discuss this in more detail. Discounts are available for multiple bookings There are two parts to the Crusher Test, a theory section comprised of 25 questions and a practical session operating the Crusher, revision notes are available when booking. Crusher Course Content Crushers are essential equipment in mining, quarrying, and construction industries, tasked with breaking down large rocks and materials into smaller, more manageable sizes. Operating mobile crushers requires specialised skills and knowledge to ensure safety, efficiency, and optimal performance. In this comprehensive course overview, we will explore the essential content covered in a crusher training course, designed to equip participants with the expertise needed to operate crushers safely and effectively in the workplace. 1. Introduction to Crushers: Overview of crusher types: jaw crushers, cone crushers, impact crushers, etc. Understanding the components and operating principles of crushers Different configurations and applications for specific tasks 2. Crusher Safety Procedures: Importance of safety in crusher operation Pre-operational checks and inspections Understanding crusher capacities and limitations Personal protective equipment (PPE) requirements Emergency procedures: shutdown, lockout/tagout, and evacuation protocols 3. Crusher Operation Basics: Starting, stopping, and controlling the crusher, including emergency stops Familiarisation with crusher controls: power source, conveyor belts, feeders, etc. Monitoring and adjusting crusher settings for optimal performance Understanding crusher dynamics: feed size, speed, and throughput 4. Material Handling and Crushing Techniques: Proper assessment of materials: hardness, size, and moisture content Loading and feeding materials into the crusher safely and efficiently Adjusting crusher settings for different material types and sizes Maximising crusher efficiency and product quality 5. Site Safety and Hazard Awareness: Identifying potential hazards in the crusher area Working safely around moving parts, conveyor belts, and rotating equipment Recognising environmental hazards: dust, noise, and vibration Understanding site-specific safety rules and regulations 6. Maintenance and Inspections: Importance of regular maintenance for crusher performance and reliability Daily, pre-shift, and post-shift inspection procedures Lubrication points and maintenance schedules Identifying and reporting mechanical issues and wear parts replacement 7. Practical Hands-On Crusher Training: Moving the crusher in reverse and forwards through obstructions Loading and feeding materials into the crusher using excavator and loading shovels Adjusting crusher settings and monitoring performance for efficiency Emergency response drills: simulated scenarios to test response and decision-making skills 8. Assessment and Certification: Written examination to assess theoretical knowledge Practical assessment of crusher operation skills Certification upon successful completion of the course Conclusion: A crusher training course equips participants with the essential knowledge, skills, and confidence to operate crushers safely and efficiently in various work environments. By covering topics such as safety procedures, operation techniques, material handling, site safety awareness, best maintenance practices, and practical hands-on training, participants can enhance their proficiency and contribute to a safer and more productive workplace. Whether you’re a novice operator or an experienced professional, investing in crusher training with Vally Plant Training is essential for ensuring compliance, reducing risks, and maximising productivity in crushing operations. Frequently Asked Questions About Crusher Training What is Crusher Training, and why is it necessary? Crusher Training provides individuals with the skills and knowledge required to safely and effectively operate crushers, heavy machinery used in mining, construction, and recycling industries. It’s essential for ensuring operator safety, maximising productivity, and preventing accidents on job sites. Who should undergo Crusher Training? Crusher Training is essential for anyone involved in operating or working around crushers, including quarry workers, machine operators, maintenance personnel, and site supervisors. Proper training ensures that individuals understand equipment operation procedures and safety protocols. What topics are covered in Crusher Training programs? Crusher Training programs cover a range of topics, as above, including equipment familiarisation, safety precautions, preventive maintenance, operational techniques, troubleshooting, and emergency procedures. Participants learn how to operate crushers efficiently while prioritising safety and minimising risks. How long does Crusher Training take? The duration of Crusher Training programs varies depending on factors such as the complexity of the equipment and the depth of the curriculum. Basic training courses may last a couple of days, while more comprehensive programs could extend over 1 week to cover advanced concepts and practical applications. Is Crusher Training mandatory in certain industries? While Crusher Training may not be legally mandated in all areas, many employers in the mining, construction, and recycling industries require operators to undergo training as part of their occupational health and safety policies. Compliance with training requirements helps prevent accidents and ensures regulatory compliance along with productivity. Where can I find reputable Crusher Training courses? Reputable Crusher Training courses are offered by various institutions, including industry associations, equipment manufacturers, and specialised training providers like Vally Plant Training. It’s important to choose a program that offers accredited certification and covers relevant industry standards and best practices. Crusher Courses Available 7 days a week to suit your business requirements. VPT have a team of friendly and approachable Crusher instructors, who have a wealth of knowledge of crushers and the construction industry We have our own training centre conveniently located close to the M5 junction 9, In Tewkesbury. With its own purpose-built practical training area to simulate an actual working environment, however, Crusher Training can only be conducted on your sites Our Crusher course and test packages are priced to be competitive. Discounts are available for multiple bookings We can send a fully qualified NPORS Crusher Tester to your site nationwide, to reduce the amount of time away from work and complete the crusher test Our more courses: Polish your abilities with our dedicated Lift Supervision Training, Slinger Signaller Training, Telehandler Training, Cat & Genny Training, Plant Loader Securer, Ride-On Road Roller, Abrasive Wheel Training, Lorry Loader Training and Scissor Lift Training sessions. Learn the safe and effective operation of these vital machines, crucial for construction and maintenance tasks. Elevate your skills and career prospects by enrolling in our comprehensive courses today.

NPORS Crusher Training
Delivered In-Person in Tewkesbury or UK WideFlexible Dates
Price on Enquiry

Professional Perspectives: Richard Hewitt

4.4(67)

By Central Film School

Date: Thursday 28th September Time: 4pm Location: Studio A - Landor Road Event Details: Richard Hewitt is a film producer, who has previously worked in the industry as a 1st AD and Production Manager over the last few decades. He has kindly agreed to visit CFS to discuss hiss experiences in these roles, whilst shining a light on the different types of producers and their responsibilities. He has produced many well known and respected movies, including: - Bohemian Rhapsody - The Theory of Everything - Never Let Me Go - The Aeronauts The session will wrap with a wider Q+A session at the end. This is a free event that all students are welcome to attend. Be sure to book tickets in advance though so that you don't miss out!

Professional Perspectives: Richard Hewitt
Delivered In-PersonJoin Waitlist
FREE

Introduction to MongoDB for Developers (TTDB4683)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This introductory-level course is for experienced application developers new to MongoDB. Overview This course is approximately 50% hands-on lab to lecture ratio, combining engaging expert lessons, demos and group discussions with real-world, skills-focused machine-based labs and exercises. Working in a hands-on learning environment, guided by our expert team, you'll explore: Storage Basics MongoDB Document Model MongoDB Setup CRUD: Basics through Advanced Concepts Performance: Basics through Advanced Concepts Aggregation: Basics through Advanced Concepts Replication: Basics through Advanced Concepts Sharding: Basics through Advanced Concepts Schema Design Security Basics, Authentication & Authorization Application Development and Drivers Geared for experienced developers, Introduction to MongoDB for Developers is a comprehensive course that provides you with hands-on experience with the MongoDB query language, aggregation framework, data modeling, indexes, drivers, basic performance tuning, high availability and scaling. Throughout the course, you?ll explore the MongoDB Atlas database environment in detail, gaining job-ready skills you can put right to work after class. Storage Basics What is a Storage Engine? WiredTiger Storage Engine In-Memory Storage Engine Encrypted Storage Engine MongoDB Document Model JSON and BSON MongoDB Data Types MongoDB Setup Atlas Setup / Local MongoDB Setup CRUD Basics Insert Command Find Command Query Operators Remove Command Updating Documents CRUD Advanced Bulk Writes Retryable Writes Find and Modify Transactions Performance Basics Indexes Aggregation Basics Aggregation Pipeline Concepts Aggregation Pipeline Stages Aggregation Pipeline Expressions Aggregation Advanced $lookup stage $graphLookup stage $expr operator Faceted Search Type Conversions Advanced Expression Operators Date Expression Operators Expression Variables Aggregation Pipeline Optimizations Aggregation in a Sharded Cluster Replication Basics MongoDB Replica Sets Replica Set Use Cases Replication Mechanics Replication Advanced Using Write Concern to Tune Durability Semantics Using Read Concern to Tune Read Isolation Using Read Preference Replica Set Tag Sets Sharding Basics Sharding Concepts When to Shard What is a Shard Key? Zoned Sharding / MongoDB Atlas Global Clusters Sharding Advanced Components of a Sharded Cluster Sharding Mechanics Choosing a Good Shard Key Schema Design Schema Design Core Concepts Common Patterns Security Basics Authentication & Authorization Network Encryption Encryption at Rest Auditing

Introduction to MongoDB for Developers (TTDB4683)
Delivered OnlineFlexible Dates
Price on Enquiry

Articulate Storyline 360

By Nexus Human

Duration 2 Days 12 CPD hours Whether you are already an instructional designer or just looking to get into the world of developing eLearning courses, this two-day course covers the full feature set of Articulate Storyline 360 and uses real world exercises to create projects from scratch. The course will include how to add interactivity to your slides via buttons, triggers, text entry areas, and hotspots. You'll also learn how to create quizzes, and how to publish your eLearning projects for the widest possible audience. The class will also explore Articulate Storyline's advance techniques and methods on Themes & Templates, Custom Navigation, Gamification, Advanced Quizzing, Accessibility and Reporting, and more. Exploring Articulate Storyline Explore a Finished Storyline Project Explore Slides and Panels Zoom and Magnify Explore Panels Preview the Entire Project Creating Projects Create a New Project Apply a Theme Apply a Content Master Slide Insert New Slides Create a New Content Master Slide Apply a Different Master Slide Layout to a Slide Import Content From PowerPoint Adding Content Create and Format a Text Box Work with a List Add an Image to a Slide Add a Shape to a Slide Customize a Shape Insert a Character Insert a Caption Interactivity Add Buttons to Slides Change Button States Create Layers Insert a Text Entry Field Triggers and Hotspots Delete Default Triggers Add a Trigger to a Button Hide Player Buttons Add Triggers to Layers Add a Hide Layer Trigger Add a Slide Trigger Add a Conditional Trigger Edit a Trigger Add a Hotspot and Lightbox Trigger Variables Manage a Variable Reference a Variable Create a Variable Manipulate a Variable with a Trigger Create a True/False Variable Create a Trigger to Change a True/False Variable Add a Condition to an Existing Trigger Play Audio with a Conditional Trigger Add a Condition to a Button Audio, Animation and Video Add Voiceover Audio to a Slide Change Slide Audio Edit Slide Audio Add Silence Record Voiceover Audio Control Object Timing Animate an Object Control Animation Options Insert Video Delay Object Start Times Trim Video Animate a Video Add a Slide Transition Quizzes Insert a Multiple Choice Slide Insert a Matching Drag-and-Drop Slide Insert a Freeform Drag and Drop Quiz Slide Insert a Quiz Result Slide

Articulate Storyline 360
Delivered OnlineFlexible Dates
Price on Enquiry