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

2162 Other courses in Whitstable delivered Live Online

UX Strategy

By Bunnyfoot

This one-day course introduces the field of user experience and provides an excellent entry point to our other specialised training courses. UX processes and practices have become a central component of product design, service design and web design.

UX Strategy
Delivered OnlineFlexible Dates
£595

Practical Accessibility

By Bunnyfoot

This one-day course introduces the field of user experience and provides an excellent entry point to our other specialised training courses. UX processes and practices have become a central component of product design, service design and web design.

Practical Accessibility
Delivered OnlineFlexible Dates
£595

Fundamentals of Service Design

By Bunnyfoot

This one-day course introduces the field of user experience and provides an excellent entry point to our other specialised training courses. UX processes and practices have become a central component of product design, service design and web design.

Fundamentals of Service Design
Delivered OnlineFlexible Dates
£595

The Hot Producers Live Training Course

4.0(1)

By JJFILMworks London Ltd Film School

Unlock Your Filmmaking Potential with Taraq Qureshi** Discover the art of filmmaking with Taraq Qureshi, an acclaimed British producer, director, and actor. With over 20 years of experience in the film industry and a unique perspective as a disabled filmmaker, Taraq brings a wealth of knowledge and passion to his teaching. **About Taraq Qureshi:** - **Seasoned Filmmaker**: With over two decades of experience, Taraq has produced and directed numerous feature films and short films. His journey began in community theatre with a year-long course accredited by Middlesex University London in 1999. - **Industry Leader**: Founder and artistic director of the "Golden Nugget International Film Festival," which has been running for six years. In 2023, Taraq also founded the "Global Film Producers Alliance" (www.gfa.com), a platform dedicated to connecting and supporting film producers worldwide. - **Innovative Storyteller**: Taraq's notable projects include "Strictly Salsa - The Beginning," "The Chosen Ones," and "Do Not Enter." His work is marked by a deep passion for storytelling and a commitment to creating both commercially successful and niche market films. - **Mentor and Educator**: As an acting teacher, creative executive, and development coordinator, Taraq has inspired countless aspiring filmmakers to pursue their dreams and achieve success in the industry. **Why Learn from Taraq?** - **Expert Guidance**: Gain insights from a seasoned professional with a proven track record in the film industry. - **Unique Perspective**: Learn from Taraq's experiences as a disabled filmmaker, providing a fresh and inclusive approach to storytelling. - **Hands-On Learning**: Benefit from practical, real-world advice and techniques that you can apply to your own filmmaking projects. - **Community and Support**: Join a network of passionate filmmakers and industry professionals through Taraq's initiatives, including the "Golden Nugget International Film Festival" and the "Global Film Producers Alliance." **Enroll Now and Transform Your Filmmaking Journey!** Don't miss this opportunity to learn from one of the industry's most respected and innovative filmmakers. Enroll in Taraq Qureshi's online teaching course today and take the first step towards realizing your filmmaking dreams. A comprehensive 10-lesson course on film producing, designed to cover all the essentials within 90-minute sessions each day: --- ### **Day 1: Introduction to Film Producing** - **Welcome and Course Overview:** - Introduction to the role of a film producer. - Course objectives and expectations. - **Types of Producers:** - Understanding the different types of producers (Executive Producer, Line Producer, etc.). - Responsibilities and key tasks for each role. --- ### **Day 2: Development and Pre-Production** - **Project Development:** - Finding and developing a project. - Acquiring rights and working with screenwriters. - **Pre-Production Planning:** - Creating a production schedule and budget. - Assembling the production team. --- ### **Day 3: Financing and Budgeting** - **Film Financing:** - Understanding different sources of film financing. - Pitching to investors and securing funds. - **Budgeting Basics:** - Creating a detailed film budget. - Managing finances and controlling costs. --- ### **Day 4: Legal and Contracts** - **Legal Considerations:** - Overview of legal aspects in film production. - Understanding contracts and agreements. - **Rights and Clearances:** - Securing rights for music, footage, and locations. - Clearing copyright and intellectual property. --- ### **Day 5: Production Management** - **Managing the Shoot:** - Overseeing the production process. - Handling logistics, scheduling, and on-set challenges. - **Communication and Problem-Solving:** - Effective communication with the cast and crew. - Resolving conflicts and troubleshooting issues. --- ### **Day 6: Post-Production** - **Post-Production Workflow:** - Overview of post-production stages. - Working with editors, sound designers, and visual effects artists. - **Quality Control:** - Ensuring the final product meets the desired standards. - Conducting test screenings and making adjustments. --- ### **Day 7: Marketing and Distribution** - **Marketing Strategies:** - Creating a marketing plan for the film. - Utilizing social media and other promotional tools. - **Distribution Channels:** - Understanding traditional and digital distribution. - Strategies for film festivals, theaters, and online platforms. --- ### **Day 8: Film Festivals and Awards** - **Navigating Film Festivals:** - Selecting the right festivals for your film. - Submitting and promoting your film at festivals. - **Awards and Recognition:** - Understanding the importance of awards. - Strategies for winning awards and gaining recognition. --- ### **Day 9: Case Studies and Guest Speakers** - **Case Studies:** - Analyzing successful film productions. - Learning from real-world examples and experiences. - **Guest Speakers:** - Inviting industry professionals to share insights and advice. - Q&A sessions with experienced producers. --- ### **Day 10: Final Project and Presentation** - **Project Work:** - Finalizing a production plan for a hypothetical film. - Preparing for the presentation. - **Presentations:** - Presenting the production plan to the Tutor - Feedback and discussion. - **Course Wrap-Up:** - Reflecting on the course experience. - Final thoughts and future steps. --- This 10-lesson course aims to equip aspiring film producers with the essential knowledge and skills to successfully manage film productions from development to distribution.!

The Hot Producers Live Training Course
Delivered OnlineFlexible Dates
£499

1 Day Data Governance Mastermind (Waitlist)

5.0(3)

By The Data Governance Coach

Are you struggling with a Data Governance issue and wish you had a team of other Data Governance professionals you could bounce it around with? You’ve done Data Governance training and you know what you’re focusing on. While your team is supportive, you spend a lot of time dealing with, and driving forward, culture change, managing stakeholders, and fielding questions from people who have their own priorities and now need to do this ‘Data Governance stuff’ on top. It would be nice, once in a while, to have a conversation about how to achieve something free from internal issues. You want to talk about best practices and get some alternative ideas. That’s what my Data Governance Mastermind gives you: space to reflect with the support of your peers and practical solutions you can implement.

1 Day Data Governance Mastermind (Waitlist)
Delivered OnlineJoin Waitlist
FREE

Linux shell scripting

5.0(3)

By Systems & Network Training

Linux shell scripting training course description A practical introduction to writing scripts using the Bourne shell under any Linux operating system. Applicable for those using the Korn shell as well. What will you learn Read shell scripts. Write shell scripts. Use different types of quotes. Recognise the role of shell scripts within the Linux system. Linux shell scripting training course details Who will benefit: Programmers developing programs under UNIX. Administrators / support personnel who wish to find out more about the workings of Linux or write simple utility programs. Prerequisites: Linux Fundamentals Duration 2 days Linux shell scripting training course contents Review of Linux fundamentals Basic shell scripts What does the shell do? How are commands executed? Different shells. what is a shell script? Comments, creating shell scripts. Variables Setting variables, using variables, set, scope, export, sourcing, environmental variables, read. Positional parameters $0 to $9, $#, $* and others. shift parameter substitution. Control statements The test command The if statement while loops for loops The case statement. Special characters Redirection of errors, here documents, quoting. Arithmetic in shell scripts The expr command. System shell scripts Screen handling The terminfo database, The tput command. Advanced issues (optional session) Shell functions, getopts, xargs, debugging shell scripts, portability issues. Extras in the Korn shell. Optimising shell scripts The time command, performance tips.

Linux shell scripting
Delivered in Internationally or OnlineFlexible Dates
£1,497

UNIX shell programming

5.0(3)

By Systems & Network Training

UNIX shell programming training course description This course has been designed as a follow on course for the XML primer course. The course looks at the use of XSLT in the transforming and styling XML documents. What will you learn Read shell scripts. Write shell scripts. Use different types of quotes. Recognise the role of shell scripts within the UNIX system. UNIX shell programming training course details Who will benefit: Programmers developing programs under UNIX. Anyone working with XML. Administrators Support personnel who wish to find out more about the workings of UNIX or write simple utility programs. Prerequisites: UNIX fundamentals Some programming experience would be useful although not essential. Duration 2 days UNIX shell programming training course contents Review of UNIX fundamentals Basic shell scripts What does the shell do? How are commands executed? Different shells. What is a shell script? Comments, creating shell scripts. Variables Setting variables, using variables, set, scope, export, sourcing, environmental variables, read. Positional parameters 0 to $9, $#, $* and others. shift parameter substitution. Control statements The test command, The if statement, while loops, for loops, The case statement, Special characters, Redirection of errors, here documents, quoting. Arithmetic in shell scripts The expr command. System shell scripts Screen handling The terminfo database The tput comand Avanced issues (optional session) Shell functions, getopts, xargs, debugging shell scripts, portability issues. Extras in the Korn shell. Optimising shell scripts The time command, performance tips.

UNIX shell programming
Delivered in Internationally or OnlineFlexible Dates
£1,497

Managing Change

5.0(3)

By Lapd Solutions Ltd

Change management, dealing with change.

Managing Change
Delivered in Birmingham + 1 more or UK Wide or OnlineFlexible Dates
£1,250 to £1,500

The Phoenix Effect

5.0(3)

By Lapd Solutions Ltd

Organisational development, Organisational culture, Organisational values, Organisational environment,

The Phoenix Effect
Delivered in Birmingham + 1 more or UK Wide or OnlineFlexible Dates
£1,250 to £1,500

AutoCAD On Demand One to One Courses

By Real Animation Works

AutoCad Pay per Hour Training Course

AutoCAD On Demand One to One Courses
Delivered in London or OnlineFlexible Dates
£72