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

17828 Courses in Leeds delivered Online

Right Aligned – Nice Work x Form Play

By Right Aligned

In this series we invite globally respected studios to walk us through the processes and methods they employ when working with clients.

Right Aligned – Nice Work x Form Play
Delivered OnlineFlexible Dates
FREE to £100

IMPROVING CUSTOMER SERVICE

5.0(4)

By Improving Communications Uk

Customer service is an organisation's ability to supply its customers' wants and needs. Improved customer service means constantly and consistently exceeding customers' expectations. This course is designed for service industry professionals who aim to maximise their efficiency, develop better customer skills, and increase their value. The focus is on increasing repeat business through customer satisfaction and referrals. Delegates will discover greater levels of productivity, job satisfaction, and potential for advancement. For client-facing service personnel, these areas of development will prove particularly beneficial, leading to increased internal and external customer satisfaction. Throughout the course, delegates will learn how to: Project a UB4me, customer-centred attitude Empower people with respect and control by acknowledging and offering choices Understand customers better and develop emotionally-intelligent methods for managing their fears and reactions Listen more intently to develop the best rapport Communicate clearly with conviction, projecting greater credibility Create positive, diplomatic messages even from negative situations, modelling a problem-solving, can-do attitude Create and refine phone-answering and email templates to appropriately address customer concerns and increase the potential for repeat business This Customer Service Skills course is a 4-hour interactive virtual class for up to 20 delegates. Upon registration, delegates will receive online login instructions prior to the class date. This format allows for a collaborative learning experience from the comfort of one's own home or office.

IMPROVING CUSTOMER SERVICE
Delivered Online + more
£327

Web Forms - 2023 Build and Master Advanced Web Forms

By Packt

A comprehensive course that starts with the basics and gradually moves toward advanced concepts. This course will help you increase the usability of your web forms, which will improve user experience and get website visitors interested in completing and converting your forms. Learn the process of delivering a perfect, interactive, and functional form.

Web Forms - 2023 Build and Master Advanced Web Forms
Delivered Online On Demand21 hours 18 minutes
£146.99

Database fundamentals

5.0(3)

By Systems & Network Training

Database fundamentals training course description This three-day training course helps you prepare for Microsoft Technology Associate Exam 98-364, and build an understanding of these topics: Core Database Concepts, Creating Database Objects, Manipulating Data, Data Storage, and Administering a Database. What will you learn Describe core database concepts. Create database objects. Manipulate data. Describe data storage. Administer a database. Create a relational database consisting of 3 related tables. Database fundamentals training course details Who will benefit: Those working with databases. Prerequisites: None. Duration 3 days Database fundamentals training course contents Understanding core database concepts Flat-type databases, hierarchical databases, relational databases, database fundamentals, relational database concepts, using the SQL Server Management Studio Interface. Data Manipulation Language (DML), Data Definition Language (DDL), using DDL statements. Creating database objects Defining data types, using built-in data types, using exact numeric data types, using approximate numeric data types. Creating and using tables. Creating views. Creating stored procedures, SQL injections. Manipulating data Using Queries to select data, combining conditions, using the BETWEEN clause, using the NOT clause, using the UNION clause, using the EXCEPT and INTERSECT clauses, using the JOIN clause. Using Queries to insert data, Inserting data. Updating data and databases, Using the UPDATE statement. Deleting data, Using the DELETE statement, truncating a table with TRUNCATE TABLE, deleting a table with DROP TABLE, using referential integrity. Understanding data storage Normalising a database, normalization, first normal form, second normal form, third normal form, fourth normal form, fifth normal form. Primary, foreign and composite keys, clustered and non-clustered indexes, creating a non-clustered table. Administering a Database Securing Databases, server-level security, database-level security, Windows security, SQL authentication, database server roles, granting access to a database, fixed database roles, object permissions, managing roles, ownership chains, reviewing a sample security model. Backing up and restoring databases, recovery models, backup devices.

Database fundamentals
Delivered in Internationally or OnlineFlexible Dates
£2,367

Microsoft Access

5.0(3)

By Systems & Network Training

Microsoft Access training course description A hands on course providing a solid grounding in Microsoft Access. What will you learn Use and customise the Microsoft Access environment. Select, use and customise queries. Define tables. Design forms and reports. Recognise the use of macros. Microsoft Access training course details Who will benefit: Anyone wishing to work with Microsoft Access. Prerequisites: Database fundamentals Duration 3 days Microsoft Access training course contents Introducing databases Flat file databases, Relational databases, the objects defined in an Access database, planning a simple relational database. Open Access and create a database The database wizards, tables, creating and amending tables, using field properties to improve the quality of data entry and system performance, the primary key. Working in datasheet view View, add, modify and delete records, find records. Advantages and disadvantages of entering data directly into a table. Queries Sort and select records form a single table, advantages and disadvantages of entering data via a query, define simple calculated expressions, use 'Totals' queries. Forms Use the form wizards, basic editing of objects created using the form wizards, Data-entry in form view. Reports Use the report wizard, basic editing of objects created using the report wizard, print reports. The multi table environment Plan and create a related table, define a one-to-many relationship, write multi-table queries and use the 'AutoLookup' feature, use the form wizard to create a subform and carry out data-entry in a main/subform, print and amend reports, use the report wizard to create reports based on multi-table. Relationships Working with one-to-one and one-to-many relationships, recognising and handling many-to-many relationships, referential integrity. Select queries Select queries based on related tables, parameter queries, Crosstab, find unmatched queries and Find Duplicate, the implications of the Join properties in a relational query, conditional expressions, and working with the expression builder. Action queries Make table queries, append queries, update queries, delete queries. Customising forms. Using the Toolbox, calculated controls, Combo and List boxes, query by form, working with form and control properties, domain aggregate functions. Reports Report and control properties, customising sorting and grouping, calculated controls on reports, Sub-reports, editing and altering a report's source. Macros Introduction to macros.

Microsoft Access
Delivered in Internationally or OnlineFlexible Dates
£1,697

Complete Visual BASIC

5.0(3)

By Systems & Network Training

Complete Visual BASIC training course description A hands-on introduction to programming in Visual BASIC V6. What will you learn Build Visual BASIC applications. Build simple components. Debug Visual BASIC programs. Examine existing code and determine its function. Complete Visual BASIC training course details Who will benefit: Anyone wishing to program in Visual BASIC. Prerequisites: None although experience in another high level language would be useful. Duration 5 days Complete Visual BASIC training course contents Application development using VB VB features. VB editions, VB terminology. Working in the Development Environment. Event-Driven Programming. Creating a program in VB. Project and executable files. VB reference materials. Visual Basic fundamentals Objects. Controlling objects. Introduction to forms. Introduction to controls. Basic controls. Working with code and forms Modules. Working with code. Interacting with the user. Working with code statements. Managing forms. Variables and procedures Introduction to variables and constants. Working with Procedures and Functions. Controlling program execution Common VB functions. Comparison and relational operators. Conditional structures. Looping structures. Debugging Error types. Debugging logic errors in VB. Working with controls Control types. Standard controls. Advanced standard controls. ActiveX controls. Insertable controls. Data access using the ADO data control Overview of ActiveX Data Objects. VB data access features. Relational database concepts. Using the ADO data Control to access data. SQL. Manipulating data. Using the data form wizard. Input validation Field-Level validation. The masked edit control. Form-Level validation. Form events used when validating data. Error trapping Trapping run time errors. Error handling overview. Enabling an error trap. Errors and the calling chain. In line error handling. Enhancing the User Interface Menus. Status bars. Toolbars. Drag and Drop Overview of Drag and Drop. Mouse events Drag and Drop basics. More about controls Using control arrays. Using the controls collection. Working with object variables. Collections. Finishing touches User Interface design principles. Distributing an application. Creating a default project.

Complete Visual BASIC
Delivered in Internationally or OnlineFlexible Dates
£4,997

MySQL server administration

5.0(3)

By Systems & Network Training

MySQL server admins training course description This MySQL Server administration course is designed for MySQL Server administrators who have a basic understanding of a MySQL database and a good working knowledge of SQL commands. The course provides an understanding of MySQL Architecture and practical experience in setting up, configuring and maintaining a MySQL server, backing up and recovering data and optimising query performance. This MySQL Server administration course also covers MySQL replication and its role in high availability and scalability. What will you learn Use MySQL Workbench. Install and configure a MySQL Server . Administer and tune a MySQL server. Configure log files and interpret error messages.. Secure the Server. Administer a replication topology. MySQL server admin training course details Who will benefit: Database administrators, Database developers and Technical consultants. Prerequisites: Introduction to MySQL Duration 5 days MySQL server admin training course contents Introduction to Oracle Application Express APEX concepts APEX main components Workspaces, database applications and websheet applications Creating a workspace The Workspace Administrator Upgrading APEX Logging into APEX Running an application SWL Workshop Use APEX to browse, create and modify objects Process ad hoc SQL statements Manage scripts in APEX Create, run and save SQL queries Build a database application Application components Create an application Create an application from a spreadsheet Create reports Create reports using wizards Edit report attributes Add links to reports Create a link to a printer-friendly version of a report Save and print reports in different formats Using files Uploading images Creating cascading stylesheet files Uploading static files Adding an Image as an application logo Adding a reference to a Javascript file Pages and regions Web form behaviour in APEX Create a form based on a table Create a form based on a procedure Create a form with a report Create a tabular form Format a form Locking in APEX forms Creating lists of values Overview of application express shared Components Dynamic and static lists of values Create a dynamic list of values Create a static list of values Use a list of values to control data in a report Create a cascading list of values Items and buttons Understand the different Types of items Create items Understand and edit item attributes Use Javascript with item Manipulate items in tabular forms Add dynamic items to a report Create and edit buttons Page Processing Page rendering and page processing Create computations Validate input data Process Data Understand application branching Create conditional branches Shared components Overview of application express navigation components Manage parent and standard tabs Create navigation bar entries Create and use lists and list items Manage breadcrumbs Create shortcuts Shared component subscription User interface defaults Display dynamic content Filter reports with dynamic queries Create charts with a wizard Format charts Create calendars Add links to calendars Create hierarchical trees State and debugging Understand session state Set a session state value Clear the session state Review the session state Review the messages in debug mode Enabling feedback Managing feedback and team development Themes and templates Switch to a different theme View existing templates Understand and manage templates Create a new template Add references to cascading stylesheet and Javascript files Dynamic actions and plug-in components Identify plug-in components and their types Plug In a component Create dynamic actions Use a plug-in in a dynamic action Building website applications Websheet applications and their components Create a websheet application Enable SQL and PL/SQL in a websheet application Add sections and pages to a websheet application Add links on a websheet page Add a data grid to a websheet application Create SQL reports ion websheet applications Add annotations to a websheet application Implementing security Authentication and authorization Provide an authentication scheme Create an authorization scheme using access control Enable and configure session state protection Deploy an appliction Define supporting objects Package an application Export an application Import an application Install supporting objects Administer Apex workspaces Manage workspaces and users Request a schema or storage Purge session state Monitor developer activity log Monitor workspace activity View activity reports Import a workspace Utility programs Import and export data Generate DDL statements View objects reports

MySQL server administration
Delivered in Internationally or OnlineFlexible Dates
£2,797

25th March Kesia Lupo #Agent121. Looking for: MG, YA, ADULT FICTION / NON-FICTION

5.0(1)

By I Am In Print

LOOKING FOR: MG, YA, ADULT FICTION / NON-FICTION Kesia Lupo joined Donald Maass Literary Agency in 2024 after 11 years working across the publishing industry. She started out as an editorial assistant at Pan Macmillan London in 2013, transitioning to children’s fiction in 2015 when she moved to Chicken House (a UK imprint of Scholastic), where she worked her way up from junior to senior editor. Here she acquired and edited bestselling, internationally successful and prize-winning fiction for middle grade (MG) and YA readers. In 2023 she transitioned over to the US and agenting, working with the Bindery Agency before finding a home with DMLA. At DMLA, Kesia is building a list leaning 60/40 towards MG and YA fiction, with the rest consisting of adult fiction and a smattering of adult non-fiction. She is especially, but not exclusively, interested in underrepresented voices, whether BIPOC, LGBTQ+, neurodivergent, disabled writers or other identities not listed here. Across all age-groups, she’s seeking: Fantasy/Science Fiction: High fantasy, low fantasy, cosy fantasy. Particularly interested in fantasy and SF inspired by underrepresented cultures with unique world-building. Romantasy is fine but the fantasy elements MUST be strong! Horror: Psychological and paranormal horror in particular but will consider slashers. Kesia loves gothic horror and is not generally fazed by gory content. Thrillers: Upmarket thrillers with a unique spin. Loves plot twists! Historical: Open to everything with a strong hook and informed by excellent research. Would love to find non-Eurocentric historical fiction. For adult fiction only, she’s seeking: Bookclub/women’s fiction: Voice-driven, high-concept novels across these categories. Romance: Upmarket romance with a great one-line pitch. Happy with spice. For adult non-fiction, she’s interested in accessible political, cultural or historical topics with broad appeal. Please don’t self-reject – if you are unsure about whether your story might be a good fit, Kesia would rather see it. In one single word document, Kesia would like you to submit a covering letter, 1 page synopsis and the first three chapters or 5,000 words of your manuscript in a single word document, whichever is shorter. (In addition to the paid sessions, Kesia is kindly offering one free session for low income/under-represented writers. Please email agent121@iaminprint.co.uk to apply, outlining your case for this option which is offered at the discretion of I Am In Print).  By booking you understand you need to conduct an internet connection test with I Am In Print prior to the event. You also agree to email your material in one document to reach I Am In Print by the stated submission deadline and note that I Am In Print take no responsibility for the advice received during your agent meeting. The submission deadline is: Monday 17th March 2025

25th March Kesia Lupo #Agent121. Looking for: MG, YA, ADULT FICTION / NON-FICTION
Delivered Online + more
£72

Wellbeing Champion Facilitator Training - Secondary Schools

By Brightcore Consultancy

Wellbeing Champion Facilitator Training course enables you to train your students or pupils to become Wellbeing Champions within your school or college.

Wellbeing Champion Facilitator Training - Secondary Schools
Delivered Online + more
£195

Tiktok to Star Pipeline - Short Form Content for Facebook,Instagram, and YouTube

By Compete High

🌟 Unleash Your Social Media Stardom with 'TikTok to Star Pipeline' Course! 🌟     Ready to transform your social media game and skyrocket your online presence across Facebook, Instagram, and YouTube? Dive into our comprehensive course designed to turn your TikTok content into a powerful pipeline for success on multiple platforms!   🚀 Elevate Your Content Creation Skills: Unlock the secrets of crafting compelling short-form content that captivates audiences on Facebook, Instagram, and YouTube. Learn the art of adapting your TikTok brilliance into formats optimized for these platforms, maximizing your reach and engagement.   📈 Dominate Multiple Platforms: Harness the potential of each platform with tailored strategies. Discover the nuances of content adaptation, algorithmic understanding, and audience targeting specific to Facebook, Instagram, and YouTube. Amplify your impact and widen your fanbase across the social media landscape. 💡 Expert Guidance & Proven Techniques: Led by industry experts with a track record of viral content creation, this course provides actionable insights, real-life case studies, and step-by-step guidance. Gain access to cutting-edge tips, tools, and strategies that industry insiders use to stand out in the digital realm. 🎯 What You'll Learn:     Content adaptation techniques for different platforms Strategies to optimize reach and engagement Understanding platform algorithms and trends Leveraging insights and analytics for growth Building a cohesive brand presence across platforms And much more!   🌐 Join the TikTok to Star Pipeline Course Today: Unlock the door to a dynamic world of social media success! Embrace the power of cross-platform content creation and transform your online presence. Don't miss this opportunity to supercharge your social media journey. Course Curriculum

Tiktok to Star Pipeline - Short Form Content for Facebook,Instagram, and YouTube
Delivered Online On Demand1 hour
£25