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

859 Courses in Cardiff delivered Online

AZ-040T00 Automating Administration with Powershell

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for IT Professionals who are already experienced in general Windows Server, Windows client, Azure, and Microsoft 365 administration, and who want to learn more about using Windows PowerShell for administration. No prior experience with any version of PowerShell or any scripting language is assumed. This course is also suitable for IT Professionals already experienced in server administration, including Microsoft Exchange Server, Microsoft SharePoint Server, and Microsoft SQL Server. This course provides students with the fundamental knowledge and skills to use PowerShell for administering and automating administration of Windows servers. This course provides students the skills to identify and build the command they require to perform a specific task. In addition, students learn how to build scripts to accomplish advanced tasks such as automating repetitive tasks and generating reports. This course provides prerequisite skills supporting a broad range of Microsoft products, including Windows Server, Windows Client, Microsoft Azure, and Microsoft 365. In keeping with that goal, this course will not focus on any one of those products, although Windows Server, which is the common platform for all of those products, will serve as the example for the techniques this course teaches. Prerequisites Before attending this course, students must have: -Experience with Windows networking technologies and implementation. - Experience with Windows Server administration, maintenance, and troubleshooting. 1 - Review Windows PowerShell Learn about Windows PowerShell Get familiar with Windows PowerShell applications Identify factors to install and use Windows PowerShell Configure the Windows PowerShell console Configure the Windows PowerShell Integrated Scripting Environment (ISE) Use Visual Studio Code with PowerShell 2 - Understand the command syntax in Windows PowerShell Discover the structure of PowerShell cmdlets Discover the parameters for using PowerShell cmdlets Review the tab completion feature in PowerShell Display the About files content in PowerShell 3 - Find commands and Get-Help in Windows PowerShell Define modules in PowerShell Find cmdlets in PowerShell Use command aliases in PowerShell Use Show-Command and Get-Help in PowerShell Interpret the help file contents and update the local help content in PowerShell 4 - Manage Active Directory Domain Services using PowerShell cmdlets Manage user accounts in PowerShell Manage groups and group memberships in PowerShell Manage computer accounts in PowerShell Manage organizational units and Active Directory objects in PowerShell 5 - Manage network service settings for Windows devices using PowerShell cmdlets Manage IP addresses in PowerShell Manage IP routing in PowerShell Manage DNS clients in PowerShell Manage Windows Firewall settings in PowerShell 6 - Manage Windows Server settings using PowerShell cmdlets Automate management tasks using the Group Policy management cmdlets Manage server roles and services using PowerShell cmdlets Manage Hyper-V Virtual Machines using PowerShell cmdlets Manage Internet Information Services using PowerShell cmdlets 7 - Manage settings for a local Windows machine using PowerShell cmdlets Manage Windows 10 using PowerShell Manage permissions with PowerShell 8 - Understand the Windows PowerShell pipeline Review Windows PowerShell pipeline and its output Discover object members in PowerShell Control the formatting of pipeline output 9 - Select, sort, and measure objects using the pipeline Sort and group objects by property in the pipeline Measure objects in the pipeline Select a set of objects in the pipeline Select object properties in the pipeline Create and format calculated properties in the pipeline 10 - Filter objects out of the pipeline Learn about the comparison operators in PowerShell Review basic filter syntax in the pipeline Review advanced filter syntax in the pipeline Optimize the filter performance in the pipeline 11 - Enumerate objects in the pipeline Learn about enumerations in the pipeline Review basic syntax to enumerate objects in the pipeline Review advanced syntax to enumerate objects in the pipeline 12 - Send and pass data as output from the pipeline Write pipeline data to a file Convert pipeline objects to other forms of data representation in PowerShell Control additional output options in PowerShell 13 - Pass pipeline objects Pipeline parameter binding Identify ByValue parameters Pass data by using ByValue Pass data by using ByPropertyName Identify ByPropertyName parameters Use manual parameters to override the pipeline Use parenthetical commands Expand property values 14 - Connect with data stores using PowerShell providers Define Windows PowerShell providers Review the built-in providers in PowerShell Access provider help in PowerShell 15 - Use PowerShell drives in PowerShell Explain PowerShell drives in PowerShell Use PowerShell drive cmdlets in PowerShell Manage the file system in PowerShell Manage the registry in PowerShell Work with certificates in PowerShell Work with other PowerShell drives in PowerShell 16 - Review CIM and WMI Review architecture of CIM and WMI Review repositories in CIM and WMI Locate online class documentation by using CIM and WMI cmdlets 17 - Query configuration information by using CIM and WMI List local repository namespaces and classes by using CIM and WMI Query instances by using commands and WMI Query Language Connect to remote computers by using CIM and WMI cmdlets Query repository classes from remote computers by using CIMSession objects 18 - Query and manipulate repository objects by using CIM and WMI methods Discover methods of repository objects by using CIM and WMI Locate class methods and documentation by using CIM and WMI Invoke methods of repository objects by using CIM and WMI 19 - Manage variables in Windows PowerShell scripts Define variables in Windows PowerShell scripts Create variable names in Windows PowerShell scripts Assign values and types to variables in Windows PowerShell scripts Identify the methods and properties of variables in Windows PowerShell scripts Use string variables and methods in Windows PowerShell scripts Use date variables and methods in Windows PowerShell scripts 20 - Work with arrays and hash tables in Windows PowerShell scripts Define an array in Windows PowerShell scripts Work with array lists in Windows PowerShell scripts Define hash tables in Windows PowerShell Scripts Work with hash tables in Windows PowerShell scripts 21 - Create and run scripts by using Windows PowerShell Review Windows PowerShell scripts Modify scripts in the PowerShell Gallery Create scripts using Windows PowerShell Review the PowerShellGet module in Windows PowerShell Run scripts and set the execution policy in Windows PowerShell Review Windows PowerShell and AppLocker Sign the scripts digitally in Windows PowerShell 22 - Work with scripting constructs in Windows PowerShell Review and use the ForEach loop in Windows PowerShell scripts Review and use the If construct in Windows PowerShell scripts Review and use the Switch construct in Windows PowerShell scripts Review the For construct in Windows PowerShell scripts Review other loop constructs in Windows PowerShell scripts Review Break and Continue in Windows PowerShell scripts 23 - Import data in different formats for use in scripts by using Windows PowerShell cmdlets Use the Get-Content command in Windows PowerShell scripts Use the Import-Csv cmdlet in Windows PowerShell scripts Use the Import-Clixml cmdlet in Windows PowerShell scripts Use the ConvertFrom-Json cmdlet in Windows PowerShell scripts 24 - Use methods to accept user inputs in Windows PowerShell scripts Identify values that might change in Windows PowerShell scripts Use the Read-Host cmdlet in Windows PowerShell scripts Use the Get-Credential cmdlet in Windows PowerShell scripts Use the Out-GridView cmdlet in Windows PowerShell scripts Pass parameters to a Windows PowerShell script 25 - Troubleshoot scripts and handle errors in Windows PowerShell Interpret error messages generated for Windows PowerShell commands Add output to Windows PowerShell scripts Use breakpoints in Windows PowerShell scripts Interpret error actions for Windows PowerShell commands 26 - Use functions and modules in Windows PowerShell scripts Review functions in Windows PowerShell scripts Use variable scope in Windows PowerShell scripts Create modules in Windows PowerShell scripts Use the dot sourcing feature in Windows PowerShell 27 - Manage single and multiple computers by using Windows PowerShell remoting Review the remoting feature of Windows PowerShell Compare remoting with remote connectivity Review the remoting security feature of Windows PowerShell Enable remoting by using Windows PowerShell Use one-to-one remoting by using Windows PowerShell Use one-to-many remoting by using Windows PowerShell Compare remoting output with local output 28 - Use advanced Windows PowerShell remoting techniques Review common remoting techniques of Windows PowerShell Send parameters to remote computers in Windows PowerShell Set access protection to variables, aliases, and functions by using the scope modifier Enable multi-hop remoting in Windows PowerShell 29 - Manage persistent connections to remote computers by using Windows PowerShell sessions Review persistent connections in Windows PowerShell Create and manage persistent PSSessions by using Windows PowerShell Disconnect PSSessions by using Windows PowerShell Review the feature of implicit remoting in Windows PowerShell 30 - Review Azure PowerShell module Review Azure PowerShell Review the benefits of the Azure PowerShell module Install the Azure PowerShell module Migrate Azure PowerShell from AzureRM to Azure Review Microsoft Azure Active Directory module for Windows PowerShell and Azure Active Directory PowerShell for Graph modules 31 - Review the features and tools for Azure Cloud Shell Review the characteristics of Azure Cloud Shell Review the features and tools of Azure Cloud Shell Configure and experiment with Azure Cloud Shell 32 - Manage Azure resources with Windows PowerShell Create a new Azure virtual machine by using Windows PowerShell commands Manage Azure virtual machines by using Windows PowerShell commands Manage Azure related storage by using Azure PowerShell Manage Azure subscriptions by using Azure PowerShell 33 - Manage users, groups, and licenses in Microsoft Entra ID by using Windows PowerShell Review benefits to manage Microsoft 365 services by using Windows PowerShell Connect to the Microsoft 365 tenant by using Windows PowerShell Manage users in Microsoft 365 by using Windows PowerShell Manage groups in Microsoft 365 by using Windows PowerShell Manage roles in Microsoft 365 by using Windows PowerShell Manage licenses in Microsoft 365 by using Windows PowerShell 34 - Manage Exchange Online by using Windows PowerShell Connect to Exchange Online by using Windows PowerShell Manage mailboxes in Exchange Online by using Windows PowerShell Manage resources in Exchange Online by using Windows PowerShell Manage admin roles in Exchange Online by using Windows PowerShell 35 - Manage SharePoint Online by using Windows PowerShell Install and connect to SharePoint Online Management Shell by using Windows PowerShell Manage SharePoint Online users and groups by using Windows PowerShell Manage SharePoint sites by using Windows PowerShell Manage SharePoint Online external user sharing by using Windows PowerShell 36 - Manage Microsoft Teams by using Windows PowerShell Review Microsoft Teams PowerShell module Install the Microsoft Teams PowerShell module Manage teams with Microsoft Teams PowerShell module 37 - Create and manage background jobs using Windows PowerShell Define the types of background jobs in Windows PowerShell Start remote jobs and CIM/WMI jobs in Windows PowerShell Monitor jobs in Windows PowerShell Retrieve results for running jobs in Windows PowerShell 38 - Create and manage scheduled jobs using Windows PowerShell Create and run Windows PowerShell scripts as scheduled tasks Define scheduled jobs in Windows PowerShell Create job option and job trigger objects in Windows PowerShell Create and register a scheduled job in Windows PowerShell Retrieve the results from a scheduled job in Windows PowerShell

AZ-040T00 Automating Administration with Powershell
Delivered OnlineFlexible Dates
£2,975

Docker - A Beginner's Hands-On Guide

By Packt

Gain n-depth knowledge about Docker technology and the confidence to help your company or your own project to apply the right Docker deployment workflow. Learn all about Docker, Docker REST API, and Docker continuous integration to build Docker images.

Docker - A Beginner's Hands-On Guide
Delivered Online On Demand2 hours 52 minutes
£14.99

Kids' Party Planner

By OnlineCoursesLearning.com

Children Party Planner Diploma Do you host an energy for get-together arranging? Have you been considering beginning your own kids' gathering arranging business? This course is overflowing with valuable data to give you the information you need to begin your own effective business, giving your arranging abilities something to do. Prologue to the Kids Party Planner Diploma This online recognition is a data pressed course separated into 21 modules, all overflowing with significant data you can begin utilizing immediately. You complete the course on the web and at your own speed. It is up to you what amount of time it requires for you to finish, empowering you to concentrate in your leisure time while working or study full time. Toward the finish of the course you should breeze through a various decision assessment. You are given two opportunities to finish the assessment. You will at that point be granted with your confirmation, which you can download and print or you can have it presented on you. What you will Learn This course will give you a total learning experience with regards to Children's gathering arranging. Managing the 21 data pressed modules, you can hope to get familiar with the accompanying: Discover what gathering arranging includes, what capabilities you may need and who is well on the way to utilize your administrations for their youngsters' gatherings. Relate to the various kinds of gatherings dependent on grouping, age, subject, event and then some. Get understanding into sex based gatherings. Understand what you will require for each sort of gathering. Comprehend what is engaged with firing up your own youngsters' gathering arranging business. Find out about specializations and the capabilities you should begin your own fruitful business in the business. What gear you will require for your new business from fundamental office supplies to party wear, exercises and games thus substantially more. Instructions to upsell to build your deals and overall revenues, for example, cakes and gathering sacks, and so on Be readied when your business develops and find out about recruiting staff, overseeing them and designating errands appropriately. Figure out how to manage troublesome youngsters. Relate to time the executives from pre-coordinated games to intelligent take home gifts. Get some fundamental knowledge into figuring costs with successful tips to minimize your expenses. Appreciate significant data on themed parties, spa gatherings and princess parties. Find out about expand demonstrating. Comprehend why face painting is so well known at parties alongside what paints to utilize, units and precautionary measures. Gain significant information about fun palaces. Find out about discos and melodic gatherings and how to design them successfully to guarantee a good outcome. Realize why you might need to utilize a topic, how to pick a topic and the sky is the limit from there. Find out about comedians and wizardry parties, from when to book the jokester to thoughts for more modest youngsters. Get understanding into privateer and princess parties. Greeting thoughts, subjects and more in this pressed module. Relate to make gatherings and who they may engage. Realize what is required and the best embellishment tips for this specific gathering type. Become familiar with the do's and don'ts and what to do when things don't work out as expected, in addition to a great deal more. Advantages There are various advantages to taking the Kids Party Planner recognition internet, including: 21 data stuffed modules to help you start your own effective business On the off chance that you are working for a gathering arranging organization this certificate could be utilized to help you quick track your profession Accreditation which can be confirmed on the web Study whenever and from anyplace with web access Course modules are open from any gadget, from your work area PC to your cell phone Appreciate lifetime admittance to the modules Work all day and still increase your certificate Online help all through your investigation experience Moderate valuing Simple online access whenever of the day or night

Kids' Party Planner
Delivered Online On Demand
£50

MS Azure - Containers

4.3(43)

By John Academy

Description Learn to optimize your cloud application containers with Microsoft Azure. Enrol the MS Azure - Containers course and be an expert user of Azure Containers. Microsoft Azure helps you to develop, update, and manage your containerized applications faster with an end to end developer and CI/CD tools. You can store images in Docker Hub or Azure Container. You will also able to the registry and deploy to your preferred targets. The course teaches all these applications of the software chronologically. Throughout the course, you will be acquainted with the procedures of using the application. The course shows you how to deploy containers using widely adopted orchestrator, or choose a fully-managed container platform. The course describes what containers are within Azure. You will learn how to use docker host to manage both on-premises and Azure containers. To recapitulate, you will be confident enough to use Azure Containers by the end of the course. Assessment: This course does not involve any MCQ test. Students need to answer assignment questions to complete the course, the answers will be in the form of written work in pdf or word. Students can write the answers in their own time. Once the answers are submitted, the instructor will check and assess the work. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? MS Azure - Containers is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our MS Azure - Containers is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Introduction Introduction FREE 00:01:00 Introduction to Containers Introduction to Containers 00:04:00 Docker 00:04:00 Deploying Containers 00:08:00 Multi-container Applications 00:02:00 Azure Container Registry 00:03:00 Azure Container Clustering Options 00:02:00 Installing ACS 00:04:00 Conclusion Course Recap 00:02:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

MS Azure - Containers
Delivered Online On Demand30 minutes
£18

CCNA - 200-301 with Ben Jacobson

By Packt

This course is for networking enthusiasts who want to get ahead in their networking career by passing the new 200-301 Cisco Certified Network Associate (CCNA) exam. The course covers all the topics required for the certification, such as network fundamentals, network access, IP connectivity, IP services, and security fundamentals.

CCNA - 200-301 with Ben Jacobson
Delivered Online On Demand18 hours 40 minutes
£29.99

55324 Installation, Storage and Compute with Windows Server 2016

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for information technology (IT) professionals who need to improve their expertise in Windows Server 2016 in the area of storage and compute functionality. Overview After completing this course, you will be able to: Configure and install Windows Server 2016 Manage Server Core, server upgrade and migration strategy Understand storage options Manage partition table formats Manage basic and dynamic disks, file systems Manage virtual hard disks, and drive hardware Manage disks and volumes Select and manage proper storage solutions for a specific scenario Storage Spaces and Data Deduplication implementation Configure and Manage Microsoft Hyper-V, virtual machines and Hyper-V containers Configure disaster recovery technologies Manage and Configure failover clustering for Hyper-V virtual machines Configure, plan and implement a Network Load Balancing (NLB) Work with deployment images This course is intended for information technology (IT) professionals who have basic knowledge of Windows Server. It is designed for professionals who have primary responsibility of managing storage and computing by using Windows Server 2016. Professionals who need to understand the scenarios, requirements, and storage and compute options that are available and applicable to Windows Server 2016.This course covers content that was in retired Microsoft Course 20740. Module 1: Installing, upgrading, and migrating servers and workloads Introducing Windows Server 2016 Preparing and installing Server Core Preparing for upgrades and migrations Migrating server roles and workloads Windows Server activation models Module 2: Configuring local storage Managing disks in Windows Server Managing volumes in Windows Server Module 3: Implementing enterprise storage solutions Overview of DAS, NAS, and SANs Comparing Fibre Channel, iSCSI, and Fibre Channel over Ethernet Understanding iSNS, DCB, and MPIO Configuring sharing in Windows Server 2016 Module 4: Implementing Storage Spaces and Data Deduplication Implementing Storage Spaces Managing Storage Spaces Implementing Data Deduplication Module 5: Installing and configuring Hyper-V and virtual machines Overview of Hyper-V Installing Hyper-V Configuring storage on Hyper-V host servers Configuring networking on Hyper-V host servers Configuring Hyper-V virtual machines Managing virtual machines Module 6: Deploying and managing Windows and Hyper-V containers Overview of containers in Windows Server 2016 Preparing for containers Installing, configuring, and managing containers by using Docker Module 7: Overview of high availability and disaster recovery Defining levels of availability Planning high availability and disaster recovery solutions with Hyper-V virtual machines Backing up and restoring by using Windows Server Backup High Availability with failover clustering in Windows Server 2016 Module 8: Implementing failover clustering Planning a failover cluster Creating and configuring a new failover cluster Maintaining a failover cluster Troubleshooting a failover cluster Implementing site high availability with stretch clustering Module 9: Implementing failover clustering with Windows Server 2016 Hyper-V Overview of yhe integration of Hyper-V Server 2016 with failover clustering Implementing Hyper-V VMs on failover clusters Key features for VMs in a clustered environment Module 10: Implementing Network Load Balancing Overview of NLB Configuring an NLB cluster Planning an NLB implementation Module 11: Creating and managing deployment images Introduction to deployment images Creating and managing deployment images by using MDT Virtual machine environments for different workloads Module 12: Managing, monitoring, and maintaining virtual machine installations WSUS overview and deployment options Update management process with WSUS Overview of Windows PowerShell DSC Overview of Windows Server 2016 monitoring tools Using Performance Monitor Monitoring event logs Additional course details: Nexus Humans 55324 Installation, Storage and Compute with Windows Server 2016 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 55324 Installation, Storage and Compute with Windows Server 2016 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.

55324 Installation, Storage and Compute with Windows Server 2016
Delivered OnlineFlexible Dates
Price on Enquiry

Free Web Hosting Basics

By iStudy UK

Do you know that web hosting is costly? Do you know that there are free web hosting facilities? The course will teach you the secrets behind the free hosting services. Every website requires a domain name that needs hosting. If you are not earning from your website but need to spend a lot for the site hosting, this course is for you. The course focuses the features and benefits of cost-effective hosting planning. The course teaches the secrets of free web hosting and the procedures of using and applying the hosting. For publishing a website, you need a domain name and a hosting. The course teaches the basics of web hosting. The course focuses the free web hosting services, how to apply the free service, what are the advantages and disadvantages, etc. After completing the course, you will be able to decide whether you need a paid hosting or web hosting. Free hosting has both benefits and demerits. The course helps you in your decision making and makes you an expert user of free hosting. Course Highlights Free Web Hosting Basics is an award-winning and the best selling course that has been given the CPD Certification & IAO accreditation. It is the most suitable course anyone looking to work in this or relevant sector. It is considered one of the perfect courses in the UK that can help students/learners to get familiar with the topic and gain necessary skills to perform well in this field. We have packed Free Web Hosting Basics into 11 modules for teaching you everything you need to become successful in this profession. To provide you ease of access, this course is designed for both part-time and full-time students. You can become accredited in just 19 hours and it is also possible to study at your own pace. We have experienced tutors who will help you throughout the comprehensive syllabus of this course and answer all your queries through email. For further clarification, you will be able to recognize your qualification by checking the validity from our dedicated website. Why You Should Choose Free Web Hosting Basics Lifetime access to the course No hidden fees or exam charges CPD Accredited certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential. Who is this Course for? Free Web Hosting Basics is CPD certified and IAO accredited. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. Requirements Our Free Web Hosting Basics is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. Introduction, And a Hosting Glossary 01:00:00 Hosting Types. The Difference Between Shared,VPS andDedicated 02:00:00 The Most Important Features of Shared Web Hosting 02:00:00 The Most Common Tricks of Web Host Companies, and How to Avoid Them 02:00:00 How toInstall and Setup WordPress Manually 00:00:00 VPS or Dedicated Hosting- Which is better for you 02:00:00 What Is Cloud Hosting and When You Should Use It 02:00:00 The Most Important Security Features You Need in Your Web Hosting 02:00:00 How to Know When It's Time for A Dedicated Server 02:00:00 SEO and Web Hosting - How They're Connected, and What You Should Know 02:00:00 Windows or Linux Hosting - What's the Difference, and Which Should You Pick 02:00:00 Mock Exam Final Exam

Free Web Hosting Basics
Delivered Online On Demand19 hours
£25

Events Management Course UK

By OnlineCoursesLearning.com

Events Management Course Diploma A career in events management or wedding management can be exceptionally rewarding. This is a fast paced environment where you will be expected to know the industry and have outstanding planning and problem solving skills. This course is ideal for anyone who is looking for a successful career as a wedding or event manager or for anyone who is already working within the industry, but wants to have a certification in place to prove their passion and dedication to the industry. Introduction to Events Management Course Diploma The events management course diploma is made up of twenty three modules. These modules are brimming with valuable information, tips, advice and guidance to help you enjoy a successful career as an events or wedding manager. The course should take around fifteen hours to complete with the convenience of studying at your own pace and where you feel most comfortable, utilising the online modules which work on all devices. You will learn a host of essential skills, including staging and design, event logistics, legalities and what you need to know to start your own event management business. During your studies you will have access to online support and on completion you will need to pass a multiple choice test which is based on what you have learned in the modules. On passing, you can download and print your certificate straight away.   What You Will Learn In this information packed course, you can expect to learn the following: Understand the benefits of having a diploma and what is expected of you as an events manager. Learn the benefits of strategic management, why budgeting is so important and identify different events management software solutions. Identify why customer service skills are so important along with how to improve your communication skills effectively. Learn about the various types of events you may be asked to manage during your career. Learn about staging and design and gain insight into using the venue's resources, how to use seasonal themes and so much more. Understand the importance of financial management. Learn how to stick to a budget, sell tickets and manage the finances effectively throughout the event. Get insight into the importance of health and safety at all events. Learn how to run an event safely, what to look out for and how to cater to emergencies. Get advice on troubleshooting and logistics at events from electricity supply to tables and parking. Understand the wedding planning industry and why people need wedding planners to help them organise their special day. Identify with the various wedding types. Learn the wedding planning process. How to choose the right wedding venue based on your clients. Venues, hidden extras, negotiating the best prices and more. Understand the different wedding ceremonies and legalities, such as who can get married, making it official and schedules. Learn how to choose the right wedding theme. Learn how to save money when it comes to wedding attire, along with the regulations you need to be aware of. Get valuable insight on wedding catering and entertainment. Understand your role when it comes to printed materials. Organising transportation. Tips to find the best wedding photographers and videographers. Know your role as a wedding planner when the couple is getting married abroad. How to start your own events management business. Get a firm understanding of marketing, insurance and tax when opening your own events management business.   Benefits of the Event Management Course This event management course is guaranteed to provide you with a wide range of superior benefits from when you first decide on events management as your career to running your own successful business. The benefits include: Recognised certification. Online support throughout your studies. Informative modules you can rely on. Study at your own pace, no set schedules to work to. Boost your career in events management. Gain the knowledge and skills you need to enjoy a successful career. Get the insight and advice you need to start your own events management business.

Events Management Course UK
Delivered Online On Demand
£50

Video SEO: Youtube and Google

By iStudy UK

Do you want to rank your videos? Have you wasted your precise time to know the exact instruction? If so, look at our Video SEO: Youtube and Google course and Learn different optimization strategies to rank your Youtube videos with a sound bite. The outlines of the course teach you some basic SEO methods such as how to perform with keyword research, structure, and optimize your videos effectively. The course enables you how to select an exact video hosting platform, include a video transcript, make a lucid title and description of your video, and make sure your page is relevant for SEO. It also guides you how to insert the thumbnail to show your audience what they exactly wanted to see immediately. The purpose of the course is to enhance your skill to be better at Youtube and Google Video SEO. What you'll learn You'll know how to perform keyword research You'll know the basics to SEO (Search Engine Optimization) You'll know how to optimize a video You'll know how to structure your videos for higher engagement rates You'll know how to rank videos in the Google & YouTube search engines Requirements You should know how to use a PC at a beginner level Who is the target audience? Online Marketers Everyone with a Website SEO Marketers & Engineers Brick & Mortar Businesses Everyone with a Product Video Producers who want to rank their videos higher in Google & YouTube Link Builders Bloggers Content Creators who want to get more traffic from their work Module: 01 Introduction FREE 00:01:00 Intro for Video SEO 00:01:00 2 Types of Video SEO 00:08:00 When to Host on YouTube and Why 00:07:00 Self Hosting Video Solution 00:33:00 Self Hosting Video Solution_2 00:05:00 Module: 02 Video SEO for Google 00:07:00 Keyword Planner for Organic _ Video Rankings 00:02:00 Self Hosting means Self Promoting 00:03:00 YouTube Video SEO Optimizations 00:05:00 Find YouTube Tags 00:04:00 YouTube Auto Suggest for Keyword Research 00:08:00 Module: 03 Video Sitemap SEO 00:07:00 Video Sitemap SEO_2 00:07:00 YouTube Analytics 00:03:00 Rules of Engagement 00:06:00 YouTube Comments 00:02:00 YouTube Video Layout Blueprint 00:11:00 Module: 04 YouTube Black vs White 00:05:00 Create a Playlist for Hard SEO Terms 00:05:00 YouTube AdSense _ Other Monetizations 00:10:00 Tubular and Other Tool Comparisons 00:04:00 The Secret of Subscribers in SEO 00:03:00 VidIQ Extension 00:07:00 YTCockpit for Keyword Research _ Tracking_2 00:03:00

Video SEO: Youtube and Google
Delivered Online On Demand2 hours 37 minutes
£25

Web Design (HTML, CSS, Bootstrap) Complete Course

4.5(3)

By Studyhub UK

Overview Dive into the vibrant world of web design with our comprehensive course: 'Web Design (HTML, CSS, Bootstrap) Complete Course.' Embarking on this learning journey, you'll start from the foundational bricks of web creation: HTML. Grasp the art of tagging, creating headers, adding links and images, and various other core components that shape a webpage. Progressing further, delve deep into CSS, the style mastermind behind every website's appealing look. Enhance your design with intricate details like classes, borders, text styles, and the magic of positioning. The voyage doesn't end here! With Bootstrap, the popular framework that makes web designing a breeze, you'll swiftly create responsive designs, including landing pages and business sites. And, once you've crafted your masterpiece, the final module ensures you're well-equipped to host and showcase your project to the world. Learning Outcomes Web Design (HTML, CSS, Bootstrap) Complete Course Comprehend the foundational principles of HTML and its applications in web design. Implement CSS intricacies to stylise and enhance webpage aesthetics. Master the Bootstrap framework for efficient and responsive web design. Construct diverse web pages, including landing pages, business sites, and portfolios. Acquire the know-how to host and maintain websites seamlessly. Why buy this Web Design (HTML, CSS, Bootstrap) Complete Course? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Web Design (HTML, CSS, Bootstrap) Complete Course you will be able to take the MCQ test that will assess your knowledge. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this Web Design (HTML, CSS, Bootstrap) Complete Course for? Aspiring web designers seeking foundational and advanced knowledge. Business owners aiming to establish a robust online presence. Freelancers wishing to expand their service offerings. Graphic designers keen on integrating web design into their skill set. Students and hobbyists exploring a new digital art medium. Prerequisites This Web Design (HTML, CSS, Bootstrap) Complete Course 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. Career path Web Designer: £25,000 - £50,000 annually Front-End Developer: £30,000 - £55,000 annually UI/UX Designer: £35,000 - £60,000 annually Web Developer: £28,000 - £52,000 annually Bootstrap Specialist: £32,000 - £56,000 annually Website Administrator: £24,000 - £47,000 annually Course Curriculum Web Design (HTML, CSS, Bootstrap) Complete Course Module: 01 1.1 Intro 00:03:00 1.2 Install the Tools and Get Started 00:05:00 Module: 02 2.1 Intro to HTML 00:01:00 2.2 What is HTML 00:11:00 2.3 Start a New HTML File & Use Tags 00:12:00 2.4 Header Tags 00:05:00 2.5 Edit Text 00:09:00 2.6 Links 00:09:00 2.7 Images 00:10:00 2.8 Lists 00:04:00 2.9 Challenge 00:16:00 2.10 HTML Outro 00:01:00 Module: 03 3.1 CSS Intro 00:04:00 3.2 Add CSS Styles 00:16:00 3.3 Classes and IDs 00:07:00 3.4 Borders 00:06:00 3.5 Sizing 00:04:00 3.6 Padding and Margin 00:07:00 3.7 Text Styles 00:04:00 3.8 DIVs 00:08:00 3.9 Postioning 00:08:00 3.10 Hover 00:03:00 3.11 Easily Center Elements 00:02:00 3.12 Fonts 00:06:00 3.13 Challenge 00:23:00 3.14 CSS Outro 00:01:00 Module: 04 4.1 Intro to Bootstrap 00:02:00 4.2 Install Bootstrap 00:10:00 4.3 Indenting and Containers 00:07:00 4.4 The Grid System 00:16:00 4.5 Images 00:07:00 4.6 Buttons 00:06:00 4.7 Challenge 00:11:00 4.8 Bootstrap Outro 00:01:00 Module: 05 5.1 Landing Page Intro 00:01:00 5.2 Sketch Your Landing Page 00:05:00 5.3 The Top Section 00:16:00 5.4 Polish the Top Section 00:06:00 5.5 Adding Images 00:11:00 5.6 The Main Points Section 00:14:00 5.7 Collecting Emails With an Opt-In Form 00:11:00 5.8 Challenge 00:03:00 5.9 Landing Page Outro 00:02:00 Module: 06 6.1 Business Site Intro 00:01:00 6.2 Sketch Up 00:03:00 6.3 Using Fancy Font Logo 00:07:00 6.4 Carousel Basics 00:10:00 6.5 Carousel Extras 00:09:00 6.6 Text on Images 00:15:00 6.7 Phone Number Icon 00:04:00 6.8 Google Maps 00:13:00 6.9 Font Awesome 00:09:00 6.10 Challenge 00:08:00 6.11 Business Site Outro 00:01:00 Module: 07 7.1 Intro 00:01:00 7.2 Portfolio Sketch 00:08:00 7.3 Jumbotron 00:10:00 7.4 Nav Bar 00:24:00 7.5 Panels 00:11:00 7.6 Challenge 00:13:00 7.7 Portfolio Outre 00:01:00 Module: 08 8.1 Hosting 00:01:00 8.2 Bluehost 00:06:00 8.3 Uploading 00:05:00 8.4 Tips 00:11:00 8.5 Hosting Outro 00:01:00

Web Design (HTML, CSS, Bootstrap) Complete Course
Delivered Online On Demand8 hours 6 minutes
£10.99