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

7 Accessibility courses in Cardiff

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

LTE optimisation and capability

5.0(3)

By Systems & Network Training

LTE OPTIMIZATION TRAINING COURSE DESCRIPTION This course gives delegates an understanding of the Key Performance Indicators used within the 3G LTE (4G) network environment. We investigate the 3GPP standards for KPIs (including TR 32.814, TS 32.410 & TS 32.455) these cover GERAN, UMTS & LTE environments. The course details the optimisation procedures and the use of Self optimisation, Selforganising & Self-healing equipment now being deployed across all releases of mobile networks. WHAT WILL YOU LEARN * Explain the RF optimisation flowchart. * Describe the importance of Reference Signal Received Power (RSRP). * List many of the 3GPP recommended KPIs. * Describe the concept of APN AMBR and UE AMBR within LTE. * Describe the use of planning and optimisation computer tools. LTE OPTIMIZATION TRAINING COURSE DETAILS * Who will benefit: Anyone working with LTE. * Prerequisites: Essential LTE * Duration 2 days LTE OPTIMIZATION TRAINING COURSE CONTENTS * Introduction to the cellular environment The architecture, 2G (GSM), GPRS/EDGE, The NGMN (Next Generation Mobile Network), media gateway controller, 3GPP Rel99 the 3G introduction, HSPA deployments, 3G LTE (4G). * Cellular network procedures GSM/GPRS call setup, GPRS data call setup, 3G UMTS data call setup, Data call (Voice over LTE) in LTE (using IMS), Circuit Switched Fall Back (CSFB) in LTE, IP packet session in LTE. * Introduction to the standards The 3GPP specifications body, The numbering structure for KPIs, 2G KPIs, 3G/UMTS KPIs, 3G LTE KPIs, IMS KPIs. * Introduction to the KPI definitions KPI definitions, accessibility KPIs, retainability KPIs, mobility KPIs, utilisation KPIs. * In-depth overview of the air Interfaces GSM/GPRS FDMA & TDMA solution, 3G UMTS WCDMA solution, HSPA+ sharing spare power (Codes), The 3G LTE uplink & downlink interface explained, Initial attach procedures explained. * Problem analysis Reference Signal Received Power (RSRP), Signal to Interference Noise Ratio (SINR), handover success rates, power adjustments, classification of coverage problems, weak coverage & coverage holes, lack of dominant cells, cross coverage, improper tilt settings, uplink/downlink imbalance, signal quality, Azimuths & tilts to reduce interference, Handover failure due to interference, Service drop causes. * Mobile RF performance in 2G/3G Performance counters, KPIs, testing & measurement, Drive testing and survey, Data collection and post processing of data, LTE service optimization, bandwidth, poor coverage, Quality, optimization process, KPI optimization, Root Cause Analysis (RCA) applied to RF issues, optimization tools and software. * Advanced LTE network planning & optimization LTE UE measurements (RSRP/RSRQ), LTE capacity planning, RF configuration parameters, LTE cell selection/reselection planning, LTE radio network KPIs, LTE user-centric KPIs, LTE network performance KPIs, LTE system utilization KPIs, LTE RF channel performance predictions, LTE channel information processing, LTE channel multiplexing, Physical layer and structure, MIMO in LTE, LTE resource plan LTE and Self-Organizing Networks (SON). * Radio network optimization work flow Work flow, the existing network, Optimization team establishment and cluster division, Single site verification, Alarm check, Cell state check, Radio parameters check, Site verification, Statistics analysis, Coverage problem analysis. * Mobile internet and QoS issues Cellular QoS reference models. How QoS impact on KPIs and measurements, Introduction to mobile internet, The concept of shared access technologies, Support for QoS in the WCDMA environment, The PDP context model, Supporting end-to-end QoS, EPS bearer concepts, Default EPS bearer, Dedicated EPS bearer, APN-AMBR, UE-AMBR.

LTE optimisation and capability
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2477

M.D.D DATING ADVICE FOR WOMEN WITH BUSY CAREERS PACKAGE (DATING ADVICE FOR WOMEN)

By Nia Williams Miss Date Doctor Dating Coach London,Couples Therapy

* When your career is a priority sometimes other areas of your life suffer * It is very common to suddenly realise your love life is not progressive * It is also common to realise that despite your career successes something is missing * Many females that are extremely successful in  their careers find themselves single and alone * In this package, we help you to meet potential dates * Give you dating advice and practical tools and accessibility to exclusive members clubs * Organise dates for you. * Create online dating profiles for you * Dating advice for women * Relationship and dating training * Separation of business persona to the personal persona (a common area of confliction for a career focused women) https://relationshipsmdd.com/product/dating-advice-for-women-with-busy-careers-package/ [https://relationshipsmdd.com/product/dating-advice-for-women-with-busy-careers-package/]

M.D.D DATING ADVICE FOR WOMEN WITH BUSY CAREERS PACKAGE (DATING ADVICE FOR WOMEN)
Delivered in-person, on-request, onlineDelivered Online & In-Person in UK Wide
£3000

Complete JavaScript

5.0(3)

By Systems & Network Training

COMPLETE JAVASCRIPT TRAINING COURSE DESCRIPTION A hands on course covering JavaScript programming. Core JavaScript is covered first, including the basics, arrays, functions, classes, modules and Regular expressions. Client side JavaScript is then covered including JavaScript in browsers, Scripting CSS, the jQuery library and HTML APIs. WHAT WILL YOU LEARN * Read JavaScript. * Write JavaScript. * Debug JavaScript. COMPLETE JAVASCRIPT TRAINING COURSE DETAILS * Who will benefit: Anyone wishing to learn JavaScript. * Prerequisites: None. * Duration 3 days COMPLETE JAVASCRIPT TRAINING COURSE CONTENTS * CORE JAVASCRIPT * Lexical structure: Character set, comments, literals, identifiers, and reserved words, optional semicolons.. * Types, values and variables: Numbers, text, boolean values, null and undefines, the global object, wrapper objects, immutable primitive values and mutable object references, type conversions, variable declaration, variable scope. * Expressions and operators: Primary expressions, object and array initializers, function definition expressions, property access expressions, invocation expressions, object creation expressions, operator overview, arithmetic expressions, relational expressions, logical expressions, assignment expressions, evaluation expressions, miscellaneous operators. * Statements: Expression statements, compound and empty statements, declaration statements, conditionals, loops, jumps, miscellaneous statements, summary of JavaScript statements. * Objects: Creating objects, querying and setting properties, deleting properties, testing properties, enumerating properties, property getters and setters, property attributes, object attributes, serializing objects, object methods. * Arrays: Creating arrays, reading and writing array elements, sparse arrays, array length, adding and deleting array elements, iterating arrays, multi-dimensional arrays, array methods, FCMAScript 5 array methods, array type, array-like objects, strings as arrays. * Functions: Defining functions, invoking functions, function arguments and parameters, functions as values, functions as namespaces, closures, function properties, methods and constructor, functional programming. * Classes and modules: Classes and prototypes, classes and constructors, Java-style classes in JavaScript, augmenting classes, classes and types, object oriented techniques in JavaScript, subclasses, classes in ECMAScript 5, modules. * Pattern matching and regular expressions: Defining regular expressions, string methods for pattern matching, the RegExp object. * JavaScript subsets and extensions: JavaScript subsets, constants and scoped variables, destructuring assignment, iteration, shorthand functions, multiple catch clauses, E4X: ECMAScript for XML. * Server-side JavaScript: Scripting Java with Rhino, asynchronous I/O with node. * CLIENT SIDE JAVASCRIPT * JavaScript in web browsers: Client side JavaScript, embedding JavaScript in HTML, execution of JavaScript programs, compatibility and interoperability, accessibility, security, client side frameworks. * The Window object: Timers, browser location and navigation, browsing history, browser screen information, dialog boxes, error handling, document elements as window properties, multiple windows and frames. * Scripting Documents: Overview of the DOM, selecting document elements, document structure and traversal, attributes, element content, creating, inserting and deleting nodes. Example: generating a table of contents, document and element geometry and scrolling, HTML forms, other document features. * Scripting CSS: Overview of CSS, important CSS properties, scripting inline styles, querying computed styles, scripting CSS classes, scripting stylesheets. * Handling events: Types of events, registering event handlers, event handler invocation, document load events, mouse events, mousewheel events, drag and drop events, text events, keyboard events. * Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. * The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. * Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. * Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. * The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. * Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. * Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. * HTMLS APIs: Geolocation, history management, cross-origin messaging, web workers, type arrays and ArrayBuffers, blobs, the filesystem API, client side databases, web sockets.

Complete JavaScript
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

M.D.D LOCAL RELATIONSHIP COUNSELLING SERVICES PACKAGE (SELF IMPROVEMENT)

By Nia Williams Miss Date Doctor Dating Coach London,Couples Therapy

Introducing our Local Relationship Counselling Services Package – a comprehensive solution designed to strengthen and nurture your relationship. At Miss Date Doctor, we understand that every couple’s needs are unique, which is why we offer a range of tailored services to cater to your specific requirements. With the flexibility to choose any of our offices, we ensure convenience and accessibility for all our valued customers. Our team of expert relationship coaches is dedicated to helping you navigate through the challenges and complexities of modern relationships. Our Local Relationship Counselling Services Package covers a wide array of areas, addressing common concerns and providing guidance in the following key areas: Communication Enhancement: Effective communication is the cornerstone of any successful relationship. Our coaching package equips you with valuable tools and techniques to improve communication, fostering greater understanding and connection between you and your partner. Conflict Resolution: Conflicts are inevitable in relationships, but how we handle them can make all the difference. Our relationship coaching services provide you with valuable insights and strategies to resolve conflicts amicably, promoting harmony and mutual growth. Trust Building: Trust forms the foundation of a healthy relationship. Our experienced coaches will guide you through exercises and discussions aimed at rebuilding trust, overcoming past issues, and cultivating a stronger bond. Intimacy and Emotional Connection: Enhancing intimacy and fostering emotional connection are vital for a fulfilling relationship. Our package offers guidance on building intimacy, reconnecting on a deeper level, and reigniting the spark that initially brought you together. Goal Setting and Future Planning: Together, we’ll help you and your partner identify shared goals, clarify individual aspirations, and work towards building a shared vision for the future. Our relationship coaching services provide a roadmap for aligning your ambitions and creating a fulfilling life together. By choosing our Local Relationship Counselling Services Package, you’re investing in a supportive and confidential environment where you and your partner can explore your relationship dynamics and work towards a happier, healthier future. Our commitment to personalized care, coupled with the freedom to select the most convenient office location for your sessions, ensures that you receive the best possible support for your unique relationship journey. Don’t let the challenges of maintaining a fulfilling relationship overwhelm you. Take the first step towards a more harmonious partnership by opting for our Local Relationship Counselling Services Package today. Trust in our expertise, and let us guide you towards a happier, more fulfilling relationship. 1 hour 3 sessions https://relationshipsmdd.com/product/local-relationship-counselling-services-package/ [https://relationshipsmdd.com/product/local-relationship-counselling-services-package/]

M.D.D LOCAL RELATIONSHIP COUNSELLING SERVICES PACKAGE (SELF IMPROVEMENT)
Delivered in-person, on-request, onlineDelivered Online & In-Person in UK Wide
£550

C&G 2396 Electrical Design Course

5.0(9)

By Optima Electrical Training

This Level 4 City and Guilds 2396-01 Design and Verification of Electrical Installations course has been designed to help develop the skills and up date the knowledge of the requirements to enable you to professionally design, erect and then verify an electrical installation. This course is aimed at those who will have responsibility for designing, supervising, installing and testing electrical installations. Further information can be found here: C&G 2396 Electrical Design Course — Optima Electrical Training (optima-ect.com)

C&G 2396 Electrical Design Course
Delivered in-person, on-requestDelivered In-Person in London & 2 more
£1195

C&G 2921-31 EV Charge Point Installer

5.0(9)

By Optima Electrical Training

This Level 4 City and Guilds 2396-01 Design and Verification of Electrical Installations course has been designed to help develop the skills and up date the knowledge of the requirements to enable you to professionally design, erect and then verify an electrical installation. This course is aimed at those who will have responsibility for designing, supervising, installing and testing electrical installations. Further information can be found here: C&G 2396 Electrical Design Course — Optima Electrical Training (optima-ect.com)

C&G 2921-31 EV Charge Point Installer
Delivered in-person, on-requestDelivered In-Person in London & 2 more
£435

WYLLIE FOX ART TUITION

By Wyllie Fox Tuition

Francesca Wyllie (BA Hons Fine Art) has an amazing north-facing art studio at El Retiro in Andalucia, which was purpose-built to accommodate painting groups. Bespoke painting and sculpture workshops can be arranged or Francesca can travel locally to guide you in your own studios or locations.

WYLLIE FOX ART TUITION
Delivered in-person, on-requestDelivered In-Person in UK Wide
£26

Educators matching "Accessibility"

Show all 2
Graduate School for Interdisciplinary Studies

graduate school for interdisciplinary studies

9LB,

Discover your subject from a truly interdisciplinary perspective with the Graduate School for Interdisciplinary Studies. Interdisciplinary study Graduate School degrees use ideas from different disciplines to give students a more rounded understanding of their subject. Learning across subject boundaries Interdisciplinary learning is at the heart of the Graduate School. Core modules on Graduate School degrees use themed seminars led by subject experts from across the University. Students consider their subject from different disciplinary perspectives, developing an interdisciplinary understanding. This approach also enables students to show skills such as flexibility and creativity. Optional modules allow students to further develop the interdisciplinary character of their studies. In the end of degree project students explore a topic in depth. The project can also be interdisciplinary in scope and may have an applied character. On most degrees, students have a choice in how to present the project. This might be as a dissertation or in more applied format - such as a policy report or multi-media portfolio. Academic and personal skills Graduate School Masters degrees help students develop advanced subject knowledge and research skills. Students also develop skills in: critical thinking and creativity analysis and appraisal problem solving and decision making personal leadership and project management interpersonal communication and team working Core modules have an integrated skills development programme. The skills development programme connects academic learning with the development of professional skills. The skills development programme has three parts. Study support sessions prepare students for postgraduate study. Career support sessions help students look beyond their degree. Experiential sessions address real social justice problems faced by partner organisations. Community The Graduate School is a vibrant, stimulating postgraduate community. Graduate School events bring students together and help foster interdisciplinary identity. Students make social and intellectual connections within and across their Masters degree groups. St Leonard's Postgraduate College The University postgraduate community, St Leonard’s Postgraduate College, welcomes Graduate School students. St Leonard's Postgraduate College hosts networking and training events for all postgraduates. Through these Graduate School students can make connections with postgraduates from other schools. Postgraduate Society St Leonard’s Postgraduate College works closely with the Postgraduate Society. The Postgraduate Society is one of the Students’ Association's most active societies. All Masters students are welcome into the Postgraduate Society. The Postgraduate Society organises events for postgraduates. These include beach bonfires, day trips around Scotland, pub nights, and graduation balls. History and location The Graduate School for Interdisciplinary Studies welcomed its first students in 2018. The Graduate School now welcomes students from around the world. In 2020 more than 90 students joined Graduate School MSc and MLitt degrees. Since 2021, the Graduate School has been based in the Old Burgh School. The Old Burgh School has office, teaching, and study space for the Graduate School. It is also home to the University’s postgraduate study centre. Graduate School Meeting Room The Graduate School Meeting Room situated at the Old Burgh School is available to be booked by staff and postgraduate students Monday-Friday between 9am-6pm. The room has a capacity of 6 (current covid occupancy) and is equipped with a projector and screen. There is kitchen facilities directly adjacent. Staff can book directly via our online room booking system. For student room bookings, please email gradschool@st-andrews.ac.uk. Priority will be given to bookings related to Graduate School or Postgraduate St Leonards College activities. Please note, this room should not be booked by students as an additional study space.

St John Ambulance Cymru - Gwent County Training

st john ambulance cymru - gwent county training

4.5(20)

Way Cardiff

It officially began for us in 1918 after our volunteers, who were recruited into the 130th Field Ambulance, returned from France where they’d helped treat soldiers on the battlefields of the First World War. It was the hard work and dedication of those volunteers, at home and overseas, that earned Wales it’s very own St John Priory, based in Cardiff. After the war, our volunteers continued to provide first aid treatment in Cardiff and the surrounding valleys, including taking care of the war wounded and rehabilitation of returning St John Ambulance Cymru volunteers. Since then we've been there for people through some of the country’s highs and lows, from providing support at the Aberfan disaster, to being pitch-side as Wales won Grand Slams. As the need for first aid developed, so did we. The organisation set up the first Ambulance Service for Wales and in 1974 we were the first organisation to take first aid treatments and emergency response into the heart of communities, by introducing mobile treatment units - something we still do today. The tradition of delivering first aid hasn’t wavered, and while our 4,000 volunteers are no longer needed on the battlefield, they support at a different type of field – the sporting field. As proud medical cover providers for the Principality Stadium, we help keep the public safe during events – including the world’s biggest sporting event; the Champions League Finals when they came to Cardiff in 2017. A nation of lifesavers St John Ambulance Cymru believe everyone should learn basic first aid skills. Since the beginning we've trained people in first aid at work and in communities. Accessibility to first aid training was improved after we made the Preliminary Course in First Aid and Nursing available in Welsh, and in 1923 the organisation set up the first Cadet Brigade in Wales, meaning for the first time, children and young people in Wales had the opportunity to learn lifesaving skills. St John Ambulance Cymru Badger and Cadet Youth Programmes are now a staple of our work, teaching those aged 5-17 how to save a life and providing the perfect springboard for our healthcare professionals of the future. Today, we're proud to train over 30,000 people in first aid skills every year. Training everyone from school children to multi-million pound businesses, and working towards a Wales where no one dies because they needed first aid and didn’t get it.