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

2452 Courses

IT: Programming, Web Development, Networking & Security Complete Training

4.9(27)

By Apex Learning

Are you interested in becoming a well-rounded IT professional? Our "IT: Programming, Web Development, Networking & Security Complete Training" bundle is the perfect choice for you! This bundle package consists of 30 premium courses, carefully curated to provide you with a comprehensive understanding of various IT domains. From web development to networking and security, this bundle has got you covered. Get experience with essential IT skills, including Python, SQL, JavaScript, C#, and more. Our courses are designed to equip you with the knowledge and skills required to succeed in your IT career. You will also learn about data protection, ethical hacking, and cybersecurity through our specialized courses. Our bundle includes a course on GDPR, a crucial compliance regulation, and ethical hacking with Kali Linux. In addition to technical skills, we also offer career-focused courses, including career development plan fundamentals, CV writing, job searching, and interview skills. You will also learn how to create a professional LinkedIn profile to boost your job search. Invest in your career and enroll in our "IT: Programming, Web Development, Networking & Security Complete Training" bundle. With our expert-led courses and career-focused modules, you will gain a competitive edge in the IT industry. Start your journey today! This All About IT Bundle consists of the following premium courses: Course 01: IT Support Technician Course 02: Network Security and Risk Management Course 03: CompTIA Network Course 04: Information Management Course 05: Web Application Penetration Testing Course Course 06: CompTIA Cloud+ (CV0-002) Course 07: PLC Programming Diploma Course 08: Coding with Scratch Course 09: Create Your First Responsive Website Course 10: Python Course Course 11: Diploma in Front-End Web Development (HTML, CSS, & Bootstrap) Course 12: SQL For Data Analytics & Database Development Course 13: C# (C-Sharp) Course 14: Computer Operating System and Troubleshooting Course 15: MS Word Essentials - The Complete Word Course - Level 3 Course 16: Building Your Own Computer Course Course 17: ASP.Net MVC and Entity Framework Course Course 18: It: Ethical Hacking, IT Security and IT Cyber Attacking Course 19: Learn Ethical Hacking with Kali Linux Course 20: SQL Database Administrator Course 21: JavaScript Course 22: Web Design (HTML, CSS, Bootstrap) Complete Course Course 23: Data Science and Visualisation with Machine Learning Course 24: Cisco ASA Firewall Training Course Course 25: Data Protection (GDPR) Practitioner Moreover, this bundles include 5 career-focused courses: Course 01: Career Development Plan Fundamentals Course 02: CV Writing and Job Searching Course 03: Interview Skills: Ace the Interview Course 04: Video Job Interview for Job Seekers Course 05: Create a Professional LinkedIn Profile Our cutting-edge learning package offers top-notch digital aid and first-rate tutor support. You will acquire the crucial hard and soft skills needed for career advancement because this bundle has been thoroughly examined and is career-friendly. So don't overthink! Enrol today. Learning Outcomes This unique All About IT mega bundle will help you to- Quench your thirst for knowledge Be up-to-date about the latest advancements Achieve your dream career goal in this sector Know the applicable rules and regulations needed for a professional in this area Acquire some valuable knowledge related to All About IT to uplift your morale The bundle incorporates basic to advanced level skills to shed some light on your way and boost your career. Hence, you can strengthen your expertise and essential knowledge, which will assist you in reaching your goal. Moreover, you can learn from any place in your own time without travelling for classes. Certificate: PDF Certificate: Free for all 30 courses Hard Copy Certificate: Free (For The Title Course: Previously it was £10) CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The All About IT bundle is designed to assist anyone with a curious mind, anyone looking to boost their CVs or individuals looking to upgrade their career to the next level can also benefit from the learning materials. Requirements The courses in this bundle has been designed to be fully compatible with tablets and smartphones. Career path This All About IT bundle will give you an edge over other competitors and will open the doors for you to a plethora of career opportunities. Certificates Certificate of completion Digital certificate - Included Certificate of completion Hard copy certificate - Included You will get the Hard Copy certificate for the title course (IT Support Technician) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost.

IT: Programming, Web Development, Networking & Security Complete Training
Delivered Online On Demand
£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

AutoCAD Programming Using C#.NET

4.7(160)

By Janets

Get Any Course Only for £11.11 Limited Time Offer Browse Courses Register on the AutoCAD Programming Using C#.NET today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get a certificate as proof of your course completion. The AutoCAD Programming Using C#.NET course is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablets, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The AutoCAD Programming Using C#.NET course Receive a digital certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post. Who Is This Course For: The course is ideal for those who already work in this sector or are aspiring professionals. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the AutoCAD Programming Using C#.NET course, all you need is a passion for learning, A good understanding of English, numeracy, and IT skills. You must also be over the age of 16. Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

AutoCAD Programming Using C#.NET
Delivered Online On Demand3 weeks
£25

Hands-On ASP.NET Core Web API - Build API from Scratch

By Packt

ASP.NET Web API is one of the hot topics in the ASP.NET world. The usage of web API is taking the world by storm. Companies such as Netflix, Spotify, Tesla, and Amazon use APIs to connect front-end and back-end functionality on a large scale. You will be learning these RESTful Web API concepts from scratch in this course.

Hands-On ASP.NET Core Web API - Build API from Scratch
Delivered Online On Demand2 hours 46 minutes
£41.99

Level 2 Diploma in NLP Practitioner - QLS Endorsed

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support | All-Inclusive Cost

Level 2 Diploma in NLP Practitioner - QLS Endorsed
Delivered Online On Demand1 hour
£105

Functional Skills IT & Python Programming - CPD Certified

4.7(47)

By Academy for Health and Fitness

Boost Your Career By Enrolling In This Functional Skills IT & Python Programming Bundle 5 in 1 Functional Skills IT Bundle Improve your knowledge of Functional Skills with this Functional Skills IT & Python Programming bundle. This Functional Skills bundle is designed to build your competent skill set to enable the best possible outcome for you. Our Functional Skills bundle is ideal for those who aim to be the best in their fields. Designed for success, this Functional Skills course covers everything from basics to advanced topics in Functional Skills. Each lesson on this Functional Skills course is crafted for easy understanding, enabling you to become proficient in Functional Skills. Whether you are a beginner or looking to sharpen your existing skills, this Functional Skills is the ideal choice. So, enrol now in this Functional Skills Bundle Today to advance your career! This Functional Skills Bundle Contains 5 of Our Premium Courses: Course 01: Functional Skills IT Course 02: Essential IT Skills Level 2 Course 03: Diploma in Python Programming at QLS Level 5 Course 04: Microsoft SQL Server Development for Everyone Course 05: Electronic Device Maintenance and Troubleshooting Why Choose Our Functional Skills IT Course? Get a Free QLS QLS-endorsed certificate upon completion of this course Get a free student ID card with this Bundle Get instant access to this Bundle course. Learn from anywhere in the world This bundle course is affordable and simple to understand The Functional Skills course is an entirely online, interactive lesson with voiceover audio Lifetime access to the course materials The Functional Skills comes with 24/7 tutor support Assessment Process of Functional Skills Bundle Once you have completed all the courses in the Functional Skills bundle, you can assess your functional skills and knowledge with an optional assignment. Our expert trainers will assess your assignment on Functional Skills and give you feedback afterwards. CPD 200 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Please Note: This is not a regulated course. To get qualified, you may choose: Functional Skills Qualification in ICT at Level 2 Functional Skills Qualification in Information & Communication Technology (ICT) at Level 1 Functional Skills Qualification in Maths at Level 1 Functional Skills Qualification in Mathematics at Level 1 Functional Skills Qualification in English at Level 1 Functional Skills Qualification in English at Entry 1 / ICT at Level 2 / Mathematics at Entry 1 IGCSE English IGCSE Maths IGCSE Career path Functional Skills Certificates Digital certificate Digital certificate - £10 Hard copy certificate Hard copy certificate - £29 You can order your hard copy certificates at the cost of £29 (for each course).

Functional Skills IT & Python Programming - CPD Certified
Delivered Online On Demand22 hours
£35

Modern JavaScript For Beginners

By Packt

This course extensively illustrates how to become a skilled JavaScript developer. Working from the fundamentals, you will learn what JavaScript is, what it can do, and why to use it. A range of topics is covered clearly and structured while building practical projects along the way, including real-world examples and mini-challenges.

Modern JavaScript For Beginners
Delivered Online On Demand15 hours 35 minutes
£41.99

Becoming Anxiety Free with NLP

By Proactive NLP Ltd

Become free from Anxiety and say goodbye to managing your anxiety and start living a happy and content life. This masterclass will show you can change how your mind works to eliminate the negative and debilitating emotional impact of anxiety, once and for all!

Becoming Anxiety Free with NLP
Delivered OnlineFlexible Dates
£65

Cognitive Behavioural Therapy (CBT) and Neuro Linguistic Programming (NLP) Diploma

4.9(27)

By Apex Learning

***Spring Flash Sale Is Live Now!! Save big and get Free (PDF +Hard Copy) Certificates worth £160 as a Gift*** Understand mental health more and help others through cognitive behavioural therapy. Learn about cognitive psychology development and conquer stress, depression, and grief in this Cognitive Behavioural Therapy course. You'll learn everything you need to know about human psychology and cognitive development in this Cognitive Behavioural Therapy (CBT) and Neuro-Linguistic Programming (NLP) course. This Cognitive behavioural therapy course aims to educate you on the serious implications that Anxiety and Depression can have on an individual and how to treat them. With an introduction to cognitive behavioural therapy, this Cognitive Behavioural Therapy (CBT) and Neuro-Linguistic Programming (NLP) course explains the psycho-social development of human psychology from a scientific overview. Along with this Cognitive behavioural therapy course, you will get 10 premium courses, an original hard copy certificate, a transcript and a student ID card. Courses included with this Cognitive Behavioural Therapy Diploma are: Course 1: Cognitive behavioural therapy Course 2: Neuro-linguistic Programming (NLP) Diploma Course 3: Mental Health and Adolescent Course 4: Learning Disability Awareness Course 5: Addiction and Mental Health - Dual Diagnosis Course 6: Biohacking Your Physical and Mental Health Course 7: Palliative and End-of-Life Care Training- Level 5 Course 8: Designated Safeguarding Lead DSL Complete Diploma Course 9: Treating Post-Traumatic Stress Disorder Course 10: Domestic Violence and Abuse Awareness - Level 2 Course 11: Leadership & Management Diploma So, enrol in Cognitive behavioural therapy now and start learning today! Benefits you'll get choosing Apex Learning for this Cognitive Behavioural Therapy (CBT) and Neuro-Linguistic Programming (NLP): One payment but lifetime access to 11 CPD courses of this Cognitive Behavioural Therapy (CBT) Bundle Certificates and student ID for the Cognitive Behavioural Therapy (CBT) course are included in a one-time fee Full tutor support is available from Monday to Friday with this Cognitive Behavioural Therapy (CBT) Bundle Accessible, informative modules of Cognitive Behavioural Therapy (CBT) bundles are designed by expert instructors Learn Cognitive Behavioural Therapy (CBT) Training at your ease - anytime, from anywhere Study the Cognitive Behavioural Therapy (CBT) course from your computer, tablet or mobile device CPD accredited Cognitive Behavioural Therapy (CBT) Bundle course - improve the chance of gaining professional skills So enrol now in this Cognitive Behavioural Therapy (CBT) Bundle to advance your career! The curriculum of Cognitive Behavioural Therapy (CBT) Cognitive behavioural therapy Course Curriculum: Module 1: Psychology of Stress Module 2: Individual experiences of 'stress.' Module 3: Stress Management Module 4: Psychology of 'Anxiety' Module 5: Anxiety Disorders Module 6: Coping with Anxiety Module 7: Final Words How will I get my Certificate? After successfully completing the course, you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously, it was £6*11 = £66) Hard Copy Certificate: Free (For The Title Course: Previously it was £10) CPD 125 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Cognitive Behavioural Therapy (CBT) Requirements Cognitive Behavioural Therapy (CBT) Career path Cognitive Behavioural Therapy This comprehensive Cognitive Behavioural Therapy (CBT) training course is ideal for anyone looking to start a career in the field of psychology, in particular, cognitive behavioural therapy. Professions in this field include the following: CBT Therapist Psychotherapist Clinical Psychologist Occupational Therapist

Cognitive Behavioural Therapy (CBT) and Neuro Linguistic Programming (NLP) Diploma
Delivered Online On Demand
£53

Python Programming - Advanced

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is designed for existing Python programmers who have at least one year of Python experience and who want to expand their Python proficiencies. Overview In this course, students will expand their Python proficiencies. Students will: Create object-oriented Python applications. Design and create a GUI. Store data in a database from Python applications. Communicate using client/server network protocols. Manage multiple processes with threading. Implement unit testing. Package an application for distribution. Students will build upon basic Python skills, learning more advanced topics such as object-oriented programming patterns, development of graphical user interfaces, data management, threading, unit testing, and creating and installing packages. Usinig Object-Oriented Python Create and Use Classes in an Application Use Magic Methods Incorporate Class Factories Creating a GUI Design a GUI Create and Arrange a GUI Layout Interact with User Events Using Databases Basics of Data Management Use SQLite Databases Manipulate SQL Data Network Programming Basics of Network Programming Create a Client/Server Program Managing Multiple Processes with Threading Create a Threaded Application Manage Thread Resources Implementing Unit Testing Test-Driven Development Write and Run a Unit Test Case Create a Test Suite Packaging an Application for Distribution Create a Package Structure Generate the Package Distribution Files Generate a Windows Executable Additional course details: Nexus Humans Python Programming - Advanced 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 Python Programming - Advanced 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.

Python Programming - Advanced
Delivered OnlineFlexible Dates
Price on Enquiry