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

26011 Courses

CE121 IBM DB2 SQL Workshop

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This basic course is for everyone needing to write, support, or understand SQL queries. This includes but is not limited to end-users, programmers, application designers, database administrators, and system administrators who do not yet have knowledge of Overview Code SQL statements to retrieve data from a DB2 or Informix table, including the SELECT, FROM, WHERE, GROUP BY, HAVING and ORDER BY clauses Code inner joins and non-correlated subqueries Use SQL arithmetic operations Use scalar and column functions Use UNION and UNION ALL INSERT, UPDATE and DELETE rows Code simple CREATE TABLE and CREATE VIEW statements This course is appropriate for customers working in all DB2 environments, that is, z/OS, VM/VSE, iSeries, Linux, UNIX, and Windows. It is also appropriate for customers working in an Informix environment. Outline Introduction Simple SQL Queries Retrieving Data from Multiple Tables Scalar Functions and Arithmetic Column Functions and Grouping UNION and UNION ALL Using Subqueries Maintaining data

CE121 IBM DB2 SQL Workshop
Delivered OnlineFlexible Dates
Price on Enquiry

Level 3 Diploma in Business Etiquette

4.3(43)

By John Academy

Are you considering becoming businessmen that you need to learn about business etiquette? Benefit from this course to help you learn immensely important business etiquettes and become successful in your business. Description: Anyone who wants to have their own business should know the proper business etiquette. Even if you are just an employee, you need to be professional and learn business etiquette. Either way, you will be benefiting from this course. You will learn about etiquette and know how etiquette can be an asset to your company. You will also know the guidelines to make effective introductions. Know how to give a good impression and minimise nervousness during social interactions. You will also know all the basic types of communication and appropriate way to deal with it through this course. In this course you will learn the necessary skills, knowledge and information about Business Etiquette.  Who is the course for? Entrepreneurs or anyone who is interested in setting up their own business. People who have an interest in knowing about business etiquette. Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 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 hardcopy 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 recognized 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 Level 3 Diploma in Business Etiquette is a useful qualification to possess, and would be beneficial for the following careers: Businessmen Entrepreneur Executive Director Management Consultant Top Executive. Level 3 Diploma in Business Etiquette Module One - Getting Started 00:30:00 Module Two - Understanding Etiquette 01:00:00 Module Three - Networking for Success 01:00:00 Module Four - The Meet and Greet 00:30:00 Module Five - The Dining in Style 00:30:00 Module Six - Eating Out 00:30:00 Module Seven - Business Email Etiquette 01:00:00 Module Eight - Phone Etiquette 01:00:00 Module Nine - The Written Letter 01:00:00 Module Ten - Dressing for Success 01:00:00 Module Eleven - International Etiquette 01:00:00 Module Twelve - Wrapping Up 00:30:00 Activities Activities 00:00:00 Mock Exam Mock Exam- Level 3 Diploma in Business Etiquette 00:20:00 Final Exam Final Exam- Level 3 Diploma in Business Etiquette 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Level 3 Diploma in Business Etiquette
Delivered Online On Demand10 hours 10 minutes
£25

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

Building Self-kindness - Acceptance

By Happy Human Training

Wanna learn something simple yet so amazing that it's going to blow your mind? Good, because this little workshop's a gem. Join Happy Human Training's Cami Rose as she shares her decades of experience as a counsellor and coach with an introduction to the power of noticing and the crucial role it can play in helping us better manage our day to day stresses, challenges and relationships.

Building Self-kindness - Acceptance
Delivered OnlineFlexible Dates
£5

A Beginners Guide To Mindfulness

By Happy Human Training

Wanna learn something simple yet so amazing that it's going to blow your mind? Good, because this little workshop's a gem. Join Happy Human Training's Cami Rose as she shares her decades of experience as a counsellor and coach with an introduction to the power of noticing and the crucial role it can play in helping us better manage our day to day stresses, challenges and relationships.

A Beginners Guide To Mindfulness
Delivered OnlineFlexible Dates
£5

The Quiet Magic of Noticing

By Happy Human Training

Wanna learn something simple yet so amazing that it's going to blow your mind? Good, because this little workshop's a gem. Join Happy Human Training's Cami Rose as she shares her decades of experience as a counsellor and coach with an introduction to the power of noticing and the crucial role it can play in helping us better manage our day to day stresses, challenges and relationships.

The Quiet Magic of Noticing
Delivered OnlineFlexible Dates
£5

Diploma in UI Design

4.3(43)

By John Academy

Description The Diploma in UI Design course teaches you all about UI or user interface design. You will learn the procedures of designing design modern, intuitive, meaningful, compelling user interfaces for desktop and mobile devices. For developing UI for machines and software, you need to have an active command over Photoshop and colour theory. The course will help you to master the essential tools and functions for designing UI. The course covers the Keyboard shortcuts for Photoshop, Photoshop extension for speed up your design, using different colour schemes, using typography and other online tools. The course teaches you to design modern HERO or Headers, dashboard graphs and other elements of the website. You will also learn about Custom Script, Gradients and Patterns for UI design. Upon completion, you will be able to create a stunning UI for mobile or desktop. Entry Requirement: Novice/Beginner Level Designers Web Designer Graphic Designer Web Developers who want to learn UI Design UI Designer who wants more advanced techniques 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 completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. 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 recognized 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 After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Introductions 1) Promo Intro Video 00:04:00 1.1) Upload And Review Your Work-1 00:03:00 Setting Up Photoshop for UI Design 2.2) Setting up Photoshop CC Preferences 00:06:00 2.3) Color Profile Settings for ui design 00:05:00 2.5) Creating Custom Shortcut Keys 00:04:00 2.6) Installing scripts in Photoshop 00:06:00 2.8) What area Photoshop Extensions 00:07:00 2.9) Power of Photoshop Extensions 00:09:00 2.10) How to install Extension in mac and win update 00:16:00 (Optional - Can watch at the end) Color Calibration and Monitors for Designers 2.5-1 Color Calibration 00:08:00 2.5-2 Monitor You Need-1 00:02:00 2.5 - 3 OS Based clor Calibration 00:07:00 Basics of Photoshop for Beginners 00.Customize Toolbar 00:04:00 01.how Photoshop interface works 00:05:00 02.creating photoshop new document 00:04:00 03.what are artboards 00:06:00 04.Layers Panel Part 1 00:06:00 05.Layer Panel Filtering And Finding Part 2 00:06:00 07.Type tool 00:05:00 08.Character Panel 00:07:00 09.Paragraph Panel 00:04:00 10.New Shape Tool 00:08:00 12.Deep dive in Pen Tool 00:16:00 12.selections-april2017 New 00:07:00 13.pen tool in web design 00:04:00 14.Alignments 00:06:00 15.common-shortcuts 00:15:00 16.Clipping_Masks 00:03:00 17.exercise_clipping_mask 00:01:00 18.LayerMasks_HB 00:05:00 19.smart_objects 00:08:00 20.linked smart objects_Revised 00:07:00 21.Layer comps usage 00:06:00 22 Using Smart Guides In Photoshop-1 00:05:00 Layer Styles Basics for UI Design 1.Drop Shadow Layer Effect 00:04:00 2. Inner Shadow UI Design 00:02:00 3.stroke_effect 00:03:00 4. Re-using layer styles 00:02:00 Gradients in Web and UI Design 1.what.are.gradients 00:02:00 2.uses.of.gradients 00:04:00 3.3ways-to-create-gradients 00:05:00 4.how to use gradient editor 00:08:00 5.using-gradient-overlay 00:06:00 Using Patterns in Web and UI Design 1.what are patterns 00:02:00 2. two methods of applying patterns 00:05:00 3.create Pattern From an Img File 00:03:00 04. using .pat files in photoshop 00:05:00 Basics of UI Design | Light, Shadows, Color schemes & Typography 01. How light and shadow works in UI Design 00:04:00 2.examples of lightshadow 00:02:00 3.color schemes for beginners 00:02:00 4.getting scheme from logo and hsb 00:01:00 5.online tools for color schemes 00:07:00 6.how to choose fonts and typography 00:09:00 7.Using Grids for Web Design 00:06:00 8.Creating Grids In Photoshop 00:06:00 UI Design Exercises & Challanges with Step by Step solutions 1.soft-shadow button challange 00:01:00 2.soft_button_solution 00:13:00 3.3d Button Challange 00:01:00 4.Pressed effect in Photoshop 00:07:00 5.modern pattern part 1 00:09:00 6.modern header design part 2 00:09:00 7.moder header design new variation 00:09:00 8.color overlay header 00:11:00 09 Gradienteffect Header Design-audiosynced 00:13:00 9.Actual Exercise Transparent Image Header-1 00:13:00 10.tabs-intro 00:01:00 11.tabs-part1 00:14:00 12.tabs-part2 00:08:00 Image Editing 101 for UI Designers 1.removing White Bg With Blending Options 00:03:00 2.Spot Healing brush usage 00:04:00 3.making Colors Pop in Photohsop 00:07:00 4.magnetic Lasso Tool to remove background 00:16:00 5.select And Mask Tool 00:10:00 IOS App Design : Exercise Iphone Food Deals App 1.Gathering Resources IOS App-Design 00:04:00 2.Lets Start The IOS App Design 00:05:00 3.Adding Images To Design the App design 00:06:00 4.Adding Text On App Screen 00:06:00 5.Adding Phone And Book Now Buttons 00:12:00 6.Using Mobile Mockups 00:04:00 UDEMY ONLY App Design Challane-exercise 00:06:00 BONUS: Dribbble styled Dashboard UI Design (Student Request) 1.area graph base design 00:04:00 2area graph grid 00:05:00 3.adding text to graph area 00:08:00 4.drwaing area graph with pen tool 00:04:00 5.designing extras adding dots and hover info 00:06:00 7.final Adjustments To Area Graph-1 00:10:00 8.area graph to line graph 00:04:00 9.circular bar graph base shape.mp4 00:06:00 10.adding Gradients And Shadows To Circular Graphs-1 00:13:00 11.designing stats with text 00:09:00 12.bar Graph Design In Photoshop Pt 00:09:00 13.Bar Graph Adding Text 00:06:00 14.Student-request-ciruclar-percentage graph 00:08:00 Wifreframes in UI Design + Ultimate Web Design Challange 1.what Are Wirefreams 00:04:00 2.Tools Used For Wireframes 00:12:00 Dribbble Shot Redesign Exercise - Student Request dribbble redesig part 1 00:15:00 dribble shot part 2 00:15:00 Exercises : Form UI Design with Photoshop 1.Base Of Login Form 00:07:00 2.Form Fields Design 00:12:00 3.Finishing Form Design 00:12:00 Pro Secret Tips and Tools for Designers and Developers Converting psd to CSS 00:06:00 Exporting Images from Photoshop 00:07:00 Tips on Using Grids 00:02:00 Photoshop Features Updates and New Versions 3.Match Fonts Cc2015.5-1 00:03:00 Cc2018 Update-1 00:04:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Diploma in UI Design
Delivered Online On Demand11 hours 26 minutes
£25

Teacher Training Advanced Diploma Level 5

By The Teachers Training

Advance your teaching career with our Level 5 Diploma. Gain expert skills and knowledge to excel in educational leadership and innovative teaching strategies.

Teacher Training Advanced Diploma Level 5
Delivered Online On Demand4 hours
£15

M.D.D CHATGPT DATING ADVICE

4.9(27)

By Miss Date Doctor Dating Coach London, Couples Therapy

 MODERNIZED SERVICES Introduction: In the rapidly evolving realm of dating, finding reliable advice can be a daunting task. However, Miss Date Doctor is revolutionizing the industry by harnessing the power of artificial intelligence (AI) to provide contemporary, personalized dating services. Through the utilization of ChatGPT, Miss Date Doctor combines human expertise with cutting-edge AI technology, offering unrivaled support for individuals seeking dating advice. This article explores how ChatGPT’s AI-driven approach, integrated with Miss Date Doctor’s services, empowers customers with modernized strategies and a customized experience. https://relationshipsmdd.com/chatgpt-dating-advice/

M.D.D CHATGPT DATING ADVICE
Delivered in London or UK Wide or OnlineFlexible Dates
Price on Enquiry

Mental Health Aware (In-House)

By The In House Training Company

Mental Health First Aid England Aware is an introductory course designed to increase mental health awareness and give an understanding of how to look after wellbeing and challenge stigma. Through an interactive instructor-led live session, you will learn: What mental health is and how to challenge stigma An introduction to some common mental health issues Confidence to support someone who may be experiencing mental ill health Ways to look after your own mental health and support wellbeing Outline What is mental health? Mental Health Continuum Factors that affect mental health Stigma Stress and stress management Spotting signs of distress Mental health conditions:DepressionAnxiety disordersPsychosisEating disordersSuicideSelf-harm Recovery Take 10 Together - starting a supportive conversation Supporting mental health in the workplace Useful statistics Helpful resources

Mental Health Aware (In-House)
Delivered in Harpenden or UK Wide or OnlineFlexible Dates
Price on Enquiry