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

13 AJAX courses delivered Live Online

🔥 Limited Time Offer 🔥

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

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-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

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

Programming in HTML5 with CSS

5.0(3)

By Systems & Network Training

PROGRAMMING IN HTML5 WITH CSS COURSE DESCRIPTION This course provides an introduction to HTML5, CSS3, and JavaScript. It is an entry point into both the Web application and Windows Store apps training paths. The course focuses on using HTML5 / CSS3 / JavaScript to implement programming logic, define and use variables, perform looping and branching, develop user interfaces, capture and validate user input, store data, and create well-structured application. WHAT WILL YOU LEARN * Create and style HTML5 pages. * Use JavaScript. * Style HTML5 pages by using CSS3. * Use common HTML5 APLs in interactive Web applications. * Create HTML5 Web pages that can adapt to different devices and form factors. * Enhance the user experience by adding animations to the HTML5 page. PROGRAMMING IN HTML5 WITH CSS COURSE DETAILS * Who will benefit: Website developers. * Prerequisites: HTML5 development fundamentals. * Duration 5 days PROGRAMMING IN HTML5 WITH CSS COURSE CONTENTS * Overview of HTML and CSS Overview of HTML, Overview of CSS, Creating a Web Application by Using Visual Studio 2012. Hands on Exploring the Contoso Conference Application. * Creating and Styling HTML5 Pages Creating an HTML5 Page, Styling an HTML5 Page. Hands on Creating and Styling HTML5 Pages. * Introduction to JavaScript Overview of JavaScript Syntax, Programming the HTML DOM with JavaScript, Introduction to jQuery. Hands on Displaying Data and Handling Events by Using JavaScript. * Creating Forms to Collect and Validate User Input Overview of Forms and Input Types, Validating User Input by Using HTML5 Attributes, Validating User Input by Using JavaScript. Hands on Creating a Form and Validating User Input. * Communicating with a Remote Data Source Sending and Receiving Data by Using XMLHTTPRequest, Sending and Receiving Data by Using jQuery AJAX operations. Hands on Communicating with a Remote Data Source. * Styling HTML5 by Using CSS3 Styling Text, Styling Block Elements, CSS3 Selectors, Enhancing Graphical Effects by Using CSS3. Hands on Styling Text and Block Elements using CSS3. * Creating Objects and Methods by Using JavaScript Writing Well-Structured JavaScript, Creating Custom Objects, Extending Objects. Hands on Refining Code for Maintainability and Extensibility. * Creating Interactive Pages using HTML5 APIs Interacting with Files, Incorporating Multimedia, Reacting to Browser Location and Context, Debugging and Profiling a Web Application. Hands on Creating Interactive Pages by Using HTML5 APIs. * Adding Offline Support to Web Applications Reading and Writing Data Locally, Adding Offline Support by Using the Application Cache. Hands on Adding Offline Support to a Web Application. * Implementing an Adaptive User Interface Supporting Multiple Form Factors, Creating an Adaptive User Interface. Hands on Implementing an Adaptive User Interface. * Creating Advanced Graphics Creating Interactive Graphics by Using Scalable Vector Graphics, Programmatically Drawing Graphics by Using a Canvas. Hands on Creating Advanced Graphics. * Animating the User Interface Applying CSS Transitions, Transforming Elements, Applying CSS Key-frame Animations. Hands on Animating User Interface Elements. * Web Sockets for Real-Time Communications Introduction to Web Sockets, Sending and Receiving Data by Using Web Sockets. Hands on Implementing Real-Time Communications by Using Web Sockets. * Creating a Web Worker Process Introduction to Web Workers, Performing Asynchronous Processing by Using a Web Worker. Hands on Creating a Web Worker Process.

Programming in HTML5 with CSS
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£3697

Understanding and Developing a Marketing Strategy

By Let’s Do Business Group

An area that many small and new businesses struggle with is developing and defining their approach to marketing. Creating a marketing strategy document is something every business owner should do before you start marketing your business. This document not only helps you discover your target market, your focus for messaging and your strengths as a business, it can become your ultimate marketing reference guide, keeping all your promotional material consistent, concise and clear. In this 3-hour intensive webinar, we dive into the key areas of a marketing strategy document, breaking down its key sections, and equipping you with the knowledge and tools needed to go and craft your own!

Understanding and Developing a Marketing Strategy
Delivered Online3 hours, Sept 17th, 09:00
£30

Achieving Email Excellence Strategies for Successful Email Marketing

By Let’s Do Business Group

Email Marketing remains a cornerstone of digital communication, which when used effectively can elevate your brand, foster customer loyalty, and drive remarkable results.

Achieving Email Excellence Strategies for Successful Email Marketing
Delivered Online2 hours, Dec 3rd, 10:00
£25

SE..whO Breaking down the basics of SEO

By Let’s Do Business Group

In an era where online presence is a necessity, understanding the fundamentals of search engine optimisation (SEO) is crucial for individuals and businesses alike.

SE..whO Breaking down the basics of SEO
Delivered Online2 hours, Nov 19th, 10:00
£25

Introduction to Social Media Marketing

By Let’s Do Business Group

Want learn how to use social media to market your business effectively? Join this short course from Let’s Do Marketing to learn how to create your social media strategy for success – and come away with the knowledge, skills and confidence to start connecting with your customers online!

Introduction to Social Media Marketing
Delivered Online2 hours 30 minutes, Oct 15th, 09:00
£25

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 on-request, onlineDelivered Online
Price on Enquiry

Social Media Advanced: Paid Ads

By Let’s Do Business Group

Start running Paid Ads on social media, and reach more customers than ever before!

Social Media Advanced: Paid Ads
Delivered Online3 hours, Nov 5th, 10:00
£30

Certified Secure Web Application Engineer

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Coders Web Application Engineers IS Managers Application Engineers Developers Programmers Overview Upon completion, Certified Secure Web Application Engineer students will be able to establish industry acceptable auditing standards with current best practices and policies. Students will also be prepared to competently take the CSWAE exam. Secure Web Application Engineers work to design information systems that are secure on the web. Organizations and governments fall victim to internet-based attacks every day. In many cases, web attacks could be thwarted but hackers, organized criminal gangs, and foreign agents are able to exploit weaknesses in web applications. The Secure Web programmer knows how to identify, mitigate and defend against all attacks through designing and building systems that are resistant to failure. With this course you will learn how to develop web applications that aren?t subject to common vulnerabilities, and how to test and validate that their applications are secure, reliable and resistant to attack. COURSE OUTLINE * Web Application Security * OWASP Top 10 * Threat Modeling & Risk Management * Application Mapping * Authentication and Authorization Attacks * Session Management Attacks * Application Logic Attacks * Data Validation * AJAX Attacks * Code Review And Security Testing * Web Application Penetration Testing * Secure SDLC * Cryptography ADDITIONAL COURSE DETAILS: Nexus Humans Certified Secure Web Application Engineer training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Certified Secure Web Application Engineer course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Certified Secure Web Application Engineer
Delivered on-request, onlineDelivered Online
Price on Enquiry

Educators matching "AJAX"

Show all 11
Tel Tutors

tel tutors

Hounslow

Welcome to FAHAD Tutors Academy! Here we provide qualified home tutors and online tutors specializing in various subjects inside and outside Pakistan. We cater to the unique needs of students and prepare them for important entry-level exams for their bright futures. Highly Qualified and Verified Teachers We make no compromises when choosing the best teachers for our academy. On the contrary, we carefully do an educational background check on every teacher that applies and only select those who are academically flourishing as individuals and capable of making others so. You can rest assured that every tutor in FAHAD Academy is 100% verified as well as appropriately certified. Every tutor holds the power and capability to provide you with the highest quality of education. Teachers From a Range of Experience and Subjects We have a diverse group of teachers available here at FAHAD Academy. Through them, we offer a wide range of home and online tutoring services within and outside Pakistan. All our teachers have varying levels of experience, so we can find you a tutor that matches your level. Moreover, no matter what subject you want to get tutored in, we will have a teacher for you here. Are you afraid of math? You only need to count on our online maths tuition. We are confident in the skills and experience of our teachers, and you will know why when you take their class! ● Maths: Maths is a subject many students fear and also despise. With our online maths tuition, you will hopefully get rid of that fear. Just hire an online math tutor from FAHAD Academy, and you'll see: that there's nothing to fear because math is fun and easy! ● English: Do you want to develop your English? Hire an English tutor online from Farhad Academy and see how far your grammar and vocabulary go. Online English teaching is not easy, but our teachers can apply their skills to make it possible. ● Science: Physics, Chemistry, Biology, Statistics: You name it, and we will provide you with the tutor you need. You no longer have to find physics frustrating because your online physics tutor will make you realize how interesting it is. Chemistry also doesn't have to be a headache because your online chemistry tutor will show you the easiest way to understand and memorize everything. ● Languages: We already provide the best online tuition for English. But we also have tutors for various languages, like Arabic, German, Spanish, Korean, and others. These languages are considered necessary internationally, so learning them will help you go a long way. Not only can we teach you spoken languages, but we can also teach you different computer programming languages like Python, C++, and Java. We Will Match You With the Tutor That Is Best for You Hence, every student has unique and specific needs; hence, the same education method will not benefit every student equally. We also know that some students are better at spotting a problematic topic, while some find it harder to do. Considering all your specific needs and preferred methods, we will gladly match you with the tutor who can help you most. All you need to do is let us know your various requirements. For example, whether you will be more comfortable with a male or female teacher, what level and pace you want the teacher to teach you, and what schedule works best for you. We will try our best to ensure every one of your preferences is met so that you can study comfortably. Therefore, you will have a wide range of options with FAHAD Academy. And if we match you with a tutor but you don't click with them, we will immediately match you with another one. Complete Preparation for Important Exams Our tutors will, of course, help you out with short-term goals like the quarterly exams at your institution. But more importantly, our primary purpose is to simultaneously prepare you for the long-term and more important goals. And by that, we mean various entry tests according to your future career plans. This includes exams starting from NED, IBA, SSUET, CBM, Szabist, LUMS, NUST, and FAST to GRE, NTS, GAT, GMAT, SAT I, II, BCAT, ECAT, and MCAT. Whichever test you are aiming for, our tutors will align the teaching method accordingly. It's also okay if you haven't decided which exam you want to prepare for yet. In that case, the approach will be more general until you finally choose. No Geographical Boundary Our tutoring services aren't limited to Pakistan. Instead, you can study online from any part of the world! Aside from Pakistan, our tutors already have students from various countries, including Dubai, the U.S., UK, Canada, and Australia—to name a few. And no matter where they are in the world, everyone gets equal treatment. Even if you are in Pakistan, you can still study online if that's what suits you better. Home Tutoring for Face-to-Face Classes Online tutoring isn't suited for a lot of students since many lose their focus when they have a device in hand. Moreover, it is difficult for teachers to fully understand their students through a virtual space. That's why private tutoring can be very beneficial for students who need some extra care. FAHAD Academy also provides home tutors with the same kind of range and qualifications as online tutors. Our home tutoring services stretch to the whole of Karachi, Lahore, Islamabad, and all over Pakistan. We plan to extend it further and hopefully reach even more students in the future! Valuable Assistance With Homework FAHAD Academy tutors are also willing to provide homework help to all students. Many kids are worried about homework, and you might be one of them, especially for subjects like math, which can be exhausting to solve. But with some online math help, it is not difficult anymore. Our tutors make sure to motivate you to complete all your homework on time and develop a plan for it. Of course, we are not doing your homework for you. Rather, we give you just the guidance you need to do it yourself after finding the drive to get up and finish it. This is also something our teachers are properly trained in. Contact Fahad Tutors Academy Today for Home Tuition and Online Tuition Call us at +92300-2391994, and let's discuss what you are looking for, what you need, and what we can provide. Visit our online tuition website to learn more. We also offer demo trial classes on Zoom and Skype for those who want to take online courses but are still unsure. Whether you require a home tutor or an online tutor, you will have one within only 24 hours!

Healthy Human

healthy human

Leeds

Healthy Human was first established in 2018.  At the time both Nicky and Alison were in practice and looking for a partner to help them create a 360 method to supporting clients back to better health and happiness. In 2019 they found each other and 'Healthy Human 360' was born.  As lockdown hit Nicky and Alison decided to move their programmes online so that anyone could access them, despite the current restrictions.  This move turned out to beneficial in even more ways, for example for those who didn't live in the region where Alison and Nicky practice, for clients with busy lives who needed to fit a programme in around their schedule.  An online and on demand course was giving clients total flexibility to go at a pace to suit them and their lives.  They enjoyed that they could repeat or dip back into lessons as often as they liked; and for some the icing on the cake was they didn't have to expose themselves to a gym or weight watching club, which can sometimes feel a bit overwhelming or scary.  You're in good hands   Nicky and Alison's evidence based health programmes are crafted from years of experience and specialist knowledge.  The 360 method ensures a higher success rate; with easy to follow and progressive steps, clients are able to move from being stuck and unhappy to a better place of health, in better shape, and with a whole new mindset.   Both partners also continue practices in their respective areas of specialism.  For a bit more of an insight into your therapists, Alison and Nicky, read on... -------------------------------------------------------------------------------- ALISON BRAITHWAITE MSC, CIPD Alison has been working in the wellbeing sector for nearly 20 years and is a qualified holistic therapist and life coach, with a deep understanding of mental health having worked in that sector of the NHS since 2007.  During her time with the NHS Alison has provided coaching and mentorship for numerous NHS staff within the Yorkshire and Humber region, as part of a volunteer scheme run by the NHS Leadership Academy. In her practice and courses she combines traditional coaching with a range of holistic therapies (including Reiki and aromatherapy) and with psychotherapy approaches (including meditative hypnosis, Cognitive Behavioural Therapy (CBT), Neuro Linguistic Programming (NLP), and Emotional Freedom Technique (EFT)), this is both powerful and unique.   Alison qualified with the Chartered Institute of Personnel and Development (CIPD) in 2003 as a trainer, and today is an experienced trainer, facilitator, and course designer.   Continuing to keep a presence in mental health, wellbeing, equality and diversity; Alison holds a part time position within the NHS, working across the country's health and care system as the Deputy Director for a small and impactful team called Thrive by Design [https://www.thrivebydesign.org.uk/] You can also take Reiki and crystal courses with Alison through the British Reiki Circle [https://british-reiki-circle.cademy.co.uk/] -------------------------------------------------------------------------------- NICOLA SAINTY DIP. NT, SON Nicky is a professional therapist specialising in nutrition; she is a tutor for the School of Health and a consultant for NutriAdvanced [https://www.nutriadvanced.co.uk/nutritional-experts-at-nutri-advanced].   Over the years Nicky has undertaken accredited programmes in Kinesiology techniques, Phytobiophysics, Blood Type, SWAMI and genetic DNA analysis programme Opus 23.   She has successfully improved the lives of countless clients through her unique mix of nutritional based techniques; from getting a good nights sleep, easing pain, relieving anxiety and getting rid of that unwanted fat in a simple and easy to apply way.   Nicky is a regular at events talking about nutrition and you'll often hear her on the early morning shows on Radio Humberside.