All conflicts have one bottom-line trigger-differences in values of what's important. Beliefs define values by an idea, principle, or opinion that we judge to be true. Understand how to resolve conflict around issues and situations, not people. Discover the three-stage process to resolve team conflict. Learning Objectives Identify the underlying cause of all interpersonal conflict, Apply options for handling conflict, Implement a three-stage process for resolving conflict Target Audience Managers, Team Leaders, Young Professionals, Sales Professionals, Customer Service Teams
This coaching programme is for aspiring women leaders in higher education, delivered in real time, fully online. Five workshops have been designed to support you in a group environment to work actively towards realising your professional goals, whatever they may look like, focused on leadership at all levels in higher education. HE needs leaders like you - workshops with Coach Academic will help to propel you to becoming one. For all academics who are female/identify as female. During this coaching experience you will explore and learn from: - your values and beliefs, and how they impact on your professional identity and actions - your beliefs about higher education, leadership, and yourself - your strengths and how to harness them for impact - your areas for development, and embracing the actions you choose to address these - your internal and external blockers, and how to manage these - your motivation - why do you want to lead in HE? From these you will be able to build your confidence and your leadership identity, and take concrete steps towards becoming the leader you aspire to be.
This coaching programme is for aspiring women leaders in higher education, delivered in real time, fully online. Five workshops have been designed to support you in a group environment to work actively towards realising your professional goals, whatever they may look like, focused on leadership at all levels in higher education. HE needs leaders like you - workshops with Coach Academic will help to propel you to becoming one. For all academics who are female/identify as female. During this coaching experience you will explore and learn from: - your values and beliefs, and how they impact on your professional identity and actions - your beliefs about higher education, leadership, and yourself - your strengths and how to harness them for impact - your areas for development, and embracing the actions you choose to address these - your internal and external blockers, and how to manage these - your motivation - why do you want to lead in HE? From these you will be able to build your confidence and your leadership identity, and take concrete steps towards becoming the leader you aspire to be.
Five half-day Leadership modules with mini work placed projects to bring the learning into action in the workplace.
This course introduces you to SQL and Microsoft SQL Server in a practical way. You'll be able to learn the basics of SQL quickly and understand how to use SQL queries and statements with Microsoft SQL Server to extract data and analyze it for making productive marketing decisions.
Introducing the Dating Profile Specialist Package: Elevate Your Online Dating Experience with Expert Guidance Are you seeking professional assistance to create an exceptional online dating profile that stands out and captures the attention of potential matches? Miss Date Doctor’s Dating Profile Specialist Package offers you personalized guidance and support from experienced specialists who are dedicated to helping you present your best self in the online dating world. Crafting a standout dating profile requires expertise and insight into what makes a profile truly captivating. Our specialized dating profile experts are committed to helping you showcase your unique qualities and increase your chances of making meaningful connections. Here’s how the Dating Profile Specialist Package can support you: Personalized Assessment: Our dating profile specialists will conduct a thorough assessment to understand your personality, interests, and dating goals. Tailored Profile Creation: We’ll work with you to create a personalized and compelling dating profile that reflects your authentic self. Photo Selection: Our experts will provide guidance on selecting and arranging photos that highlight your best features and personality. Attention-Grabbing Bio: We’ll help you craft a captivating bio that effectively communicates your values, hobbies, and what you’re looking for in a partner. Showcasing Unique Qualities: Our specialists will assist in highlighting your unique qualities and qualities that set you apart from the crowd. Online Etiquette Guidance: We’ll provide insights into how to initiate conversations, maintain engaging communication, and build connections. Boosting Confidence: The Dating Profile Specialist Package can boost your confidence by providing expert support in creating an impressive and authentic profile. Attracting Compatible Matches: We’ll work towards attracting matches who resonate with your personality and are genuinely interested in connecting with you. The Dating Profile Specialist Package at Miss Date Doctor is designed to empower you with a standout online dating profile that captures your true essence. Our specialized dating profile experts provide tailored guidance and practical advice to help you make a lasting impression in the online dating community. Invest in your online dating success and take the first step towards a captivating dating profile with the Dating Profile Specialist Package. Embrace the opportunity to showcase your best self and attract matches that align with your values and aspirations. Let our experts guide you towards an enhanced online dating experience filled with meaningful connections. 4 sessions x 1 hour 20 new photos using Artificial intelligence approved https://relationshipsmdd.com/product/dating-profile-specialist/
Ansible training course description The course focusses on the use of ansible for network devices instead of its usual server use case. The course progresses from the basics of ansible and playbooks onto using network specific modules including NAPALM. The use Jinja2 templating with ansible is also studied. Hands on sessions with ansible configuring routers and switches follow all major sections. What will you learn Automate tasks with ansible. Write ansible playbooks. Configure network devices with ansible. Troubleshoot network devices with ansible. Use ansible network modules. Use jinja2 templates with ansible. Ansible training course details Who will benefit: Network engineers. Prerequisites: TCP/IP Foundation Duration 2 days Ansible training course contents What is ansible? The language, the engine, the framework. Uses of ansible, orchestration. Hands on Installing ansible, enabling SSH on network devices. Ansible architecture How ansible 'normally' works, Agentless, SSH, ansible and Python, modules, how ansible work on network devices, Configuration management, inventories, playbooks, modules, ansible.cfg. Hands on Getting started, running ad hoc commands. Playbooks ansible-playbook, users, YAML, plays, tasks, modules. ansible-vault. Hands on Running playbooks. More playbooks Handlers, variables, environmental variables, playbook variables, inventory variables, variable scope and precedence, accessing variables, facts, ansible vault. Conditionals, wait_for. Hands on Using variables and conditions in playbooks. Inventories /etc/ansible/hosts, inventory variables, static inventories, dynamic inventories. Hands on Inventories and variables. Ansible network modules Built in modules, custom modules, return values. ansible-doc -l. connection: local, Cisco modules, Juniper module, Hands on Using modules for your network devices. Ansible templatings The template module, the assemble module, jinja2 templates, for, if else. Hands on Configuring network devices from templates. Roles and includes Dynamic includes, Handler includes, playbook includes. Roles, role parts: handlers, files, templates, cross platform roles, ansible galaxy. Hands on includes example, building roles. Ansible and NAPALM Installation, napalm-ansible, NAPALM modules: napalm_diff-yang, napalm_get_facts, napalm_install_config, napalm_parse_yang, napalm_ping, napalm_translate_yang, napalm_validate. Hands on Using NAPALM modules in ansible.
Total PHP training course description PHP provides for the creation of dynamic web sites. This hands on training course looks at programming with PHP with an emphasis of building dynamic websites. Forms, state management and database integration are all covered with practicals used throughout the course to reinforce theory sessions. What will you learn Create dynamic web sites using PHP. Write PHP programs. Debug PHP programs. Examine existing code and determine its function. Total PHP training course details Who will benefit: Anyone creating dynamic web sites. Prerequisites: Software development fundamentals Duration 3 days Total PHP training course contents What is PHP? PHP history, dynamic web pages, how PHP works, alternatives to PHP. Downloading and installing PHP. Installing MySQL, installing Apache, platform issues. A first PHP web page A basic PHP script, PHP page structure. PHP comments. Integrating PHP and HTML. PHP forms HTML forms, taking values from forms. PHP and HTML Page inputs, environment inputs. phpinfo(), other form elements, sticky fields, generalised code, tables, forms, form elements, style sheets, JavaScript. Variables operators and expressions Expressions, data types, assignments, scope, constants, HTTP environment variables, getting data from forms using variables. Operators Arithmetic, logical, relational, Boolean, others. Control statements Conditional: if, else, elseif, switch. Loops: while, do while, for, break, continue, exit. Functions Built in functions, declaration, arguments, scope, loading functions from other files, defaulting parameters, call by value/ name. Arrays Indexes, array initialisation, array manipulation, multi dimensional arrays, array functions. String handling What is a string, string functions, matching, extraction, replacement. String operations, cleansing, sprintf, formatting web pages, strops and others, splitting strings, REs. PHP and databases Database structure, Database APIs, MySQL, Creating tables, Editing tables, simple SQL queries using PHP, building HTML tables using SQL queries, SQL injection, security issues, error handling. File I/O Opening, reading, writing files. Permissions, ownership, locking, directories. PHP, cookies and sessions State, Cookie properties, setting cookies, retrieving cookies, expiring/deleting cookies. Sessions, session variables, session IDs. PHP and email Emailing from servers, attachments. Objects OOP, PHP classes, constructors, instances.
A one day course exploring how we can support young people and adults with learning disabilities to masturbate appropriately and effectively if they so choose. We receive numerous requests for support and guidance on this issue from practitioners working with people with learning disabilities. We have developed this unique and practical training course for professionals. Mel Gadd, the lead trainer, is author of 'Masturbation, Autism and Learning Disabilities. A Practical Guide for Parents and Professionals'. By the end of the training participants will have: Knowledge of the current law and good practice responses surrounding intimate self-touch and masturbation Explored a range of attitudes and values around masturbation Knowledge of how to respond when clients want to masturbate both publicly and privately Explored ways in which they can support clients to masturbate appropriately and effectively Explored resources re masturbation that can support work with people who have learning disabilities Quotes from previous course participants: The Trainers provided a very comfortable way of learning around a sensitive subject that people find very difficult to talk about normally Excellent training - really pleased I attended A very useful course for those working with sexualised behaviour or Learning Disability The training will be delivered online via Zoom. If you book on this training it is your responsibility to ensure you can use the Zoom platform. We can invoice you if you prefer, if so please contact us directly to book : mel@sexeducationcompany.org