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

7 Accessibility courses in Birmingham

🔥 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
The Asylum Art Gallery Ltd Studios

the asylum art gallery ltd studios

5.0(3)

Wolverhampton

"We encourage, enable, develop, mentor, facilitate, empower and support local creative arts practitioners from a wide range of backgrounds." Since our Foundation, in September 2014, we have staged over 120 exhibitions showcasing a varied body of work, by artists both emerging and established. Encompassing a diverse and multi-disciplinary range of artistic practices including: Painting, Sculpture, Printmaking, Illustration, Photography, Sound, Video and Performance Art. A comprehensive list of all of our past exhibitions can be found under 'Portfolio'. Our overarching ‘Philosophy’ is to actively encourage, enable, develop, mentor, facilitate, empower and support local creative arts practitioners from a wide range of background with a priority to engage in discussion around accessibility within the arts in relation to mental health, financial hardship and institutional bias. We have also provided work placements to a number of European students, via the Erasmus + and Gecko programme. Partnering with local Venues, Institutes and schools , we aim to develop a strong community that has access to free space, free mentoring and the ability to grow and learn from each others valuable experience and skills. The spaces are offered for hire and for free depending on the nature of the request and is offered to both emerging artists or collectives that deserve a space to explore and harness potential, or established artists with a strong visual aesthetic. Our initiative is to offer this space first and foremost to west-midlands based artists who wish to strengthen their local artistic community and create a discourse for regeneration. We curate approx one show per month in our two exhibition spaces and these are either from chosen submitted proposals or from exceptional and forward thinking artists that we find on our travels. In-between these exhibitions we encourage groups or collectives with a passion for community welfare and development to use the spaces for poetry , music, discussions, rehearsals , workshops or their own curatorial interests. For more information on the gallery space and exhibiting please visit the 'Exhibiting' page. If you wish to book any other spaces or facilities please email; info@theasylumartgallery.com

Claire Cotterill Mosaics

claire cotterill mosaics

Birmingham

I’m an artist based in Birmingham with a great love for all things creative. From a young age, creating has been therapeutic for me, giving an outlet and response to the changing world around me. In my late teens I took a traditional route studying Fine Art, going on to use my skills to support communities and people of all ages. This included working with play schemes and youth groups, bringing as many creative experiences as I could – despite incredibly low budgets! Over the years I developed a passion for mosaic and began to specialise in creating large scale mosaic installations, initially within educational and community environments. What I love about mosaic is its accessibility for all, and the collaboration and teamwork it brings. As a process I enjoy watching people’s confidence grow, the relationships built along the way and the pride shared in the finished product of a permanent installation on a wall or in the ground that the whole community can enjoy & share. I love that my work becomes part of a shared history for those that have worked on it, been part of the commissioning process and have inspired it. I consider myself a visual storyteller and enjoy helping others to share their stories in a unique and engaging way. I love exploring new places, meeting new people and creating bespoke and site-specific artworks. I relish the challenge of meeting a client’s brief, whatever that may be and have vast experience working with a wide range of clients over the years, working creatively in many differing environments. Throughout my career I have explored other media and methods within my commissions, moving from a purely handmade traditional approach, to incorporating digital media and new technologies. This fresh approach has expanded my vision of what can be achieved in my public artworks allowing me to widen my practice and include other mediums. It has also equipped me with new skills that I enjoy sharing through public participation and my ability to offer a wider scope of media in my response to the needs of commissioners. I’m excited to further this innovative approach and as a member of the Crafts Council and STEAMhouse Birmingham, I look forward to continuing to explore my digital and technological skills in the future. Each commission excites me and is a new adventure and I pride myself in delivering high quality permanent artworks, delivered on time and within budget. Please do not hesitate to contact me to discuss any projects you may have in mind!