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

3138 Development courses in Bristol delivered Live Online

Discover your Intuitive Wisdom Imagery: A SoulCollage® online primer in three parts.

4.9(9)

By The Soul Shed

I'm glad you are here. You probably already know you are imaginative, sensitive, curious, empathic, connecting, and compassionate. You may or may not consider yourself creative - but that doesnt matter, because all those other qualities mean that Im quietly convinced that you already are! you might already know that these gifts support you and bring you joy and depth of meaning and connection with yourself and others. Because of your qualities - your life might also be also demanding. Everyone wants a piece of you and sometimes you might forget about self care, meaning you can also become over-stretched, out of balance, and sometimes even ungrounded, spaced out, and overwhelmed. The Soul Sheds purpose is to enable you to turn your empathy and imagination into intuitive guidence and a deeply embodied sense of presence to yourself and others. Welcome to this primer in SoulCollage®  In the comfort of your own home, I will share with you the powerful SoulCollage® process to uncover your own source of inner wisdom. Over three sessions booked to suit your timetable, you will practice the basics: Connecting deeply with your intuitive guidence self as an embodied three-centred being meet the imagery that speaks to you most and collage with it, Bypass any innercritic -this is just for your own pleasure Hear the imagery speak its wisdom to you. Learn about the different suits in a SoulCollage® deck Leave with cards that will continue to speak deeply to you in your life. The Soul Shed offers you gentle creative space to explore reflect and shift stuck energy in powerful ways. Samantha Taroni is a trauma-informed coach, a SoulCollage facilitator, breathwork teacher, and teacher of creative arts with over thirty years experience. Book three sessions to get you started at a time to suit you. Receive a pack of images and blank cards to a UK address. (If you live overseas, I can send you images to download, or courier you a pack. Ask for a quotation! And if youre interested but want to talk it over a bit more in a chat, you can book a call with me by clicking here. Id love to talk with you and make sure its right for you.

Discover your Intuitive Wisdom Imagery: A SoulCollage® online primer in three parts.
Delivered OnlineFlexible Dates
£180

3ds max on Demand One to one Training Course

By Real Animation Works

3ds max on One to one Training Course pay as you go

3ds max on Demand One to one Training Course
Delivered in London or OnlineFlexible Dates
£72

How to talk to children who have a parent with a mental illness

By Our Time Charity

This comprehensive training equips you with practical strategies to talk to children about parental mental illness.

How to talk to children who have a parent with a mental illness
Delivered OnlineFlexible Dates
£200

Thu 18 Sep 2025 - Grants Fundraising: preparing and prospecting

By Hospice Income Generation Network

Training - Grants Fundraising: preparing and prospecting Session aimed at charitable trusts, foundations and grants fundraisers FREE for HIGN members | £25 for non-members THIS SESSION WILL NOT BE RECORDED Capacity capped at 50 sign-ups. We will operate a waiting list if we reach this number, and may ask hospices with more than one sign-up to release places. Grants are the most significant source of income for small charities, but what are the key elements underlying a successful grants income stream? In this session we look at those foundational criteria essential to setting your organisation up for a win and tips how to find the best grants. This session is less appropriate for those with mature grant funding programmes. By the end of this session, we aim for you to: · Gain insight into the overall process of grants funding · Understand what fundraisers need to know before writing applications · See how to cost effectively find funders David describes himself as a “product of small charities”. A service user as a child, volunteer since his teenage years and now is helping to payback through training, mentoring and consultancy projects. He started a ranging career in fundraising in 2006, before maturing into a training and consultancy role with small charities some 12 years later. In early 2022, David joined the FSI and re-built their partnership training programme, carrying it forward in his own style with Triceratops Training after the closure of the previous charity. Most of our associate trainers, like David, were also training or consultancy associates for the FSI, NCVO, Lloyds Bank Foundation or DSC. David currently leads training programmes with Battersea Dogs & Cats Home, several funders, CVS and other sector infrastructure organisations across the UK.

Thu 18 Sep 2025 - Grants Fundraising: preparing and prospecting
Delivered Online
FREE

55320 Programming with HTML, CSS, and JavaScript

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for students new to computer programming or experienced programmers who are new to client-side web development. Overview After completing this course, you will be able to: Describe the technologies involved in web development. Create HTML pages with links and images. Explain the benefits of CSS. Style HTML pages with CSS. Explain the concepts of objects, methods, and properties. Work with JavaScript variables. Create their own custom functions in JavaScript. Write flow control logic in JavaScript. Write JavaScript code that listens for and handles events, such as mouse clicks and page loads. Create forms with HTML and validate them with JavaScript. Use regular expressions in JavaScript for advanced form validation. This course is intended for IT professionals interested in becoming client-side web developers. who need to get a jump start on all three technologies. The course includes more than 30 exercises, providing a rapid hands-on introduction to the three major client-side languages: HTML, CSS, and JavaScript. Students should be prepared to cover a lot of ground quickly.This material updates and replaces course Microsoft course 20480 which was previously published under the title Programming in HTML5 with JavaScript and CSS3. Module 1: A Quick Overview of Web Development HTML is Part of a Team Client-side Programming Server-side Programming Web Development Technologies Module 2: Introduction to HTML Exercise: A Simple HTML Document Getting Started with a Simple HTML Document HTML Elements, Attributes, and Comments The HTML Skeleton Viewing the Page Source Special Characters HTML Elements and Special Characters History of HTML The lang Attribute Module 3: Paragraphs, Headings, and Text Paragraphs Heading Levels Breaks and Horizontal Rules Exercise: Paragraphs, Headings, and Text The div Tag Creating an HTML Page Quoted Text Preformatted Text Inline Semantic Elements Exercise: Adding Inline Elements Module 4: HTML Links Links Introduction Text Links Absolute vs. Relative Paths Targeting New Tabs Email Links Exercise: Adding Links Lorem Ipsum The title Attribute Linking to a Specific Location on the Page Targeting a Specific Location on the Page Module 5: HTML Images Inserting Images Image Links Adding Images to the Document Exercise: Adding Images to the Page Providing Alternative Images Module 6: HTML Lists Unordered Lists Ordered Lists Definition Lists Exercise: Creating Lists Module 7: Crash Course in CSS Benefits of Cascading Style Sheets CSS Rules Selectors Combinators Precedence of Selectors How Browsers Style Pages CSS Resets CSS Normalizers External Stylesheets, Embedded Stylesheets, and Inline Styles Exercise: Creating an External Stylesheet Exercise: Creating an Embedded Stylesheet Exercise: Adding Inline Styles div and span Exercise: Styling div and span Media Types Units of Measurement Inheritance Module 8: CSS Fonts font-family @font-face font-size font-style font-variant font-weight line-height font shorthand Exercise: Styling Fonts Module 9: Color and Opacity About Color and Opacity Color and Opacity Values Color Opacity Exercise: Adding Color and Opacity to Text Module 10: CSS Text letter-spacing text-align text-decoration text-indent text-shadow text-transform white-space word-break word-spacing Exercise: Text Properties Module 11: JavaScript Basics JavaScript vs. EcmaScript The HTML DOM JavaScript Syntax Accessing Elements Where Is JavaScript Code Written? JavaScript Objects, Methods, and Properties Exercise: Alerts, Writing, and Changing Background Color Module 12: Variables, Arrays, and Operators JavaScript Variables A Loosely Typed Language Google Chrome DevTools Storing User-Entered Data Exercise: Using Variables Constants Arrays Exercise: Working with Arrays Associative Arrays Playing with Array Methods JavaScript Operators The Modulus Operator Playing with Operators The Default Operator Exercise: Working with Operators Module 13: JavaScript Functions Global Objects and Functions Exercise: Working with Global Functions User-defined Functions Exercise: Writing a JavaScript Function Returning Values from Functions Module 14: Built-In JavaScript Objects Strings Math Date Helper Functions Exercise: Returning the Day of the Week as a String Module 15: Conditionals and Loops Conditionals Short-circuiting Switch / Case Ternary Operator Truthy and Falsy Exercise: Conditional Processing Loops while and do?while Loops for Loops break and continue Exercise: Working with Loops Array: forEach() Module 16: Event Handlers and Listeners On-event Handlers Exercise: Using On-event Handlers The addEventListener() Method Anonymous Functions Capturing Key Events Exercise: Adding Event Listeners Benefits of Event Listeners Timers Typing Test Module 17: The HTML Document Object Model CSS Selectors The innerHTML Property Nodes, NodeLists, and HTMLCollections Accessing Element Nodes Exercise: Accessing Elements Dot Notation and Square Bracket Notation Accessing Elements Hierarchically Exercise: Working with Hierarchical Elements Accessing Attributes Creating New Nodes Focusing on a Field Shopping List Application Exercise: Logging Exercise: Adding EventListeners Exercise: Adding Items to the List Exercise: Dynamically Adding Remove Buttons to the List Items Exercise: Removing List Items Exercise: Preventing Duplicates and Zero-length Product Names Manipulating Tables Module 18: HTML Forms How HTML Forms Work The form Element Form Elements Buttons Exercise: Creating a Registration Form Checkboxes Radio Buttons Exercise: Adding Checkboxes and Radio Buttons Fieldsets Select Menus Textareas Exercise: Adding a Select Menu and a Textarea HTML Forms and CSS Module 19: JavaScript Form Validation Server-side Form Validation HTML Form Validation Accessing Form Data Form Validation with JavaScript Exercise: Checking the Validity of the Email and URL Fields Checking Validity on Input and Submit Events Adding Error Messages Validating Textareas Validating Checkboxes Validating Radio Buttons Validating Select Menus Exercise: Validating the Ice Cream Order Form Giving the User a Chance Module 20: Regular Expressions Getting Started Regular Expression Syntax Backreferences Form Validation with Regular Expressions Cleaning Up Form Entries Exercise: Cleaning Up Form Entries A Slightly More Complex Example

55320 Programming with HTML, CSS, and JavaScript
Delivered OnlineFlexible Dates
Price on Enquiry

Taking Your Book To School – Walkie-talkie Style!

By Isobel Kent

Taking Your Book To School® Walkie-talkie Style! Access to me for a full day, 9–5, to move your book closer to school. So, you’ve written a children's book and now you’re trying to get it from your shelf to the classroom and into the hands of children … Now what? You know that schools are the gatekeepers of your target market: children and their families and you know that teachers and school visits should be on your radar. How do you get in, though?

Taking Your Book To School – Walkie-talkie Style!
Delivered OnlineFlexible Dates
£57 to £97

Mastering Excel

4.9(9)

By Sterling Training

Performance and efficiency-enhancing Excel skills for everyday users.

Mastering Excel
Delivered OnlineJoin Waitlist
£275

Fundamentals of Excel

4.9(9)

By Sterling Training

Learn Excel tricks of the trade and some quick easy wins, to make time spent on spreadsheets efficient, effective and painless!

Fundamentals of Excel
Delivered OnlineJoin Waitlist
£275

Driver CPC - 1 Day Periodic 7 Hour Course - Manual Handling / Safe Loading of Vehicles - ONLINE - May 2025

By Total Compliance

Our comprehensive online course offers a deep dive into Manual Handling and Safe Loading of Vehicles. Whether you're a seasoned driver or just starting out, this training will equip you with essential knowledge and skills to navigate various road conditions safely and efficiently. Manual Handling Training: Gain a strong foundation in safe lifting techniques to prevent injuries when loading, unloading, and manoeuvring goods. Safe Loading of Vehicles: Acquire essential knowledge and practical skills for securing loads effectively, preventing accidents, and complying with road safety regulations. Invest in your professional development and become a safer, more compliant driver. Please review our Terms and Conditions for more information.

Driver CPC - 1 Day Periodic 7 Hour Course - Manual Handling / Safe Loading of Vehicles - ONLINE - May 2025
Delivered OnlineFlexible Dates
£70

Driver CPC - 1 Day Periodic 7 Hour Course - Manual Handling / Safe Loading of Vehicles - ONLINE - June 2025

By Total Compliance

Our comprehensive online course offers a deep dive into Manual Handling and Safe Loading of Vehicles. Whether you're a seasoned driver or just starting out, this training will equip you with essential knowledge and skills to navigate various road conditions safely and efficiently. Manual Handling Training: Gain a strong foundation in safe lifting techniques to prevent injuries when loading, unloading, and manoeuvring goods. Safe Loading of Vehicles: Acquire essential knowledge and practical skills for securing loads effectively, preventing accidents, and complying with road safety regulations. Invest in your professional development and become a safer, more compliant driver. Please review our Terms and Conditions for more information.

Driver CPC - 1 Day Periodic 7 Hour Course - Manual Handling / Safe Loading of Vehicles - ONLINE - June 2025
Delivered OnlineFlexible Dates
£70