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

5475 Software courses in Liverpool delivered Online

Microsoft Project Introduction (live online classes)

By Microsoft Office Training

Course Objectives At the end of this course you will be able to: Identify the components of the Microsoft Project environment Create a new project plan Create the project schedule Use different views to analyse the project plan Create, allocate and manage resources in a project plan Finalise a project plan Track progress View and report project plan information ' 1 year email support service Customer Feedback Very good course. Learnt a lot. Looking forward to the next level. Alexandra - CIAL ' 1 year email support service Take a closer look at the consistent excellent feedback from our growing 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. Introduction to Microsoft Project Recap on project management concepts Project environment overview The 3 databases: Tasks, Resources and Assignments Different ways of displaying the Project Plan Access Help Creating a Project Plan Create a New Project Plan Project Information Create and apply the project calendar Defining recurring exceptions to the calendar Defining the calendar's work weeks Create the Summary tasks Create the Work Breakdown Structure Task creation and scheduling Exploring the Entry Table and its fields Task editing and the Task Information window Task Durations Defining Milestones Manual Scheduling vs Automatic Scheduling Changing the Task's Calendar Create a split in a Task Create Task Relationships Adding Lag or Lead to a Relationship Identifying the Critical Path Adding Constraints and Deadlines to Tasks Create Recurring Activities Adding Notes and links to Tasks Managing Resources Exploring the Entry Table and its fields Resource editing and the Resource Information window Resource Types Fixed Costs vs Variable Costs Adding Resource Costs Defining when costs accrue Changing the Resource Calendar and Availability Project calendar vs Resource and Task Calendar Assigning Resources to Tasks Effort Driven Scheduling Resolving Resource Overallocation Tracking the Project Progress Setting a Project Baseline Entering Actuals Different ways of viewing the Progress Checking if the Project is on track Viewing and Reporting Project Detail Adding Tasks to the Timeline and sharing it Modifying the Timescale and Zoom level Formatting the Gantt View Filtering and Grouping Tasks Print and Troubleshoot the Gantt View Using built-in Reports in Microsoft Project Who is this course for? Who is this course for? This course is designed for a person who has an understanding of project management concepts, who is responsible for creating and modifying project plans, and who needs a tool to manage these project plans. Requirements Requirements General knowledge of the Windows OS Career path Career path Microsoft Office know-how can instantly increase your job prospects as well as your salary. 80 percent of job openings require spreadsheet and word-processing software skills

Microsoft Project Introduction (live online classes)
Delivered OnlineFlexible Dates
£275

Kotlin Programming: Android Coding Bible

4.5(3)

By Studyhub UK

Embark on a journey into the world of Android app development with our comprehensive Kotlin Programming: Android Coding Bible course. This in-depth training will equip you with the knowledge and skills to master Kotlin, a modern and powerful programming language specifically designed for Android development. Whether you're a complete beginner or an experienced programmer seeking to expand your skillset, this course will guide you through the fundamentals of Kotlin, covering topics such as syntax, data types, variables, operators, control flow statements, functions, error handling, and null safety. You'll gain a solid understanding of object-oriented programming principles and learn how to effectively utilize collections to manage and process data. Learning Outcomes Master the fundamentals of Kotlin programming language for Android development Gain a thorough understanding of syntax, data types, variables, operators, and control flow statements Learn how to create and utilize functions to structure and modularize code Effectively handle errors and exceptions to ensure robust and reliable applications Implement null safety mechanisms to prevent NullPointerExceptions and enhance code stability. Why choose this Kotlin Programming: Android Coding Bible course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Kotlin Programming: Android Coding Bible course for? Aspiring Android developers seeking to master Kotlin programming language Individuals with prior programming experience looking to transition to Android development Software engineers aiming to expand their skillset with Kotlin and Android development expertise Students of computer science or related fields interested in learning Android app development Enthusiasts passionate about creating mobile applications for the Android platform. Career path Android Developer (£35,000 - £55,000) Senior Android Developer (£45,000 - £65,000) Android App Architect (£55,000 - £75,000) Mobile Application Developer (£30,000 - £50,000) Software Engineer (£40,000 - £60,000) Full-Stack Developer (£45,000 - £65,000) Prerequisites This Kotlin Programming: Android Coding Bible does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Kotlin Programming: Android Coding Bible was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Section 01: Introduction & Setup Introduction To This Course 00:02:00 Windows Setup 00:13:00 Mac Setup 00:10:00 Linux Setup 00:12:00 Online Code Editor 00:02:00 Section 02: Basics Variables 00:06:00 Data Types 00:06:00 String 00:05:00 Array 00:07:00 Data Type Conversion 00:05:00 Comments 00:04:00 Arithmetic Operators 00:07:00 Relational Operators 00:06:00 Assignment Operators 00:06:00 Unary Operators 00:05:00 Bitwise Operators 00:09:00 Logical Operators 00:04:00 Input & Output 00:03:00 Section 03: Control Statements Conditional if Statement 00:05:00 When Statement 00:07:00 For Loop 00:04:00 While Loop 00:04:00 do while Loop 00:04:00 Break Statement 00:04:00 Continue Statement 00:04:00 Section 04: Functions Basic Functions 00:03:00 Function Parameters 00:04:00 Return Values 00:04:00 Recursion 00:04:00 Default & Named Arguments 00:06:00 Lambda Function 00:04:00 Higher Order Function 00:05:00 Inline Function 00:02:00 Section 05: Error/Exception Handling Try Catch Block 00:04:00 Try Catch Expression 00:05:00 Multiple Catch Block 00:05:00 Nested Try Catch Block 00:05:00 Finally Block 00:02:00 Throw Keyword 00:02:00 Section 06: NULL Safety Nullable & Non Nullable Types 00:03:00 Smart Cast 00:02:00 Unsafe and Safe Cast 00:03:00 Elvis Operator 00:04:00 Section 07: Collections List: listOf Function 00:06:00 List: mutableListOf Function 00:05:00 List: arrayListOf Function 00:06:00 Map: mapOf Function 00:07:00 Map: HashMap 00:08:00 Map: hashMapOf Function 00:05:00 Map: mutableMapOf Function 00:04:00 Set: setOf Function 00:04:00 Set: mutableSetOf Function 00:04:00 Set: HashSet 00:04:00 Section 08: Classes & Objects Basic Example 00:07:00 Nested and Inner Class 00:06:00 Constructors 00:05:00 Visibility Modifiers 00:06:00 Inheritance 00:05:00 Method Overriding 00:04:00 Property Overriding 00:02:00 Abstract Class 00:03:00 Superclass 00:03:00 Data Class 00:05:00 Multiple Class Inheritance & Interfaces 00:03:00 Sealed Class 00:03:00 Extension Function 00:03:00 Generics 00:05:00 Section 09: Extras Integer Type Range 00:05:00 Regex 00:04:00 Call Java from Kotlin 00:03:00 Call Kotlin from Java 00:02:00 Section 10: Resource Resource 00:00:00 Assignment Assignment - Kotlin Masterclass Programming Course: Android Coding Bible 00:00:00

Kotlin Programming: Android Coding Bible
Delivered Online On Demand5 hours 38 minutes
£10.99

TOGAF® EA Course - Foundation and Practitioner (Level 1 and 2)

By Advised Skills

This course is designed to enable candidates to develop the knowledge of the terminology and basic concepts of TOGAF Standard, 10th Edition and principles of Enterprise Architecture. Candidates will also be able to analyze and apply knowledge of TOGAF Standard.

TOGAF® EA Course - Foundation and Practitioner (Level 1 and 2)
Delivered OnlineFlexible Dates
£1,419

Information Assurance (STIG) Overview (TT8800)

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for The intended audience for this comprehensive course on Information Assurance and STIGs includes professionals with roles such as: IT professionals - System administrators, network engineers, and security analysts who are responsible for maintaining and securing IT infrastructure and web applications. Developers - Software engineers and web developers who design, implement, and maintain web applications, and need to integrate security best practices throughout the development process. Project teams - Cross-functional teams that collaborate on application development projects, including members from development, testing, and deployment teams. Technical leads - Senior software engineers or architects who oversee technical aspects of projects and ensure the implementation of secure design and coding practices. Project managers - Professionals responsible for planning, executing, and closing projects, ensuring that security requirements are met throughout the project lifecycle. Overview Working in an interactive learning environment, guided by our application security expert, you'll explore: The concepts and terminology behind defensive coding Threat Modeling as a tool in identifying software vulnerabilities based on realistic threats against meaningful assets The entire spectrum of threats and attacks that take place against software applications in today's world The role that static code reviews and dynamic application testing to uncover vulnerabilities in applications The vulnerabilities of programming languages as well as how to harden installations The basics of Cryptography and Encryption and where they fit in the overall security picture The requirements and best practices for program management as specified in the STIGS The processes and measures associated with the Secure Software Development (SSD) The basics of security testing and planning Understand the concepts and terminology behind defensive coding Understand Threat Modeling as a tool in identifying software vulnerabilities based on realistic threats against meaningful assets Learn the entire spectrum of threats and attacks that take place against software applications in today's world Discuss the role that static code reviews and dynamic application testing to uncover vulnerabilities in applications Understand the vulnerabilities of programming language as well as how to harden installations Understand the basics of Cryptography and Encryption and where they fit in the overall security picture Understand the fundamentals of XML Digital Signature and XML Encryption as well as how they are used within the web services arena Understand the requirements and best practices for program management as specified in the STIGS Understand the processes and measures associated with the Secure Software Development (SSD) Understand the basics of security testing and planning The Information Assurance (STIG) Overview is a comprehensive two-day course that delves into the realm of Information Assurance, empowering you to enhance your cybersecurity skills, understand the essentials of STIGs, and discover cutting-edge web application security practices. This immersive experience is tailored for IT professionals, developers, project teams, technical leads, project managers, testing/QA personnel, and other key stakeholders who seek to expand their knowledge and expertise in the evolving cybersecurity landscape. The course focuses on the intricacies of best practices for design, implementation, and deployment, inspired by the diverse and powerful STIGs, ultimately helping participants become more proficient in application security.The first half of the course covers the foundations of DISA's Security Technical Implementation Guides (STIGs) and learn the ethical approach to bug hunting, while exploring the language of cybersecurity and dissecting real-life case studies. Our expert instrtors will guide you through the importance of respecting privacy, working with bug bounty programs, and avoiding common mistakes in the field.The next half delves into the core principles of information security and application protection, as you learn how to identify and mitigate authentication failures, SQL injections, and cryptographic vulnerabilities. You?ll gain experience with STIG walkthroughs and discover the crucial steps for securing web applications.Throughout the course, you'll also explore the fundamentals of application security and development, including checklists, common practices, and secure development lifecycle (SDL) processes. You?ll learn from recent incidents and acquire actionable strategies to strengthen your project teams and IT organizations. You'll also have the opportunity to explore asset analysis and design review methodologies to ensure your organization is prepared to face future cybersecurity challenges. DISA's Security Technical Implementation Guides (STIGs) The motivations behind STIGs Requirements that the various software development roles must meet Implementing STIG requirements and guidelines Why Hunt Bugs? The Language of CyberSecurity The Changing Cybersecurity Landscape AppSec Dissection of SolarWinds The Human Perimeter Interpreting the 2021 Verizon Data Breach Investigation Report First Axiom in Web Application Security Analysis First Axiom in Addressing ALL Security Concerns Lab: Case Study in Failure Safe and Appropriate Bug Hunting/Hacking Working Ethically Respecting Privacy Bug/Defect Notification Bug Bounty Programs Bug Hunting Mistakes to Avoid Principles of Information Security Secuity Is a Lifecycle Issue Minimize Attack Surface Area Layers of Defense: Tenacious D Compartmentalize Consider All Application States Do NOT Trust the Untrusted Identification and Authentication Failures Applicable STIGs Quality and Protection of Authentication Data Proper hashing of passwords Handling Passwords on Server Side Session Management HttpOnly and Security Headers Lab: STIG Walk-Throughs Injection Applicable STIGs Injection Flaws SQL Injection Attacks Evolve Drill Down on Stored Procedures Other Forms of Server-Side Injection Minimizing Injection Flaws Client-side Injection: XSS Persistent, Reflective, and DOM-Based XSS Best Practices for Untrusted Data Lab: STIG Walk-Throughs Applications: What Next? Common Vulnerabilities and Exposures CWE/SANS Top 25 Most Dangerous SW Errors Strength Training: Project Teams/Developers Strength Training: IT Organizations Cryptographic Failures Applicable STIGs Identifying Protection Needs Evolving Privacy Considerations Options for Protecting Data Transport/Message Level Security Weak Cryptographic Processing Keys and Key Management Threats of Quantum Computing Steal Now, Crack Later Threat Lab: STIG Walk-Throughs Application Security and Development Checklists Checklist Overview, Conventions, and Best Practices Leveraging Common AppSec Practices and Control Actionable Application Security Additional Tools for the Toolbox Strength Training: Project Teams/Developers Strength Training: IT Organizations Lab: Recent Incidents SDL Overview Attack Phases: Offensive Actions and Defensive Controls Secure Software Development Processes Shifting Left Actionable Items Moving Forward Lab: Design Study Review Asset Analysis Asset Analysis Process Types of Application-Related Assets Adding Risk Escalators Discovery and Recon Design Review Asset Inventory and Design Assets, Dataflows, and Trust Boundaries Risk Escalators in Designs Risk Mitigation Options

Information Assurance (STIG) Overview (TT8800)
Delivered OnlineFlexible Dates
Price on Enquiry

Business Branding and Marketing Communication

4.5(3)

By Studyhub UK

Do you want to prepare for your dream job but strive hard to find the right courses? Then, stop worrying, for our strategically modified Business Branding and Marketing Communication bundle will keep you up to date with the relevant knowledge and most recent matters of this emerging field. So, invest your money and effort in our 33 course mega bundle that will exceed your expectations within your budget. The Business Branding and Marketing Communication related fields are thriving across the UK, and recruiters are hiring the most knowledgeable and proficient candidates. It's a demanding field with magnitudes of lucrative choices. If you need more guidance to specialise in this area and need help knowing where to start, then StudyHub proposes a preparatory bundle. This comprehensive Business Branding and Marketing Communication bundle will help you build a solid foundation to become a proficient worker in the sector. This Business Branding and Marketing Communication Bundle consists of the following 30 CPD Accredited Premium courses - Course 1: Course 2: Course 3: Course 4: 3 Extraordinary Career Oriented courses that will assist you in reimagining your thriving techniques- Course 01: Career Development Plan Fundamentals Course 02: CV Writing and Job Searching Course 03: Interview Skills: Ace the Interview Learning Outcome This tailor-made Business Branding and Marketing Communication bundle will allow you to- Uncover your skills and aptitudes to break new ground in the related fields Deep dive into the fundamental knowledge Acquire some hard and soft skills in this area Gain some transferable skills to elevate your performance Maintain good report with your clients and staff Gain necessary office skills and be tech savvy utilising relevant software Keep records of your work and make a report Know the regulations around this area Reinforce your career with specific knowledge of this field Know your legal and ethical responsibility as a professional in the related field This Business Branding and Marketing Communication Bundle resources were created with the help of industry experts, and all subject-related information is kept updated on a regular basis to avoid learners from falling behind on the latest developments. Certification After studying the complete training you will be able to take the assessment. After successfully passing the assessment you will be able to claim all courses pdf certificates and 1 hardcopy certificate for the Title Course completely free. Other Hard Copy certificates need to be ordered at an additional cost of •8. CPD 330 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Ambitious learners who want to strengthen their CV for their desired job should take advantage of the Business Branding and Marketing Communication bundle! This bundle is also ideal for professionals looking for career advancement. Requirements To participate in this course, all you need is - A smart device A secure internet connection And a keen interest in Business Branding and Marketing Communication Career path Upon completing this essential Bundle, you will discover a new world of endless possibilities. These courses will help you to get a cut above the rest and allow you to be more efficient in the relevant fields.

Business Branding and Marketing Communication
Delivered Online On Demand7 days
£279

UI & UX Graphic Design

4.9(27)

By Apex Learning

The definitive UI & UX Graphic Design course. 107-Hour Training! Learn how to design user-friendly apps and websites. Gain the skills that hundreds of graphic designers are using to earn upwards of £40,000 per year! Knowing how to create user-friendly designs allow you to work from anywhere and still earn more than the typical 9 to 5 job. If you don't believe it, then just look at the big companies that are paying freelance graphic designers thousands upon thousands just to design a good looking website/app. In this awesome graphic design course, you will get step by step lessons on the graphic design process. You will learn how to - design user-friendly websites, optimise landing pages, increase conversion rate using design techniques and so much more. Moreover, you will learn the principles of Good Landing Page Design with examples, case studies and best practices. Furthermore, you will get lessons on popular design software such as Adobe Photoshop, Adobe Illustrator, Adobe InDesign, etc. Plus you will get tips on how to start a career in UI/UX design. Having Graphic Design skills will ensure you always have valuable skills at your disposal, and you should definitely enrol in this Graphic Design course and add the in-demand skills to your portfolio. Along with this UI & UX Graphic Design course, you will get 10 other premium courses. Also, you will get an original Hardcopy and PDF certificate for the title course and a student ID card absolutely free. This UI & UX Graphic Design Bundle Consists of the following Premium courses: Course 01: Advanced Diploma in User Experience UI/UX Design Course 02: Landing Page Design and Conversion Rate Optimisation Course 03: Level 2 Adobe Graphics Design Course Course 04: Adobe Illustrator CC Masterclass Course 05: Diploma in Animation Design Course 06: Web Design in Affinity Designer Course 07: Front End Web Development Diploma Course 08: Secure Programming of Web Applications Course 09: Complete Web Application Penetration Testing & Security Course 10: Learning Computers and Internet Level 2 Course 11: Photography Level 2 What you will learn from this Graphic Design Course bundle: The foundations of good graphic design How to create UI & UX friendly designs, The process of optimising designs Steps to designing landing pages that convert The Principles of Persuasion in Landing Page Design Master design software like Photoshop, Illustrator, InDesign, etc Learn to create animations Front-end development with lessons on- CSS, HTML, Java and more The average salary for skilled graphic designers in the UK is between £30,000 to £50,000 per year. And there are plenty of job opportunities available both in the UK and abroad for people with good graphic design skills. With over 800 graphic jobs available just on Reed, you can already guess how in-demand these skills are. Curriculum of TheBundle Course 01: Advanced Diploma in User Experience UI/UX Design UX/UI Course Introduction Introduction To The Web Industry Foundations of Graphic Design UX Design (User Experience Design) UI Design (User Interface Design) Optimization Starting a Career in UX/UI Design ~~~~~Other Courses~~~~~ Course 02: Landing Page Design and Conversion Rate Optimisation Course 03: Level 2 Adobe Graphics Design Course Course 04: Adobe Illustrator CC Masterclass Course 05: Diploma in Animation Design Course 06: Web Design in Affinity Designer Course 07: Front End Web Development Diploma Course 08: Secure Programming of Web Applications Course 09: Complete Web Application Penetration Testing & Security Course 10: Learning Computers and Internet Level 2 Course 11: Photography Level 2 How will I get my Certificate? After successfully completing the course you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously it was £6*11 = £66) Hard Copy Certificate: Free (For The Title Course: Previously it was £10) CPD 140 CPD hours / points Accredited by CPD Quality Standards Career path Having these various expertise will increase the value in your CV and open you up to multiple job sectors.

UI & UX Graphic Design
Delivered Online On Demand
£39

How to Visualize Data with JavaScript

By Packt

In this course, we'll learn how to visualize trends in temperature data with HTML, CSS, JavaScript, and jQuery. We recommend that you have some background in HTML, CSS, and JavaScript. You don't need to be an expert by any means, but you should have experience building web pages with HTML and CSS, and you should have basic programming skills with JavaScript.

How to Visualize Data with JavaScript
Delivered Online On Demand1 hour 1 minutes
£26.99

Introduction to Computers and Internet for Beginners

4.5(3)

By Studyhub UK

Delve into the dynamic world of digital exploration with our 'Introduction to Computers and Internet for Beginners' course. Tailored for newcomers, this comprehensive guide illuminates the fundamental pillars of computing, from efficient operating and troubleshooting to mastering quintessential applications. Experience a smooth transition as you acquaint yourself with varying Windows versions and fortify your knowledge base with vital cyber security protocols. By course completion, you'll confidently navigate the digital landscape, equipped with tools and understanding previously unimagined. Learning Outcomes Gain proficiency in computer operations and troubleshooting techniques. Utilise essential computer applications with adeptness. Establish a foundational understanding of tools and networking. Transition seamlessly between Windows 8 and the novel features of Windows 10. Uphold best practices for cyber security and online safety. Why choose this Introduction to Computers and Internet for Beginners course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments are designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Introduction to Computers and Internet for Beginners Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Who is this Introduction to Computers and Internet for Beginners course for? Absolute beginners venturing into the digital domain. Adults aiming to modernise their tech skills. Students desiring a robust foundation in computing. Small business owners looking to manage digital operations. Individuals prioritising online safety and security. Career path Help Desk Support: £18,000 - £30,000 Computer Technician: £17,000 - £26,000 IT Support Specialist: £20,000 - £35,000 Network Administrator (Entry Level): £22,000 - £33,000 Application Support Analyst: £25,000 - £40,000 Cyber Security Analyst (Entry Level): £28,000 - £45,000 Prerequisites This Introduction to Computers and Internet for Beginners does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Introduction to Computers and Internet for Beginners was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Module 01 : Computer Operating and Troubleshooting What is an Operating System 00:48:00 Configuring the Operating System 00:06:00 What is an Application 00:10:00 Using Control Panel 00:18:00 Hardware and Peripherals 00:07:00 Storage 00:12:00 Connectivity Devices 00:05:00 Network Components 00:09:00 Software and Concepts 00:11:00 Licensing 00:06:00 Using Software 00:07:00 Software Tools 00:10:00 Software 00:14:00 Hardware, Devices, and Peripherals 00:06:00 Backup and Restore 00:03:00 Module 02 : Key Applications Application Features 01:21:00 Working with Word Processing 00:44:00 Working with Spreadsheets 00:49:00 Making a Presentation 01:08:00 Databases 00:34:00 Collaboration 00:03:00 Module 03 : Tools & Networking Course Introduction 00:02:00 Web Browsers 00:47:00 Networking Terminology 00:35:00 E-mail 00:38:00 Communicating in the Modern World 00:14:00 Protecting Yourself 00:15:00 Web Searching 00:31:00 Protecting Yourself 00:31:00 Module 04 : Windows 8 for PC Identify Components of a Personal Computer IPU 00:08:00 Sign In to Windows 8 00:07:00 Signing In to Windows 8 and Managing Tiles 00:08:00 Navigate the Start Screen 00:18:00 Using the Account ID Menu 00:02:00 Access and Identify the Charms 00:03:00 Viewing the Charms 00:02:00 Modern Apps and Common Navigation Features 00:03:00 Navigating a Modern App 00:07:00 Multitasking with Apps 00:05:00 Working with Multiple Apps 00:05:00 Navigate the Desktop IPU 00:07:00 Navigating The desktop 00:07:00 Manage Files and Folders with File Explorer IPU 00:09:00 Managing Files and Folders 00:15:00 Elements of a Desktop Window 00:12:00 Working with the Elements of a Desktop Window 00:10:00 Creating and Modifying Files with Wordpad 00:14:00 Printing a Document 00:05:00 Navigate Internet Explorer 10 00:08:00 Navigating Internet Explorer 10 00:09:00 Browse the Web 00:12:00 Using Internet Explorer and Share 00:08:00 Customize the Start Screen 00:07:00 Creating Groups on the Start Screen 00:03:00 Changing PC Setting 00:07:00 Customize the Desktop IPU 00:09:00 Personalizing the Desktop 00:11:00 Set Privacy Levels and Passwords 00:05:00 Changing Your Password 00:05:00 Use Windows Defender IPU 00:05:00 Changing Windows Defender Settings 00:06:00 Store and Share Files with SkyDrive 00:03:00 Module 05 : Windows 10 - New Developments What Makes Windows 10 Different? 00:14:00 Primary Feature Overview 00:14:00 Navigating and Using Windows 10 00:36:00 Module 06 : Cyber Security Awareness Course Overview 00:14:00 Types of Security Threats 00:29:00 Social Engineering 00:30:00 Identity Theft 00:29:00 Data Classification 00:28:00 Types of Classifications 00:18:00 Protecting Your Digital Information 00:45:00 Password Management 00:13:00 Malware 00:17:00 Software Detection 00:28:00 Security from End-to-End 00:27:00 Secure E-mail Use 00:21:00 Secure Web Browsing 00:29:00 Piracy 00:16:00 Security Policies 00:17:00 Moving Forward 00:12:00

Introduction to Computers and Internet for Beginners
Delivered Online On Demand22 hours 26 minutes
£10.99

DNA Center Assurance - DNACA (DNACA v1.3.3)

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This course is intended for System and network engineers, technical architects and technical support personnel Overview Upon successful completion of this course, students will be able to install and operate a Cisco DNA Center (DNAC) This course will cover the basics of installing and operation of the Cisco DNA Center (DNAC). The Cisco DNAC is a stand-alone product that provides a single dashboard for every fundamental management task to simplify running an enterprise network. The DNAC is the management piece of the Software Defined Access (SDA) solution. Intent-based Networking overview DNA Center overview. DNA Center as a Platform. DNA Center Architecture & Design. DNA Center Installation DNA Center/Identity Services Engine (ISE) Integration ISE Integration configuration in DNA Center. DNA - Global - Add servers (e.g. ISE server(s)). DNA Center integration configuration in ISE. Approve pxGrid in ISE.Verify DNA/ISE integration DNA Center - Device Inventory Add networks devices to the DNA Center device inventory. Verify DNA Center Inventory configuration. DNA Center - Design - Network Hierarchy. Verify DNA Center - design configuration DNA Center - Design - Software Image Management (SWIM) Review SWIM image repository listing. Create golden software image & role. Verify golden software image creation DNA Center - Design ? Templates and Policies Templates ? Apache Velocity Engine. Command Runner. Policies: Group-Based, Application,Traffic Copy, IP-Based DNA Center - Provision Configuration Add devices to newly created sites/locations. Plug and Play (PnP). Verify DNA Center - provision configuration. DNA Center - Assurance Collection. DNA Center ? Administration

DNA Center Assurance - DNACA (DNACA v1.3.3)
Delivered OnlineFlexible Dates
Price on Enquiry

AutoCAD Architecture Training Classes

By London Design Training Courses

Why Choose AutoCAD Architecture Training Classes? Course info Master architectural design tools and workflows. Create precise floor plans, elevations, and sections. Utilize BIM for intelligent 3D modeling. Access recorded lessons and lifetime email support. Enroll for in-person or online sessions. Duration: 16 hrs. Method: 1-on-1, Personalized attention. Schedule: Tailor your own schedule by pre-booking a convenient hour of your choice, available from Mon to Sat between 9 am and 7 pm. AutoCAD Architecture 3D Course Outline: Introduction to AutoCAD Architecture Understanding the difference between AutoCAD Architecture and AutoCAD LT Familiarization with the user interface and 3D viewing Wall Construction and Modification Adding walls to the model Creating curtain walls for specialized designs Modifying walls to fit specific requirements Joining walls together to form complex structures Adding and modifying wall openings for doors and windows Ceiling Plans (Reflected) Creating ceiling grids and construction detailing Modifying ceiling grids to match design needs Inserting ceiling fixtures and construction detailing Structural Design and Analysis Working with structural members and online resources Creating column grids and detailing columns Modifying column grids and annotations Annotating column grids and detailing for clarity Stairs Creating stairs in the model Modifying stairs to suit design specifications Adding railings to stairs and construction detailing Modifying railings and construction detailing Floors and Slabs Creating floor slabs and construction detailing Modifying floor slabs to align with the design Editing slabs using Slab Tools and construction detailing Roofs and Construction Detailing of Roofs Creating roofs for the building Designing roof slabs for specific areas Modifying roofs and roof slabs as needed Using Roof Slab Tools for precise detailing Annotation Detail drawing for scale and annotation Adding text, leaders, and comments to the model Dimensioning in AutoCAD Architecture for accurate measurements Utilizing other annotation tools for clarity Equipment and Furnishings Adding interior and exterior furnishings to the design Incorporating blocks and online 3D models for realistic representations Utilizing Tool Palettes and Autodesk Seek resources Model Views Ready for Print PDF Creating callouts for specific views Designing elevations, sections, and construction detailing Modifying callout objects for better visualization Implementing live sections and elevations Generating reports and managing project resources Schedules Adding door and window labels to the model Editing label data for accuracy Creating schedules for better project management Modifying schedules to suit specific requirements This AutoCAD Architecture 3D course covers a comprehensive range of topics, providing participants with the skills to create detailed 3D architectural models, implement construction detailing, and manage project resources efficiently. The course enables participants to produce professional-grade architectural designs using AutoCAD Architecture software.

AutoCAD Architecture Training Classes
Delivered in London or OnlineFlexible Dates
£465