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

358 DOM courses in Windlesham delivered Live Online

C01M04 - FD&FA Commissioning principles - BS 5839-1 (online)

5.0(2)

By Ember Compliance

Learners will develop knowledge from the FD&FA foundation module and/or industry experience and apply this to the commissioning, handover, and acceptance of FD&FA systems.

C01M04 - FD&FA Commissioning principles - BS 5839-1 (online)
Delivered Online + more
£230

Level 3 Training: Domestic Abuse Response

By Restored

We're passionate about equipping churches to respond to domestic abuse. Our Domestic Abuse Awareness course will help you explore key questions around the issue of domestic abuse, like how to recognise the signs of domestic abuse, why domestic abuse happens, and how to start supporting survivors.

Level 3 Training: Domestic Abuse Response
Delivered Online + more
£50

FD&FA BS5839-1 RQF Certified 5-Day Combined Course - 2 Part Course

5.0(2)

By Ember Compliance

At the end of the 5 days, Learners will attain an RQF Award in the requirements of FD&FA systems for non-domestic buildings BS 5839-1: 2017.

FD&FA BS5839-1 RQF Certified 5-Day Combined Course - 2 Part Course
Delivered Online + more
£965

XML primer

5.0(3)

By Systems & Network Training

XML primer training course description This course has been designed for web and intranet developers who want to accelerate their learning of XML and its applications without the grind of book learning. Although a basic knowledge of HTML and JavaScript is assumed, it is also assumed you know very little about XML and how to use it. On completion of this course you should understand the benefits of using XML and be able to design XML solutions where applicable to your company's Internet/intranet requirements. The course will be particularly beneficial if you want to know how to communicate data to diverse applications over the Internet or company intranet. What will you learn Write XML. Debug XML. Examine existing code and determine its function. XML primer training course details Who will benefit: Anyone working with XML. Prerequisites: HTML5 development fundamentals Duration 3 days XML primer training course contents The origins of XML Markup languages, SGML, document type definitions and validity, introducing XML, IE and XML, accessing content and adding style. Basic XML XML document structure, elements and attributes, grammar, well formed documents, other XML elements and references. Document Type Definition (DTDs) Creating a DTD, basic declaration, declaring elements, content definitions, entities, entity declarations, notations, defining attributes, attribute types, forcing inclusion or exclusion of DTD sections, validation. Namespaces Declaring namespaces, scoping, removing and changing namespaces, qualified names, attribute namespaces. An introduction to schemas Constructing schemas, defining the root element and its contents,<ELEMENTTYPE>, defining root element contents, adding attributes definitions, <ATTRIBUTETYPE>, <ELEMENT>, <ATTRIBUTE>. XML & the Document Object Model (DOM) What the DOM offers, DOM and W3C. Basic DOM concepts XML documents as trees, terminology of tree elements. Key DOM Objects: The document object and its creation, base objects, IE specifics, the XML node hierarchy. Programming DOM Viewing a DOM model as XML, getting the root element of a document, iterating nodes of a DOM, basic node properties, collection objects, searching for specific values, filtering a nodelist by tagname, more filtering methods, selecting nodes from their attributes. Amending Content and Structure Creating/saving a DOM as XML, changing content/structure, dynamically building a DOM. Using ASP and other techniques ASP techniques, HTTPREQUEST object, XSL, transforming and formatting XML. Formatting Using CSS. CSS And XML. XSL Transformations - XSLT Introduction, the XSL root element, applying XSL stylesheets to XML, XSL elements and operations, instructions - creating text nodes and applying templates, a 'drill-down' approach, simple output formatting, pattern filters - patterns based on position, the Match and Select attributes and their patterns, formatting output, creating new XML in output.

XML primer
Delivered in Internationally or OnlineFlexible Dates
£3,497

C01M01 - FD&FA Fundamentals - BS 5839-1 (online)

5.0(2)

By Ember Compliance

This is a gateway course for all further learning in FD&FA systems.

C01M01 - FD&FA Fundamentals - BS 5839-1 (online)
Delivered Online + more
£230

C01M02 - FD&FA Design principles - BS 5839-1 (online)

5.0(2)

By Ember Compliance

This course will develop knowledge from the FD&FA foundation BS 5839-1 module and/or industry experience and apply this to the design of FD&FA systems.

C01M02 - FD&FA Design principles - BS 5839-1 (online)
Delivered Online + more
£230

C01M03 - FD&FA Installation principles - BS 5839-1 (online)

5.0(2)

By Ember Compliance

Learners will develop knowledge from the FD&FA foundation BS 5839-1 module and/or industry experience and apply this to the installation of FD&FA systems.

C01M03 - FD&FA Installation principles - BS 5839-1 (online)
Delivered Online + more
£230

HA Webinar series: Jane Austen and Georgian England

5.0(1)

By Historical Association

This course has now started but you can still sign up to gain live access to our future sessions. Recordings will be made available at a later date exclusively for HA members. Join us this summer to celebrate 250th anniversary of the birth of Jane Austen with this brand new webinar series from the Historical Association. We will explore the work and influence of the famous novelist to illuminate our understanding of the Georgian era and the society that Austen brought to life. Sessions include: 24 June - Domestic economies: families, home and work in the age of Jane Austen | Dr Sara Pennell 1 July - A Q and A with one of the world's leading experts on Jane Austen, Professor John Mullan 14 July - 'I am … MAD': The life in Jane Austen’s Letters | Dr Freya Johnston 22 July - The social spread of the handshake in the age of Jane Austen | Professor Penelope Corfield All sessions take place from 5-6.30pm and will be hosted online via Zoom. Once you have signed up your details will be registered for all sessions and you will receive joining instructions directly from Zoom. If you have any questions feel free to contact us at shortcourses@history.org.uk. On the day of the session joining links will be sent out up until 1pm on the day of the session. All images public domain, central image of Jane Austen modified by Wikimedia user Amano1.

HA Webinar series: Jane Austen and Georgian England
Delivered Online
FREE

55244 JavaScript for Developers

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for both novice and experienced programmers. Some experience in C++, C# or Java is helpful. Overview After completing this course, you will be able to: Write and test JavaScript code in modern browsers. Understand and work with the browser's Document Object Model (DOM). Work DOM objects and write code to respond to events. Add jQuery to their projects and use jQuery to manipulate the DOM and to make Ajax calls. Understand Ajax and Web Services, including HTTP Verbs and asynchronous Ajax calls. Work with XML and JSON data formats. Understand and use RESTful Web Services including ODATA queries. Work with Anonymous Functions, Self-Invoking Functions and Closures. Understand the role of the Window and Navigator objects. Describe and understand variables, 'variable hoisting', and JavaScript objects. This course is an in depth hands-on study of JavaScript. The course includes detailed hands-on labs and Q&A labs. The labs include multiple projects that update an existing web site. This course is similar to the retired Course 20480: Programming in HTML5 with JavaScript and CSS3. Module 1: Basic Scripting JavaScript Basics JavaScript or ECMAScript? Which Version of JavaScript am I Using? Shims, Shivs, and Polyfills Writing and Testing JavaScript Editors and the F12 Tools Key Parts of a Script Module 2: The Document Object Model The DOM Accessing Objects from the DOM Responding to Events Adding Elements to the DOM Module 3: Introduction to jQuery jQuery Downloading the jQuery Library jQuery Versions Linking to the Library Selecting Elements using jQuery Working with the Data Returned by jQuery Setting CSS Properties Running a Function Against the jQuery Return Set Module 4: Ajax and Web Services Web Services HTTP Verbs Data Formats ? XML and JSON Ajax RESTful Web Services OData OData Queries OData Updates Module 5: Diving in Deeper Is JavaScript Compiled? Data Types and Objects Extending Data Types Variables, Scopes and Hoisting Functions The ?this? Keyword Errors Recursion

55244 JavaScript for Developers
Delivered OnlineFlexible Dates
Price on Enquiry

Introducing Domestic Abuse Policies & Procedures

By Safe Space Consultancy

An Accredited CPD-Certified Training Seminar for Employers, HR Managers, and Team Leaders “1 in 4 women and 1 in 7 men will experience domestic abuse in their lifetime.” (Source: Office for National Statistics) Domestic abuse is a workplace issue—whether it occurs inside or outside the home. This session provides a valuable introduction for employees in developing and embedding policies that protect staff, promote wellbeing, and fulfill legal and ethical responsibilities. Workplaces play a vital role in recognising, responding to, and supporting employees affected by domestic abuse. Having an effective Domestic Abuse Policy and Procedures will ensure your workplace is ‘A Safe Space to Work.’ What You'll Gain By attending this 1 hour live Teams Session, you will: Learn the main components of an effective workplace domestic abuse policy Learn how to embed procedures that support impacted employees safely and sensitively Clarify the legal, health and safeguarding responsibilities of employers Explore how to respond appropriately to disclosures of domestic abuse Learn the next steps for implementation within the workplace Why Attend? This seminar is ideal for organisations developing internal domestic abuse policies and procedures. The session offers practical steps to align with best practice, legal requirements, and trauma-informed approaches—supporting both compliance and compassion. By the end of the session, attendees will feel confident in: Drafting or refining a domestic abuse policy Creating a safe environment in which to disclose Building internal response plan that includes HR, line managers and support services Additional Benefits CPD credits awarded Printable handouts and policy templates provided Certificates of attendance available on request Free Domestic Abuse Policy Workshop Host Julie Johns MBE Format: Live Teams Session Duration: 1 hour Cost: For this date only £25 per person (normally £35 per person)

Introducing Domestic Abuse Policies & Procedures
Delivered Online
£25

Educators matching "DOM"

Show all 13