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

7637 Courses delivered Online

Using Mindfulness at Work for Productivity

By NextGen Learning

Using Mindfulness at Work for Productivity Course Overview This course explores how mindfulness techniques can significantly boost productivity and wellbeing in the workplace. Learners will discover how to cultivate a mindful approach to daily tasks, manage stress effectively, and maintain focus amidst distractions. Through engaging lessons, participants will gain practical strategies such as morning mindfulness habits, single-tasking, and stress reduction methods designed to improve concentration and time management. The course aims to empower individuals to enhance their work performance, establish a healthy work-life balance, and develop resilience to everyday challenges. By completing this course, learners will be equipped with the knowledge and skills to foster a calm, productive mindset that supports sustained professional growth and personal satisfaction. Course Description This comprehensive course covers a broad range of mindfulness strategies tailored for workplace productivity. Beginning with an introduction to mindfulness fundamentals, the curriculum progresses to actionable habits such as morning routines, waking up earlier, and effective journaling. Learners will explore how to overcome procrastination through mindful awareness and implement single-tasking to improve focus and output quality. The course also addresses managing life challenges and reducing stress through mindfulness practices integrated into daily work and evening routines. Participants will benefit from a structured learning experience designed to deepen self-awareness, enhance emotional regulation, and improve time management skills. With a clear, professional approach, this course equips learners to integrate mindfulness seamlessly into their work life, driving both efficiency and wellbeing. Using Mindfulness at Work for Productivity Curriculum Module 01: Introduction Module 02: How to Stay Happy and Productive with Mindfulness Module 03: Five Morning Mindfulness Habits Module 04: Five Tips for Waking Up Earlier Module 05: Finding a Healthy Work Life Balance Module 06: Life Challenges Module 07: Journal Module 08: How to Become Stress Free At Work Module 09: Practicing Mindfulness as a Nighttime Routine Module 10: Single Tasking: What It Is and How It Helps Module 11: The Power of a Brain Dump Module 12: Procrastination and Mindfulness for Productivity (See full curriculum) Who Is This Course For? Individuals seeking to improve concentration and reduce work-related stress. Professionals aiming to enhance productivity and emotional resilience. Beginners with an interest in mindfulness and personal development. Anyone wanting to establish a better work-life balance and wellbeing at work. Career Path Wellbeing Coach or Mindfulness Trainer Human Resources Specialist focusing on employee wellness Office Manager or Team Leader seeking productivity improvement Personal Development Consultant Professionals in high-pressure roles looking to manage stress effectively

Using Mindfulness at Work for Productivity
Delivered OnlineFlexible Dates
£7.99

IELTS Exam Preparation

By NextGen Learning

IELTS Exam Preparation Course Overview This IELTS Exam Preparation course is designed to equip learners with the essential skills needed to excel in the IELTS exam. Covering all four sections of the test—listening, reading, writing, and speaking—the course provides in-depth insights into the format and structure of the test. Learners will develop strong English language skills, ensuring they are well-prepared for each section of the exam. By the end of the course, learners will gain confidence in their ability to manage time, understand test requirements, and perform under exam conditions. With expert guidance and structured content, this course aims to help learners achieve their desired IELTS band score. Course Description This course delves into each component of the IELTS exam, helping learners understand its format and assess their strengths and weaknesses. The grammar modules focus on essential areas such as sentence structure, punctuation, and capitalisation to ensure learners can effectively communicate their ideas. The listening, reading, writing, and speaking modules are tailored to build specific skills required for each section of the exam, guiding learners through practice exercises and strategies for optimal performance. Through engaging lessons and mock tests, learners will gain a clear understanding of what is expected in the IELTS exam and how to approach each section with confidence. The course also includes practical advice on preparing for the test, managing exam stress, and performing well under timed conditions. IELTS Exam Preparation Curriculum Module 01: Introduction to IELTS Module 02: IELTS Test Format Module 03: Grammar for IELTS: Basics of Grammar Module 04: Grammar for IELTS: The Basics of Sentence Module 05: Grammar for IELTS: Structure of Sentence Module 06: Grammar for IELTS: Punctuation & Capitalisation Module 07: The Listening Section Module 08: The Reading Section [Academic] Module 09: The Writing Section [Academic] Module 10: The Speaking Section Module 11: IELTS [General Training] Module 12: IELTS Life Skills Module 13: What To Do Before The IELTS Test? Module 14: IELTS Full-length Practice Tests (See full curriculum) Who is this course for? Individuals seeking to achieve a high band score in the IELTS exam. Professionals aiming to meet English language proficiency requirements for work or study. Beginners with an interest in pursuing international education or career opportunities. Those preparing for the IELTS exam as part of their visa application process. Career Path International student in higher education. Migration consultant or advisor. Professional in need of an English language proficiency qualification. Candidate for job roles requiring IELTS certification for global organisations.

IELTS Exam Preparation
Delivered OnlineFlexible Dates
£7.99

Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is designed for programmatic developers looking to write programmatic customizations to both business logic and UI layers using Apex and Visualforce. You should have a good understanding of core object-oriented programming concepts and experience building declarative solutions on the Salesforce Platform. This course is also a great foundation builder if you're looking to earn your Salesforce Platform Developer I credential. IMPORTANT: Students are expected to follow the steps detailed in the Computer Set-up Guide for this class if you'll be using your own computer when attending a virtual or in-person class. Overview Learn modern tools for developing on the Salesforce Platform using Visual Studio Code, the Salesforce Extension Pack, and the Salesforce CLI. Write business logic customizations using Apex triggers and classes; those customizations will use SOQL and DML. Design programmatic solutions that take advantage of declarative customizations. Describe how your trigger code works within the basics of the Save Order of Execution. Describe some of the fundamental aspects of designing programs on a multi-tenant platform. Write Visualforce markup and code to customize the user interface. Use the built-in testing framework to test Apex and Visualforce. Learn how to customize and design applications programmatically on the Salesforce Platform. In this 5-day class, our platform experts will introduce you to Apex (Salesforce?s programming language) and Visualforce markup, so you can customize your Salesforce applications using code and explore how Apex interacts with declarative customizations on the platform. Learn how to retrieve, manipulate, and store data programmatically in data objects (sObjects), write and test custom logic, write Visualforce pages to customize your user interface, and deploy your solutions to another environment. Get an overview of the declarative automation tools available on the platform and a brief introduction to the Lightning Component framework. Plus, explore the nuances of working on a multi-tenant platform so you can extend the platform to meet business demands. Declarative Automation Create Formula Fields Create Roll-Up Summary Fields Understand Record Types Review Other Automation Tools Build a Data Model on the Salesforce Platform Programming with Apex Describe Key Aspects of Apex That Differentiate It from Other Languages, Such as Java and C# Describe Why Apex Transactions and Governor Limits Must Be Considered When Writing Apex Execute Simple Apex Use the sObject Data Type, the Primitive Data Types, and Basic Control Statements in Apex Using SOQL and SOSL to Retrieve Your Org?s Data Write a Basic Query Using Salesforce?s Query Language, SOQL Process the Result of a Query in Apex Create a Query Dynamically at Run-Time Use SOQL to Query Parent-Child Relationships Describe a Relationship Query Write a Query That Traverses a Child-to-Parent Relationship Write a Query That Traverses a Parent-to-Child Relationship Use SOSL to Search Data Using DML to Manipulate Your Org?s Data List the Differences Between the Ways You Can Invoke DML Operations Write Apex to Invoke DML Operations and Handle DML Errors Deployment What Is Deployment? Deploy Code Using Change Sets Use the Ant Migration Tool Review Managed and Unmanaged Packages Explore Salesforce DX Trigger Essentials Describe What a Trigger Is Used For Describe the Syntax of a Trigger Definition Use Trigger Context Variables Apex Class Essentials Describe How Apex Classes Are Used Define an Apex Class Determine What Data an Apex Class Can Access The Save Order of Execution, Apex Transactions, and Platform Events Describe Key Points in the Order of Execution Describe How Triggers Fit Into and Can Be Impacted by the Order of Execution Describe the Lifecycle of an Apex Transaction Describe the Memory Lifecycle for Static Attributes Use Platform Events for Immediate Error Logging Apex Testing Describe the Apex Testing Framework Create Test Data Write and Run an Apex Test Test Best Practices Strategies for Designing Efficient Apex Solutions Describe Best Practices for Writing Code That Is Easy to Maintain and Extend Write Triggers and Classes That Assume Batches of Data as Input Write Code That Works Efficiently with the Database, Both in Querying and Using DML Trigger Design Strategies List Declarative Mechanisms You Can Use to Implement Complex Business Logic, What Types of Problems They?re Best Used for, and Their Limitations Describe Ways in Which You Can Use Declarative Functionality to Improve Your Programmatic Solutions Working with Visualforce Create a Visualforce Page Reference a Standard Controller Launch a Visualforce Page Using a Custom Button Display Data from a Record in a Visualforce Page Reference Custom Controllers and Controller Extensions Work with List Controllers Visualforce Development Considerations and Testing Describe Common Limit Issues and Security Concerns Describe Strategies for Testing Visualforce Controllers Write Tests for Controller Constructors Write Tests for Action Methods, Getters, Setters, and Properties Lightning Components Create and Surface an Aura Component Create and Surface a Lightning Web Component Additional course details: Nexus Humans Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450) 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 Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450) 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.

Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450)
Delivered OnlineFlexible Dates
Price on Enquiry

AWS Developing Serverless Solutions on AWS

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Developers who have some familiarity with serverless and experience with development in the AWS Cloud Overview In this course, you will learn to: Apply event-driven best practices to a serverless application design using appropriate AWS services Identify the challenges and trade-offs of transitioning to serverless development, and make recommendations that suit your development organization and environment Build serverless applications using patterns that connect AWS managed services together, and account for service characteristics, including service quotas, available integrations, invocation model, error handling, and event source payload Compare and contrast available options for writing infrastructure as code, including AWS CloudFormation, AWS Amplify, AWS Serverless Application Model (AWS SAM), and AWS Cloud Development Kit (AWS CDK) Apply best practices to writing Lambda functions inclusive of error handling, logging, environment re-use, using layers, statelessness, idempotency, and configuring concurrency and memory Apply best practices for building observability and monitoring into your serverless application Apply security best practices to serverless applications Identify key scaling considerations in a serverless application, and match each consideration to the methods, tools, or best practices to manage it Use AWS SAM, AWS CDK, and AWS developer tools to configure a CI/CD workflow, and automate deployment of a serverless application Create and actively maintain a list of serverless resources that will assist in your ongoing serverless development and engagement with the serverless community This course gives developers exposure to and practice with best practices for building serverless applications using AWS Lambda and other services in the AWS serverless platform. You will use AWS frameworks to deploy a serverless application in hands-on labs that progress from simpler to more complex topics. You will use AWS documentation throughout the course to develop authentic methods for learning and problem-solving beyond the classroom. Introduction Introduction to the application you will build Access to course resources (Student Guide, Lab Guide, and Online Course Supplement) Thinking Serverless Best practices for building modern serverless applications Event-driven design AWS services that support event-driven serverless applications API-Driven Development and Synchronous Event Sources Characteristics of standard request/response API-based web applications How Amazon API Gateway fits into serverless applications Try-it-out exercise: Set up an HTTP API endpoint integrated with a Lambda function High-level comparison of API types (REST/HTTP, WebSocket, GraphQL) Introduction to Authentication, Authorization, and Access Control Authentication vs. Authorization Options for authenticating to APIs using API Gateway Amazon Cognito in serverless applications Amazon Cognito user pools vs. federated identities Serverless Deployment Frameworks Overview of imperative vs. declarative programming for infrastructure as code Comparison of CloudFormation, AWS CDK, Amplify, and AWS SAM frameworks Features of AWS SAM and the AWS SAM CLI for local emulation and testing Using Amazon EventBridge and Amazon SNS to Decouple Components Development considerations when using asynchronous event sources Features and use cases of Amazon EventBridge Try-it-out exercise: Build a custom EventBridge bus and rule Comparison of use cases for Amazon Simple Notification Service (Amazon SNS) vs. EventBridge Try-it-out exercise: Configure an Amazon SNS topic with filtering Event-Driven Development Using Queues and Streams Development considerations when using polling event sources to trigger Lambda functions Distinctions between queues and streams as event sources for Lambda Selecting appropriate configurations when using Amazon Simple Queue Service (Amazon SQS) or Amazon Kinesis Data Streams as an event source for Lambda Try-it-out exercise: Configure an Amazon SQS queue with a dead-letter queue as a Lambda event source Writing Good Lambda Functions How the Lambda lifecycle influences your function code Best practices for your Lambda functions Configuring a function Function code, versions and aliases Try-it-out exercise: Configure and test a Lambda function Lambda error handling Handling partial failures with queues and streams Step Functions for Orchestration AWS Step Functions in serverless architectures Try-it-out exercise: Step Functions states The callback pattern Standard vs. Express Workflows Step Functions direct integrations Try-it-out exercise: Troubleshooting a Standard Step Functions workflow Observability and Monitoring The three pillars of observability Amazon CloudWatch Logs and Logs Insights Writing effective log files Try-it-out exercise: Interpreting logs Using AWS X-Ray for observability Try-it-out exercise: Enable X-Ray and interpret X-Ray traces CloudWatch metrics and embedded metrics format Try-it-out exercise: Metrics and alarms Try-it-out exercise: ServiceLens Serverless Application Security Security best practices for serverless applications Applying security at all layers API Gateway and application security Lambda and application security Protecting data in your serverless data stores Auditing and traceability Handling Scale in Serverless Applications Scaling considerations for serverless applications Using API Gateway to manage scale Lambda concurrency scaling How different event sources scale with Lambda Automating the Deployment Pipeline The importance of CI/CD in serverless applications Tools in a serverless pipeline AWS SAM features for serverless deployments Best practices for automation Course wrap-up Additional course details: Nexus Humans AWS Developing Serverless Solutions on AWS 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 AWS Developing Serverless Solutions on AWS 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.

AWS Developing Serverless Solutions on AWS
Delivered OnlineFlexible Dates
Price on Enquiry

Effective technical writing (In-House)

By The In House Training Company

The aim of this programme is to help attendees create better quality technical documents in an organised and efficient manner. It will give those new to the topic an appreciation of how to approach the task professionally whilst those with more experience will be able to refresh and refine their skills. The programme comprises three complementary one-day modules: The programme presents a structured methodology for creating technical documents and provides a range of practical techniques that help delegates put principles into practice. Although not essential, it is strongly advised that delegates for modules 2 and 3 have already attended module 1, or another equivalent course. Note: the content of each module as shown here is purely indicative and can be adapted to suit your particular requirements. This course will: Explain the qualities and benefits of well written technical documents Present a structured approach for producing technical documents Review the essential skills of effective technical writing Demonstrate practical methods to help create better documents Provide tools and techniques for specification and report writing Review how technical documents should be issued and controlled Note: the content of each module as shown here is purely indicative and can be adapted to suit your particular requirements. Module 1: Essential skills for technical writers 1 Introduction to the programme Aims and objectives of the module Introductions and interests of participants 2 Creating effective technical documents What is technical writing? how does it differ from other writing? Key qualities of an effective technical document Communication essentials and the challenges faced by technical writers The lessons of experience: how the best writers write The five key steps : prepare - organise - write - edit - release (POWER) 3 Preparing to write Defining the document aims and objectives; choosing the title Understanding technical readers and their needs Getting organised; planning and managing the process Integrating technical and commercial elements The role of intellectual property rights (IPR), eg, copyright 4 Organising the content The vital role of structure in technical documents Deciding what to include and how to organise the information Categorising information: introductory, key and supporting Tools and techniques for scoping and structuring the document Creating and using document templates - pro's and con's 5 Writing the document Avoiding 'blinding them with science': the qualities of clear writing Problem words and words that confuse; building and using a glossary Using sentence structure and punctuation to best effect Understanding the impact of style, format and appearance Avoiding common causes of ambiguity; being concise and ensuring clarity Using diagrams and other graphics; avoiding potential pitfalls 6 Editing and releasing the document Why editing is difficult; developing a personal editing strategy Some useful editing tools and techniques Key requirements for document issue and control Module 2: Creating better specifications 1 Introduction Aims and objectives of the day Introductions and interests of participants The 'POWER' writing process for specifications 2 Creating better specifications The role and characteristics of an effective specification Specifications and contracts; the legal role of specifications Deciding how to specify; understanding functional and design requirements Developing the specification design; applying the principles of BS 7373 Getting organised: the key stages in compiling an effective specification 3 Preparing to write a specification Defining the scope of the specification; deciding what to include and what not Scoping techniques: scope maps, check lists, structured brainstorming The why/what/how pyramid; establishing and understanding requirements Clarifying priorities; separating needs and desires: the MoSCoW method Useful quantitative techniques: cost benefit analysis, QFD, Pareto analysis Dealing with requirements that are difficult to quantify 4 Organising the content The role of structure in specifications Typical contents and layout for a specification What goes where: introductory, key and supporting sections Creating and using model forms: the sections and sub sections Detailed contents of each sub-section Exercise: applying the tools and techniques 5 Writing the specification Identifying and understanding the specification reader Key words: will, shall, must; building and using a glossary Writing performance targets that are clear and unambiguous Choosing and using graphics Exercise: writing a specification 6 Editing and releasing the document Key editing issues for specifications Issue and control of specifications Module 3: Writing better reports 1 Introduction Aims and objectives of the day Introductions and interests of participants The 'POWER' technical writing process for technical reports 2 Creating better reports What is a technical report? types and formats of report The role and characteristics of an effective technical report Understanding technical report readers and their needs The commercial role and impact of technical reports Getting organised: the key stages in compiling a technical report 3 Preparing to write reports Agreeing the terms of reference; defining aims and objectives Being clear about constraints; defining what is not to be included Legal aspects and intellectual property rights (IPR) for reports Preparing the ground; gathering information and reference documents Keeping track of information: note making, cataloguing and cross referencing Tools and techniques for developing a valid and convincing argument 4 Organising the content The role of structure reviewed; some typical report structures Who needs what: identifying the varied needs of the readership What goes where: introductory, key and supporting sections Creating and using model forms: the sections and sub sections Detailed contents of each sub-section Exercise: applying the tools and techniques 5 Writing the report Planning the storyline: the report as a journey in understanding Recognising assumptions about the reader; what they do and don't know Converting complex concepts into understandable statements Presenting technical data and its analysis; the role of graphics Presenting the case simply whilst maintaining technical integrity Exercise: writing a technical report 6 Editing and releasing the report Key editing issues for technical reports Issue and control of technical reports

Effective technical writing (In-House)
Delivered in Harpenden or UK Wide or OnlineFlexible Dates
Price on Enquiry

Create Abstract Posters in Photoshop Online Course

3.0(2)

By Alpha Academy

Create Abstract Posters in Photoshop Overview Explore the creative side of graphic design with the Create Abstract Posters in Photoshop course. This hands-on course teaches you how to use Adobe Photoshop to design bold, eye-catching abstract posters. From isometric shapes and liquified effects to neon accents and creative mock-ups, each module walks you through easy-to-follow techniques used by modern designers. You’ll develop a strong foundation in visual composition and digital art while gaining practical experience using Photoshop’s powerful design tools. Whether you’re building a portfolio or just love creating art, this course gives you the skills to turn ideas into impactful visual designs. Learning Outcomes Set up a new abstract design project in Photoshop Create and manipulate isometric cubes for visual depth Use the Liquify tool to produce unique flowing shapes Design neon rope effects and integrate glowing text Build abstract forms like pyramids and spheres with shading Add glass effects to create transparent candy-style visuals Arrange visual elements using composition and colour theory Mock up your poster designs in realistic settings Combine techniques to create original abstract artworks Export high-quality poster files for print or digital display Who Is This Course For This course is ideal for beginner to intermediate designers, students, hobbyists, or creatives who want to experiment with abstract poster design using Photoshop. It’s also perfect for anyone building a design portfolio or looking to improve their digital art skills. Eligibility Requirements To join this course, you’ll need access to Adobe Photoshop and a basic understanding of its interface. No advanced skills are required – just a willingness to learn and experiment with creative ideas. Entry Requirements Age Requirement: Applicants must be 16 or older, making the course accessible to both young learners and adults. Academic Background: No prior qualifications required, open to all backgrounds. Language Proficiency: A good understanding of English is essential, as all lessons are in English. Numeracy Skills: Basic writing and numeracy skills are needed to follow the course content. Why Choose Us Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry-leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognised accredited Access to course content on mobile, tablet or desktop from anywhere, anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path Completing this course can lead to creative roles in graphic design, digital art, marketing, or content creation. You may explore job titles such as Graphic Designer, Visual Artist, Poster Designer, Creative Assistant, or Freelance Illustrator. It also strengthens your portfolio for further study or freelance work in the design industry.

Create Abstract Posters in Photoshop Online Course
Delivered Online On Demand1 hour
£11.99

Mastering User Experience (UX) Design for Experienced Web Developers (TT4213)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for The intended audience for this course is experienced web developers who are new to User Experience (UX) and Responsive Design principles. These professionals typically have a solid understanding of front-end development technologies such as HTML, CSS, and JavaScript but seek to expand their skillset to create more user-centric, adaptable, and accessible web experiences. Roles that would benefit from this course include: Front-end Web Developers Full-stack Developers Web Designers Team Leads and Project Managers Freelance Web Developers Overview Working in a hands-on learning environment led by our expert UX coach, you'll learn to: Understand and apply UX principles and user-centered design processes: Participants will learn to identify the needs and preferences of users, create user personas, and apply UX best practices to develop intuitive, user-friendly web experiences. Design and implement responsive web layouts: Participants will gain the skills to create fluid grid layouts, use flexible images, and apply media queries to design web pages that adapt seamlessly across various devices and screen sizes. Optimize web performance for responsive designs: Participants will learn techniques to improve website performance, including image optimization, responsive images, and minification and concatenation of assets, ensuring a fast and smooth user experience across devices. Implement accessible web designs: Participants will understand the importance of accessibility in web design and learn to apply WCAG principles and accessible design patterns to create websites that are usable by a wide range of users, including those with disabilities. Collaborate effectively with designers, developers, and stakeholders: Participants will gain insights into design collaboration and handoff processes, enhancing their ability to communicate design decisions, provide and receive feedback, and work efficiently with team members and clients. In today's fast-paced digital world, user-centric and adaptable websites are no longer a luxury ? they're a necessity. By embracing UX and responsive design, you'll unlock the potential to elevate your websites, boosting user satisfaction and engagement. This, in turn, leads to higher conversion rates and a stronger online presence for your clients or organization, as well as better collaboration within your team, bridging the gap between designers, developers, and stakeholders.UX Design & Responsive Design for Experienced Web Developers is a three day, engaging hands-on workshop designed to equip you with the latest skills and best practices in User Experience (UX) and Responsive Web Design required to create seamless, user-friendly websites that adapt effortlessly across devices. This course will immerse you in the latest skills, best practices, and hands-on activities, empowering you to create exceptional, accessible websites that excel across devices and captivate users. Throughout the program you?ll explore the fundamentals of UX and responsive design, including user-centered design processes, mobile-first and desktop-first approaches, and design techniques for various devices and screen sizes. You'll gain practical experience creating responsive layouts, optimizing performance, and implementing accessible web designs, all while leveraging popular frameworks and design tools. You'll also gain valuable insights into performance optimization, accessibility, and collaboration strategies, ensuring you have the complete toolkit to excel in your field.By the end of this workshop, you?ll have gained a solid understanding of UX and responsive design principles, as well as hands-on experience in applying these concepts to real-world projects. You?ll be able to create more user-friendly, responsive, and accessible websites, and collaborate more effectively with your design and development teams. Introduction to UX and Responsive Design: Understanding User Experience What is UX? Importance of UX in web development UX principles and best practices User-centered design process Responsive Web Design Basics What is Responsive Web Design? Importance of Responsive Design in modern web development Fluid grid layout, flexible images, and media queries Hands-on Activity: Creating a Responsive Layout Designing a simple responsive layout using HTML, CSS, and media queries Breakdown and explanation of the code Testing responsiveness across different devices Mobile-first vs. Desktop-first Approaches Pros and cons of each approach Deciding which approach to use Designing for Different Devices and Screen Sizes Common breakpoints and device considerations Accessibility and usability across devices Typography, color, and other design elements in responsive design Hands-on Activity: Designing for Different Devices Modifying the previously created responsive layout to optimize for various devices Discussion and feedback on designs Advanced UX and Responsive Design Techniques: UX Research and Testing Importance of UX research Usability testing and user feedback A/B testing and heatmaps Navigation and Information Architecture Designing effective and user-friendly navigation Organizing content and information Common navigation patterns in responsive design Hands-on Activity: Designing Navigation for Responsive Websites Adding navigation elements to the previously created responsive layout Testing navigation on different devices and screen sizes Discussion and feedback on navigation designs Responsive Web Design Frameworks and Tools Overview of popular frameworks (Bootstrap, Foundation, etc.) Pros and cons of using frameworks Introduction to design tools (Sketch, Figma, Adobe XD) Hands-on Activity: Exploring Frameworks and Tools Experimenting with a chosen framework or design tool Redesigning the responsive layout using the selected framework/tool Sharing experiences and discussing the benefits and drawbacks UX and Responsive Design Best Practices: Design Patterns and UI Components Common design patterns in responsive web design Designing reusable UI components Consistency and usability in UI components Performance Optimization Importance of performance in responsive design Image optimization and responsive images Minification and concatenation of assets Hands-on Activity: Optimizing Performance (1.5 hours) Applying performance optimization techniques to the responsive layout Testing the improvements in performance Sharing results and discussing best practices Accessibility in UX and Responsive Design Importance of accessibility in web design Accessibility principles (WCAG) Accessible design patterns and techniques Hands-on Activity: Evaluating and Improving Accessibility Assessing the accessibility of the responsive layout Implementing accessibility improvements Testing and discussing the results Design Collaboration and Handoff Collaborating with designers, developers, and stakeholders Effective communication and documentation Design handoff tools and techniques Hands-on Activity: Simulating Design Handoff Participants will work in pairs to simulate a design handoff Reviewing, discussing, and providing feedback on each other's responsive layouts Sharing experiences and lessons learned

Mastering User Experience (UX) Design for Experienced Web Developers (TT4213)
Delivered OnlineFlexible Dates
Price on Enquiry

Play Therapy Training

By Wise Campus

Play Therapy: Complete Play Therapy Training Course Would you be willing to provide a solid foundation on play therapy? Our play therapy training will provide you the information and abilities you need to significantly improve the lives of young people who are struggling. This play therapy training explains the benefits and accomplishments of play therapy. In addition, the Play Therapy Training outlines the theoretical underpinnings, setting configurations, and common problems that a Play Therapy Training specialist could encounter. In addition to this, other play therapy training courses instruct on how to assist kids in coping with adversity and aid in their recovery. Come along to this Play Therapy Training, we explore the field of play therapy, which uses play as a potent tool for understanding, communicating, and transforming children who are in need. Learning Outcome of Play Therapy Training This Play Therapy Training Course will help to understand: Exploring the concept of play therapy. Play Therapy Training provide positive effects and achievements in Play therapy. Theoretical foundations of play therapy techniques are also describes in our Play Therapy Training. Play Therapy Training includes play settings: therapist, abused child, and materials. How to handle typical issues in play therapy are elaborated in this Play Therapy Training. Play therapy for emotionally abused children and homeless are lessons of the Play Therapy Training. Through the Play Therapy Training, you can learn creative play interventions for disaster recovery. Play Therapy Training provides case studies and recent trends in play therapy. Special Offers of this Play Therapy: Complete Play Therapy Training Course This Play Therapy: Complete Play Therapy Training Course includes a FREE PDF Certificate. Lifetime access to this Play Therapy: Complete Play Therapy Training Course Instant access to this Play Therapy: Complete Play Therapy Training Course Get FREE Tutor Support to this Play Therapy: Complete Play Therapy Training Course Play Therapy: Complete Play Therapy Training Course The fundamentals of play therapy are covered in this course on play therapy. Additionally, this play therapy training explains the benefits and accomplishments of play therapy. In addition, the Play Therapy Training outlines the theoretical underpinnings, setting configurations, and common problems that a Play Therapy Training specialist might encounter. In addition to these, other play therapy training modules instruct on how to assist kids in coping with adversity and aid in their recovery. Who is this course for? Play Therapy: Complete Play Therapy Training Course We provide Play Therapy Training to everyone who wants to improve their skills and get ready for their ideal job! Requirements Play Therapy: Complete Play Therapy Training Course To enrol in this Play Therapy Training Course, students must fulfil: To join in our Play Therapy: Complete Play Therapy Training Course, you must have a strong command of the English language. To successfully complete our Play Therapy: Complete Play Therapy Training Course, you must be vivacious and self driven. To complete our Play Therapy: Complete Play Therapy Training Course, you must have a basic understanding of computers. Career path Play Therapy: Complete Play Therapy Training Course With this Play Therapy: Complete Play Therapy Training Course, you may increase your chances of landing a high-paying position as: A play therapist Child psychologist Play therapy training specialist School counsellor

Play Therapy Training
Delivered Online On Demand1 hour 6 minutes
£12

HR: Human Resources Management, Interview Skills, Employment Law, UK Payroll & Recruitment

By Wise Campus

Recruitment: Recruitment Course Online Would you like to improve your recruiting abilities or pursue a career in recruitment? Then, with its advanced skills and expertise, this Recruitment Consultant Diploma course will help you go one step closer to your career objectives. From the Recruitment Consultant Diploma course, you will learn about recruitment and its legal procedures in the UK. The Recruitment Consultant Diploma explains sales and marketing strategies for recruiters. Also, the Recruitment Consultant Diploma includes relevant key performance indicators. Through the Recruitment Consultant Diploma help, you can handle and improve your communication skills with clients. The Recruitment Consultant Diploma is also helpful for starting and running a recruiting service effectively. Enrol in the Recruitment Consultant Diploma programme to get a strong grasp of the fundamental skills required to advance a lucrative career in recruiting. Learning Outcomes of Recruitment Consultant Diploma After completing this Recruitment Consultant Diploma course, the learner will be able to: Know about recruitment and its legal procedures in the UK. This Recruitment Consultant Diploma explains sales & marketing strategies for recruiters. Recruitment and selection are included in the Recruitment Consultant Diploma. From the Recruitment Consultant Diploma, you will learn about relevant key performance indicators. Attracting candidates for recruitment and managing candidates are involved in the Recruitment Consultant Diploma lessons. Recruitment Consultant Diploma teaches how to prepare interview processes for the candidate. Obtaining clients, strategy and managing them are explained in the Recruitment Consultant Diploma. How to start and run a recruiting service effectively, you can learn from the Recruitment Consultant Diploma. Main Course: Recruitment Consultant Diploma Course Free Courses are including with this Recruitment: Recruitment Course Recruitment Course, We Offer a free HR Management Course Recruitment Course, We Offer a free HR and Payroll Management Course Recruitment Course, We Offer a free Employment Law Course Recruitment Course, We Offer a free Interview Skills Course Special Offers of this Recruitment: Recruitment Course This Recruitment Course includes a FREE PDF Certificate. Lifetime access to this Recruitment Course Instant access to this Recruitment Course Get FREE Tutor Support to this Recruitment Course Recruitment: Recruitment Course Online You will learn the theory of successful recruitment practices in this recruitment course, which will also equip you with the competence, self-assurance, and skills you need to succeed in the recruitment sector. You'll acquire a strong grasp of the fundamental skills required to advance a lucrative career in recruitment. Who is this course for? Recruitment: Recruitment Course Online A new career in human resources or recruiting can be started with this Recruitment Course. Requirements Recruitment: Recruitment Course Online To enrol in this Recruitment Course, students must fulfil the following requirements. To join in our Recruitment Course, you must have a strong command of the English language. To successfully complete our Recruitment Course, you must be vivacious and self driven. To complete our Recruitment Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Recruitment Course Career path Recruitment: Recruitment Course Online Having this Recruitment Course is a great asset that may help you in any job path, including HR manager, recruitment consultant, HR administrator, or HR assistant.

HR: Human Resources Management, Interview Skills, Employment Law, UK Payroll & Recruitment
Delivered Online On Demand3 hours 6 minutes
£12

Bid Writing Course - CPD Certified

By Wise Campus

Bid Writing: Bid Writing Course Do you want to work in bid writing as a career? We have created the perfect bid writing course for you to help you review the essentials of the craft and start down the path to becoming an expert. With its thorough review, this bid writing course guarantees a thorough comprehension of the subject. You will learn how to organise, organise, and create the bids through the Bid Writing Course. The proposal process, customer comprehension, and presentation are more lessons covered in the bid writing course. Learning about cost, quality, pricing, and sales is also beneficial by taking the bid writing course. Becoming a proficient bid writer by enrolling in our bid writing course will help you advance your profession. Learning Outcome of Bid Writing Course After completing this bid writing course, learners will know about: Bid writing, its planning and developing. The bid writing course teaches how to structure the bid writing. You can understand the proposal and process through the bid writing course. Our bid writing course also focuses on clients and customers. This bid writing course teaches how to find unique selling points. Estimation method, costing, pricing and quality control are part of this bid writing course. Client presentation is also involved in the bid writing course. Through this bid writing course, you can understand templates for proposal building. Special Offers of this Bid Writing: Bid Writing Course This Bid Writing: Bid Writing Course includes a FREE PDF Certificate. Lifetime access to this Bid Writing: Bid Writing Course Instant access to this Bid Writing: Bid Writing Course Get FREE Tutor Support to this Bid Writing: Bid Writing Course Bid Writing: Bid Writing Course Are you looking to pursue a career in bid writing? Our comprehensive Bid Writing: Bid Writing course is designed to equip you with the essential skills needed to excel in this field. Through our Bid Writing: Bid Writing course, you'll gain a deep understanding of how to structure, organize, and craft compelling bids. This Bid Writing: Bid Writing course covers everything from mastering the proposal process to understanding client needs and delivering impactful presentations. Plus, you'll enhance your knowledge of cost, quality, pricing, and sales, making this Bid Writing: Bid Writing course your key to success in the industry. Who is this course for? Bid Writing: Bid Writing Course For anyone interested in bid writing, the bid writing course is excellent for them. Requirements Bid Writing: Bid Writing Course To enrol in this Bid Writing: Bid Writing Course, students must fulfil the following requirements. To join in our Bid Writing: Bid Writing Course, you must have a strong command of the English language. To successfully complete our Bid Writing: Bid Writing Course, you must be vivacious and self driven. To complete our Bid Writing: Bid Writing Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Bid Writing: Bid Writing Course. Career path Bid Writing: Bid Writing Course Successful completion of the bid writing course can lead to a variety of exciting employment prospects in bid writing-related industries.

Bid Writing Course - CPD Certified
Delivered Online On Demand1 hour 42 minutes
£12