This one day training will give learners an overview of how to deliver Cognitive Stimulation Therapy (CST). CST is a brief evidence-based group treatment for people with dementia. This interactive course will include a background about CST and how it can be used, research overview and detailed presentation of the treatment, including video footage and role-play.
This one day training will give learners an overview of how to deliver Cognitive Stimulation Therapy (CST). CST is a brief evidence-based group treatment for people with dementia. This interactive course will include a background about CST and how it can be used, research overview and detailed presentation of the treatment, including video footage and role-play.
Electrical Facials Course This course is becoming more popular than ever before due to the amazing electrical equipment now available at reasonable prices for salons and therapist. An Electrical facial treatment can postpone early signs of ageing, improve the appearance of the skin and erase minor sun damage, scarring and pigmentation. Duration The course last two days, usually on a weekend, so you dont have to take time out of your busy week! Machines Covered: EMS, Galvanic, Microdermabrasion, High Frequency, Micro-current, Melia Extraction/Microlance
Develop your expertise in process hazard assessment and lead HAZOP teams effectively with EnergyEdge's classroom training course. Enroll now!
@clare's zumba gold class
In this course we explore how we have attempted to build inclusive circles of support around individuals and contrast this with a radical approach to hospitality and community building – the Community Circle. The purpose of community circles is to bring people from a local community together to share their skills, talents, gifts and resources. This idea is based upon the premise that ALL of us need three things in our lives to make us happy and fulfilled: these are money, friendship and meaning. We believe that everyone needs community, everyone needs to be heard and everyone needs to have fun. Online Course now available via Teachable Platform – Creating Community Circles Learn at your own pace… lots of text and video support Category Inclusion Peer Support Parents and Carers Description Building Community Circles In this course we explore how we have attempted to build inclusive circles of support around individuals and contrast this with a radical approach to hospitality and community building – the Community Circle. The purpose of community circles is to bring people from a local community together to share their skills, talents, gifts and resources. This idea is based upon the premise that ALL of us need three things in our lives to make us happy and fulfilled: these are money, friendship and meaning. We believe that everyone needs community, everyone needs to be heard and everyone needs to have fun. Community Circles are based upon reciprocity and the assumption that EVERYONE has both gifts and needs – whether these are labelled or not. The circles adopt the fundamental value of inclusion that ‘all means all’, no one is excluded from community circles, instead the circle members work out how to include everyone equally and safely. A community circle is made up of participants and allies from the local community. The meeting starts with everyone sharing food and conversations. Next the group comes together in a circle so that everyone can see each other and shares what is good and new in their lives, everyone gets a turn to be listened to. ‘New and Good’ breaks the habit of thinking about and acting from what’s wrong, it is an exercise of giving and receiving attention with one another and it also provides a strong foundation of strengths from which we can think about and tackle difficulties. The group is then asked the question what do they want, need or have to offer. Community circles provide a great foundation or starting point from which to explore connections, build relationships, locate resources and share skills. These circles will be a particularly important resource for Brokers and the people that they work for. They provide a safe forum in which people can meet and friendships can start, a natural reservoir of people and relationships where people can be invited to offer their time and capacity. To be successful we have to start from a belief in inclusion. A belief that: 1 We are all born ‘in’. 2 All means all. 3 Everyone needs to belong. 4 Everyone is ready. 5 Everyone needs support. 6 Everyone can communicate. 7 Everyone can contribute. 8 Together we’re better. Learning Objectives For participants to learn how to create a Community Circle. For participants to understand the underlying rationale and ethos of this way of working. To explore ways of maximising an individual’s inclusion and connection with the wider community. To explore ways of helping with friendship, social connection and education. To increase confidence, social skills and presence of disabled adults and those with a wide range of need in their local community by focusing on their contribution. Who Is It For? Anyone interested in mobilising the community to make it more inclusive around disabled or challenging individuals. Course Content Understanding ordinary needs – plus the true dimensions of social inclusion Building relationships Creating natural circles of support Creating a community circle If you like this you will almost certainly enjoy: Person Centred Planning using PATH and MAPS
Dive into the world of coiled tubing operations, equipment, well control, safety, and emerging technologies with EnergyEdge's comprehensive classroom training course. Enroll now to stay ahead.
MySQL for developers training course description This MySQL Developers training course is designed for MySQL Developers who have a good understanding of a MySQL database and experience of using SQL commands. The course provides further practical experience in more advanced MySQL commands and SQL statements including Stored Routines, Triggers and Event Scheduling. What will you learn Provide the skills needed to write more advanced queries and database maintenance statements on a MySQL database. Use advanced features of the MySQL Client. Use advanced data types. Manage the structure of databases and tables. Manage and using indexes. Write complex SQL query statements. Use advanced SQL expressions. Use advanced SQL functions. Perform advanced Insert, Update, Delete, Replace and Truncate Operations. Use user variable syntax and properties. Import and export data from within MySQL. Import and export data from the command line. Perform complex joins to access multiple tables. Perform complex subqueries. Create, manage and us views. Use prepared statements. Create and use stored routines. Create and use triggers. Obtain database metadata. Optimize queries. Work with the main storage engines. Debug MySQL applications. MySQL for developers training course details Who will benefit: MySQL Developers who have a basic understanding of a MySQL database and SQL commands as covered on the Introduction to MySQL course. Prerequisites: MySQL foundation Duration 5 days MySQL for developers training course contents Introduction Administration and Course Materials, Course Structure and Agenda, Delegate and Trainer Introductions. Client/server concepts MySQL client/server architecture, Server modes, Using client programs, Logging in options, Configuration files, Precedence of logging in options Hands on Using client/server The MySQL client program Using MySQL interactively, The MySQL prompts, Client commands and SQL statements, Editing, Selecting a database, Help, Safe updates, Using script files, Using a source file, Redirecting output into a file, Command line execution, Mysql output formats, Overriding the defaults, Html and xml output, MySQL Utilities. Hands on Using the MySQL client program Data types Bit data type, Numeric data types, Auto_increment, Character string data types, Character sets and collation, Binary string data types, Enum and Set data types, Temporal data types, Timezone support, Handling Missing Or Invalid Data Values, SQL_MODE options. Hands on Using data types Identifiers Using Quotes with identifier naming, Case sensitivity in Identifier naming, Qualifying columns with table and database names, Using reserved words as identifiers, Function names Hands on Using identifiers Databases Database properties, Creating a database, Selecting a database, Altering databases, Dropping databases, Obtaining database metadata, The SHOW command, The INFORMATION_SCHEMA database, The SHOW CREATE command Hands on Using databases Tables and indexes Table properties, Creating tables, Create table using Select or Like, Temporary tables and memory tables, Altering tables, Adding columns, Changing column widths and types, Renaming columns, Dropping columns, Adding constraints, Dropping constraints, Renaming tables, Change the table storage engine, Multiple alterations, Dropping tables, Emptying tables, Obtaining table metadata, Show create table, The information_schema, Index introduction, Structure of a mysql index, Creating and dropping indexes, Creating an index, Altering a table to add an index, Specifying index type, Dropping indexes, Obtaining Index Metadata. Hands on Creating, altering and dropping tables/indexes Querying for data The SQL select statement and MySQL differences, Advanced order by, Order by and collation, Order by with enum datatype, Order by with Set datatype, Ordering with distinct and group by Special features of union, Limit and order by clauses, Group By clause, Group_concat, Using Rollup in a Group By clause. Hands on Querying for data SQL Expressions and functions Components of expressions, Nulls, Numeric expressions, String expressions, Temporal expressions, Comparison functions, Flow control functions, Numeric functions, String functions, Temporal functions. Hands on Using expressions and functions Updating data Update operations and privileges, Inserting rows, Insert using a set clause, Inserting duplicate values, Replacing rows, Updating rows, Update using the order by and limit clauses, Deleting rows, The delete and truncate statements. Exercise: Inserting, updating, replacing and deleting data Connectors MySQL client interfaces, MySQL connectors, Oracle and community conectors, Connecting to MySQL server using Java and PHP connectors, MySQL and NoSQL, Innodb integration with memcached. Obtaining database metadata What is metadata?, The mysqlshow utility, The show and describe commands, Describing tables, The information_schema, Listing tables, Listing columns, Listing views, Listing key_columns_usage. Hands on Obtaining database metadata Debugging Mysql error messages, The show statement, Show errors, Show count(*) errors, Show warnings, Show count(*) warnings, Note messages, The perror utility. Hands on Debugging Joins Overview of inner joins, Cartesian product, Inner joins with original syntax, Non equi-join, Using table aliases to avoid name clashes, Inner Joins With ISO/ANSI Syntax, Outer Joins, Left outer joins, Right outer joins, Full outer joins, Updating multiple tables simultaneously, Updating rows in one table based on a condition in another, Updating rows in one table reading data from another, Deleting from multiple tables simultaneously, Deleting rows in one table based on a condition in another. Hands on Coding joins Subqueries Types of subquery, Multiple-column subqueries, Correlated subqueries, Using the ANY, ALL and SOME operators, Using the EXISTS operator, Subqueries as scalar expressions, Inline views, Converting subqueries to joins, Using subqueries in updates and deletes. Hands on Coding subqueries Views Why views are used, Creating views, View creation restrictions, View algorithms, Updateable views, Altering and dropping views, Displaying information about views, Privileges for views. Hands on Using views Import and Export Exporting using SQL, Privileges required to export data, Importing using SQL, Messages when loading data, Privileges required to load data, Exporting from the command line, Mysqldump main options, Importing from the command line, Mysqlimport main options. Hands on Importing and exporting User variables and prepared statements Creating User variables, User variables in a select, Prepared statements, The prepare statement, The execute statement, The deallocate statement, Using prepared statements in code, with connectors. Hands on Using variables and prepared statements Introduction to stored routines Types of stored routines, Benefits of stored routines, Stored routine features, Differences between procedures and functions, Introduction to the Block, Declaring variables and constants, Assigning values to variables, Definer rights and invoker rights, Using SELECT in stored routines, Altering and dropping stored routines, Obtaining stored routine metadata, Stored routine privileges and execution security. Hands on Writing simple stored routines Stored routines - program logic The IF .. THEN .. ELSEIF construct, The CASE statement, The basic loop, The while loop, The repeat loop, The iterate statement, Nested loops. Hands on Writing stored routines with program logic Stored routines - exception handlers and cursors Dealing with errors using Exception handlers, Cursors, What is a cursor?, Cursor operations, Declaring cursors, Opening and closing cursors, Fetching rows, Status checking. Hands on Writing stored routines with program logic Procedures with parameters Creating procedures with parameters, Calling Procedures With Parameters. Hands on Writing stored routines with parameters Functions What is a function?, The create function statement, Executing functions, Executing functions from code, Executing functions from SQL statements, The deterministic and SQL clauses. Hands on Writing functions Triggers Trigger creation, Restrictions on triggers, The create trigger statement, Using the old and new qualifiers, Managing triggers, Destroying triggers, Required privileges. Hands on Writing triggers Basic optimizations Normalisation of data to third normal form, Using indexes for optimization, General query enhancement, Using Explain to analyze queries, Choosing an INNODB or MYISAM storage engine, Using MySQL Enterprise Monitor in query optimization. Hands on Making use of basic optimizations More about indexes Indexes and joins Hands on Investigating indexes and joins
RYA Competent Crew or Day Skipper - £770 A five day practical course which can accommodate both Day Skipper and Competent Crew candidates, depending on ability and course requirements. We familiarise you with the yacht and spend the week port hopping whilst you gain experience and work towards your qualification. Competent Crew - An ideal way to develop your skills and to start to become an active crew member capable of contributing to the running of a boat. Course content includes learning how to steer the boat, what the sails do, knot-tying, basic seamanship principles and safety procedures. Day Skipper - Putting Day Skipper level theory into practice and taking command of both the boat and crew, you will also learn learn basic engine checks. This includes building on previous experience and developing new skills for close quarter manouevring, handling under power and sail, day navigation, with some night hours. RYA Coastal Skipper / Yachtmaster™ Preparation - £770 A five day practical course for Coastal Skipper or preperation Yachtmaster™ candidates, this course will build and refine your skills and knowledge, including your planning and skippering for passages with pilotage at day and night, boat handling and safety and emergency procedures. If you are looking to gain the Yachtmaster™ Offshore or Coastal Certificate, please let us know and we will arrange an examiner for you. We cannot over emphasise the need for personal preparation for this exam; your theory knowledge should be instinctive and you should exercise safe practices and judgment without being too overcautious. Primarily you will be examined on your ability to be a good skipper. Our emphasis during this course is consolidate all that you have already learned and fine tune any areas that need improvement. You will be expected to be fully skilled in the following areas: communication with crew members, confident and competent boat handling, high standard chart work and navigation, safety briefings and procedures, radio communication, meteorology skills. Our current school boat is the modern 2017 Dufour 382, a fantastic boat to learn and develop your knowledge on; with her spacious deck layout,dual helm and on-deck plotter, she is easy to handle in close and open quarters. We pride ourselves on providing a comfortable, enjoyable sailing experience and guarantee all students their own cabin. Facilities on-board include: • Dual helm • Heating • Fridge • Two toilets each with hot water and showers • Three cabins • Television and radio • Charging points for mobiles • On-deck chart plotter and radar We carry out a deep clean before every course and provide fresh linen and towels. Operating along the picturesque South Devon coast, we venture to prime local cruising locations such as Torbay, Dartmouth, Salcombe and Plymouth. Marinas feature as a daily stop, providing time to reflect and partake in shore-side activities. Our aim is to provide safe fun on the water, allowing you to develop your skills and knowledge in a safe and friendly environment. We use a 3:1 students to instructor raitio, which allows our experienced RYA instructors to tailor courses to the various levels and needs on board, and deliver at a managable pace. Navigation is taught using traditional charting techniques along with electronic methods using E-Series Raymarine chart plotters and Radar. All course prices include accommodation on board, meals for the duration of the course, fuel and mooring fees, and the provision of fresh linen and towels.Waterproofs are available upon request.
Take your knowledge to the next level with EnergyEdge course on Layer of Protection Analysis (LOPA). Enroll now to advance your career.