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

25 Casting courses in Glasgow delivered Live Online

Stand Out from the Crowd

By Actors Studio

With Acting Coach Sarah Hannah Introduction Typically auditioning for Film and TV today involves the actor performing sides sent to them by the Casting Director… the same sides that are sent to everyone else auditioning for that role. This online workshop will help actors of all level create a performance that stands out and gives you that ‘x-factor’ that the Casting Director is looking for. Many answers can be found in the way we approach the script, the work above and beyond learning the lines that makes our performances come alive whilst being truthful and easy to direct. This all begins with our script analysis. An essential skill for any actor. Meet Your Tutor Sarah Hannah Acting Coach Sarah Hannah is a regular at the BBC working both in-front of the camera and within the casting department for the likes of Holby City and Casualty. Bringing her experience of working on stage and on screen, in addition to working closely with Casting Website Spotlight and the popular Monologue Slam, Sarah will focus on enhancing your presence on camera and cover the technical skills required of a professional screen actor. Course Outline This focused 3 hour workshop aims to give you a variety of skills that you can take forward and use on every script and forms a crucial part of the Actors Process. *You will be sent a pdf worksheet for this workshop that you will need to write on. It is therefore recommended that you print it out if you can. Hosted via Zoom.  A strong internet connection is required to join our live online courses and workshops. Please test your internet connection before booking as we cannot refund due to technical issues. Please familarise yourself with Zoom before attending your workshop. Your camera will be required to be switched on during the workshop. Students will receive a Zoom link via email to join the workshop. Please log on at least 10 mins before the workshop begins. Additional Information Features Live Online Workshop via Zoom Age 17 yrs + Designed for All Levels Small Group (Limited Spaces) Taught in English, this workshop is suitable for International students who can understand and speak fluent English. Learning Outcomes Give yourself confidence working with more complex text Learn the secrets of adding value to a scene Improve your chances in the audition room Course Location Held Online Via Zoom

Stand Out from the Crowd
Delivered OnlineFlexible Dates
£39.99

Complete C programming

5.0(3)

By Systems & Network Training

Complete C programming training course description A hands-on introduction to programming in the ANSI C programming language. The course initially moves at a fast pace in order to spend as much time as possible on the subject of pointers - the area which cause the most bugs in C programs. What will you learn Write ANSI C programs Use the C libraries Debug C programs Examine existing code and determine its function. Complete C programming training course details Who will benefit: Programmers wishing to learn C. Programmers wishing to learn C++ or Java. Prerequisites: None, although experience in another high level language would be useful. Duration 5 days Complete C programming training course contents Getting started The compilation process, comments, main(), statement blocks, printf(). C data types and operators char, int, float and double, qualifiers, arithmetic and assignment operators, precedence, Associativity. Basic I/O C libraries, stdin and stdout, getchar(), putchar(), printf() formatting. Flow control if else, dangling elses, else if, while and for loops. switch statements, the null statement, break, continue and gotos. Functions Function calls, arguments and return types, function declarations (prototypes), function definitions, scope of variables. The preprocessor Preprocessor actions, macros, #include. Libraries and their relationship with header files. Conditional compilation. More data types and operators Logical, bitwise and other operators, type conversion, casting, typedefs and access modifiers. Arrays Declaring and handling arrays, common gotchas, multidimensional arrays. Pointers What are pointers? Why they are so important, declaring and using pointers,The three uses of the *,pointer example - scanf, pointers as arguments. More pointers Golden rules of pointers and arrays, pointers to arrays, pointer arithmetic, arrays of pointers, multiple indirection. Character/string manipulation Arrays of characters, string definition, working with strings, String library. Program arguments argc and argv, example uses,char *argv[] versus char ** argv. Program structure and storage classes Globals (externals), multi source programs, the look of a C program. Structures Declaration, the . and - operators, unions and bitfields. Library functions File handling, fopen and fclose, reading from and writing to files, fseek().calloc() and malloc()

Complete C programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Leadership Excellence for Senior Management

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Mid- and upper-level managers looking to hone their senior management skills will benefit from this course. Overview Use wisdom and understanding to lead others Deliver constructive critiques to your staff More effectively coach and mentor your staff Develop new managers Better motivate your staff Navigate organizational politics To maximize performance and foster a healthy environment, senior managers must also motivate others, nurturing and utilizing the distinctive skills of each team member. Private classes on this topic are available. We can address your organization?s issues, time constraints, and save you money, too. Contact us to find out how. Prerequisites While there are no prerequisites for this course, please ensure you have the right level of experience to be successful in this training. 1. Leading Others Comparing Vertical and Lateral Hierarchies- Leading in Different Structures of Command and Control Leveraging Your Organization\'s Structure Knowing Your Employees - Developing Empathy Beginning with the End in Mind and Back-Casting to the Desired Future State Setting S.M.A.R.T. Goals Earning Your Team\'s Trust with Honesty, Reliability, Availability, and Openness 2. Strategies for Course Correction Lighting a Fire- Motivating, Guiding, and Inspiring Resolving Conflict- Forcing, Accommodating, Avoiding, Compromising, and Collaborating Changing the Script- Trusting Your Team, Empowering Delegation, Celebrating Success, and Building & Reinforcing Your Team Defining Team Roles and Creating a Balanced Team 3. Effective Coaching and Mentoring Providing Clear and Timely Feedback Creating a Supportive Environment Building a Mentorship Plan - Mentoring for Success 4. Training New Managers Preparing, Developing, and Supporting New Managers Defining and Building Competencies Documenting Best Practices while Rewarding and Emulating Effective Managers Encouraging a Peer Network 5. Motivation Understanding the 8 Level Hierarchy of Needs Managing Across Generations Applying the CARE Model 6. Organizational Politics Being Politically Savvy, Ethical, and Effective Building Political Intelligence Understanding the Landscape 7. The Big Picture Thinking Through the Elements of Management

Leadership Excellence for Senior Management
Delivered OnlineFlexible Dates
£2,250

Audition Coaching - Prepare a Script - Drama School, Self Tapes

By EMILY MAGUIRE

1-2-1 audition preparation for drama school entry or self-tapes.

Audition Coaching - Prepare a Script - Drama School, Self Tapes
Delivered OnlineFlexible Dates
£50

Model-making Techniques Course Online

By David Neat

A 5-day intensive, practical course covering model-making skills for theatre, film, animation or spatial design. Led by David Neat from his studio in Deptford.

Model-making Techniques Course Online
Delivered OnlineFlexible Dates
£230

Decaying Structures in Knitting

By Rosina Godwin

Explore creating holes and open structures using both conventional and experimental knitting processes.

Decaying Structures in Knitting
Delivered OnlineFlexible Dates
£15

BC401 SAP ABAP Objects

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for The primary audience for this course are Developers, Developer Consultants, Help Desk/COE Support, and Program/Project Managers. Overview Understand the concepts of object-oriented programmingDevelop business applications with ABAP Objects In this course, students will gain an understanding of the concepts of object-oriented programming and develop business applications with ABAP Objects. Introduction to Object-Oriented Programming Explaining the Object-Oriented Programming Model Analyzing and Designing with Unified Modeling Language (UML) Fundamental Object-Oriented Syntax Creating Local Classes Creating Objects Accessing Methods and Attributes Implementing Constructors in Local Classes Implementing Class Constructors in Local Classes Inheritance and Casting Implementing Inheritance Implementing Upcasts Using Inheritance Implementing Polymorphism Using Inheritance Implementing Downcasts Using Inheritance Interfaces and Casting Defining and Implementing Local Interfaces Implementing Polymorphism Using Interfaces Integrating Class Models Using Interfaces Object-Oriented Events Implementing Events in Local Classes Implementing Events in Local Interfaces Object-Oriented Repository Objects Creating Global Classes Defining and Implementing Global Interfaces Implementing Inheritance in Global Classes ABAP Object-Oriented Examples Using the ABAP List Viewer (ALV) Describing Business Add-Ins (BAdIs) Global Classes in ABAP Development Tools Developing Eclipse-Based ABAP Programs Class-Based Exceptions Explaining Class-Based Exceptions Defining and Raising Exceptions Implementing Advanced Exception Handling Techniques Unit Testing Unit Testing with ABAP Unit Object-Oriented Design Patterns Implementing Advanced Object-Oriented Techniques Implementing the Singleton Pattern Implementing Factory Classes Using Friendship Implementing Persistent Objects Runtime Type Services Using Runtime Type Identification (RTTI) Creation of a Comprehensive Object-Oriented Application Developing a Comprehensive Object-Oriented Application Additional course details: Nexus Humans BC401 SAP ABAP Objects 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 BC401 SAP ABAP Objects 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.

BC401 SAP ABAP Objects
Delivered OnlineFlexible Dates
Price on Enquiry

Python EVENINGS Course, Online Instructor-led

4.6(12)

By PCWorkshops

Basic Python syntax and principles of Object Orientated Programming. Most attendees are in-work IT Professional. Private individuals are also very welcome. Evening courses also running. Our Style: Hands-on, Practical Location: Online, Instructor-led Download: anaconda.com Duration: 6 weeks, 1 evening per week, 6pm - 8pm Times: arrange a time for your time zone

Python EVENINGS Course, Online Instructor-led
Delivered OnlineFlexible Dates
£100

Professional Perspectives: Jessica Ronane, Casting Director

4.4(69)

By Central Film School

DATE: Monday 11th November TIME: 4pm LOCATION: Online We are pleased to welcome Jessica Ronane to talk about her career and experiences in the casting industry. Jessica has worked on a number of famous productions, including but not limited to: Emma The Good Lie Goodbye Christopher Robin True Detective Good Grief The Kid Who Would Be King Be sure to book in advance for this exciting and eye-opening event!

Professional Perspectives: Jessica Ronane, Casting Director
Delivered OnlineJoin Waitlist
FREE

Python Beginners Course, 1-Day

4.6(12)

By PCWorkshops

his course covers the essential Python Basics, in our interactive, instructor led Live Virtual Classroom. This Python Basics course is a very good introduction to essential fundamental programming concepts using Python as programming language. These concepts are daily used by programmers and is your first step to working as a programmer. By the end, you'll be comfortable in programming Python code. You will have done small projects. This will serve for you as examples and samples that you can use to build larger projects.

Python Beginners Course, 1-Day
Delivered OnlineFlexible Dates
£185

Educators matching "Casting"

Show all 6
Uk Theatre School Performing Arts Academy

uk theatre school performing arts academy

4.7(40)

Glasgow

UKTheatreSchool provides its students with a structured, comprehensive performing arts syllabus within the finest environment of bespoke studios and lecture facilities in the heart of Glasgow City Centre. The syllabus, along with the training provided, has been commended by industry professionals and has led students to progress to many leading performing arts establishments in London, France, Germany and Italy, and the Juilliard School in New York. UKTheatreSchool is an independent performing arts academy that bridges the gap between drama clubs and further education performing arts establishments. Founder, Lizanne Thomson, noticed a clear gap in the education system to provide the proper training for young people looking to advance in performing arts. UKTheatreSchool opened as an independent drama and musical theatre school within the Royal Scottish Academy of Music and Drama (RSAMD), now known as The Royal Conservatoire of Scotland (RCS). Due to increasing popularity and growth, the school expanded into its own specially designed premises and established itself as a charity to ensure performing arts could be fully inclusive. UKTheatreSchool is ideally situated at 4 West Regent Street within the most beautiful listed building in the centre of vibrant Glasgow and is a two-minute walk from Glasgow Central and Glasgow Queen Street train stations. UKTheatreSchool students enjoy special elements exclusive to this particular academy. Students have continued success in the theatre, film, radio and TV industries due to working with qualified, experienced tutors from the performing arts industry and the network of people connected with UKTheatreSchool. Programmes are designed to introduce key elements of performance and ensure ongoing new work is created for and by the students.

Imagine That Performing Arts

imagine that performing arts

Airdrie

Hello! Welcome to our website! Who are we? In 2014 Imagine That Drama Classes began with a simple objective – to offer quality, affordable drama classes for the young people of Airdrie. Over the years our classes have grown from strength to strength and in 2020 we became Imagine That Performing Arts Ltd. Our own studios are now located in the most beautiful listed building at the heart of the community. Our students work with our qualified, experienced tutors from the performing arts industry as well as a range of industry experts from across the UK to reach their potential. Imagine That Performing Arts bridges the gap between ‘drama clubs’ and performing arts education. Our range of classes and the opportunities we offer ensure that all students needs are catered for, whether you are just looking for a new hobby or if you want to pursue a career in the arts. We pride ourselves in the opportunities we offer to our students. All students take part in regular productions, as well as theatre trips, casting opportunities, and masterclasses. Check out our blog to see some of our recent activities! Our students have gone on to star in TV shows, Hollywood films, and to pursue their dreams studying Music and Musical Theatre at university and college. We strongly believe that youth theatre should not be bad theatre. We want our young people to have the opportunity to perform in quality productions that they can feel proud of. We imagine a society that realises how important the arts are. We imagine a generation who believe in themselves. We imagine a world where having fun is a priority. We imagine a world where you are able to truly express yourself. We imagine a world where our imaginations can run wild and free! Imagine, Believe, Achieve! Imagine That Performing Arts.