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

189 Memory courses in Redhill delivered Live Online

Wed 26 Mar 2025: In Memory Fundraising

By Hospice Income Generation Network

Sharing and networking session to discuss in memory giving: funeral donations, tribute funds, memory trees / gardens, and any other related areas. This session won’t cover Light up a Life as we host several sessions a year on that topic. THIS SESSION WILL NOT BE RECORDED Session aimed at those working in supporter care, individual giving, in memory

Wed 26 Mar 2025: In Memory Fundraising
Delivered Online
FREE

Memory skills and mind-mapping (In-House)

By The In House Training Company

This is an incredibly practical programme which has been developed to enable participants to improve their memory skills. The session focuses on specific techniques that can be used to improve retention of information. It also introduces the principles of mind-mapping By the end of this programme participants will be able to: Explain how our brain processes and stores information Describe the difference between short-term and long-term memory Use specific techniques to improve retention Explain the principles of mind mapping Be able to use mind maps to plan and order information Each participant, no matter how poor they believe their memory to be, will by the close of the session have learnt techniques that enable them to memorise 53 items in a prescriptive order - a massive boost to their confidence in their memory skills. 1 An introduction to the brain's functions Introductory brain-training How the brain works Left / right brain function Short-term and long-term memory Barriers to a good memory 2 Memory techniques Tips and techniques for improving memory Basic word association Chaining and linking Touchstone techniques Use of mnemonics Memory hooks Remembering names 3 Maximising memory Minimising barriers The importance of sleep and diet Supplements which may affect memory 4 Mind-mapping Purpose and principles Creating a mind map Use of colour to delight the eye and tickle the brain How to use the output from a map

Memory skills and mind-mapping (In-House)
Delivered in Harpenden or UK Wide or OnlineFlexible Dates
Price on Enquiry

Understanding Autistic Spectrum Disorder (ASD)

5.0(50)

By Pochat Training

CPD Accredited, Interactive Short Course 2 or 3.5 hour hr sessions What are the autistic spectrum disorder, autism and asperger's syndrome? How can you best understand, and thus help, those affected? Course Contents of the shorter course: What is ASD Autism and Asperger's Syndrome Understanding those on the Spectrum How to approach and help those on the Autistic Spectrum Great for teachers and TAs in schools, and for those working in care with older people with ASD Benefits of this Short Course: About 1% of the population is thought to be on the Autistic Spectrum That is several children per nursery and primary school and a significant amount of young people in secondary schools Many with Asperger's Syndrome will also go to university The way they experience the world is very different to 'neuro-typical' people Understanding their condition helps to support them and give them the best chance

Understanding Autistic Spectrum Disorder (ASD)
Delivered in Chesterfield or Online + more
£25

Memory Book: Create The Life You Love: Thursday 19.00 - 21.00

By Craft4Smiles C.I.C.

Memory Book: Create The Life You Love. Over 3-weeks/sessions, this course will take you, through the construction of this attractive die cut memory book. You will produce a memory book as shown to embellish with your own memories and thoughts, or to give to someone for them to embellish themselves. If you have no previous paper crafting experience, this course will introduce you to some of the basic materials, tools, equipment and techniques used in paper crafting and mixed media work. The course is suitable for experienced crafters too! You will be sent all the materials and equipment needed to complete the course.

Memory Book: Create The Life You Love: Thursday 19.00 - 21.00
Delivered OnlineFlexible Dates
£148 to £165

Coping With ADHD

5.0(50)

By Pochat Training

CPD Accredited, Interactive Short Course 2 - 3.5 hr sessions What is Attention Deficit Disorder? How can you best understand, and thus cope and help those affected? Course Contents: What is ADHD ADHD as part of the Autistic Spectrum How to help you cope if you have ADHD How to cope with children who have ADHD Great for teachers and TAs in schools, others who work with people who have ADHD, and of course, those with ADHD themselves Benefits of this Short Course: Boys are around 4 x as likely to have ADHD Worldwide, 5% of people have it - that is 1 out of every 20! The figure for this is estimated to be higher in the UK This means that every single classroom in the UK will have at least one child or young people with Attention Deficit Hyperactive Disorder Learn more about the condition and how you can help them cope and take part in 'normal' life.

Coping With ADHD
Delivered Online + more
£25

WORKSHOP: Working as a Psychologist Expert Witness specialising in Trauma and Memory: From Instruction to Cross Examination

By London Trauma Specialists

WORKSHOP: Working as a Psychologist Expert Witness specialising in Trauma and Memory: From Instruction to Cross Examination An online practical workshop for Clinical, Counselling and Forensic Psychologists, guiding you through the process of working as an Expert Witness.

WORKSHOP: Working as a Psychologist Expert Witness specialising in Trauma and Memory: From Instruction to Cross Examination
Delivered OnlineJoin Waitlist
£150

Objective-C programming

5.0(3)

By Systems & Network Training

Objective-C programming training course description A hands on introduction that will allow you to master Objective-C and start using it to write powerful native applications for even the newest Macs and iOS devices! Using The step-by-step approach, will let you get comfortable with Objective-C's unique capabilities and Apple's Xcode 5 development environment. Make the most of Objective-C objects and messaging. Work effectively with design patterns, collections, blocks, foundation classes, threading, Git and a whole lot more. Every session builds on what you've already learned, giving a rock-solid foundation for real-world success! What will you learn Use Xcode 5. Declare classes, instance variables, properties, methods, and actions. Use arrays, dictionaries, and sets. Expand and extend classes with protocols, delegates, categories, and extensions. Use Apple's powerful classes and frameworks. Objective-C programming training course details Who will benefit: Developers wanting to learn Objective-C. Prerequisites: Software development fundamentals. Duration 5 days Objective-C programming training course contents PART 1: GETTING STARTED WITH OBJECTIVE-C The Developer Program: Objective-C, enrolling as an Apple Developer, setting up the development environment, Xcode. Your first project. OO programming with Objective-C: OO projects, Frameworks, classes and instances, encapsulation, accessors, Inheritance. OO features in Objective-C: Messages, methods, working with id, nesting messages, method signatures and parameters. allocating and initializing objects. Using Xcode: Xcode, source code control, git and Xcode, Using a Remote Repository. Compiler Directives: Projects, Compiler Directives, Prefix headers, main.m, .h files. PART 2: OBJECTIVE-C BASICS Messaging in a Testbed App: Setting Up the Testbed Apps, Adding a Text Field and Connecting It to Your Code, Sending a Message to the Text Field, Reviewing the Message Syntax. Declaring a Class in an Interface File: Context, Creating an Instance Variable with id, What Happens When Execution Stops, dynamic binding, Creating an Instance Variable for with the Class Name and with a Superclass Name, instance variable visibility. Properties in an Interface File: Interface Variables vs Properties, Declared Properties, Using Attributes. Implementing Properties. @synthesize, @dynamic. Methods in an Interface File: Methods in a Class, class and instance methods, Method declaration, returning complex data structures from Methods. Actions in an Interface File: Actions, Actions in OS X and iOS, disconnecting actions. Routing messages with selectors: Receiver and selector objects in messages, Objective-C Runtime, SEL and @selector (), performSelector, NSInvocation, testing whether an Instance can respond to a selector. Building on the Foundation: The Foundation Framework, Foundation Classes, Foundation Paradigms and Policies; Mutability, class clusters, notifications. Defining a Class in Implementation Files: Projects, dynamic typing, creating a new App, implementing a method, expanding Classses with init Methods. Organizing Data with Collections: Collecting Objects, Property Lists, Runtime, comparing the Collection Classes, Creating a Collection, Objective-C Literal Syntax, Enumerating collections, Testing Membership in a Collection, Accessing an Object in a Collection. Managing Memory and Runtime Objects: Managing objects in memory, managing reference counts manually and with ARC, variable qualifiers, variable autorelease. PART 3: EXPANDING AND EXTENDING CLASSES Protocols and Delegates: Subclassing, Protocols, Delegates, Looking Deeper Inside Protocols. Categories and Extensions: Comparing categories and protocols, categories vs subclasses, working with categories, class extensions, informal protocols. Associative References and Fast Enumeration: Objective-C 2.0 Time-Saving Features, Extending Classes by Adding Instance Variables (Sort of), Using Fast Enumeration. Blocks: Revisiting Blocks, Callbacks, Blocks, Exploring Blocks in Cocoa, Cocoa Blocks and Memory. PART 4: BEYOND THE BASICS Handling Exceptions and Errors: Exception and Error classes: NSException, NSError, Identifying exceptions, throwing exceptions, catching exceptions. Queues and Threading: Getting Started with Concurrency, Introducing Queues, Dispatch Sources, Using Dispatch Queues. Working with the Debugger: Logging Information, Console Logs, NSLog, Smart Breakpoints, enhancing breakpoints with messages. Using Xcode Debug Gauges for Analysis: Debug Gauges, Monitoing CPU and memory utilization, monitoring energy, Using Instruments. PART 5: OPTIONAL TOPICS C Syntax Summary: Data Types, Control Structures. Apps, Packages, and Bundles: Project Bundles, lproj Files, Asset Catalogs, plist Files, Precompiled Header Files (.pch). Archiving and Packaging Apps for Development and Testing: Archiving.

Objective-C programming
Delivered in Internationally or OnlineFlexible Dates
£4,997

Software development fundamentals

5.0(3)

By Systems & Network Training

Software development training course description This three-day MTA Training course helps you prepare for Microsoft Technology Associate Exam 98-361, and build an understanding of these topics: Core programming, Object-Oriented programming, general software development, web applications, desktop applications, and databases. This course leverages the same content as found in the Microsoft Official Academic Course (MOAC) for this exam. What will you learn Describe core programming. Explain Object Oriented programming. Describe general software development. Describe Web applications. Describe desktop applications. Explain how databases work. Software development training course details Who will benefit: Anyone looking to learn the fundamentals of software. Prerequisites: None. Duration 3 days Software development training course contents Core programming Computer storage and data types How a computer stores programs and the instructions in computer memory, memory stacks and heaps, memory size requirements for the various data storage types, numeric data and textual data. Computer decision structures Various decision structures used in all computer programming languages; If decision structures; multiple decision structures, such as If…Else and switch/Select Case; reading flowcharts; decision tables; evaluating expressions. Handling repetition For loops, While loops, Do...While loops and recursion. Understand error handling Structured exception handling. Object-oriented programming Classes Properties, methods, events and constructors; how to create a class; how to use classes in code. Inheritance Inheriting the functionality of a base class into a derived class. Polymorphism Extending the functionality in a class after inheriting from a base class, overriding methods in the derived class. Encapsulation Creating classes that hide their implementation details while still allowing access to the required functionality through the interface, access modifiers. General software development Application life cycle management Phases of application life cycle management, software testing. Interpret application specifications Application specifications, translating them into prototypes, code, select appropriate application type and components. Algorithms and data structures Arrays, stacks, queues, linked lists and sorting algorithms; performance implications of various data structures; choosing the right data structure. Web applications Web page development HTML, CSS, JavaScript. ASP.NET web application development Page life cycle, event model, state management, client-side versus server-side programming. Web hosting Creating virtual directories and websites, deploying web applications, understanding the role of Internet Information Services. Web services Web services that will be consumed by client applications, accessing web services from a client application, SOAP, WSDL. Desktop applications Windows apps UI design guideline categories, characteristics and capabilities of Store Apps, identify gestures. Console-based applications Characteristics and capabilities of console- based applications. Windows Services Characteristics and capabilities of Windows Services. Databases Relational database management systems Characteristics and capabilities of database products, database design, ERDs, normalisation concepts. Database query methods SQL, creating and accessing stored procedures, updating and selecting data. Database connection methods Connecting to various types of data stores, such as flat file; XML file; in-memory object; resource optimisation.

Software development fundamentals
Delivered in Internationally or OnlineFlexible Dates
£2,367

C++ Bootcamp Course, 2-Months

4.6(12)

By PCWorkshops

C++ Bootcamp is for coding beginners: You want all the basic stuff, all the advanced stuff and practical experience and get a fantastic job in C++

C++ Bootcamp Course, 2-Months
Delivered OnlineFlexible Dates
£2,000

Making sure that learning takes place

By Marell Consulting Limited

Who is this course for? Newly qualified teachers, teaching assistants, learning support assistants   What will be covered? learning and progress working memory & long-term memory how we learn strategies for making sure pupils learn using assessment effectively feedback and progress using prompt, structure interventions

Making sure that learning takes place
Delivered in Birmingham or UK Wide or OnlineFlexible Dates
£497

Educators matching "Memory"

Show all 10
Monkey Music East Grinstead & Reigate

monkey music east grinstead & reigate

Reigate

Autumn term bookings are now open and are showing to be very popular. We are also pleased to say that classes with be running again in Reigate on a Monday from the 7th Nov.CloseThere are so many proven benefits that music is good for our children and it’s an absolute privilege to be able to provide a stimulating, fun packed music and singing class for your little ones.At Monkey Music we are proud to be part of your child’s musical journey from the age of 3 months to 4 years, meaning it is suitable for babies, toddlers and kids & I am delighted to be able to offer this fantastic experience to you and your children.I played the violin as a child and sang in the school choir, in my teenage years, I was always listening to music wherever I went.Now as an adult the radio is forever on and I love a good sing song.After I had my first child, I decided I wanted to share my love of music with her. She was only a few months old and I wasn’t sure where to start. We went along to quite a few different baby and toddler music classes and groups, but when Monkey Music was recommended to me by a friend, from the very first class we were hooked and never looked back. I was impressed with everything about the class, the structured lesson plans, the progressive musical curricula and a wonderfully caring teacher.Very soon my little girl loved her sessions so much we had to have a collection at home of the Monkey Music songs, books and of course Monkey and Mo so she could perform her very own classes.Because the curricular is progressive by nature, it often means that families stay with Monkey Music and even bring their new additions along, (I’m now attending with my second child).The four levels of Monkey Music are specially developed around the capabilities and interests of your child, at that specific time in their lives. You will hear traditional nursery rhymes as well as some of the 500 original Monkey Music songs that have been specially written to support the curricula and your child’s development. To aid this we will use an extensive kit of carefully selected instruments, sensory and colourful props with lots and lots of activities and actions. All of the above will certainly help your child with their Social, Physical and Language Skills. It has been scientifically proven that music has great advantages and health benefits for children. One of those benefits is Music helps to improve brain power and memory. Students who were exposed to music while growing up excelled better academically than those who were not. Music helps in stimulating the part of the brain that is responsible for reading, mathematics and emotional development. Music also helps with a child’s development of social skills.Being part of a Monkey Music class will help your child relate to others, feel part of a group and eventually listen to instruction. You will watch their confidence grow and they will certainly be rewarded with praise and will feel a great sense of achievement. I have undergone extensive training to ensure I can provide a fun packed but professional class for your family.I am fully CRB checked and paediatric First Aid trained. Our classes will allow you to share precious time together, meet like-minded people and for your children to make Musical friends, so why not book your complimentary class so you can experience Monkey Music for yourself and I’m sure you too will become part of the Monkey Music family.

Code Red The Empowerment Project

code red the empowerment project

London

The founder, Calvin E J Wilson LLM (LSE), is a Barrister who has a longstanding interest in educating students, young adults, and their parents on the workings of the criminal justice system. The Empowerment Project Qualifications and Studies Barrister at Law, Inns of Court, School of Law, United Kingdom Attorney at Law Supreme Court of Trinidad and Tobago Senior Crown Prosecutor, Crown Prosecution Service, United Kingdom Banker, Bank of Commerce, Trinidad and Tobago Master of Laws (Commercial) London School of Economics Bachelor of Laws University of London The Empowerment Project Experience Post graduate education and training in the law, with valuable experience on the frontline of the Criminal Justice System including almost eight years prosecution experience at the Crown Prosecution Service and the Criminal Courts, and operational experience with advising Teams at New Scotland Yard. Devised and successfully delivered this series of workshops and has conducted mentoring, motivational speaking and awareness raising sessions at Youth Clubs and Community Centres around London. Direct contacts with officers of the Met Police at ranks of Constable, Sergeant, and Inspector. Guidance and mentoring experience with black young adults. The Empowerment Project Skills Strong professional, administrative, managerial, and creative skills. Resolute adherence to good governance, accounting and auditing best practices. Devising and implementing new and improved working arrangements and innovative projects. Unique skill set that is critical to the effective leadership and delivery of the objectives of Code Red Empowerment. Established Consulting firm Calvin Wilson and Associates, which offers strategic and public affairs advice to governments and the private sector globally, on anti-money laundering and combatting the financing of terrorism issues, and on preventing trans-national criminal gangs from preying on young people. Founded The Empowerment Project The Empowerment Project Books Author of the book “Voices from Violence. A Woman’s Journey to Self-Healing” which is presented to audiences in the Readers Theatre format by CODE RED Ensemble, as an advocacy vehicle to empower young girls and women and to sensitise boys and men in order to reduce or eliminate the level of violence globally. Desilu Banton desilu banton I was born in Dulwich Hospital, East Dulwich Grove,SE22 3PT, on 11th December 1961. I began my life in a house at 102 Railton Road, Herne Hill,SE24 OET, on the ‘Front Line’ of ‘Brixton’, London. What I remember most of my childhood is drawing, drawing all the time, every opportunity. My father loved music and loved to dance. We would dance together. My mother designed clothes and was a dressmaker and cake baker. My parents had arrived in England in 1954 from Jamaica and lived in the Brixton area. They lived on Concannon Road from around 1955 and moved to Railton Road in 1959 after they had wed at the church at Santley Street, around the corner of Concannon Road. Today I live by my painting and continue in my mothers’ and fathers’ legacy as a creator. I am open to producing works of art by commission. painting Painting is expression, a way of me talking with everybody else about how I feel, like a bluesman would play his blues. The whole thing is about feeling. Painting is blues. I paint those feelings that are from inside my head, from inside my soul. The spiritual part of all this is the heritage, the thing that comes from my ancestors, the ingredients that everybody talks about when they talk about the past, where we all come from, which is DNA, the genes. What I am doing is recording the memory that comes to me from nature, along with the music that came from West Africa and the Atlantic experience, all of it, and what I do then is give it form, give it some skin, textures and colours, the whole thing is like an umbilical cord that has not lost its life force, it is the whole nine yards. Jackie Burton Jackie Burton Born and raised in West Yorkshire, I took a trip to London in 1983 and have remained here since then. I am a black woman, a Christian and a mother. A retired Social Worker, I have a passion for children, young people and their families. Over the last 40 years I have had roles in church including youth leader and Pathfinder club leader as well as teaching in children’s Sabbath school & children’s church. It was my joy, to find the most creative and interesting ways to engage children and young people with so many varied learning styles. Over the last 12 years of my career I was a Team Leader for a local authority Fostering Service; having responsibility for facilitating training, assessing foster carers and placing children from diverse and challenging backgrounds with those carers. Life-long learning is part of who I am and I started becoming more interested in paper crafts when my now, 25 year old son was around 3 years old. We started to make cards for every occasion and stopped buying them from the shops. Paper crafts opened the door to so many other crafting pursuits and my love for crafting has only grown since then, from wedding decoration, decoupage & canvas art to knitting & simple sewing, I have done many and various and still do. Nothing pleases me more than sharing my love for something with others, and creative crafts is certainly one of those very many things. I have done this via children’s craft workshops; transforming spaces for Vacation Bible School (VBS); school holiday clubs; card making workshops for children and adults. If it includes crafting, I will consider it. Currently I am involved in a weekly Craft Café project where we are using hobby crafts to support people in our community who may be lonely, socially isolated or feeling low. Sr Josephine Udie MP, MSc, GC HDip, NP Reverend Sister, Steer Right Project Coordinator, Power Coach Expert, Health Care Professional Reverend Sister, Steer Right Project Coordinator, Power Coach Expert, Health Care Professional Sister Josephine is passionate about the dignity of the human person. As a trained Power Coach and Health Care professional, Sister enjoys using her skills to coach, support and empower children and families to become who they are meant to be. Steer Right is a charity for which Sister Josephine is Project Coordinator, uses the strap line Little help Big Difference to highlight the effectiveness of what a small amount of intervention can do. Amari Smith-Foster Amari Smith-Foster I am a mental health advocate and a student counsellor. I am extremely passionate about mental health and well-being. After battling with my own mental health, being sectioned at just 13 and becoming part of the system, I am using those same life experiences to help others overcome. My story, my pain and this rollercoaster of a journey has given me great insight to help others and make a change. Me speaking up and using my voice, allows so many others, old, young, male, and female to feel heard, to feel seen. Now I am in a position, I have promised myself , it is pivotal that I make a change for the mental health system. My social profiles: Instagram: https://www.instagram.com/accounts/onetap/?next=%2F LinkedIn: https://www.linkedin.com/in/amari-smith-foster-26a68417b/ Youtube: https://www.youtube.com/channel/UCPMHXb5U40E0Zw1B3h4vcJg Please feel free to contact me should there be any issues. Norman Mine Norman Mine Norman Mine is an Italian-born London based multidisciplinary artist whose practice encompasses visual art, acting and social work. Using autobiographical scenarios as a starting point, Mine's practice expands into fantasy and delusion and in his alter-ego, Dino Desica, an aspiring Italian actor who exists only through a video format, as "performance to camera", becoming an ephemeral simulation of the self. Mine's practice explores the infinite possibilities of the self, the authenticity and the structures of inclusion and exclusion in which it is constructed. For the past three years Mine has run creative workshops co-working with people of different generations, backgrounds, and abilities; developing a specific approach that unsettles the scenario in which participants perform to stimulate creativity and imagination as an opportunity to navigate within. Mine has obtained a Masters Degree in Fine Art at Goldsmith College in 2018. His work has been shown at Performance Istanbul (2021), disORDER Live Collective (2020), Deptford X (2019), The Koppel Project (2019), Platform1 Gallery (2018), Art Night London (2017). He was a recipient of the DYCP grant, Art Council England (2021). In 2022 Mine has founded Norwood JunkAction, an eco-community art project based in Croydon, London. Diana Wilson Diana Wilson Diana Wilson is an Executive and Life Coach professional as well as a Psychodynamic Counsellor, who in parallel, has enjoyed a substantial career in Education and Training and Development across Schools and local Government. Diana is fluidly proficient in a myriad of modalities with a keen focus on Cognitive Behavioural Coaching. She offers leading-edge, inspirational coaching that stimulates thinking, accelerates transformation, and empowers clients to accomplish their aspirational goals. My social handles: Website: www.dwcoach.co.uk LinkedIn: linkedin.com/in/diana-wilson-564a6941 Richmond Trew Richmond Trew A Professional Trainer/Workshop Facilitator with 25 years’ experience of working in communities and custodial settings nationally and internationally. He is also a recording & performing artist fronting the collective Abstract Word and currently has Publishing & Production contracts with (Peer Music LTD-MAP Music). Richmond also leads a group of free-lance Arts Practioners under the name of Journeyman Arts (Using the Arts to share & pass on Knowledge). He also Runs 492 Korna Klub next generation Ltd that runs live improvised drama weekly on Galaxy Radio.