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

4524 Courses delivered Online

Definitive VoIP for engineers

5.0(3)

By Systems & Network Training

VoIP training course description Convergence of voice and data is now a common place mainstream technology. Our Voice Over IP course investigates the characteristics of voice transmission and then studies the impact on IP networks. Practical sessions with soft phones, hard phones and gateways allow the students to see all aspects of VoIP. Network analysers are used to study packets on the wire. What will you learn Describe the issues of voice and data convergence. Describe techniques, which can be used in IP to provide low uniform delay. Evaluate VoIP technologies. Design data networks, which will support voice. VoIP training course details Who will benefit: Anyone working in the field of networking or telecommunications. Prerequisites: TCP/IP foundation for engineers Intro to data communications & networking Duration 3 days VoIP training course contents What is VoIP Voice over IP, brief review of IP, brief review of telephones and voice. Configuring IP softphones What are softphones? Downloading, installing. Hands on Building the base IP network, a simple VoIP call with softphones, Internet telephony. Addressing E164, FQDN, IP addresses, URIs, DNS, SIP addressing, H.323 addressing. VoIP issues Bandwidth, Delay, Jitter, digitising voice, digitisation steps, coding, quality issues, MOS, voice compression, silence suppression, packetising voice, prioritising voice, jitter buffers. Hands on Simple packet analysis. Architectures Desktop, backbone, gateway, hard phones, PoE, integrating phones and PCs, carriers, Softswitches. Hands on Integrating Softphones, hard phones and analog phones. IP performance and QoS ITU delay recommendations, IP DSCP field, DiffServ, IP precedence, queuing strategies; FIFO, WFQ, custom, priority, RED, LLQ. VoIP protocol stack RTP, RTCP, mixers and translators, RSVP. Bandwidth, Erlang models, link layer overhead. Hands on Calculating VoIP bandwidth, analysing RTP packets. ITU Recommendation H.323 Architecture, protocols, terminals, Call setup, Gatekeepers, gateway discovery, H.323 registration with a gatekeeper. Hands on PC to PC using H.323. IETF - Session Initiation Protocol What is SIP? SIP protocol stack, SDP, Sip architecture, SIP messages, Initial SIP phone startup, SIP servers, proxy server, redirect server. Hands on PC to PC using SIP. Carrier networks Signalling systems, SS7, media gateways, Media gateway controllers, signalling gateways, MGCP, Megaco, SIGTRAN. Hands on PSTN interworking. Video over IP Video components, digital video, pictures and audio, video codecs, issues and solutions, video conferencing, multipoint video conferencing, video protocol stack. Appendix 1: Multicasting. Appendix 2: Voice/data integration without IP.

Definitive VoIP for engineers
Delivered in Internationally or OnlineFlexible Dates
£2,367

Dreamweaver

5.0(3)

By Systems & Network Training

Dreamweaver training course description Dreamweaver is a web authoring program that allows you to build professional quality websites. This course starts with a tour of Dreamweaver and customising your workspaces, moving onto HTML and CSS basics. Page layouts, templates and interactive pages are also covered. The final session covers how to use Dreamweaver as a HTML editor. Hands on session follow all the major theory chapters. What will you learn Use Dreamweaver to create websites. Customise Dreamweaver. Use templates. Add interactivity to web pages. Use Dreamweaver to edit HTML code. Dreamweaver training course details Who will benefit: Anyone wishing to create or edit websites. Prerequisites: None. Duration 3 days Dreamweaver training course contents Getting started Installing the programme, Updating to the latest version,, Online content, On first launch, Choosing the program colour theme, Setting up the workspace, Defining a Dreamweaver site, Checking for updates, Additional resources. Customizing your workspace Touring the workspace, Using the start screen, Exploring new feature guides, Setting interface preferences, Switching and splitting views, Selecting a workspace layout, Personalising Dreamweaver, Working with extract, Creating custom keyboard shortcuts, Using the Property inspector, Using the Related Files interface, Using tag selectors, Using the CSS Designer, Using the Visual Media Query (VMQ) interface, Using the DOM viewer, Using Element dialogs, displays and inspectors, Setting up version control in Dreamweaver, Exploring experimenting and learning. HTML Basics What is HTML? Where did HTML begin? Frequently used HTML elements, What's new in HTML5. CSS Basics What is CSS? HTML vs. CSS formatting, HTML defaults, CSS box model, Applying CSS styling, Multiples, classes and ids. Web design basics Developing a new website, Scenario, Working with thumbnails and wireframes, Creating a page layout Evaluating page design options, Working with predefined layouts, Styling an existing layout, Styling elements using the Extract panel, Extracting text from a Photoshop mockup, Troubleshooting CSS styling, Extracting text styling from a Photoshop mockup, Creating a gradient background using Extract, Extracting image assets from a mockup, Adding CSS background effects in code, Finishing up the layout. Working with templates Creating a template from an existing layout, Inserting editable regions, Inserting editable regions, Inserting HTML entities, Inserting metadata, Validating HTML code, Producing child pages, Moving CSS styles to linked file, Updating a template. Working with text, lists and tables Previewing the completed file, Creating and styling text, Creating lists, Creating and styling tables, Spell-checking webpages, Finding and replacing text. Working with images Web image basics, Previewing completed files, Inserting an image, Controlling image positions with CSS classes, Working with the Insert panel, Using the Insert menu, Inserting non-web file types, Working with Photoshop Smart Objects, Copying and pasting images from Photoshop, Inserting images by drag and drop, Optimizing images with the Property inspector. Working with navigation Hyperlinks, previewing the completed file, creating internal and external hyperlinks, setting up email links, Creating image-based links, Targeting page elements, Locking an element on the screen, Styling a navigation menu, Checking your page, Adding destination links. Adding interactivity Dreamweaver behaviours, Previewing the completed file, Working with Dreamweaver behaviours, Working with jQuery Accordion widgets, Inserting a jQuery Accordion widget, Styling a jQuery Accordion. Publishing to the web Defining a remote site, Cloaking folders and files, Wrapping things up, Putting your site online, Synchronizing local and remote sites. Working with code Creating HTML code, multicursor support, commenting your code, Working with CSS preprocessors, Selecting code, Collapsing code, Expanding code, Accessing Split code view, Previewing assets in Code View.

Dreamweaver
Delivered in Internationally or OnlineFlexible Dates
£2,367

Web development fundamentals

5.0(3)

By Systems & Network Training

Web development training course description This three-day course helps build a foundation in the development of Web applications. This is not a HTML course but covers the technologies needed to develop web applications. Technologies covered include: ASP.NET, XML, AJAX and HTTP error codes. What will you learn Program Web applications. Work with data and services. Troubleshoot and debug Web applications. Work with client side scripting. Configure and deploy web applications. Web development training course details Who will benefit: Anyone looking for an introduction to web development. Prerequisites: None. Duration 3 days Web development training course contents Programming web applications Customise the layout and appearance of a web page CSS; tables; embedding images; page layout for navigation. Understand ASP.NET intrinsic objects Request; Server; Application; Session; Response; HttpContext. Understand state information in web applications Understand how state is stored based on application design and hardware; understand different types such as session state, view state, control state and application state. Understand events and control page flow Application and page life cycle events; page events; control events; application events; session events; cross-page posting; Response.Redirect; Server.Transfer; IsPostBack; setting AutoEventWireup. Understand controls Understanding various types of controls, including user, server, web and validation controls; know which is the appropriate type of control for a scenario. Understand configuration files Understanding the usage of web.config and machine.config, and the settings that can be made. Working with data and services Read and write XML data Understanding XML, XML validation Does not include: Web services; XPath syntax; XmlDocument; XPathNavigator; XPathNodeIterator; XPathDocument; XmlReader; XmlWriter; XmlDataDocument; XmlNamespaceManager. Distinguish between DataSet & DataReader objects The ability to choose the proper data object to use based on application requirements/design. Call a service from a web page Creating a basic WCF service or web service so that it can be consumed; App_WebReferences; configuration. Understand DataSource controls LinqDataSource: ObjectDataSource; XmlDataSource; SqlDataSource. Bind controls to data by using data binding syntax Ensure that data is updated and displayed in data-aware controls. Manage data connections and databases Database connections; connection objects; connection pools; transaction objects. Troubleshooting and debugging web applications Debug a web application Use in conjunction with custom error pages to display appropriate error information to the appropriate user; implement tracing of a web application, Trace.axd, Trace=True on @Page directive. Handle web application errors HTTP error codes. Working with client-side scripting Understand client-side scripting Purpose of client-side scripting; various client-side scripting languages. LE/370 and Intrinsic Functions. Understand AJAX concepts ASP.NET AJAX implementation; working with client-side libraries, EnablePartialRendering, Triggers, ChildrenAsTriggers, Scripts, Services, UpdateProgress, Timer, ScriptManagerProxy, extender controls. Configuring and deploying web applications Configure authentication and authorisation Forms authentication, Windows authentication; authorisation; file authorisation; impersonation Does not include: Windows Cardspace authentication, Passport (Windows Live ID) authentication, Custom authentication. Configure projects, solutions and reference assemblies Local assemblies; shared assemblies (GAC); web application projects; solutions; configuration files; AppSettings. Publish web applications Choosing the appropriate method to deploy an application based on existing or intended environment; updatable vs. not updateable; MSI deployment; Internet Information Server (IIS) installation and configuration. Understand application pools Purpose of application pools; effect of application pools on web applications.

Web development fundamentals
Delivered in Internationally or OnlineFlexible Dates
£2,367

HTML5 development fundamentals

5.0(3)

By Systems & Network Training

HTML5 development training course description This three-day MTA Training course helps you prepare for Microsoft Technology Associate Exam 98-375, and build an understanding of these topics: Manage the Application Life Cycle, Build the User Interface by Using HTML5, Format the User Interface by Using CSS, Code by Using JavaScript. This course leverages the same content as found in the Microsoft Official Academic Course (MOAC) for this exam. What will you learn Manage the Application Life Cycle. Build the User Interface by Using HTML5. Format the User Interface by Using CSS. Code by Using JavaScript. HTML5 development training course details Who will benefit: Anyone working with HTML5. Prerequisites: None. Duration 3 days HTML5 development training course contents Managing the Application Life Cycle Platform fundamentals Packaging and the runtime environment: app package, app container, credentials/permission sets, host process, leverage existing HTML5 skills and content for slate/tablet applications. Manage the state of an application Manage session state, app state and persist state information; understand states of an application; understand the differences between local and session storage. Debug and test a HTML5 touch-enabled application Touch gestures; gestures you test on a device. HTML5 UI: Text, Graphics, and Media HTML5 tags for text content and graphics. When, why and how to use Canvas; when, why and how to use scalable vector graphics (SVG). HTML5 tags to play media. Video and audio tags. HTML5 UI: Organization, Input, and Validation HTML5 tags to organise content and forms Tables, lists, sections; semantic HTML. HTML5 tags for input and validation CSS Essentials: Content Flow, Positioning, styling Core CSS concepts Separate presentation from content (create content with HTML and style content with CSS); manage content flow (inline versus block flow); manage positioning of individual elements( float versus absolute positioning); manage content overflow (scrolling, visible and hidden); basic CSS styling. CSS Essentials: Layouts Arrange UI content by using CSS Use flexible box and grid layouts to establish content alignment, direction and orientation; proportional scaling and use of "free scale" for elements within a flexible box or grid; order and arrange content; concepts for using flex box for simple layouts and grid for complex layouts; grid content properties for rows and columns; use application templates. Managing Text Flow by Using CSS Regions and using regions to flow text content between multiple sections (content source, content container, dynamic flow, flow-into, flow-from, msRegionUpdate, msRegionOverflow, msGetRegionContent); columns and hyphenation and using these CSS settings to optimise the readability of text; use "positioned floats" to create text flow around a floating object Managing the Graphical Interface by Using CSS Graphics effects (rounded edges, shadows, transparency, background gradients, typography and Web Open Font Format); 2-D 3-D transformations (translate, scale, rotate, skew and 3-D perspective transitions and animations); SVG filter effects; Canvas. JavaScript and coding essentials Manage and maintain JavaScript, Create and use functions; jQuery and other third-party libraries. Update the UI by using JavaScript Locate/access elements; listen and respond to events; show and hide elements; update the content of elements. Animations, Graphics, and Accessing Data Code animations with JavaScript animation; manipulate the canvas; work with images, shapes and other graphics. Access data access by using JavaScript Send and receive data; transmit complex objects and parsing; load and save files; App Cache; datatypes; forms; cookies; localStorage JavaScript coding for Touch Interface, Device and Operating System Resources, and More Respond to the touch interface, Gestures, how to capture and respond to gestures, Code additional HTML5 APIs, GeoLocation, Web Workers, WebSocket; File API, Access device and operating system resources, In- memory resources, such as contact lists and calendar; hardware capabilities, such as GPS, accelerometer and camera.

HTML5 development fundamentals
Delivered in Internationally or OnlineFlexible Dates
£2,367

Software development fundamentals

5.0(3)

By Systems & Network Training

Software development training course description This three-day MTA Training course helps you prepare for Microsoft Technology Associate Exam 98-361, and build an understanding of these topics: Core programming, Object-Oriented programming, general software development, web applications, desktop applications, and databases. This course leverages the same content as found in the Microsoft Official Academic Course (MOAC) for this exam. What will you learn Describe core programming. Explain Object Oriented programming. Describe general software development. Describe Web applications. Describe desktop applications. Explain how databases work. Software development training course details Who will benefit: Anyone looking to learn the fundamentals of software. Prerequisites: None. Duration 3 days Software development training course contents Core programming Computer storage and data types How a computer stores programs and the instructions in computer memory, memory stacks and heaps, memory size requirements for the various data storage types, numeric data and textual data. Computer decision structures Various decision structures used in all computer programming languages; If decision structures; multiple decision structures, such as If…Else and switch/Select Case; reading flowcharts; decision tables; evaluating expressions. Handling repetition For loops, While loops, Do...While loops and recursion. Understand error handling Structured exception handling. Object-oriented programming Classes Properties, methods, events and constructors; how to create a class; how to use classes in code. Inheritance Inheriting the functionality of a base class into a derived class. Polymorphism Extending the functionality in a class after inheriting from a base class, overriding methods in the derived class. Encapsulation Creating classes that hide their implementation details while still allowing access to the required functionality through the interface, access modifiers. General software development Application life cycle management Phases of application life cycle management, software testing. Interpret application specifications Application specifications, translating them into prototypes, code, select appropriate application type and components. Algorithms and data structures Arrays, stacks, queues, linked lists and sorting algorithms; performance implications of various data structures; choosing the right data structure. Web applications Web page development HTML, CSS, JavaScript. ASP.NET web application development Page life cycle, event model, state management, client-side versus server-side programming. Web hosting Creating virtual directories and websites, deploying web applications, understanding the role of Internet Information Services. Web services Web services that will be consumed by client applications, accessing web services from a client application, SOAP, WSDL. Desktop applications Windows apps UI design guideline categories, characteristics and capabilities of Store Apps, identify gestures. Console-based applications Characteristics and capabilities of console- based applications. Windows Services Characteristics and capabilities of Windows Services. Databases Relational database management systems Characteristics and capabilities of database products, database design, ERDs, normalisation concepts. Database query methods SQL, creating and accessing stored procedures, updating and selecting data. Database connection methods Connecting to various types of data stores, such as flat file; XML file; in-memory object; resource optimisation.

Software development fundamentals
Delivered in Internationally or OnlineFlexible Dates
£2,367

Building ASP.net applications

5.0(3)

By Systems & Network Training

ASP.Net training course description Our hands on ASP.NET training course that will teach students how to create a simple ASP.NET application that delivers dynamic content to the web. The course is applicable for those using C# or VB.NET with ASP.NET. What will you learn Create a web form with server controls Separate page code from content with code-behind pages, page controls, and components. Display dynamic data from a data source by using ADO.NET and data binding. Debug ASP.NET pages by using trace. ASP.Net training course details Who will benefit: Programmers working with ASP.NET. Prerequisites: HTML5 development fundamentals VBNet_course.htm or C++ programming foundation Duration 3 days ASP.Net training course contents Working with ASP.NET Introducing ASP.NET. Creating web forms. Adding ASP.NET code to a page. Handling page events. Using Web Controls Web controls and HTML controls compared. Using intrinsic controls. Using input validation controls. Introduction to user controls. Using trace in ASP.NET pages Overview of tracing. Trace information. Page-level trace and application-level trace. Separating code from content Advantages of partitioning an ASP.NET page. Creating and using code-behind pages. Creating and using components and classes. Inheritance of classes. Interfaces. Using ADO .NET to access data Accessing text files. Overview of ADO .NET Connecting to a data source. Accessing data with DateSets. Using DataViews. Accessing data with DataReaders. Using XML data with a DataSet. Creating an ASP.NET Web Application Requirements of a web application. Sharing information between pages. Securing an ASP.NET application. Web services. Creating a simple web service using Visual Studio.NET Calling a web service using Visual Studio.NET

Building ASP.net applications
Delivered in Internationally or OnlineFlexible Dates
£2,367

Communication & Information Handling in Care

4.5(3)

By Studyhub UK

Embark on a transformative learning journey with our course, 'Communication & Information Handling in Care,' where the art of communication meets the responsibility of safeguarding sensitive information. In a world where every interaction matters, this course transcends the basics. Module by module, you'll explore the intricacies of effective communication, decoding reactions and mastering the unspoken language of body cues. Barriers to communication become stepping stones as you uncover strategies to overcome them, ensuring seamless connections in the realm of care. Confidentiality takes center stage as you delve into the ethical landscape of records maintenance, emphasizing the significance of trust in care relationships. The course extends beyond theory, guiding you through the practical aspects of information handling, ensuring your skills are not just theoretical but ready to be applied securely in real-world care settings. Join us on this dynamic expedition where communication becomes an art, and information handling transforms into a secure, ethical practice. Learning Outcomes Master the nuances of effective communication in diverse care scenarios. Decode reactions and understand the subtle language of body cues. Overcome barriers to communication, fostering meaningful connections. Navigate the ethical landscape of confidentiality and records maintenance. Demonstrate secure and ethical handling of information in care contexts. Why choose this Communication & Information Handling in Care course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Communication & Information Handling in Care course for? Aspiring healthcare professionals eager to enhance their communication skills. Current care practitioners seeking a deeper understanding of information ethics. Individuals entering the care sector desiring a comprehensive foundation. Professionals in allied healthcare fields wanting to refine communication strategies. Those keen on mastering the ethical aspects of information handling in care. Career path Clinical Communication Specialist: £35,000 - £50,000 Health Information Manager: £30,000 - £45,000 Patient Advocacy Coordinator: £28,000 - £40,000 Care Quality Assurance Officer: £32,000 - £48,000 Healthcare Information Security Analyst: £38,000 - £55,000 Clinical Governance Advisor: £40,000 - £60,000 Prerequisites This Communication & Information Handling in Care does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Communication & Information Handling in Care was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Module 01: Introduction to Communication Introduction to Communication 00:17:00 Module 02: Reactions & Body Language Reactions & Body Language 00:17:00 Module 03: Barriers & How to Overcome It Barriers & How to Overcome It 00:18:00 Module 04: Confidentiality & Records Maintenance Confidentiality & Records Maintenance 00:15:00 Module 05: Handling Information Handling Information 00:17:00 Module 06: Secure Handling of Information Secure Handling of Information 00:18:00

Communication & Information Handling in Care
Delivered Online On Demand1 hour 42 minutes
£10.99

Diploma In International Relations

4.5(3)

By Studyhub UK

The Diploma in International Relations provides an in-depth exploration of the field, covering historical context, key actors, theories like realism and liberalism, international political economy, and recent global issues. Participants will gain a comprehensive understanding of international relations and the dynamics that shape the world's political landscape. Learning Outcomes: Develop a foundational understanding of the principles and concepts of international relations. Analyze the historical context and key events that have shaped international relations. Identify and evaluate the various actors and stakeholders involved in international relations. Understand the main theories in international relations, including realism, liberalism, Marxism, constructivism, and feminism. Explore the complexities of international political economy and its impact on global affairs. Examine contemporary issues in international relations, such as global security, human rights, and environmental challenges. Comprehend the nature and implications of war in the international arena. Study the role and functions of international organizations in facilitating cooperation and resolving conflicts. Why buy this Diploma In International Relations? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Diploma In International Relations there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Diploma In International Relations does not require you to have any prior qualifications or experience. You can just enrol and start learning.  Prerequisites This Diploma In International Relations was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Diploma In International Relations is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Module 01: Understanding International Relations Understanding International Relations 00:15:00 Module 02: Historical Context Historical Context 00:19:00 Module 03: Actors in International Relations Actors in International Relations 00:13:00 Module 04: Theories in International Relations I: Realism and Liberalism Theories in International Relations I: Realism and Liberalism 00:24:00 Module 05: Theories in International Relations II: The Marxist, The Constructivist and The Feminist Tradition Theories in International Relations II: The Marxist, The Constructivist and The Feminist Tradition 00:22:00 Module 06: International Political Economy International Political Economy 00:18:00 Module 07: Recent Issues in International Relations Recent Issues in International Relations 00:22:00 Module 08: War War 00:21:00 Module 09: International Organisation International Organisations 00:15:00 Assignment Assignment - Diploma In International Relations 00:00:00

Diploma In International Relations
Delivered Online On Demand2 hours 49 minutes
£10.99

Wedding Planner Diploma

4.7(47)

By Academy for Health and Fitness

Buy Big. Save Big! Offer Ends Soon; Hurry Up!! Learn all of the latest strategies for becoming a fantastic wedding planner. You'll discover everything you need to know about the Wedding Planning industry. This comprehensive Wedding Planner course will teach you how to run successful events & will give you clear, logical, and straightforward advice that you can implement immediately. This Diploma in Wedding Planner at QLS Level 5 course is endorsed by The Quality Licence Scheme and accredited by CPD (with 150 CPD points) to make your skill development and career progression related to Wedding Planner substantial and easier than ever! This ultimate guide to Becoming a Wedding Planner is perfect for new and experienced wedding planners looking to take theirknowledge to the next level. Wedding planners must have excellent organisational and communication skills and the ability to think on their feet and problem-solve. It is also essential for them to have a good understanding of the latest trends and to be able to stay organised. With the right skills and knowledge, Wedding planning can be a rewarding and exciting career. What will You Learn from this Wedding Planner Diploma: An overview of the wedding Marriages of various types How to plan events by the wedding timeline checklist Planning and managing wedding budget Choosing a wedding vision, venue, and theme What to include in a wedding food menu is a guideline for dealing with food catering. Wedding photography and floral décor How to make Wedding suggestions to clients Setting the scene: selecting, outfitting, and decorating the venue Security, transportation and safety Activity and evaluation following the wedding How to launch your own Wedding Planning Company Start your learning journey with this Wedding Planner Diploma and take a step toward a brighter future! Start your learning journey straight away with this Wedding Planner Diploma and take a step toward a brighter future! Why Prefer this Wedding Planner Diploma? Opportunity to earn a certificate endorsed by the Quality Licence Scheme and another certificate accredited by CPDQS. Get a free student ID card! (£10 postal charge will be applicable for international delivery). Innovative and engaging content. Free assessments. 24/7 tutor support. Assessment Process You have to complete the assignment questions given at the end of the course and score a minimum of 60% to pass each exam. Our expert trainers will assess your assignment and give you feedback after you submit the assignment. You will be entitled to claim a certificate endorsed by the Quality Licence Scheme after you have completed all of the Diploma in Wedding Planner at QLS Level 5 exams. CPD 180 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Wedding Planner Diploma is ideal for: Anyone interested in becoming a professional wedding planner People who enjoy organising and bringing people together Anyone who wants to change careers and become financially independent Requirements The Wedding Planner Diploma does not require any prior knowledge; everyone may participate! This course is open to anyone interested in learning from anywhere in the world. Career path Enrolling on this Wedding Planner Diploma can lead you to the following career opportunities Event Planner Wedding Planner Venue Manager Coordinator Catering Manager Social Media Manager Staff Coordinator Certificates Certificate Accredited by CPD Digital certificate - £10 Diploma in Wedding Planner at QLS Level 5 Hard copy certificate - £119 After successfully completing this Diploma in Wedding Planner at QLS Level 5, you can order an original hardcopy certificate of achievement endorsed by the Quality Licence Scheme. The certificate will be home-delivered, with a pricing scheme of - 119 GBP inside the UK 129 GBP (including postal fees) for international delivery Certificate Accredited by CPD 29 GBP for Printed Hardcopy Certificate inside the UK 39 GBP for Printed Hardcopy Certificate outside the UK (international delivery)

Wedding Planner Diploma
Delivered Online On Demand3 weeks
£12

Hospitality: E-Hospitality and Technology

4.7(47)

By Academy for Health and Fitness

The field of work known as hospitality involves taking care of customers who frequently visit your business. The most typical kinds of properties where hospitality managers work include hotels, motels, resorts, and condos. But there are also hospitality managers in private transportation, retail, food and beverage, and other sectors. In this course, you will learn about this industry, the basics of hospitality, how it relates to tourism, lodging and food service, different forms of accommodation, different kinds of rooms, restaurant management and hotel guests in this course. Understanding the growth of the hospitality industry and effective quality control is also essential. This hospitality bundle is a thorough, instructor-led course created to give you a thorough understanding of the nature of the associated industry and your primary responsibilities. You must be able to provide excellent service to others and control situations when they go wrong. To do this, our skilled specialists created this course to meet your demands. The hospitality bundle teaches you everything about the subject in-depth and from scratch. You will receive exciting learning materials throughout this self-paced program, and you will learn the skills you need to apply a variety of concepts to give yourself a competitive edge in the job market. Learning Outcome Following the successful completion of the course, you will Know the fundamentals of the hospitality and hotel industries Learn about the significance of customer care in the hotel industry Be able to handle money in the hospitality industry Become competent in opening and closing practices, shift reporting, and control systems in hotel management Hold a grasp of the hospitality, marketing, and hotel sector in general Know about cleaning, food and beverage, and auditing procedures Understand the cost management for the hospitality sector Have knowledge of accounting functions in the hospitality and hotel industries. Why People love Hospitality From Academy for Health & Fitness: Opportunity to boost your CV/Resume with CPD accredited proficiency Student ID card with amazing discounts - completely for FREE! (Postal charges will be applicable for international delivery) Instant results upon completion of each assessment Certificates available in both PDF and hard copy format Interactive, high-quality course content with 24/7 online access Full tutor support and learning assistance included. ****Course Curriculum**** Here are the topics you will cover on the Course. Module 01: Introduction to Hospitality Management Module 02: An Overview of Hotel Industry Module 03: The Process of Selection and Recruitment Module 04: The Process of Development and Training Module 05: Management of Front Office Operations Module 06: Management of Housekeeping, Engineering and Security Operations Module 07: Management of Food and Beverage Operations Module 08: Management of Service Quality Module 09: Marketing in Travel and Tourism Business Module 10: Accounting in Hospitality Industry Module 11: Customer Satisfaction Module 12: E-Hospitality and Technology Assessment Process Once you have finished the learning stages in the course, your abilities will be assessed by an automated multiple-choice question session, after which you will receive the results immediately. Showcase Your Accomplishment of New Skills: Get a Certification of Completion Upon passing the assessment, you will receive proper certification that is accredited by CPD and universally accepted. You can order your certificate at a cost of £10 for PDF and £29 for hardcopy certificate or both for £39. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone who enjoys picking up new skills can enrol in this program. Requirements Enrol on the Hospitality with no formal entry requirements! If you have a passion for knowledge and want to learn something new, register on the Hospitality without any delay. Career path You will be able to grasp specific knowledge and abilities with the highest level of confidence after completing the hospitality management course or training, enabling you to advance your career in the appropriate industry, such as : Hospitality Manager Hotel Manager Housekeeping Manager Catering Manager Certificates Certificate of completion Digital certificate - £10

Hospitality: E-Hospitality and Technology
Delivered Online On Demand5 hours
£12