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

6040 Courses

Shoulder Conditions & Rehabilitation CPD

5.0(106)

By Btst Academy

BTST Academy are proud to host this amazing 1x day manual therapy CPD course covering patient assessment, treatment and rehabilitation for the Shoulder with Osteopath Becky Tyler and in association with Rehab my Patient Focusing on anatomy and biomechanics of the shoulder in order to enable the therapist to fully grasp the concept and mechanism of the most common injuries and dysfunctions seen in clinic. Critical factors related to each joint pathophysiology including injury repair and healing time will also be addressed along with proven strategies of treatment and exercise rehabilitation prescription to enable you as the therapist to feel confident in all aspects of your patients treatment. The process of examination, evaluation, diagnosis & prognosis for disorders of the shoulder will be explored in detail with a nice mix of Theory and Practical delivery. Venue BTST Academy & Clinic, Holly Farm, Clipstone Road, Edwinstowe, Nottingham, NG21 9JD Course Date Saturday 16th March 2024 Course Price £150 Tutor Becky Tyler BOst, PGCertSPOP, DipSMT Course Syllabus BTST Academy are proud to host this amazing 1x day manual therapy CPD course covering patient assessment, treatment and rehabilitation for the shoulder with Osteopath Becky Tyler and in association with Rehab my Patient Focusing on anatomy and biomechanics of the shoulder in order to enable the therapist to fully grasp the concept and mechanism of the most common injuries and dysfunctions seen in clinic. Critical factors related to each joint pathophysiology including injury repair and healing time will also be addressed along with proven strategies of treatment and exercise rehabilitation prescription to enable you as the therapist to feel confident in all aspects of your patients treatment. The process of examination, evaluation, diagnosis & prognosis for disorders of the shoulder will be explored in detail with a nice mix of Theory and Practical delivery. Conditions covered; Common injuries and dysfunctions covered include; Shoulder Impingement ACJ Osteoarthritis Rotator Cuff Pathologies Frozen Shoulder Dislocations Labral Tear Biceps Tendinopathy ACJ Separation And more Rehab Exercises; During the course a 5x step approach to rehabilitation will be covered with example exercises to help you get your patients moving again. T&Cs Deposit: Payment in full required at time of booking Entrance requirements: Must be a qualified manual therapist such as an; Osteopath, Physiotherapist, Chiropractor, Sports Therapist, Sports Massage Therapist Etc. We may ask you to provide a copy of your qualification. Course Terms & Conditions & Cancellation Policy Click here for the terms and conditions.

Shoulder Conditions & Rehabilitation CPD
Delivered In-PersonFlexible Dates
£150

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

CV041 IBM z/OS and DB2 Basics for DB2 for z/OS DBA Beginners

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This beginning DB2 basic course is for z/OS database administrators who need to acquire the basic skills required to administer a DB2 database in a z/OS environment. Overview Describe several services provided in a z/OS environmentExplain workloads in the batch environmentExplain workloads in the online environmentDescribe job roles in a z/OS environmentLog On to TSO/ENavigate TSO/E and ISPFUse TSO commandsSetup and utilize JCL (Job Control Language)Utilize SDSFDescribe the different types of data sets in a z/OS environmentAllocate data sets and list data set information and contentCreate and modify data set contentGive an overview of the DB2 9 environmentDescribe and utilize DB2 ObjectsDescribe and utilize several DB2 UtilitiesDescribe the DB2I (DB2 Interactive Facility) environmentUse SPUFI (SQL Processing Using File Input) to compose and execute SQLSetup and execute DB2 CommandsUnderstand DB2 LoggingDescribe DB2 program preparation processUnderstand DB2 startup and shutdownUnderstand and utilize DB2 recovery strategies This course is intended for students looking to develop fundamental skills or recognition through lectures and hands-on exercises of TSO/E and ISPF, data sets, DB2 objects, Structured Query Language, DB2 commands, JCL and SDSF. Day 1 Welcome Unit 1: Introduction Unit 2: TSO/E and ISPF Exercise 1: TSO and ISPF Exercise 1 Review Unit 3: Data Sets (Data Sets and Sequential Data Sets) Exercise 2: Sequential Data Sets Exercise 2 Review Day 2 Unit 3: Data Sets (Partitioned Data Sets) Exercise 3: Partitioned Data Sets Exercise 3 Review Unit 3: Data Sets (VSAM Data Sets) Exercise 4: VSAM Data Sets Exercise 4 Review Unit 4: JCL and SDSF Exercise 5: JCL and SDSF Exercise 5 Review Day 3 Unit 5: DB2 Relational Database Concepts Unit 6: Structured Query Language (SQL) and SPUFI Exercise 6: SQL and SPUFI Exercise 6 Review Unit 7: DB2 Objects (Databases and Table Spaces) Exercise 7: Databases and Table Spaces Exercise 7 Review Unit 7: DB2 Objects (Tables, Indexes, and Views) Exercise 8: Tables, Indexes, and Views Exercise 8 Review Day 4 Unit 7: DB2 Objects (Qualified Names, Implicit Object Creation, and SQL Statements) Exercise 9: Qualified Names, Implicit Object Creation, and SQL Statements Exercise 9 Review Unit 8: The DB2 System Exercise 10: The DB2 System Exercise 10 Review Unit 9: DB2 Commands and Program Preparation Exercise 11: DB2 Commands Exercise 11 Review Day 5 Unit 10: DB2 Utilities Exercise 12: DB2 Utilities Exercise 12 Review Unit 11: DB2 Shutdown, Startup, and Recovery Exercise 13: DB2 Recovery Exercise 13 Review Unit 12: Course Summary Additional course details: Nexus Humans CV041 IBM z/OS and DB2 Basics for DB2 for z/OS DBA Beginners 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 CV041 IBM z/OS and DB2 Basics for DB2 for z/OS DBA Beginners 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.

CV041 IBM z/OS and DB2 Basics for DB2 for z/OS DBA Beginners
Delivered OnlineFlexible Dates
Price on Enquiry

Thriller Writing Course

By iStudy UK

Course Description The first step in becoming a published thriller author, naturally, is to write a great book. If you've ever wondered how mystery authors keep their readers guessing and thought of writing a story of your own, but didn't know where to start, this is the course for you! This Thriller Writing Course will help you reach your ideal readers so you can focus your time on what you do best writing great thrillers. You'll have all the basic knowledge you need to start your own mystery novel or short story. Don't think twice to join this course if you are someone who loves to read mysteries and have considered writing them and are seeking guidance on how to get started. Course Highlights Thriller Writing Course is an award winning and the best selling course that has been given the CPD Qualification Standards & 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 Thriller Writing Course into 12 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 5 hours, 30 minutes 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. Requirements Our Thriller Writing Course 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 Qualification Standards and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. Writing The Thriller Introduction to Writing the Thriller FREE 00:30:00 The Thriller: Form and Function FREE 00:30:00 Writing the Thriller: Lesson One 00:00:00 Writing the Thriller: Lesson Two 00:30:00 Exercise 1 - Building Your Thriller 00:30:00 Writing the Thriller: Lesson Three 00:30:00 Exercise 2 - Building Your Thriller 00:30:00 Writing the Thriller: Lesson Four 00:30:00 Exercise 3 - Building Your Thriller 00:30:00 Writing the Thriller: Lesson Five 00:30:00 Exercise 4 - Building Your Thriller 00:30:00 Writing the Thriller: Lesson Six 00:30:00

Thriller Writing Course
Delivered Online On Demand5 hours 30 minutes
£25

SWIMSANITY® AQUA HIIT INSTRUCTOR - Online Course Aqua Certification WORLWIDE (no equipment)

By SWIMSANITY® AQUA HIIT INSTRUCTOR - Online Course Aqua Certification

The Swimsanity aqua class is the ideal addition to a health clubs class timetable. Its different to the conventional aqua-aerobics class. 'In our instructor certification courses, you will learn: Learn what the Swimsanity® workout system is and how it works. Establish knowledge of setting up and running the class effectively and safely. Define the benefits of participating in a Swimsanity® class. Learn how to deliver a fun, mixed ability, workout. Analyse the participants aims and adapt the class to suit ability. Understand the benefits and outcome of each Swimsanity® exercise. Learn how to use the Swimsanity® workout to increase clients, income and opportunities. Set-up and close-down the class taking all health and safety aspects into account.

SWIMSANITY® AQUA HIIT INSTRUCTOR - Online Course
Aqua Certification WORLWIDE (no equipment)
Delivered Online On Demand
£109

Cardio Fitness Basics

4.3(43)

By John Academy

In this modern time, people are bound to have more reasons to be stressed. Factors like social, environmental and technological are just a few of these causes for people to be stressed. In this course that we developed has integrated lessons on cardio approaches to stress management and therapy. This program is detailed but also flexible to be able for the students to modify and incorporate their desired strategies. Within acceptable limits, students can study and attend courses at their own speed depending upon the time the are able to utilise. Health and wellness professionals wanting to gain more knowledge in cardio often complete this course easily and effectively without compromising their time and the quality of their learnings. Who is the course for? This course is for anyone or everyone who wants to live a healthy life as an individual or as a fitness or health professional help others. Entry Requirement: This course is available to all learners, of all academic backgrounds. However, although an education and experience related to health and wellness will be of great advantage. Learners should be ages 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Assessment: At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam, you will have the opportunity to test your proficiency with a mock exam. Certification: After you have successfully passed the test, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. PDF certificate's turnaround time is 24 hours and for the hardcopy certificate, it is 3-9 working days. 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 qualification; 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: The Cardio Fitness Basics course will be helpful and useful to these careers: Health Trainers Sports Coach Stress Management Specialists Wellness Instructors And Much More! Cardio Fitness Basics Aerobics Fan? Be Sure You Have These Tools to Work Up a Sweat 01:00:00 Treading Water - While Swimming Makes for a Great Workout 01:00:00 Beneficial Tools for a Great Workout in Your Pool 01:00:00 Heart Health at Home - Dig Out Your Jump Rope 00:30:00 Martial Arts Can Strike a Balance Both Physically and Mentally in Your Exercise Regiment 00:30:00 Mini-Trampolines - Do They Help or Hurt a Home Exercise Routine? 01:00:00 Need to Lose Weight? Diet and Exercise Go Hand in Hand 01:00:00 Park It -Take Advantage of Your Neighborhood Park for Exercise 01:00:00 Row Your Way to Weight Loss - Benefits of a Rowing Machine 01:00:00 Stair Climber and Gliders - What These Do for Your Workout Routines 01:00:00 The Basics on the Proper Use of a Treadmill 01:00:00 The Ins and Outs of Rebounding Exercise 01:00:00 The Most Beneficial Equipment for Your Cardio Workout 01:00:00 Why Treadmills Are so Versatile and Fit Any Lifestyle 00:30:00 Cardio Workout 00:15:00 Mock Exam Mock Exam- Cardio Fitness Basics 00:20:00 Final Exam Final Exam- Cardio Fitness Basics 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Cardio Fitness Basics
Delivered Online On Demand13 hours 25 minutes
£18

Access Control Course

By Hi-Tech Training

An effective Access Control System can form an integral part of an effective security system. At Hi-Tech Training our course is designed to give participants a practical knowledge of the operation and installation of Access Control Systems. Our experience has taught us that in order to gain the required skills an installer needs to learn through as much practical training as possible. This course involves 50% “Hands-On” training which involves building, setting up, testing and troubleshooting faults using core elements of modern Access Control Systems. At the end of the course, an interested and hardworking participant will have a good solid foundation of knowledge of what access control is all about.

Access Control Course
Delivered Online
£85 to £685

WB396 IBM Managing Decisions in IBM Operational Decision Manager V8.7.1

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is designed for business analysts. Overview After completing this course, you should be able to:Describe the benefits of implementing an Operational Decision Manager solution, and the collaboration that is required between the business and development teamsIdentify the main user roles that are involved in designing and developing an Operational Decision Manager solution, and the tasks that are associated with each roleExplain modeling concepts and the UML notation that is relevant to modeling for business rules and eventsDefine and implement object models for business rulesSet up the rule authoring environment in Designer by working with decision services and synchronizing across development and business environmentsCustomize the vocabulary that is used in rulesDiscover and analyze business rules for implementationUse the Operational Decision Manager rule editors to author business rules and decision tablesRun tests and simulations in the Decision Center Enterprise console to validate decision logic and rule changesExplain governance issues and work with Operational Decision Manager features that support decision governance This course introduces business analysts to IBM Operational Decision Manager V8.7.1. You learn the concepts and skills that are necessary to capture, author, validate, and manage business rules with Operational Decision Manager. Course Outline Course introduction Introducing IBM Operational Decision Manager V8.7.1 Exercise: Operational Decision Manager in action Modeling for business rules Exercise: Building the model on paper Exercise: Implementing the model Understanding decision services Exercise: Setting up a decision service Working with the BOM Exercise: Working with the BOM Introducing Decision Center Exercise: Exploring the Decision Center Business console Exercise: Exploring the Decision Center Enterprise console Introducing rule authoring Exercise: Understanding the case study Discovering and analyzing rules Exercise: Discovering rules Exercise: Analyzing rules Working with conditions in rules Exercise: Working with conditions in rules Working with definitions in rules Exercise: Working with definitions in rules Writing complete rules Exercise: Writing complete rules Authoring decision tables and trees Exercise: Authoring decision tables and trees Exercise: Authoring rules: Putting it all together Running tests and simulations in the Enterprise console Exercise: Running tests and simulations in the Enterprise console Introducing decision governance Exercise: Working with the decision governance framework Course summary

WB396 IBM Managing Decisions in IBM Operational Decision Manager V8.7.1
Delivered OnlineFlexible Dates
Price on Enquiry

Online home training

4.9(18)

By DB'S Workouts

Dean’s HIIT Classes are designed to help you shred the pounds through intense fitness training. Did you know HIIT classes are high intensity workouts that burn calories hours after your exercise? So, if you’re ready to be pushed to your limits and see great results, sign up today!

Online home training
Delivered Online On Demand
£6

Microsoft Word 2019

By Packt

Your guide to practice and learn to excel in Word 2019.

Microsoft Word 2019
Delivered Online On Demand7 hours 42 minutes
£18.99