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

52223 Courses delivered Online

Fashion Law Online Course

4.9(27)

By Apex Learning

Overview This comprehensive course on Fashion Law Online Course will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Fashion Law Online Course comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Fashion Law Online Course. It is available to all students, of all academic backgrounds. Requirements Our Fashion Law Online Course is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 9 sections • 9 lectures • 05:55:00 total length •Introduction to Fashion Law: 00:20:00 •Fashion Law as Business Law: 00:30:00 •Retailing: 01:00:00 •Intellectual Property Rights: Brand Protection Part-I: 01:10:00 •Intellectual Property Rights: Brand Protection Part-II: 01:00:00 •Counterfeiting: 00:30:00 •Brand Licensing: 00:25:00 •Ethics, Sustainability and Green Fashion: 01:00:00 •Assignment - Fashion Law Online Course: 00:00:00

Fashion Law Online Course
Delivered Online On Demand5 hours 55 minutes
£12

HACCP Implementer Course

By TUVSW Academy

Effective implementation of HACCP system is key to food safety commitments. This implementer course is designed for those who are responsible to implement and maintain HACCP in any type of organization in accordance with HACCP guidelines. This course provides detailed information on principles and steps of interpreting and implementing HACCP effectively. Attendees of this course will be, on completion of this course, competent to interpret the requirements for a Food Safety Management System and to develop, implement and maintain a system in accordance with HACCP guidelines. We have developed this course in simple English to make understanding easy and consistent for all. This course comes with sample formats.   Who should attend this? This course is recommended to be attended by those who are responsible to develop, implement and maintain a system in accordance with HACCP guidelines.   Course Duration: 24 Hours 60 Mint Exam (MCQs)   Certificate Validity: Lifetime   Language of Course: English

HACCP Implementer Course
Delivered Online On Demand
£264

Occupational and Career Blitzing Course

4.3(43)

By John Academy

Are you struggling with your present job? Are you feeling unmotivated and uninspired in your life? Do you want to become positive? Then it's time for you to learn how to attract positivity and learn to enjoy what you are doing and this course will surely help you out with that. Description: This course will teach you all the necessary steps and aspects of occupational and career blitzing. Think about your occupation as your principle outlet for expression. Your occupation may appear as an income producing profession you execute or a business you handle, yet it doesn't need to. You want to enjoy your occupation as this is your profession, at a truly fundamental level; it's basically what you do to take up your time. Actually in the case will live intentionally, this decision gets the opportunity to be a sort of critical one. It appears that an essential factor that considers the professional happiness is basically an experience. Individuals who always ask what they truly need will only result to a fixation on regardless of whether an occupation is ideal for them. They turn out to be mindful of all that they detest about their work and their occupation fulfillment and satisfaction plunges. By complexity, the skilled worker's mentality recognizes that regardless of what field you're in, achievement is constantly about quality. Once you're centered around the nature of the work you're doing regardless of whether it's appropriate for you, you won't waiver to do what is important to enhance it. And this course will explain how you should become content with your job and more importantly in your life. Who is the course for? Professionals, businessmen, and employees who are currently working Anyone who is interested in learning more about the perfect occupation that is suited to them and develops extreme focus to enjoy what you are doing 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 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 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 course is a useful qualification to possess and would be beneficial for every kind of jobs or to any career path you would like to take. Occupational and Career Blitzing Course About Your Occupation 00:30:00 Occupation Reality and Affection 00:15:00 Career and Might 00:15:00 Career and Bravery 00:30:00 Career and Being Intelligent 00:30:00 Wrapping Up 00:15:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Occupational and Career Blitzing Course
Delivered Online On Demand2 hours 15 minutes
£18

Network programming with sockets

5.0(3)

By Systems & Network Training

Sockets programming training course description A hands on course for programmers using Sockets. It is important to recognise that the course assumes that delegates are already familiar with TCP/IP and Python. Practical exercises follow all the major theory sessions. What will you learn Read Python programs which use Sockets. Write Python programs which use Sockets. Debug Python programs which use Sockets. Sockets programming training course details Who will benefit: Programmers working with network applications. Prerequisites: TCP/IP foundation for engineers Python for network engineers Duration 2 days Sockets programming training course contents What is a socket? Review of IP, ICMP, UDP vs TCP, IP addresses, protocol numbers, ports. API's, UNIX I/O, sockets. SOCK_STREAM, SOCK_DGRAM. Hands on Compile and run code. The systems calls Clients and servers, structs, socket(), bind(), connect(), listen(), accept(), send(), recv(), sendto (), recvfrom(), close(), shutdown(), getpeername(), gethostname(). Hands on Walk through of example client and server code. First code TCP connections, passive opens, active opens. Hands on Write a simple 'hello world' server and client. Application protocols User character stream, ASCII turn taking, binary protocols. Hands on Raw SMTP, Writing a mail client. Clients Concurrency, polling, threads, event driven programming. Hands on Conferencing application. Servers Concurrency, stateful, stateless. Forks and execs. inetd. Hands on Running servers with and without inetd, chroot jails, conferencing server modifications. Advanced techniques Blocking, select(), partial send(s). Raw sockets, example sockets using Java, Perl and PHP. Hands on A broadcast application.

Network programming with sockets
Delivered in Internationally or OnlineFlexible Dates
£2,477

Junos Service Provider Switching

5.0(3)

By Systems & Network Training

Junos Service Provider Switching training course description This course provides students with an overview of switching concepts such as LANs, Layer 2 address learning, bridging, virtual LANs (VLANs), provider bridging, VLAN translation, spanning-tree protocols, and Ethernet Operation, Administration, and Maintenance (OAM). This course also covers Junos operating system-specific implementations. Junos Service Provider Switching is an intermediatelevel course. What will you learn Describe carrier Ethernet. Describe the function of an Ethernet LAN. Implement VLAN tagging. Describe the components of provider bridging. Identify and use available tools to resolve network issues. Configure and monitor Ethernet OAM, ERP, LAG, STP, the RSTP, the MSTP, and the VSTP. Junos Service Provider Switching training course details Who will benefit: Individuals responsible for configuring and monitoring devices running the Junos OS. Prerequisites: Junos Intermediate Routing Duration 2 days Junos Service Provider Switching training course contents Ethernet Switching and Virtual LANs Ethernet LANs Bridging Configuring and Monitoring VLANs Automating VLAN Administration Configuring and Monitoring IRB Layer 2 Address Learning and Forwarding Layer 2 Firewall Filtering Ethernet Switching and VLANs Lab Virtual Switches Routing Instances Overview Configuring and Monitoring Virtual Switches Interconnecting Routing Instances Logical Systems Virtual Switches Lab Provider Bridging Expanding the Bridged Network Provider Bridging Configuring and Monitoring Provider Bridging Provider Bridging Lab Spanning-Tree Protocols Overview of STP Overview of RSTP Overview of MSTP Overview of VSTP Configuring and Monitoring Spanning-Tree Protocols Understanding BPDU, Loop, and Root Protection MSTP Lab Ethernet OAM OAM Overview LFM CFM Configuring and Monitoring Ethernet OAM Ethernet OAM Lab High Availability and Network Optimization ERP Overview Configuring and Monitoring ERP Link Aggregation Group Overview Configuring and Monitoring a LAG MC-LAG Overview Configuring and Monitoring an MC-LAG High Availability and Network Optimization Lab Troubleshooting and Monitoring Introduction to Troubleshooting and Monitoring Troubleshooting and Monitoring Tools Troubleshooting Case Study: Network Congestion Troubleshooting and Monitoring Lab Appendix A: Carrier Ethernet Ethernet in the WAN Ethernet Standards Organizations MX Series Layer 2 Features Appendix B: Deprecated Syntaxes Appendix C: MX Series Overview

Junos Service Provider Switching
Delivered in Internationally or OnlineFlexible Dates
£2,477

Junos Intermediate Routing

5.0(3)

By Systems & Network Training

Junos Intermediate Routing training course description This course provides students with intermediate routing knowledge and configuration examples. The course includes an overview of protocol-independent routing features, load balancing and filter-based forwarding, OSPF, BGP, IP tunneling, and high availability (HA) features. Junos Intermediate Routing (JIR) is an intermediate-level course. What will you learn Describe typical uses, configure & monitor static, aggregate, and generated routes. Configure and share routes between routing instances. Explain the operations of OSPF. Describe BGP and its basic operations. Configure and monitor GRE and IP-IP tunnels. Junos Intermediate Routing training course details Who will benefit: Engineers responsible for configuring and monitoring devices running the Junos OS. Prerequisites: Intro to the Junos Operating System Duration 2 days Junos Intermediate Routing training course contents Protocol-Independent Routing Static Routes Aggregated Routes Generated Routes Martian Addresses Routing Instances Lab 1 Protocol-Independent Routing Load Balancing and Filter-Based Forwarding Overview of Load Balancing Configuring and Monitoring Load Balancing Overview of Filter-Based Forwarding Configuring and Monitoring Filter-Based Forwarding Lab 2 Load Balancing and Filter-Based Forwarding Open Shortest Path First Overview of OSPF Adjacency Formation and the Designated Router Election OSPF Scalability Configuring and Monitoring OSPF Basic OSPF Troubleshooting Lab 3 Open Shortest Path First Border Gateway Protocol Overview of BGP BGP Attributes IBGP Versus EBGP Configuring and Monitoring BGP Lab 4 Border Gateway Protocol IP Tunneling Overview of IP Tunneling GRE and IP-IP Tunnels Implementing GRE and IP-IP Tunnels Lab 5 IP Tunneling High Availability Overview of High Availability Networks Graceful Restart Graceful RE Switchover Nonstop Active Routing BFD VRRP Lab 6 High Availability Appendix A: IPv6 Introduction to IPv6 Routing Protocol Configuration Examples Tunneling IPv6 over IPv4 Lab 7 (Optional) IPv6 Appendix B: IS-IS Overview of IS-IS Overview of IS-IS PDUs Adjacency Formation and DIS Election Configuring and Monitoring IS-IS Basic IS-IS Troubleshooting Lab 8 (Optional) IS-IS Appendix C: Routing Information Protocol Introduction to RIP RIP Configuration Examples Monitoring and Troubleshooting RIP

Junos Intermediate Routing
Delivered in Internationally or OnlineFlexible Dates
£2,477

Retargeting Course

By iStudy UK

Do you want to learn the retargeting strategies to increase more awareness and sales? Are you interested to maximize your visitors in the website? If so, take a look at the Retargeting Course course and learn what you want further in your quest. The contents of the course guide you how to write killer content and follow up using different social media such as Facebook, Youtube, and google display networks etc.. The purpose of the course is to make you efficient on how to optimize, manage, and set up professional retargeting campaigns, use Google Tag manager concerning remarketing and retargeting tags, and gather more visitors and traffic working on proper understand of retargeting. It also teaches you how to use Google AdWords to fix and manage retargeting campaigns. What you'll learn You'll learn what retargeting is You'll learn the best companies to use for retargeting You'll learn how to setup a retargeting account You'll learn how to utilize retargeting for the highest ROIs (Return On Investment) You'll learn how to segment parts of your list and audience You'll learn how to Success Hack your competitors and virtually guarantee success from Day 1 You'll learn how to make the most of every visitor that visits your website You'll learn when and where to direct certain visitors to insure they optin or buy at just the right moment Requirements You should know how to use a PC at a beginner level Who is the target audience? Online Marketers Local & Online Businesses Bloggers Content Creators who want to get more traffic from their work SEO Firms & Workers Everyone with a Product Anyone who pays for marketing and wants to get the most out of it Module : 01 Introduction 00:02:00 Retargeting Overview 00:12:00 The Retargeting Companies 00:11:00 Social Media Retargeting 00:04:00 Make Sure You Qualify 00:08:00 User Intent and Engagement 00:08:00 Segmentation 00:09:00 Module : 02 Taking Your Traffic's Temperature 00:06:00 Banner Ad Sizes and Graphic Design 00:11:00 Frequency Caps 00:05:00 Google Retargeting 00:03:00 Perfect Audience Walkthrough 00:26:00 How Tracking Platforms Differ 00:05:00 Module : 03 What Is Success Hacking 00:02:00 Success Hacking The Landing Pages 00:08:00 Success Hacking The Offer 00:02:00 Success Hacking Ad Copy 00:10:00 Success Hacking Traffic Source 00:01:00 The Success Formula 00:04:00

Retargeting Course
Delivered Online On Demand2 hours 17 minutes
£25

3G demystified

5.0(3)

By Systems & Network Training

3G training course description This course is designed to give the delegate an understanding of the technologies used within a 3G UMTS mobile network. During the course we will investigate the UMTS air interface and the use of Wideband-Code Division Multiple Access (WCDMA) to facilitate high speed data access, together with HSPA to offer mobile broadband services. We will describe the use of soft handover rather than hard handover procedures and soft capacity sharing. The course includes a brief exploration of the UMTS protocol stack and the use of PDP Context and QoS support features. What will you learn Explain the 3G UMTS architecture. Describe the role of a Drifting & Serving RNC. Explain the use of ARQ & HARQ for mobile broadband. Describe how IMS integrates into the architecture. Describe the use of Media Gateway Controllers. Identify the temporary identities used within 3G UMTS. 3G training course details Who will benefit: Anyone working within the telecommunications area, especially within the mobile environment. Prerequisites: Mobile communications demystified Telecommunications Introduction Duration 2 days 3G training course contents D3GPP specifications 3GPP standards body, Evolution path, Frequency and bandwidth, Conceptual model, UMTS general architecture, UTRAN architecture & radio access bearer. CDMA principles CDMA principle, Code characteristics, Code requirements. CDMA requirements Synchronization, Power control, Soft handover, Rake receiver, Antenna consideration, Multi-user detection. Radio interface protocol architecture Access stratum & non-access stratum, Overall protocol structure, Logical and transport channels, Physical channels, Protocol termination. Layer 2 Protocols Medium Access Control (MAC) Protocol, Radio Link Control (RLC) Protocol, Packet Data Convergence Protocol (PDCP) protocol, Radio Interface for Broadcast/Multicast Services. Radio Resource Control (RRC) Protocol RRC Architecture, RRC Protocol State, Broadcast of information, RRC connection management, Radio bearer management, RRC connection mobility functions, Power control, Ciphering and Integrity. Mobile procedures Mobility management states and transitions, UMTS identities, Procedures in Idle mode (location updates, cell selection/ re-selection), Circuit-switched call set-up, Packet-switched context activation and context preservation, Data transfer initialization, Soft-handover procedure. Introduction to HSPA The need for high speed data, Fast HARQ, Improved scheduling, Additional channels, Soft combining, HS-DSCH codes, Uplink HSPA vs downlink HSPA, Full HSPA, Use of MIMO, Enhanced CELL_FACH.

3G demystified
Delivered in Internationally or OnlineFlexible Dates
£2,477

Awareness Of Anaphylaxis

5.0(50)

By Pochat Training

CPD Accredited, Interactive Short Course 1½ hr session Would you know how to save someone's life if they were to go into anaphylactic shock? Learn how to do so from the comfort of your own home or workplace Course Contents: What is anaphylaxis The causes of anaphylaxis The immune system How to recognise someone in anaphylactic shock How to treat someone in anaphylactic shock Benefits of this Short Course: Allergy is the most common chronic disease in Europe The UK has some of the highest prevalence rates of allergic conditions in the world, with over 20% of the population affected by one or more allergic disorder A staggering 44% of British adults now suffer from at least one allergy and the number of sufferers is on the rise Up to 20% of patients with allergies struggle daily with the fear of a possible asthma attack, anaphylactic shock, or even death from an allergic reaction Almost a third of allergy sufferers have had to chance their lifestyles to reduce their allergic reactions In 2014, 19.2% of emergency admissions were for anaphylactic reactions and 19.2% were for ‘Other’ allergic reactions With the knowledge you'll pick up from this course, you could potentially save someone's life! Your browser does not support HTML5 video.

Awareness Of Anaphylaxis
Delivered Online + more
£20

Professional Eyelash Extension Course

4.9(27)

By Apex Learning

Overview This comprehensive course on Professional Eyelash Extension Course will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Professional Eyelash Extension Course comes with accredited certification, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Professional Eyelash Extension Course. It is available to all students, of all academic backgrounds. Requirements Our Professional Eyelash Extension Course is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 6 sections • 30 lectures • 01:12:00 total length •Introduction: 00:01:00 •Theory explained: 00:29:00 •Length, thickness and curl explained: 00:02:00 •Tools and materials needed: 00:01:00 •Hand wash: 00:01:00 •Gel patch application: 00:01:00 •Gel patch application: 00:01:00 •Fix gel patches in place: 00:01:00 •Primer and patches: 00:02:00 •Choosing the right effect: 00:01:00 •Tweezers: 00:01:00 •Eyelash Placement: 00:01:00 •Direction of placement: 00:01:00 •Glue: 00:01:00 •Position of an Eyelash: 00:01:00 •Shake the glue: 00:01:00 •Start: 00:01:00 •The process: 00:10:00 •Fast forward process: 00:01:00 •Patch removal: 00:02:00 •Finilizing the treatment: 00:04:00 •Brush: 00:01:00 •Reaction: 00:01:00 •Reaction 2: 00:01:00 •Retouch: 00:01:00 •Banana split method: 00:01:00 •Single eyelash removal with the remover product: 00:01:00 •Full removal: 00:02:00 •Resources - Professional Eyelash Extension Course: 00:00:00 •Assignment - Professional Eyelash Extension Course: 00:00:00

Professional Eyelash Extension Course
Delivered Online On Demand1 hour 12 minutes
£12