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

19389 Basic courses

Wireshark Certified Network Analyst

5.0(3)

By Systems & Network Training

WCNA training course description Wireshark is a free network protocol analyser. This hands-on course provides a comprehensive tour of using Wireshark to troubleshoot networks. The course concentrates on the information needed in order to pass the WCNA exam. Students will gain the most from this course only if they already have a sound knowledge of the TCP/IP protocols. What will you learn Analyse packets and protocols in detail. Troubleshoot networks using Wireshark. Find performance problems using Wireshark. Perform network forensics. WCNA training course details Who will benefit: Technical staff looking after networks. Prerequisites: TCP/IP Foundation for engineers Duration 5 days WCNA training course contents What is Wireshark? Network analysis, troubleshooting, network traffic flows. Hands on Download/install Wireshark. Wireshark introduction Capturing packets, libpcap, winpcap, airpcap. Dissectors and plugins. The menus. Right click. Hands on Using Wireshark. Capturing traffic Wireshark and switches and routers. Remote traffic capture. Hands on Capturing packets. Capture filters Applying, identifiers, qualifiers, protocols, addresses, byte values. File sets, ring buffers. Hands on Capture filters. Preferences Configuration folders. Global and personal configurations. Capture preferences, name resolution, protocol settings. Colouring traffic. Profiles. Hands on Customising Wireshark. Time Packet time, timestamps, packet arrival times, delays, traffic rates, packets sizes, overall bytes. Hands on Measuring high latency. Trace file statistics Protocols and applications, conversations, packet lengths, destinations, protocol usages, strams, flows. Hands on Wireshark statistics. Display filters Applying, clearing, expressions, right click, conversations, endpoints, protocols, combining filters, specific bytes, regex filters. Hands on Display traffic. Streams Traffic reassembly, UDP and TCP conversations, SSL. Hands on Recreating streams. Saving Filtered, marked and ranges. Hands on Export. TCP/IP Analysis The expert system. DNS, ARP, IPv4, IPv6, ICMP, UDP, TCP. Hands on Analysing traffic. IO rates and trends Basic graphs, Advanced IO graphs. Round Trip Time, throughput rates. Hands on Graphs. Application analysis DHCP, HTTP, FTP, SMTP. Hands on Analysing application traffic. WiFi Signal strength and interference, monitor mode and promiscuous mode. Data, management and control frames. Hands on WLAN traffic. VoIP Call flows, Jitter, packet loss. RTP, SIP. Hands on Playing back calls. Performance problems Baselining. High latency, arrival times, delta times. Hands on Identifying poor performance. Network forensics Host vs network forensics, unusual traffic patterns, detecting scans and sweeps, suspect traffic. Hands on Signatures. Command line tools Tshark, capinfos, editcap, mergecap, text2pcap, dumpcap. Hands on Command tools.

Wireshark Certified Network Analyst
Delivered in Internationally or OnlineFlexible Dates
£3,697

Living Willow Garden Sculpture, at Thorngrove Garden Centre in Gillingham

By Green Spiral Willow

Stunning living willow garden sculpture no experience necessary just a day of fun and creativity

Living Willow Garden Sculpture, at Thorngrove Garden Centre in Gillingham
Delivered In-Person in Gillingham
£55

Figma Basics

By Bunnyfoot

Course description Figma is an industry leading web-based design tool that allows you to create user interfaces for any screen type or size, collaborate on those designs in real-time and build interactive prototypes suitable for user testing. Figma is a visual design tool so there’s no coding involved. Design is achieved by adding, combining and styling shapes, text and images on a canvas or ‘Frame’.  We run 2 consecutive Figma training days, the second day building on the practical activities from the first.  You can attend just the first day. Attending just the second day is only recommended if you’re already very comfortable with the Figma interface.  Day 1: Basic Figma design and collaboration For beginners with no prior experience with Figma who want to understand the basics, be able to create their own designs, share, collaborate and even iterate on the designs of others. You will learn: How to navigate the Figma interface. How to create your own designs by: Setting up a design file. Setting up the screen type you want to design and add grids and guides. Adding and modifying basic shapes and text to create user interface elements. How to save text and colour styles for reuse. How to create reusable components. How to use the ‘auto layout’ feature to promote tidy, consistent and usable design. How to collaborate on designs by sharing screens and commenting on designs. A brief introduction to prototyping: What’s possible. What’s not. Day 2: Component variants, design systems and prototyping  This session will cover the more sophisticated aspects of Figma use such as: How to use component variants to create: Interaction styles such as hover and mouse down states ‘Flavours’ of a widget such as primary and secondary button styles. Toggleable elements within a widget such as buttons or bullets within a product card. How to turn a collection of components into a basic design system. Prototyping fundamentals: How to make journeys clickable. How to introduce animations. Tips and tricks for effective user testing. The limitations of Figma prototyping Is it for you? With no experience of Figma necessary, this course is suitable if: If you’re involved with creating or curating digital experiences. if you want to turn your design ideas into something tangible. If you work with Figma designers and want to understand the ‘art of the possible’. If you want to collaborate with your team on Figma projects. Learning objectives After completing day 1 you will be able to: Understand the Figma user interface. Create mobile and desktop interface designs. Effectively collaborate remotely. Share designs and gather feedback. Use auto layout to promote consistent and usable designs. Understand Figma’s role in user experience design, and its limitations. After day 2 you will be able to: Understand how design systems are set up and used. Create component variants for use in your own design system. Use that design system to efficiently create a user journey. Create a prototype suitable for user testing.

Figma Basics
Delivered OnlineFlexible Dates
£1,190

Preparing to Teach

By Marell Consulting Limited

This session is for those who find themselves teaching even though they have not gone through teacher training. It is designed to give you the basic tools you need to begin delivering to ensure that learning takes place.

Preparing to Teach
Delivered in Birmingham or UK Wide or OnlineFlexible Dates
£497

Complete ADO.NET for developers

5.0(3)

By Systems & Network Training

ADO.NET training course description This ADO.net training course is designed to enable developers to use the toolset provided with.NET for data access including ADO.net objects, data controls, designers and interoperability with earlier ADO objects. The course is applicable for those using C# or VB.NET with ADO.NET What will you learn Retrieve and manipulate data using Microsoft's ADO.NET library. Work with the ADO.NET object model. Update data, including handling stored procedures, parameters, and return value. Search, sort and filter data. Leverage the power of XML. ADO.NET training course details Who will benefit: Programmers working with ADO.Net. Prerequisites: Effective programming with VB.NET or Concise introduction to C# Duration 2 days ADO.NET training course contents Introducing ADO.Net Traditional Data Access Architecture. ADO.Net Disconnected Data Access Architecture. Different components of ADO.Net. A review of basic SQL queries SQL SELECT Statement. SQL INSERT Statement. SQL UPDATE Statement. SQL DELETE Statement. Common data access tasks with ADO.Net Accessing Data using ADO.Net. Defining the connection string. Defining a Connection. Defining the command or command string. Defining the Data Adapter. Creating and filling the DataSet. A Demonstration Application The Interface. Loading the table. Filling the controls on the Form. Navigating through the records. Updating Data Steps for updating the table. Building the Application. Loading the table and displaying data in the form's controls. Initialising Commands. Adding Parameters to the commands. The ToggleControls() method of our application. Editing (or Updating) Records. Event Handler for the Save Button. Event Handler for the Cancel Button. Inserting Records. Deleting a Record. Using Stored Procedures Sample Stored Procedures. UPDATE Stored Procedure. INSERT Stored Procedure. DELETE Stored Procedure. SELECT Stored Procedure. Using Stored Procedures with ADO.Net.

Complete ADO.NET for developers
Delivered in Internationally or OnlineFlexible Dates
£2,477

BLS & Safe Use of an AED (Private Course)

5.0(50)

By Pochat Training

QA Level 2 Award In Basic Life Support And Safe Use Of An Automated External Defibrillator (RQF) Half day course This course provides candidates with the skills needed to administer safe, prompt and effective basic life support and use an AED Also available as a bolt-on to other courses Course Contents: The Chain of Survival Primary Survey Managing an Unresponsive Casualty Recovery Position CPR Safety Barriers CPR Safe Use of an AED (Automated External Defibrillator) AED Practical Benefits of this course: Sudden cardiac arrest is one of the UK’s biggest killers With an estimated 60,000 out of hospital cardiac arrests occurring every year in the UK alone, make sure you are prepared! Following a cardiac arrest, every minute without CPR and defibrillation reduces a casualty’s chance of survival by 10% Most of the British public are unaware of the life-saving difference they can make by performing CPR and defibrillation AEDs are easy to use and save lives This Basic Life Support and Safe Use of an Automated External Defibrillator qualification has been designed to provide candidates with the skills needed to administer safe, prompt and effective basic life support and use an AED safely in emergency situations Accredited, Ofqual regulated qualification: Our Basic Life Support and Safe Use of an Automated External Defibrillator training course is a nationally recognised, Ofqual regulated qualification accredited by Qualsafe Awards.This means that you can be rest assured that your Basic Life Support and Safe Use of anAED Certificate fulfils the legal requirements. It is a very good way to make sure you and your employees are trained in how to use an AED safely.The Ofqual Register number for this course is 603/2402/8 This page is here if you'd like us to run this course for you and your people, at our venue or yours (within 45 minute drive from Chesterfield, Derbyshire). If you'd like us to run this course for you and you're further away, please contact us direct for a quote.   If, instead, you're interested in an open/public course, please go here.

BLS & Safe Use of an AED (Private Course)
Delivered In-PersonFlexible Dates
£275

Essential CPRI

5.0(3)

By Systems & Network Training

CPRI training course description This course is designed to give the delegate a technical overview of the CPRI protocols and link setup. We will explain the industry cooperation to define the key internal interface between the radio equipment control (REC) and the radio equipment (RE). Also explained will be the SAP that the CPRI link supports for IQ Interface, frame synchronisation, link control and management and the master and slave ports. We will investigate the CPRI block diagram and together with the data formats and sample mapping solutions. The CPRI frame hierarchy and hyperframe construction will be detailed during this three day overview course. What will you learn Explain the CPRI Block diagram. Understand hyperframing capabilities. Explain the CPRI frame format. Understand how the synchronisation is compliant with 3GPP & WiMAX requirements. Understand the two electrical characteristics of CPRI standard. Understand the CPRI standards structure. Understand the CPRI system & Interface definitions. List the four standard bit rates of the CPRI specification. Understand the CPRI Protocol stacks. CPRI training course details Who will benefit: Anyone looking for a technical overview of the CPRI protocols and link set up. Prerequisites: None. Duration 3 days CPRI training course contents System Description Subsystems. Nodes. Protocol layers. Protocol data planes. User data planes. Antenna carriers. Service Access Points (SAP). Link. Passive Link. Hop. Multi-hop Connection. Logical Connection. Master Port & Slave Port. System Architecture Basic System Architecture & Common Public Radio Interface Definition. System Architecture with a link between Res. Reference configurations: Chain topology, Tree topology, Ring topology. RECs & REs in both chain & tree topology Functional description Radio Functionality. Functional Decomposition between REC and RE: For UTRA FDD, For WiMAX & E-UTRA, For GSM. CPRI Control Functionality. Interface Baseline Interface Specification. Protocol Overview. IQ Data. Synchronisation. L1 Inband Protocol. C & M Data. Protocol Extensions. Vendor Specific Information. Physical Layer Specifications Line Bit Rate. Physical Layer Modes. Electrical Interface. Optical Interface. Line Coding. Bit Error Correction/Detection. Frame Structure. Mapping Methods. Container Blocks. Hyperframes. GSM, UMTS & WiMAX Timing. Link Delay Accuracy & Cable Delay Calibration. Link Maintenance Data Link Layer (Layer 2) Specification Layer 2 Framing for Fast & Slow C & M Channels. Medium Access Control/Data Mapping. Flow Control. Start-up Sequence General. Layer 1 Start-up Timer. State Description. Transition Description. Interoperability Reserved Bandwidth. Version Numbers. Supplementary Specification Details Delay Calibration Example. Reference Test Points. List of Abbreviations & Gloss

Essential CPRI
Delivered in Internationally or OnlineFlexible Dates
£3,497

C10M01 - FD&FA Advanced Design - BS 5839-1 (classroom)

5.0(1)

By Ember Compliance

Learners will develop knowledge from the FD&FA foundation courses (C01 modules 1 and 2) and/or industry experience with specific regard to more complex system design considerations.

C10M01 - FD&FA Advanced Design - BS 5839-1 (classroom)
Delivered In-Person in Broxburn + more
£230

3ds Max Basics Training Course

By ATL Autocad Training London

Who is this course for? 3ds Max Basics Training Course. This course is designed for beginners and enthusiasts looking to learn the fundamentals of 3ds Max. Whether you're a budding 3D artist, designer, or hobbyist, this training course provides a comprehensive introduction to the basics of 3ds Max. Click here for more info: Website Duration: 10 hrs Method: 1-on-1 and 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. Course Outline: 3D Modeling and Animation with 3ds Max I. Introduction to 3ds Max - Course overview and objectives - Navigating the user interface - Basic settings and preferences II. Creating 3D Objects - Building simple shapes with primitive objects - Craft complex designs using Editable Poly - Enhancing objects with modifiers - Applying materials and textures for realistic effects III. Lighting Techniques - Illuminating scenes with different light sources - Exploring various types of lighting - Adjusting light properties for desired effects - Casting shadows to enhance realism IV. Camera Control - Creating and configuring camera views - Fine-tuning camera settings for optimal shots - Animating cameras for dynamic scenes V. Animation Fundamentals - Mastering keyframe animation techniques - Utilizing the time slider and track view - Animating object transformations - Adding movement to materials and textures VI. Rendering Process - Configuring render settings for high-quality output - Selecting appropriate output formats - Streamlining rendering with batch processing - Enhancing final renders with post-processing effects VII. Project-Based Learning - Applying acquired skills to complete a final project - Exercising creativity and problem-solving abilities - Integrating modeling, animation, lighting, and rendering into the project In-Depth Course Outline: 1. Modeling - Edit Poly Modeling: Extrude, Chamfer, Cut, and Slices - Symmetry Mirror Modeling - Designing a Table and Chair - Creating a Basic House Model - Working with Lines and Shapes - Importing Plans from AutoCAD/Vectorworks - Crafting Interior Spaces - Adding Doors, Windows, Railings, and Trees - Implementing Stairs 2. Modifiers - Exploring Compound Objects - Utilizing Connect, Scatter, Pro Boolean, Loft, and Terrain Modifiers - Manipulating Bend, Taper, Twist, Stretch, Skew, FFD, Wave, Ripple, and Lattice - Employing the Lathe Modifier for Curved Objects 3. 3ds Max Basic Lights - Mastering Omni, Spot, and Direct Lights for Illumination 4. 3ds Max Camera - Understanding Free and Target Cameras for Optimal Shots 5. Texturing and Rendering - Applying Diffuse and Bump Mapping Techniques - Integrating Environment and Background Images - Configuring Render Settings for High-Quality Images - Lighting and Rendering Scenes in 3ds Max Upon completing our 3ds Max Basic Training Course, participants will: Master Fundamental 3D Modeling: Acquire proficiency in basic 3D modeling techniques, including object creation and manipulation. Texturing and Material Application: Learn the art of texturing and applying materials to 3D models for realistic rendering. Essential Lighting and Rendering Skills: Understand fundamental lighting principles and rendering techniques to create visually appealing scenes. Basic Animation Knowledge: Grasp the basics of animation, including keyframe animation and movement principles. Scene Composition and Camera Setup: Learn how to compose scenes effectively and set up cameras for different perspectives. Recommended Resources: Official Autodesk Documentation: Explore Autodesk's official website for 3ds Max documentation, including tutorials, user guides, and forums for troubleshooting. Books: Consider essential reads like '3ds Max For Dummies' by Kelly L. Murdock or '3ds Max 2022 Essentials' by Randi L. Derakhshani and Dariush Derakhshani for detailed guides on mastering the software. By utilizing these resources, participants can further enhance their 3ds Max skills and stay updated with the latest industry trends and techniques." Skills Acquired: Fundamental 3D Modeling Techniques in 3ds Max Texturing and Material Application Skills Lighting and Rendering Fundamentals Animation Basics and Keyframe Animation Introduction to Scene Composition and Camera Setup Career Opportunities: Entry-Level 3D Modeler Junior 3D Animator Texturing and Lighting Assistant CAD Designer in Architectural Firms Product Visualization Artist in Marketing Agencies Upon completing our 3ds Max Basic Training Course, students will acquire foundational 3D modeling and animation skills, opening doors to entry-level positions in various industries, including animation studios, architectural firms, and marketing agencies." Step into Personalized Learning with Us! Why Choose Us? Our Exclusive Benefits: Tailored One-on-One Training: Experience personalized coaching from skilled architects and designers, either face-to-face at (SW96DE) or via live online sessions. Sessions are available Monday to Saturday, 9 am to 7 pm. Customized Tutorials: Take home unique video tutorials crafted to elevate your learning experience. Comprehensive Learning Resources: Access a digital reference book for thorough revision, ensuring you grasp every concept effectively. Free Ongoing Support: Enjoy continuous post-course assistance via phone or email, ensuring your success extends beyond the class. Flexible Syllabus: We adapt syllabus and projects to match your specific needs, ensuring you learn exactly what matters most to you. Official Certificate: Certificate upon completing the course. Why Us? Personalized Learning Support: Our courses, ranging from 10 hours to 120 hrs Diploma training Courses, provide unwavering support at every stage. With personalized homework assignments and free after-course assistance, we pave the way to mastering software with unparalleled guidance. Individual Attention, No Crowded Classrooms: Bid farewell to overcrowded classrooms. Experience the intimacy of one-on-one learning. This ensures you receive the undivided attention you deserve, creating a confident and comfortable learning environment. Financial Flexibility: Embarking on your educational journey shouldn't be a financial burden. We offer a range of payment plans tailored to your needs. Explore the available options and embark on your learning adventure today. Expert Instructors, Real-world Expertise: Our instructors are meticulously chosen experts, renowned for their extensive industry knowledge and passion for teaching. They are dedicated to imparting invaluable skills to anyone eager to learn. Download 3ds max. Autodesk Download a free 30 day trial of 3ds Max

3ds Max Basics Training Course
Delivered in London or OnlineFlexible Dates
£396

Basic Life Support Train the Trainer

4.9(1007)

By Caring For Care

Recovery position Bleeding – causes, control measures and risk limitation Shock CPR Demonstration and practice D.R.S.A.B.C. Unconsciousness/ Recovery position Bleeding – causes, control measures and risk limitation Shock CPR Demonstration and practice D.R.S.A.B.C. Unconsciousness/head injuries Choking – responding effectively and practical demonstration

Basic Life Support Train the Trainer
Delivered In-PersonFlexible Dates
£450