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

192 Memory courses in Bristol delivered Live Online

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

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 OnlineFlexible Dates
FREE

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

Dyslexia - What is Working Memory? Strategies to Support Memory

5.0(113)

By Dyslexia Support Services

Dyslexia and Working Memory Join me for my most POPULAR Masterclass where we talk all things working memory and dyslexia! About this event Thanks to International Dyslexia Learning Solutions for sponsoring this webinar. Head to their website today to find out how they can support your child/students: Click Here Welcome to my most popular webinar talking all things Working Memory! If you are a parent and or educator and continuously worry about your child's working memory ability, then this session is for you. With over 27 years of special educational needs experience, I am the GO TO expert who will be able to offer you a wide range of tips, strategies and advice when it comes to supporting students/your child who has a weak working memory. In this LIVE event, I will be covering the following: 1. What is working memory? 2. What to look out for if you suspect your child/student has a weak working memory. 3. Strategies to support working memory. 4. Time for Live Q and A with me. Outcomes of this webinar will be: 1. You will have a much better understanding of Working Memory. 2. Understand the impact this has with the school system for those kids who have a weak working memory. 3. How to recognise your child/students are showing signs of a weak working memory. 4. Be ARMED with strategies and tips that can help SUPPORT your child/students in order to make life more manageable for them. 5. Feel more confident about Working memory! My name is Paloma Forde, the founder of Dyslexia Support Services. I am an educator, consultant, author and an international speaker. I have working in the field of SEN for 27 years and have worked across all Key Stages in the education sector. My whole passion now is to pass on my knowledge to others in the hope that we can together make an inclusive world for those children/students who continually struggle in the education system. Did you know that around 45% of students with dyslexia will often have a weak working memory? This means that they are likely to be overloaded in class and miss out on large chunks of learning. Please note that this is a LIVE event via Zoom. This will be recorded if you cannot attend in person. If you want to know more about working memory and or want the right outcome for your child/students who have a weak working memory, then this webinar is for YOU. I look forward to being able to support you in your journey. Any questions just ask away or email me at screen4dyslexia@gmail.com See you soon! Thanks for reading. Paloma Forde - Founder of Dyslexia Support Services. The GO TO Global Dyslexia Screening Expert Please note that by signing up to my webinar, you will automatically be added to my mailing list. You can unsubscribe at anytime. You will also be automatically subscribed to IDL and can also unsubscribe anytime. Tickets are non-refundable.

Dyslexia - What is Working Memory? Strategies to Support Memory
Delivered Online
£12.99

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

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

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 9
Breath Voice Body Song

breath voice body song

5.0(17)

TYPICAL WORKSHOP Breath-work Everything starts with the breath. Many people breath incorrectly without even knowing it, and improper breathing can lead to a myriad of mental and physical health complications. In this workshop Molly will guide you through some simple diaphragmatic breathing techniques to reduce anxiety and stress levels, support heart function, boost the immune system and reduce inflammation in the body.  “the most important aspect of breathing wasn’t just to take in air through the nose. Inhaling was the easy part. The key to breathing, lung expansion, and the long life that came with it was on the other end of respiration. It was in the transformative power of a full exhalation.” ― James Nestor, Breath: The New Science of a Lost Art [https://www.goodreads.com/work/quotes/74281999] Voice and Sound Sound and vocal resonance has been an integral healing modality in indigenous communities for millennia. Now modern studies have shown that singing, and sound therapy improve health and well-being, and have been linked to neuro-chemical changes effecting reward, motivation and pleasure, stress and arousal, immunity function, and social affiliation.  In this workshop Molly teaches vocal techniques to release tension in the body using an ancient Chi Gong energy exercise meditation. This meditation uses the voice to naturally support the breathing technique learned at the start of the workshop, and sound and vibration to allow our electricity to easily move through us. Singing Singing is a natural anti-depressant. It has been proven to reduce stress, boost the immune system, enhance memory, and stimulate the release of oxytocin which is the love and connection hormone. Singing in a group is especially good for this, as oxytocin is released when we bond with each other. Oxytocin has amazing health benefits, including helping wounds heal faster, and slowing down the aging process, and is also a cardioprotective hormone. Oxytocin lowers blood pressure, and acts as an antioxidant and anti-inflammatory for the cardiovascular system. In this section of the workshop Molly will teach easy songs to bring everything together so we can easily use the breath and the voice to promote health and wellbeing. Singing together lifts people up, and you can see the difference in people at the end of the workshop. You don’t need to have any previous experience in music or singing. Everyone is welcome, and exercises will be simple and easy to learn. 

Horseworld Trust

horseworld trust

Whitchurch

HorseWorld is a charity dedicated to saving the lives of abandoned, neglected and mistreated horses, ponies and donkeys. The organisation cares for more than 100 horses, ponies and donkeys at its Bristol site and provides after-care and support for around 200 more, who have been re-homed throughout the South-West. The charity also runs the innovative Discovery educational programme. HorseWorld's vital 365-days-a-year animal welfare work is funded by voluntary donations. You can help transform the lives of horses, ponies and donkeys. HorseWorld is not open to the public on a day-to-day basis but it holds Open Days throughout the year. Please see the events page for details. HorseWorld's Registered Charity number is 1121920 Background The charity began life in 1952 as "The Friends of Bristol Horses Society" in a campaign to save the lives of working horses who were rapidly being replaced by motorised vehicles in industry. Under the banner of “Retirement Not Slaughter” - for many were destined for the abattoir - the charity offered a safe haven in Bristol for the big-hearted horses, ponies and donkeys that had worked all their lives on the railways, in the dockyards, the coal mines, the roads and for the armed forces. Decades later working horses are largely a memory of the past. But there is still a very real demand for this work - to rescue, rehabilitate and re-home up to 100 abandoned, neglected and mistreated horses every year. To read our newsletters, please click on the links below. You can sign up to receive digital newsletters at the bottom of the page. To receive them by post, just get in touch and provide your address.

Bristol Baseball Club

bristol baseball club

4.7(22)

Keynsham

Both our teams finished with winning records (again!) in another successful season. The Badgers finished 6-3 and the Bats finished 5-4, here is a game by game recap. Bats summary- Game 1, at Plymouth Mariners, baptism of fire for new players Alex, Elliott, Gontzal and James as we faced Plymouth’s best pitcher in the first game of the season! We lost. Game 2, home v Exeter Spitfires, complete opposite from game 1, 4 Bats had 3 hits each, we had 21 stolen bases. Game 3, away but in Failand to Newton Abbott, Mike and Paul hit Home Runs. Game 4, we beat the Badgers. Game 5, Taunton Muskets pitched a 3 hitter against us. Ouch. Game 6, Muskets again, Rich had 2 hits and 2 runs, our only highlights. Game 7, against the Badgers, we only had 4 hits? Pathetic. Game 8, home v Mariners, Rich dived for a ball, slightly hurt himself, then stopped pitching in the 2nd inning with the bases loaded and no outs. Later we found out he couldn’t play 3rd base either! Game 9, Taunton Musketoons, Paul’s pitching and his defense on the mound were great, plus we had 4 double plays. Badgers summary- Game 1: Home opener vs. the Muskets – Pete pitched his best game of the season and John Arnold got the only hit – thanks John! Game 2: Away to the Spitfires, we sure made that game hard work for ourselves but Aaron hit two homeruns and it pushed us across the line. Game 3: The first Bristol derby – we were comfortably beaten! Game 4: Musketoons in Taunton – Aaron hit three homeruns, and Rhod his two (maybe one was knocked over the fence by the Taunton Centrefielder). Game 5: Newton Abbott forfeited – snooze! Game 6: The Mariners travelled to Bristol and were thumped. They said the fence would help them hit homeruns – Tom Hollies struck out 14 batters in 7 innings ! Game 7: Final Bristol derby – the Badgers exacted revenge and Pete pitched his final game for the Bristol club. Game 8: We played the Muskets again; Tom Hollies hit two home runs but we still lost. Game 9: 34 walks for the Badgers! We turned the ball over to ‘The Swan’ Nik South to complete his perfect season of playing all 9 positions. 2015 for the Bats started somewhat tumultuously, but they settled into their groove fairly quickly. Opening day versus the Badgers was rained off, then the first game of the season saw a heavy loss at home to the Taunton Muskets. This was followed by a worryingly close game versus their clubmates the Taunton Musketoons, but we scraped through 13-9 in the end. Reasonably big wins followed away to the Exeter Spitfires and Plymouth Mariners, and the spirit gradually crept back into the team. This was re-enforced with two very enjoyable games against our clubmates the Badgers, just a shame they came out on top in both! The next game was supposed to be the Muskets Re-match but this was another rain-off, which then got rained off repeatedly and in the end the game was never played. We like to think we could have beaten Miguel, but the Musket’s 9-0 final record perhaps suggests otherwise… The next game was one that will stick in the memory for a long time. Runs were scored in every single half inning right up until the top of the ninth at home to Exeter, who held the lead for most of the game. A shut-out top of the ninth by the Bats set things up for victory in the bottom of the ninth, where Luke Looney tied things up with a three-run shot, Rich Green got on base, stole second, stole third and Billy Vickery brought him in on a fielder’s choice to win the game 21-20! You can see the scoreboard below, it’s a classic! A better win away to the Musketoons was followed by a disappointing loss at home to Plymouth in the last game of the season. Finishing with a winning record was a great result though at the end of what was an especially bumpy year. The Bats look strong going into 2016 though, with much of the 2015 team back and ready to go; lots of proven players ready to have an impact and a year’s extra experience under the belts of the relative newcomers. Bring on another year with a winning record!