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

672 Education courses in Cardiff delivered Live Online

Web Development with HTML5, CSS, and JavaScript

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for While no prior programming or web development experience is required, target students should have good foundational computer skills. Overview Set up the tools and resources you need to perform Web Development. Create web pages in HTML, constructing valid, well-formed elements, including navigation links, sections, titles, and semantic markup. Enhance HTML content with tables, images, movies, and audio. Apply styles to HTML elements using CSS. Use CSS to format the edges, size, position, and layering of HTML elements. Apply complex style rules using advanced CSS selectors, including pseudo-class selectors, structural selectors, and pseudo-element selectors. Create complex layouts using CSS newspaper style columns, grid layouts, and flexible box layouts. Improve the quality of web content, including adaptability (different displays and devices), searchability, usability, and accessibility. Submit data through URL query strings and web forms for processing by a web application server. Write JavaScript code to make web pages more interactive, perform data processing tasks directly in the browser, and manipulate items in the current web page. Write JavaScript code to iterate through collections of elements in a page to get and set their attributes and add event listener code. Use third-party libraries and frameworks for web front-end development. Modern organizations depend heavily on the web to perform core business operations such as marketing, advertising, and selling products, providing services, and communicating with customers, partner organizations, and employees. Whatever you're creating on the web, HTML, CSS, and JavaScript? likely play an important role. These three languages provide the core toolkit for anyone looking to perform web development work. This course covers the fundamentals of web development using these three languages. Prerequisites This course assumes that students have strong experience working with computers. Previous experience programming in other languages is helpful, but not required for students to benefit from this course. Lesson 1: Setting Up Your Web Development Environment Topic A: Prepare Your Web Platform Topic B: Prepare Your Web Development Tools and Processes Topic C: Monitor the Web Request-Response Cycle Lesson 2: Creating Web Content in HTML Topic A: Create a Basic Web Page Topic B: Provide Navigation Links Between Web Pages Topic C: Improve Web Page Structure and Navigation Lesson 3: Adding Tables and Multimedia Content to a Web Page Topic A: Create a Table Topic B: Embed Images, Movies, and Audio in a Web Page Lesson 4: Applying Styles to Web Content Topic A: Apply Styles to HTML Topic B: Create a Style Sheet Topic C: Use Web Fonts Lesson 5: Controlling Edges, Size, and Position Topic A: Format Element Edges and Corners Topic B: Control an Element's Height and Width Topic C: Control an Element's Position and Layering Topic D: Normalize and Reset Browser CSS Defaults Lesson 6: Applying Complex Style Rules Topic A: Use Advanced Selectors Topic B: Manage User Interface States Topic C: Make Structure Apparent to Users Topic D: Use CSS Pseudo-Element Selectors Lesson 7: Creating Complex Layouts Topic A: Use CSS to Create Newspaper Style Columns Topic B: Use CSS to Create Grid Layouts Topic C: Use CSS to Create Flexible Box Layouts Lesson 8: Improving Web Content Topic A: Adjust the Layout for a Wide Variety of Devices Topic B: Perform Basic Search Engine Optimization Topic C: Test Your Website Lesson 9: Submitting Data to a Web Server for Processing Topic A: Submit Data Through a URL Topic B: Submit Data Through a Web Form Lesson 10: Writing JavaScript Code Topic A: Add JavaScript to a Web Page Topic B: Perform Operations on Data Topic C: Program Repetitive Tasks Topic D: Manipulate DOM Objects Lesson 11: Enumerating and Processing Collections of Elements Topic A: Enumerate Elements Topic B: Attach Events Through Code Lesson 12: Using Third-Party Libraries and Frameworks Topic A: Use a Third-Party JavaScript Library Topic B: Create a Web Page Based on a Third-Party Framework Additional course details: Nexus Humans Web Development with HTML5, CSS, and JavaScript (v1.0) 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 Web Development with HTML5, CSS, and JavaScript (v1.0) 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.

Web Development with HTML5, CSS, and JavaScript
Delivered OnlineFlexible Dates
£2,380

Acoustic Guitar RGT Grades or for Fun only

By AcousticGuitarTuition.co.uk

Acoustic Guitar grades (up to grade 8) or for Fun only. Beginners welcome. Online or at my Studio.

Acoustic Guitar RGT Grades or for Fun only
Delivered OnlineFlexible Dates
£10

MSc Advanced Motorsport Engineering

5.0(1)

By National Motorsport Academy

Study online for the Master’s Advanced Motorsport Engineering and boost your motorsport career. With the ability to fit your studies around your existing career and family, the MSc is flexible and affordable. Start on any date and study when and where suits you!

MSc Advanced Motorsport Engineering
Delivered OnlineFlexible Dates
£8,950

55337 Introduction to Programming

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for anyone who is new to software development and wants, or needs, to gain an understanding of programming fundamentals and object-oriented programming concepts. They will typically be high school students, post-secondary school students, or career changers, with no prior programming experience. They might want to gain an understanding of the core programming fundamentals before moving on to more advanced courses such as Programming in C#. Overview Explain core programming fundamentals such as computer storage and processing. Explain computer number systems such as binary. Create and use variables and constants in programs. Explain how to create and use functions in a program. Create and use decisions structures in a computer program. Create and use repetition (loops) in a computer program. Explain pseudocode and its role in programming. Explain the basic computer data structures such as arrays, lists, stacks, and queues. Implement object-oriented programming concepts. Create and use classes in a computer program. Implement encapsulation, inheritance, and polymorphism. Describe the base class library (BCL) in the .NET Framework. Explain the application security concepts. Implement simple I/O in a computer program. Identify application errors and explain how to debug an application and handle errors. Identify the performance considerations for applications. In this 5-day course, students will learn the basics of computer programming through the use of Microsoft Visual Studio 2022 and the Visual C# and Visual Basic programming languages. The course assumes no prior programming experience and introduces the concepts needed to progress to the intermediate courses on programming, Programming in C#. The focus will be on core programming concepts such as computer storage, data types, decision structures, and repetition by using loops. The course also covers an introduction to object-oriented programming covering classes, encapsulation, inheritance, and polymorphism. Coverage is also included around exception handling, application security, performance, and memory management. 1 - Introduction to Core Programming Concepts Computer Data Storage and Processing Application Types Application Lifecycle Code Compilation 2 - Core Programming Language Concepts Syntax Data Types Variables and Constants 3 - Program Flow Introduction to Structured Programming Concepts Introduction to Branching Using Functions Using Decision Structures Introducing Repetition 4 - Algorithms and Data Structures Understand How to Write Pseudocode Algorithm Examples Introduction to Data Structures 5 - Error Handling and Debugging Introduction to Program Errors Introduction to Structured Error Handling Introduction to Debugging 6 - Introduction to Object-Oriented Programming Introduction to Complex Structures Introduction to Structs Introduction to Classes Introducing Encapsulation 7 - More Object-Oriented Programming Introduction to Inheritance Introduction to Polymorphism Introduction to .NET and the Base Class Library 8 - Introduction to Application Security Authentication and Authorization Code Permissions on Computers Introducing Code Signing 9 - Core I/O Programming Using Console I/O Using File I/O 10 - Application Performance and Memory Management Value Types vs Reference Types Converting Types The Garbage Collector Additional course details: Nexus Humans 55337 Introduction to Programming 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 55337 Introduction to Programming 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.

55337 Introduction to Programming
Delivered OnlineFlexible Dates
£2,975

Youth Mental Health First Aid

5.0(50)

By Pochat Training

FAA Level 2 Award In First Aid For Youth Mental Health (RQF) Classroom (1 day course), Virtual (3 x 2½ hour sessions) Gives learners knowledge of Youth Mental Health First Aid Gives learners the skills to help young people with mental health problems and improve their mental health Course Contents: What is Youth Mental Health? The role of the mental health first aider Identifying mental health conditions Recognising and managing Stress Mental health conditions Recognising a range of mental health conditions:DepressionAnxietyPsychosisEating disordersSuicideSelf-harmPost-traumatic stress disorderConduct disorders - BullyingDrugs and alcohol Mental health first aid action plan Benefits of this course: These figures, taken from the Young Minds website show clearly how many young people suffer with their mental health... One in six children aged five to 16 are identified as having a probable mental health problem That means that, on average, five children in every classroom have a mental health problem 80% of young people with mental health needs agreed that the coronavirus pandemic had made their mental health worse Suicide was the leading cause of death for males and females aged between five to 34 in 2019 Around half of 17-19 year-olds with a diagnosable mental health disorder has self-harmed or attempted suicide at some point In 2018-19, 24% of 17-year-olds reported having self-harmed in the previous year, and seven per cent reported having self-harmed with suicidal intent at some point in their lives So please, learn more about how to help these youngsters, and give them the chance to live happy, healthy lives Accredited, Ofqual regulated qualification Our Mental Health First Aid Courses are nationally recognised, Ofqual regulated qualifications accredited by First Aid Awards Ltd in association with NUCO Training. This means that you can be rest assured that your Mental Health First Aid Certificates fulfill the upcoming legal requirements and are a very good way to make sure you and your employees have a supporting workplace to deal with staff's mental health conditions. The Ofqual Register number for this course is 603/7176/6

Youth Mental Health First Aid
Delivered in Chesterfield or Online + more
£140 to £150

Primary Tuition - All Subjects - Online

5.0(8)

By GLA Tutors Home or Online

Welcome to GLA Tutors, a pioneering platform for primary school tutoring and SATs preparation.  At GLA Tutors, we understand the importance of a strong foundation in primary school subjects and strive to provide comprehensive support to help children excel in their academic journey. Our team of expert tutors is well-versed in the English National Curriculum, which forms the basis of primary school education in the UK. We have carefully analysed the curriculum requirements to ensure that our tutoring services cover all key subjects and align with the learning objectives set by the curriculum. Our provision for tutoring all primary school subjects encompasses a wide range of subjects, including: 1. English: - Reading comprehension - Vocabulary development - Grammar and punctuation - Writing skills 2. Mathematics: - Number and place value - Addition, subtraction, multiplication, and division - Fractions, decimals, and percentages - Geometry and measurement 3. Science: - Investigating scientific phenomena - Understanding the natural world - Conducting experiments and making observations - Developing scientific thinking and inquiry skills 4. History: - Understanding historical events and timelines - Exploring significant figures and civilizations - Analysing primary and secondary sources - Developing historical knowledge and critical thinking skills 5. Geography: - Studying different landscapes and environments - Investigating human and physical geography - Exploring global issues and sustainability - Developing geographical skills and understanding At GLA Tutors, we understand that preparing children for SATs can be a challenging task. Our tutors are well-versed in the SATs format and content, and they provide targeted support to help children excel in their exams. We cover all areas of the SATs, including English (reading, grammar, and writing) and Mathematics, ensuring that children are well-prepared and confident on exam day. Our tutoring sessions are designed to be engaging and interactive, fostering a love for learning and encouraging children to reach their full potential. We use a variety of teaching techniques, including hands-on activities, visual aids, and interactive resources, to make learning enjoyable and effective. With GLA Tutors, you can be assured that your child will receive top-quality tutoring in all primary school subjects and be well-prepared for SATs. Our tutors are committed to providing personalised support, tailoring their teaching methods to meet the unique learning needs of each child. Join us and let us help your child thrive academically and achieve success in their primary school journey and SATs.

Primary Tuition - All Subjects - Online
Delivered OnlineFlexible Dates
£40

Tea 'N Chat - Mark Making for Textiles + Nicky Simpson

5.0(3)

By Textiles Skills Centre

Tea 'N Chat free event - Talk with Textile Artist Nicky Simpson

Tea 'N Chat - Mark Making for Textiles + Nicky Simpson
Delivered Online
FREE to £10

Twinmotion Training Course

By ATL Autocad Training London

Who is this course for? Twinmotion Training Course. The Twinmotion course is designed for architects, interior designers and urban planners. Learn how to create architectural visualizations and real-time animations. Students interested in exploring the world of architectural rendering and visualization using Twinmotion software. Click here for more info: Website Duration: 10 hours Approach: 1-on-1 training with tailored content. Schedule: Book a time that suits you, Mon to Sat, from 9 am to 7 pm, and create your own schedule. Course Outline for Twinmotion Real-time 3D Architecture Visualization: Module 1: Twinmotion Introduction Explore the real-time 3D visualization capabilities of Twinmotion Master efficient scene manipulation through the Twinmotion interface Prepare 3D files for import and manage the workflow effectively Module 2: Materials and Realism Enhancement Enhance scenes with realistic materials and elevate visual quality Utilize videos as materials and apply glowing effects Create grunge materials to add texture and realism Employ the X-ray material for specific visualization needs Module 3: Landscape and Vegetation Integration Integrate vegetation using Twinmotion's scatter, HQ trees, and growth features Customize grass and utilize HQ vegetation assets for realistic landscapes Create time-lapse effects for dynamic vegetation growth Module 4: Library and Object Management Access the Twinmotion library for furniture and objects Seamlessly import external 3D objects into your scenes Obtain high-quality 3D assets from the internet and add them to your user library Utilize BIM-objects for additional assets Module 5: Lighting and Animation Techniques Work with various lighting options, including area light and volumetric light, to enhance scenes Add animated characters and vehicles to infuse dynamism into your visuals Incorporate construction vehicles and aircraft for realistic scenes Module 6: Volumes and Interactive Elements Utilize volumes and the animator feature to create dynamic scenes Implement urban elements and measurement tools for precision and accuracy Module 7: Nature and Weather Effects Utilization Harness Twinmotion's nature features, such as physical sky and weather effects, to create lifelike outdoor scenes Establish realistic lighting for outdoor environments Add ocean effects to enhance water elements in your scenes Module 8: Advanced Rendering Techniques Master rendering processes, from creating images to exporting panoramas and animations Implement depth of field improvements to create visually captivating scenes Create BIM motion virtual reality phases for immersive experiences Utilize the Twinmotion presenter feature for seamless presentations Module 9: Final Project Apply acquired knowledge and skills to complete a final rendering project in Twinmotion Download Twinmotion https://www.twinmotion.com â€º download Learn how to download and install Twinmotion, the fast, easy real-time archvis tool. Learning Outcomes of Real-Time Rendering: Efficient Scene Creation: Rapid development of immersive 3D environments using essential tools and techniques. Realistic Material Application: Expertise in applying authentic textures and shaders for visually convincing scenes. Dynamic Lighting: Understanding dynamic lighting effects for visually compelling, realistic scenes. Interactive Elements: Integration of animations and dynamic objects for engaging user experiences. Performance Optimization: Optimizing assets and scenes for smooth real-time rendering across diverse hardware. Library Utilization: Efficient use of asset libraries to enhance scene complexity without compromising performance. Visual Effects: Application of weather conditions, particle systems, and post-processing effects for stunning environments. Collaborative Rendering: Mastering real-time collaborative rendering techniques for teamwork and live interactions. Future Trends in Real-Time Rendering: Ray Tracing Advancements: Real-time ray tracing for realistic lighting, shadows, and reflections. AI-Powered Rendering: AI-driven predictive rendering for faster, high-quality outcomes. Immersive Experiences: Real-time rendering enabling immersive simulations in gaming, education, and architecture. Cross-Platform Compatibility: Seamless experiences across devices, from gaming consoles to VR headsets. Blockchain Integration: Blockchain tech ensuring asset authenticity and ownership verification. Real-Time Cinematography: Revolutionizing film and animation with efficient real-time visual effects. Environmental Sustainability: Focus on energy-efficient algorithms for reduced environmental impact. Collaborative Design: Real-time rendering facilitating interactive design reviews and creative collaboration. Twinmotion Course: Expertise in Real-Time Visualization: Develop mastery in Twinmotion, enabling the creation of captivating architectural environments in real-time. Improved Design Communication: Enhance concept communication by utilizing dynamic visualizations, elevating the quality of design presentations. Access to High-Quality Assets: Utilize an extensive library of premium assets to enrich scenes, adding realism and creativity to your projects. Crafting Lifelike Environments: Learn to create realistic landscapes, water effects, weather conditions, and special effects, providing immersive and lifelike experiences. Flexible Learning Options: Choose between in-person or live online sessions, ensuring a personalized and convenient learning experience tailored to your needs. Lifetime Access and Support: Benefit from perpetual access to lesson recordings and receive continuous support through lifetime email assistance, allowing you to stay connected with knowledgeable instructors for ongoing guidance. Course Advantages: Mastery of Real-Time Visualization: Acquire expertise in Twinmotion for creating captivating architectural environments. Enhanced Design Communication: Improve concept communication through dynamic visualizations, elevating design presentations. Abundant High-Quality Assets: Utilize an extensive library of top-notch assets, enriching scenes with realism and creativity. Creation of Lifelike Environments: Craft realistic landscapes, water effects, weather conditions, and special effects for immersive experiences. Flexible Learning Options: Choose between in-person or live online sessions, ensuring a personalized and convenient learning experience. Lifetime Access and Support: Enjoy perpetual access to lesson recordings and receive continuous support through lifetime email assistance, staying connected with knowledgeable instructors.

Twinmotion Training Course
Delivered in London or OnlineFlexible Dates
£396

Level 1 Safeguarding

5.0(50)

By Pochat Training

FAA Level 1 Award In Awareness Of Safeguarding (RQF) Face-to-Face Classroom: Half-day course Virtual Classroom: 2 sessions of 2 ½ hours For those who work with children, young people and vulnerable adults Promotes awareness of safeguarding, enabling learners to identify problems and show where to report these to Course Contents: Safeguarding legislation and guidance Key safeguarding roles Different types of abuse Signs and indicators of abuse and neglect Actions to take when a safeguarding concern arises Benefits of this course: In 2018/2019, 415,050 concerns of abuse were raised In 2018/2019, there were nearly 400,000 children in need 52,300 children were subject to a child protection plan 63% of adult safeguarding concerns are for people over 65 1 in every 42 adults aged 85+ have required safeguarding enquires... Child abuse often goes unreported and unrecorded - till it is picked up on by someone who then does something about it. This Level 1 Safeguarding Awareness course gives people the knowledge to make a real difference to a person's life! This basic Safeguarding course is a nationally recognised, Ofqual regulated qualifications accredited by First Aid Awards Ltd. This means that you can be rest assured that your Level 1 in Safeguarding Certificate provides information for best practice to make a real difference to protect the health and wellbeing of the most vulnerable in our society. The Ofqual Register number for this course is 603/5635/2

Level 1 Safeguarding
Delivered in Chesterfield or Online + more
£85

2nd Women in Local Government Leadership Workshop

5.0(1)

By Own Your Success

Women in Local Government Leadership Workshop is for Local Government professionals looking to learn new skills with like-minded peers and further or advance their within Local government.

2nd Women in Local Government Leadership Workshop
Delivered OnlineJoin Waitlist
£475 to £625