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

11490 Courses in Cardiff delivered Online

Complete Maya Beginner to Advanced Training

By ATL Autocad Training London

Why Choose Complete Maya Beginner to Advanced Training? Maya's extensive toolkit includes modeling, animation, simulation, and more, amplifying your versatility and influence in the 3D production pipeline. Click here for more info: Website Beginners or those with basic 3D knowledge. No specific digital media background is required. Duration: 40 hours Training Approach: 1-on-1 Sessions. Schedule: Customize your schedule by pre-booking a convenient hour of your choice, available Monday to Saturday between 9 am and 7 pm Course Structure: I. Introduction to Maya (3 hours) Maya Overview and Applications Interface Navigation and Basic Tools Project Creation and Management II. Basic Polygon Modeling (6 hours) Fundamentals of Polygon Modeling Creating and Editing Basic Shapes Advanced Techniques: Extrusions, Bevels, and NURBS for Organic Shapes III. Intermediate Modeling (6 hours) Advanced Polygon Modeling: Booleans, Deformers, and Surfaces Architectural Model Creation Sculpting Tools for Organic Shapes IV. Texturing and Materials (6 hours) Introduction to Texturing and Material Application Texture Mapping, UV Unwrapping, and Shaders Painting Textures with 3D Paint Tool V. Lighting and Rendering (6 hours) Basic and Advanced Lighting Techniques Realistic Lighting Environments Camera Setup, Composition, and Rendering VI. Animation (9 hours) Keyframe Animation and Animation Curves Character Rigging and Animation Complex Character Rigs, Lip Sync, Facial Animation, Dynamics, and Simulations VII. Rigging (4 hours) Skeleton Creation and Joint Binding Weight Maps and Simple to Complex Rigging Systems VIII. Special Effects (4 hours) Particle Systems, Fluid Dynamics, Fire, and Explosions Advanced Simulations with nCloth and nParticles Paint Effects and Mash Networks IX. Advanced Rendering Techniques (2 hours) Render Layers, Passes, and Global Illumination Mental Ray Rendering and Settings X. Conclusion and Next Steps (1 hour) Course Review, Tips for Further Learning Q&A Session and Feedback Please note that the course outline is flexible and can be tailored based on the learners' needs and proficiency levels. Autodesk Maya Basics to Advanced Level Course: Modeling: Surfaces, Control Vertex, Polygons, Extrusion Techniques, Subdiv Modeling, and More Deformations: Twist, Lattice, Flare, Bend Tools Shapes: Lines, Pen Tools, Surface Manipulation Techniques Animations: Keyframe Setup, Path Animations, Skeletons, IK Handles, Skinning Dynamics and Special Effects: Particle Systems, Fluid Dynamics, Lighting Effects, and Advanced Simulations Texturing and Rendering: Diffuse and Bump Mapping, Reflections, Shaders, Lights, and Camera Techniques Fluid Effects and Ncloth: 2D and 3D Containers, Collision Effects, Wind Simulations, and Gravity Control Rendering: Image and Animation Rendering, Playblast, Resolution Controls, and Output Formats. Advanced Modeling: Master intricate 3D models, including polygon, NURBS, and architectural modeling. Expert Texturing: Create realistic textures, apply shaders, and utilize the 3D paint tool. Complex Animation: Rig characters, perform lip sync, facial animation, and dynamic simulations. Special Effects Mastery: Understand particle systems, fluid dynamics, fire effects, and advanced simulations. Rendering Expertise: Grasp advanced rendering techniques, including layers, passes, and global illumination. Comprehensive Rigging: Develop joints, skeletons, and advanced rigging systems for characters and objects. Fluid Dynamics Proficiency: Manipulate 2D/3D fluid containers, create collision effects, and work with wind/gravity simulations. Advanced Lighting and Camera: Perfect lighting, shadows, and special effects. Master camera setups for diverse visual compositions. Recommended Books: "Introducing Autodesk Maya 2023" by Dariush Derakhshani and Randi L. Derakhshani "Mastering Autodesk Maya 2023" by Todd Palamar "Maya Character Creation: Modeling and Animation Controls" by Chris Maraffi "Maya Secrets of the Pros" by John Kundert-Gibbs and Dariush Derakhshani "The Art of 3D Computer Animation and Effects" by Isaac Victor Kerlow Advanced Maya Training Tailored to You: Elevate your Maya skills with specialized training covering essential areas like modeling, UV mapping, texturing, lighting, camera movement, and rigging. Your learning experience is personalized to match your unique requirements and preferences. Discuss your goals with our trainer, and we'll create a syllabus tailored just for you. Flexible Training Choices: Select between in-person sessions at our UK center or attend live online classes, offering convenience and accessibility. Certified Instructors: Benefit from expert guidance provided by Autodesk Authorized Trainers from London Design Training Course. Hands-On Learning: Our practical approach combines theory with step-by-step demonstrations, allowing ample time for hands-on practice on your computer with Maya. You'll retain all the files you create. Compatibility Across Platforms: Maya training caters to both Windows and Mac users, ensuring compatibility with various versions of Maya. Comprehensive Training Package: Participants receive an e-certificate upon successful completion, validating their Maya training. Lifetime Support: Enjoy a lifetime of email support post-training, ensuring assistance with any queries or challenges that arise. Tailored to Your Version: Training can be adapted to your preferred Maya version, ensuring you learn using the most relevant and up-to-date software features. Download Maya  https://www.autodesk.co.uk  Highly skilled mentors with practical experience. Cutting-edge facilities ensuring an immersive learning environment. Comprehensive courses spanning diverse design disciplines. Practical projects to enhance your portfolio. Networking avenues within the dynamic design community. Skills attuned to current industry trends. Opportunities for professional growth. Choose from flexible in-person or online classes. Internationally recognized training credentials. Engage in London's thriving art and design scene.

Complete Maya Beginner to Advanced Training
Delivered in London or OnlineFlexible Dates
£1,680

Python and Ruby Programming Bundle

By Packt

Python programming and Ruby coding are popular for a reason! Become a software coder, web developer, or hacker today

Python and Ruby Programming Bundle
Delivered Online On Demand3 hours 46 minutes
£18.99

Python 3 Essentials

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Experienced Programmers and Systems Administrators. Overview Throughout the course students will be led through a series of progressively advanced topics, where each topic consists of lecture, group discussion, comprehensive hands-on lab exercises, and lab review. This course is ?skills-centric?, designed to train attendees in core Python and web development skills beyond an intermediate level, coupling the most current, effective techniques with best practices. Working within in an engaging, hands-on learning environment, guided by our expert Python practitioner, students will learn to: ? Create working Python scripts following best practices ? Use python data types appropriately ? Read and write files with both text and binary data ? Search and replace text with regular expressions ? Get familiar with the standard library and its work-saving modules ? Use lesser-known but powerful Python data types ? Create 'real-world', professional Python applications ? Work with dates, times, and calendars ? Know when to use collections such as lists, dictionaries, and sets ? Understand Pythonic features such as comprehensions and iterators ? Write robust code using exception handling An introductory and beyond-level practical, hands-on Python training course that leads the student from the basics of writing and running Python scripts to more advanced features. An Overview of Python What is python? 1 -- An overview of Python What is python? Python Timeline Advantages/Disadvantages of Python Getting help with pydoc The Python Environment Starting Python Using the interpreter Running a Python script Python scripts on Unix/Windows Editors and IDEs Getting Started Using variables Built-in functions Strings Numbers Converting among types Writing to the screen Command line parameters Flow Control About flow control White space Conditional expressions Relational and Boolean operators While loops Alternate loop exits Sequences About sequences Lists and list methods Tuples Indexing and slicing Iterating through a sequence Sequence functions, keywords, and operators List comprehensions Generator Expressions Nested sequences Working with files File overview Opening a text file Reading a text file Writing to a text file Reading and writing raw (binary) data Converting binary data with struct Dictionaries and Sets About dictionaries Creating dictionaries Iterating through a dictionary About sets Creating sets Working with sets Functions Defining functions Parameters Global and local scope Nested functions Returning values Sorting The sorted() function Alternate keys Lambda functions Sorting collections Using operator.itemgetter() Reverse sorting Errors and Exception Handling Syntax errors Exceptions Using try/catch/else/finally Handling multiple exceptions Ignoring exceptions Modules and Packages The import statement Module search path Creating Modules Using packages Function and Module aliases Classes About o-o programming Defining classes Constructors Methods Instance data Properties Class methods and data Regular Expressions RE syntax overview RE Objects Searching and matching Compilation flags Groups and special groups Replacing text Splitting strings The standard library The sys module Launching external programs Math functions Random numbers The string module Reading CSV data Dates and times Working with dates and times Translating timestamps Parsing dates from text Formatting dates Calendar data Working with the file system Paths, directories, and filenames Checking for existence Permissions and other file attributes Walking directory trees Creating filters with fileinput Using shutil for file operations 17 ? Advanced data handling Defaultdict and Counter Prettyprinting data structures Compressed archives (zip, gzip, tar, etc.) Persistent data Advanced data handling Defaultdict and Counter Prettyprinting data structures Compressed archives (zip, gzip, tar, etc.) Persistent data Network services Grabbing web content Sending email Using SSH for remote access Using FTP Writing real-life applications Parsing command-line options Detecting the current platform Trapping signals Implementing logging Python Timeline Advantages/Disadvantages of Python Getting help with pydoc

Python 3 Essentials
Delivered OnlineFlexible Dates
Price on Enquiry

PERSON CENTRED PLANNING TRAINING

By Inclusive Solutions

Person Centred Planning (PCP) is a powerful tool for visioning, future planning and team building. It gets everyone on the same page and creates a progressive, constructive atmosphere so it is especially useful for people who are feeling ‘stuck’ or in a really desperate situation. The PCP processes we teach are called “PATH” and “MAPs”, and are both used for different situations. “To facilitate a group, family, team or organisation in thinking together around a given challenge or issue. Here is an opportunity to experience for real the person centred, futures planning tool – MAP/PATH” (Pearpoint, Forest, O’Brien. 1989). PCP can focus on an individual, with family and friends in the room supporting them, or focus on a group who want to set goals, and realise their potential as a team. PCP focuses on hopes and dreams, so is a very positive approach to planning, and utilises graphic facilitation, making it a very friendly way of working that is accessible to everyone.  This unique, hands on PCP training course explores the difference between ‘person-centred thinking’ and ‘service-centred thinking’. Traditionally, we have not always listened deeply enough to the needs of those we are planning for. Often ‘medical model’ thinking dominates our planning for those with the most complex needs. Typically we plan ‘about’ rather than ‘with’ children and adults.  We examine this ‘service centred’ approach that most professionals are used to, and question its limitations. This values based approach to inclusion will give participants the ‘theory’ behind why thinking and working in a person centred way is so important, and challenges people to strive for more for the people we are planning around. In addition to the knowledge and theory, this course empowers participants to facilitate their own Person Centred Plans using the PATH or MAPs process and provides the skills to do this effectively. Learning objectives  Strengthen understanding of how to think in a person centred way Knowledge of the steps of PATH / MAPs process Ability to facilitate PATH/MAPs process Ability to graphically facilitate a PCP meeting Develop problem solving and planning skills Inclusive Solutions offer: We could provide training for a team of staff, or we could facilitate a PATH or MAP around a disabled person. We can also offer bespoke training packages, please enquire for more details.  1 day “Introduction to PCP” with up to 100 attendees focusing on ‘Person Centred Thinking’ – includes live demonstration of PATH or MAPs Process (for a member of the group / with a student and their family/friends). 2 day “PCP Skills training” – More skills focused, lots of practice. Includes Graphics academy, Process academy and Coaching (Best with under 30 attendees). 2 day “Introduction to PCP with Skills training” – includes live demonstration of PATH or MAPs process, Graphics academy, Process academy and Coaching (Best with under 30 attendees). Half day PATH or MAP for a disabled person, led by two experienced Inclusive Solutions facilitators. Full day PATH or MAP for a team, organisation or group such as a full school staff led by two experienced Inclusive Solutions facilitators. Typical Structure of 2-Day “Introduction to PCP with Skills” Training This course is most useful when delivered over 2 days so we have time to cover the ‘skills’ behind facilitating a PATH or a MAP. Here is an example of what usually happens. If you need us to, we can tailor any of our courses to suit your specific needs.  Day 1 AM What makes a good welcome?Service centred thinking and working – what does it involve, how does it make people feel?Reflections on current practices – what is useful and what is harmful?Introduction to underpinning values of person centred thinking and working In depth exploration of the fundamentals of inclusion – encouraging identity, focusing on gifts and capacities Sharing success stories, and personal insight from experienced psychologistsShowcasing a number of practical PCP process in actionIntroduction to the “5 service accomplishments”, or “5 ordinary needs” PM  Full PATH process demonstration, led by 2 experienced facilitators – one process facilitator and one graphic facilitatorVolunteers will make notes on what they see the facilitators doing and feedback at the end of the dayFeedback, Q&A Day 2 AM Graphics Academy – we will ease you into the world of graphic facilitation and show you how simple it really is – includes live coaching and graphics tutorial, then participants will practice on each other by facilitating the first 1 or 2 sections of the PATH Process Academy – we will give you some pointers about holding the group, and facilitating in an inclusive way, this is another chance to practice your new graphics skills PM The group is divided up, and volunteers are selected to facilitate PATH meetings The group then run the PATH’s simultaneously with an experienced coaches in the room to guide and to be available for questionsWe reconvene to feedback about the process and digest all we have learntBrief Q&A session and then final reflections

PERSON CENTRED PLANNING TRAINING
Delivered in UK Wide Travel Costs or OnlineFlexible Dates
£2,500 to £6,900

Microsoft Excel Advanced 2019

By Packt

Learn and master Excel 2019 by learning advanced functions and formulas

Microsoft Excel Advanced 2019
Delivered Online On Demand8 hours 5 minutes
£69.99

Functional Skills Entry Level 1 English Course Online

By Lead Academy

Course Highlights: Course Type: Self-Paced Online Learning Total Qualification Time: 60 hours Guided Learning: 55 hours Accreditation: Pearson Edexcel Qualification: Nationally Recognised Qualification Study Materials: High-Quality E-Learning Study Materials Assessment: Internally graded and externally verified Access: 1 Year Access Certificate: Certificate upon completion of the official exam (hard copy) Tutor Support: Paid Tutor Support Customer Support: 24/7 live chat available Entry Level 1 Functional Skills English Training Course This Functional Skills Entry Level 1 English Course is governed by Ofqual, accredited by Pearson Edexcel making it a nationally recognized credential that will improve your CV while helping you stand out from the rest of the applicants. You will be able to enhance your overall English speaking, listening, writing and reading skills via a range of well-designed and updated course materials. Upon successful completion of this course, you will be prepared with the necessary English skills to advance to this qualification’s higher levels. Why is this course right for you? This comprehensive Functional Skills Entry Level 1 English Course is suitable for: Anyone looking to secure a skill-oriented job Anyone who wants to enhance their English communication skills People of all ages and academic backgrounds Anyone who wants to advance to functional skills level 1 or 2 Anyone who wants to take GCSE English Anyone seeking to add a certified qualification to their university application Anyone aspiring to accelerate their career in this as an English instructor or teacher Anyone who wants to gain in-depth knowledge of functional skills in English Whether you are a beginner into the field of functional English or any professional seeking to reinforce your expertise in basic English, this Functional Skills Entry Level 1 English will set you up with the advanced skills to boost your career profile. EXAM Booking & Results Details You can decide the exam date and place according to your convenience. Awarding Body Paper-Based Exam in Centre Results Pearson Edexcel Book within 15 days Get results in 20 working days *Offline examinations will be held at our Swindon and London centres. Please contact us for more information.  Functional Skills Entry Level 1 English Qualification Purpose and Outcomes This Functional Skills Entry Level 1 English Qualification will help you to: Listen, comprehend, and react to verbal communication in a variety of scenarios Develop an understanding of common words and their effects Use that understanding of common words in various contexts Read common texts at work and in daily life accurately Gain the confidence to read more widely Write common texts and documents clearly and effectively Show a firm command of spelling, punctuation, and grammar Course Curriculum Say the names of the letters of the alphabet Identify and extract the main information from short statements and explanations Follow single-step instructions, asking for them to be repeated if necessary Make requests and ask straightforward questions using appropriate terms and registers Respond to questions about specific information Make clear statements about basic information and communicate feelings and opinions on straightforward topics Understand and participate in simple discussions or exchanges with another person about a straightforward topic Read correctly words designated for Entry Level 1 (see Annexe B) Read simple sentences containing one clause Understand a short piece of text on a simple subject Punctuate simple sentences with a capital letter and a full stop Use a capital letter for the personal pronoun ‘I’ and the first letter of proper nouns Use lower-case letters when there is no reason to use capital letters Write the letters of the alphabet in sequence and in both upper and lower case Spell correctly words designated for Entry Level 1 (see Annexe B) Communicate information in words, phrases and simple sentences How This Course Will Work? This Functional Skills Entry Level 1 English course will help you build a solid foundation in english. Throughout the course, it will provide you with various learning materials and activities to enhance your understanding of these subjects. Initial Assessment: To identify the current level of a student's abilities and recommend the appropriate course to enrol in upon completion. Diagnostic Assessment: Identifies skill gaps and produces an individual learning plan Learning Resources: Comprehensive video tutorials, practice quizzes & topic-based tests Progress Tracker: To record your progress in the course Free Mock Test: Access our free mock test facility for professional feedback and to prepare for the final exam. Entry Requirement This Functional Skills Entry Level 1 English qualification is available to all students of all academic backgrounds; no experience or previous qualifications are required. Exam Structure The Pearson Edexcel Functional Skills Qualification in English at Entry Level 1 comprises a writing and reading assessment that is externally set, internally graded, and externally verified by the exam body. The listening and speaking assessment is, however, internally set. Your exam results will be forwarded to the awarding body’s internal verifier once you finish the exam. The writing and reading assessment is available as paper-based for which you will be required to appear for the exam at our designated office in London or Swindon on the exam day. You will be required to take the speaking, listening, and communicating assessment via Zoom. You need to be registered for the exam three weeks prior to the exam date. The Pearson Edexcel Functional Skills Qualification in English at Level 2 consist of 3 exams, these are Reading, Writing and Speaking, Listening and Communicating. Speaking, Listening and Communicating (SLC) Exam Awarding Body Duration Number of Marks Pearson Edexcel Up to 25 minutes Pass/Fail SLS Exam Pearson Edexcel: Speaking, listening and communicating are assessed through one 5-minute presentation and linked question and answer session in groups of three to five and one 15-minute formal discussion together in groups of three to five learners. This exam will be conducted via Microsoft Teams. Reading Exam Awarding Body Duration Number of Marks Pass Mark Pearson Edexcel 40 minutes 12 65% Reading is assessed through a test consisting of multiple-choice, short open-response and medium open-response questions. Writing Exam Awarding Body Duration Number of Marks Pass Mark Pearson Edexcel 40 minutes 30 63% Reading/Writing Exam Pass Mark: Learners are required to achieve an overall percentage of marks mentioned in the above table to pass the English reading exam. However, the awarding process will determine specifically where the pass mark sits for each assessment version. Therefore, the pass mark may vary between assessments. Progression Opportunities in this Functional Skills Entry Level 1 English Qualification Upon achieving the Pearson Edexcel Functional Skills Qualification in English at Entry Level 1, you can: Progress to Level 1 and Level 2 Study GCSE English Advance to further vocational studies Access a wide range of professions within your chosen field Recognised Accreditation This Functional Skills Entry Level 1 English has been independently accredited by Pearson Edexcel also regulated by Ofqual. The Office of Qualifications and Examinations Regulation (Ofqual) is responsible for regulating qualifications, assessments, and examinations in England. Pearson Edexcel is the most prestigious awarding body, for an academic and vocational qualifications. Pearson Edexcel qualifications are regulated by Ofqual and recognised by universities and employers across the world. Certificate of Achievement You will be rewarded with an Ofqual Regulated Pearson Edexcel Functional Skills Qualification in English at Entry Level 1 (depending on what you choose as an accreditation) upon successful completion of this Functional Skills Entry Level 1 English and passing the assessments. A certified hard copy of this qualification will be posted at your given address which is accepted by employers and universities across the globe. You can flaunt this qualification in your CV which will give you a competitive advantage over others in case of securing a job.  FAQs What are functional skills? Functional skills are practical skills in Maths, English, and ICT that enable people to apply their knowledge to real-life situations. These skills are designed to provide learners with the essential knowledge needed to succeed in the workplace and in their personal lives. Functional Skills are recognised qualifications in the UK and are offered at different levels, including Entry Level, Level 1 and Level 2. What is the difference between entry-level and level 1 and 2 functional skills? Both are recognised qualifications, but levels 1 and 2 are more advanced levels that will provide you with comprehensive skills and knowledge while entry-level courses are an introduction and basic level qualification to go to subsequent levels. Is it required to complete entry-level qualifications to move onto a level? No, you are not obliged to complete entry-level courses before moving on to higher levels. However, entry-level courses serve as a starting point for acquiring basic skills and knowledge that will help you strive and boost your chances of securing better marks at higher levels. Are functional skills qualifications recognised and accepted in the UK? Yes, functional skills qualifications are an accepted part of all apprenticeship standards and a way to progress to further education in the UK. Do I have to physically appear for the exam? Yes, for the writing and reading assessment, you will be required to appear for the exam at our designated office in London or Swindon on the exam day. You will be required to take the speaking, listening, and communicating assessment via Zoom. Do I have to register for the exam? Yes, you need to be registered for the exam three weeks prior to the exam date. What is the assessment procedure for an entry-level 1 English course? This course comprises a writing and reading assessment that is externally set, internally graded, and externally verified by the exam body. The listening and speaking assessment is, however, internally set. Your exam results will be forwarded to Pearson Edexcel's internal verifier once you finish the exam. If you pass all three components, you'll be able to receive the qualification certificate from the awarding body. How to pass the Functional Skills English entry level 1 exam? Tips for preparing for the exam include understanding the exam format, practising regularly, mastering the basics and managing time well during the exam, and seeking help from a teacher or tutor. To assist you in gaining the skills and knowledge required to pass the exam, Lead Academy offers 24/7 tutor support. As a result, you will be adequately prepared to ace the exam. Can I take entry-level courses online? Yes, you can take functional skills entry-level courses online. Lead Academy offers an extensive range of entry-level courses from level 1 to 3, available for both English and Maths. Are Functional skills easier than GCSE? Functional Skills qualifications may require hard work and revision, but they can be a better fit for students who have found Maths and English challenging. Unlike GCSEs, Functional Skills qualifications are flexible and designed to meet the needs of diverse learners, making them more adaptable to different learning styles. What will I get after finishing the course? After successfully completing the Entry Level 1 English course, you will receive a Pearson Edexcel Functional Skills Qualification in English at Entry Level 1 (depending on what you choose as an accreditation) that is highly regarded by universities and employers across the UK.

Functional Skills Entry Level 1 English Course Online
Delivered Online On Demand1 hour
£149 to £349

Being an IT Business Partner - BCS Practitioner Certificate

5.0(12)

By Duco Digital Training

This Level 4 course aims to equip professionals with the knowledge about the skills and practical behaviours which are required for them to step into a leadership/management role. The demand for management roles is expected to grow in the coming years. This is due to a number of factors, including: The ageing population, which is leading to a shortage of skilled workers. The increasing complexity of businesses requires more managers to oversee operations. The growing importance of technology is creating new opportunities for managers to lead and innovate.

Being an IT Business Partner - BCS Practitioner Certificate
Delivered OnlineFlexible Dates
£2,500

Diploma in UI Design

4.3(43)

By John Academy

Description The Diploma in UI Design course teaches you all about UI or user interface design. You will learn the procedures of designing design modern, intuitive, meaningful, compelling user interfaces for desktop and mobile devices. For developing UI for machines and software, you need to have an active command over Photoshop and colour theory. The course will help you to master the essential tools and functions for designing UI. The course covers the Keyboard shortcuts for Photoshop, Photoshop extension for speed up your design, using different colour schemes, using typography and other online tools. The course teaches you to design modern HERO or Headers, dashboard graphs and other elements of the website. You will also learn about Custom Script, Gradients and Patterns for UI design. Upon completion, you will be able to create a stunning UI for mobile or desktop. Entry Requirement: Novice/Beginner Level Designers Web Designer Graphic Designer Web Developers who want to learn UI Design UI Designer who wants more advanced techniques Assessment: At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam, you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognized accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Introductions 1) Promo Intro Video 00:04:00 1.1) Upload And Review Your Work-1 00:03:00 Setting Up Photoshop for UI Design 2.2) Setting up Photoshop CC Preferences 00:06:00 2.3) Color Profile Settings for ui design 00:05:00 2.5) Creating Custom Shortcut Keys 00:04:00 2.6) Installing scripts in Photoshop 00:06:00 2.8) What area Photoshop Extensions 00:07:00 2.9) Power of Photoshop Extensions 00:09:00 2.10) How to install Extension in mac and win update 00:16:00 (Optional - Can watch at the end) Color Calibration and Monitors for Designers 2.5-1 Color Calibration 00:08:00 2.5-2 Monitor You Need-1 00:02:00 2.5 - 3 OS Based clor Calibration 00:07:00 Basics of Photoshop for Beginners 00.Customize Toolbar 00:04:00 01.how Photoshop interface works 00:05:00 02.creating photoshop new document 00:04:00 03.what are artboards 00:06:00 04.Layers Panel Part 1 00:06:00 05.Layer Panel Filtering And Finding Part 2 00:06:00 07.Type tool 00:05:00 08.Character Panel 00:07:00 09.Paragraph Panel 00:04:00 10.New Shape Tool 00:08:00 12.Deep dive in Pen Tool 00:16:00 12.selections-april2017 New 00:07:00 13.pen tool in web design 00:04:00 14.Alignments 00:06:00 15.common-shortcuts 00:15:00 16.Clipping_Masks 00:03:00 17.exercise_clipping_mask 00:01:00 18.LayerMasks_HB 00:05:00 19.smart_objects 00:08:00 20.linked smart objects_Revised 00:07:00 21.Layer comps usage 00:06:00 22 Using Smart Guides In Photoshop-1 00:05:00 Layer Styles Basics for UI Design 1.Drop Shadow Layer Effect 00:04:00 2. Inner Shadow UI Design 00:02:00 3.stroke_effect 00:03:00 4. Re-using layer styles 00:02:00 Gradients in Web and UI Design 1.what.are.gradients 00:02:00 2.uses.of.gradients 00:04:00 3.3ways-to-create-gradients 00:05:00 4.how to use gradient editor 00:08:00 5.using-gradient-overlay 00:06:00 Using Patterns in Web and UI Design 1.what are patterns 00:02:00 2. two methods of applying patterns 00:05:00 3.create Pattern From an Img File 00:03:00 04. using .pat files in photoshop 00:05:00 Basics of UI Design | Light, Shadows, Color schemes & Typography 01. How light and shadow works in UI Design 00:04:00 2.examples of lightshadow 00:02:00 3.color schemes for beginners 00:02:00 4.getting scheme from logo and hsb 00:01:00 5.online tools for color schemes 00:07:00 6.how to choose fonts and typography 00:09:00 7.Using Grids for Web Design 00:06:00 8.Creating Grids In Photoshop 00:06:00 UI Design Exercises & Challanges with Step by Step solutions 1.soft-shadow button challange 00:01:00 2.soft_button_solution 00:13:00 3.3d Button Challange 00:01:00 4.Pressed effect in Photoshop 00:07:00 5.modern pattern part 1 00:09:00 6.modern header design part 2 00:09:00 7.moder header design new variation 00:09:00 8.color overlay header 00:11:00 09 Gradienteffect Header Design-audiosynced 00:13:00 9.Actual Exercise Transparent Image Header-1 00:13:00 10.tabs-intro 00:01:00 11.tabs-part1 00:14:00 12.tabs-part2 00:08:00 Image Editing 101 for UI Designers 1.removing White Bg With Blending Options 00:03:00 2.Spot Healing brush usage 00:04:00 3.making Colors Pop in Photohsop 00:07:00 4.magnetic Lasso Tool to remove background 00:16:00 5.select And Mask Tool 00:10:00 IOS App Design : Exercise Iphone Food Deals App 1.Gathering Resources IOS App-Design 00:04:00 2.Lets Start The IOS App Design 00:05:00 3.Adding Images To Design the App design 00:06:00 4.Adding Text On App Screen 00:06:00 5.Adding Phone And Book Now Buttons 00:12:00 6.Using Mobile Mockups 00:04:00 UDEMY ONLY App Design Challane-exercise 00:06:00 BONUS: Dribbble styled Dashboard UI Design (Student Request) 1.area graph base design 00:04:00 2area graph grid 00:05:00 3.adding text to graph area 00:08:00 4.drwaing area graph with pen tool 00:04:00 5.designing extras adding dots and hover info 00:06:00 7.final Adjustments To Area Graph-1 00:10:00 8.area graph to line graph 00:04:00 9.circular bar graph base shape.mp4 00:06:00 10.adding Gradients And Shadows To Circular Graphs-1 00:13:00 11.designing stats with text 00:09:00 12.bar Graph Design In Photoshop Pt 00:09:00 13.Bar Graph Adding Text 00:06:00 14.Student-request-ciruclar-percentage graph 00:08:00 Wifreframes in UI Design + Ultimate Web Design Challange 1.what Are Wirefreams 00:04:00 2.Tools Used For Wireframes 00:12:00 Dribbble Shot Redesign Exercise - Student Request dribbble redesig part 1 00:15:00 dribble shot part 2 00:15:00 Exercises : Form UI Design with Photoshop 1.Base Of Login Form 00:07:00 2.Form Fields Design 00:12:00 3.Finishing Form Design 00:12:00 Pro Secret Tips and Tools for Designers and Developers Converting psd to CSS 00:06:00 Exporting Images from Photoshop 00:07:00 Tips on Using Grids 00:02:00 Photoshop Features Updates and New Versions 3.Match Fonts Cc2015.5-1 00:03:00 Cc2018 Update-1 00:04:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Diploma in UI Design
Delivered Online On Demand11 hours 26 minutes
£25

Basic Adobe Illustrator

By SkillWise

Overview Uplift Your Career & Skill Up to Your Dream Job - Learning Simplified From Home! Kickstart your career & boost your employability by helping you discover your skills, talents, and interests with our special Basic Adobe Illustrator Course. You'll create a pathway to your ideal job as this course is designed to uplift your career in the relevant industry. It provides the professional training employers seek in today's workplaces. The Basic Adobe Illustrator Course is one of the most prestigious training offered at Skillwise and is highly valued by employers for good reason. This Basic Adobe Illustrator Course has been designed by industry experts to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Basic Adobe Illustrator Course, like every one of Skillwise's courses, is meticulously developed and well-researched. Every one of the topics is divided into elementary modules, allowing our students to grasp each lesson quickly. At Skillwise, we don't just offer courses; we also provide a valuable teaching process. When you buy a course from Skillwise, you get unlimited Lifetime access with 24/7 dedicated tutor support. Why buy this Basic Adobe Illustrator? Lifetime access to the course forever Digital Certificate, Transcript, and student ID are all included in the price Absolutely no hidden fees Directly receive CPD Quality Standards accredited qualifications after course completion Receive one-to-one assistance every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Basic Adobe Illustrator there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for free. Original Hard Copy certificates need to be ordered at an additional cost of £8. Who is this course for? This Basic Adobe Illustrator course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skills. Prerequisites This Basic Adobe Illustrator does not require you to have any prior qualifications or experience. You can just enroll and start learning. This Basic Adobe Illustrator was made by professionals and it is compatible with all PCs, Macs, tablets, and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as a bonus, you will be able to pursue multiple occupations. This Basic Adobe Illustrator is a great way for you to gain multiple skills from the comfort of your home. Introduction Introduction 00:01:00 Section 01: Document & Settings 00:04:00 Add & Change Artboards 00:04:00 Align images in Artboards 00:03:00 What Can You Do with an Image? 00:03:00 Section 02: Making Standard Rules 00:06:00 Drawing: The Base 00:03:00 Use the Brush Tool 00:04:00 Blob Brush & Eraser 00:02:00 Section 03: Text & Layout 00:04:00 Other Options with Text 00:03:00 Type on a Path 00:02:00 Section 04: Filling, Lines and Layout 00:04:00 Apply linear and Radial Gradients 00:04:00 Stripes, Points, Arrows and Overflow in Lines 00:05:00 Applying Variable Width to Stripes 00:03:00 Section 05: Adjust & Organize 00:02:00 Turn around, Merge and Shift the Path 00:03:00 Select, Group and Isolate 00:02:00 Scale & Rotate 00:03:00 Organizing Images and Layers 00:06:00 Conclusion Conclusion 00:01:00 Assignment Assignment - Basic Adobe Illustrator 00:59:00 Order Your Certificate Order Your Certificate QLS

Basic Adobe Illustrator
Delivered Online On Demand
£29

Internet and Computing - Key Applications Training

4.3(43)

By John Academy

Description: The Internet and Computing - Key Applications Training explains what basic applications are. In the course, you will learn the different application options. Throughout the course, you will learn the usage of work processing and spreadsheets. The course will also focus the advanced skills such as the procedures for creating an excellent presentation, how to use database and collaboration. All type of applications has options like comments, screen consistency, formatting options such as making text bold, italicised, underlined etc., navigating system, and presentation features, etc. Basically, the course is conducted at five different levels: Word Processing where you will learn how to process and edit a text using options like indent, edit, page break, bulleted, deleting, etc. Spreadsheet application where you will know the use of spreadsheets and basic options such as navigation, saving a new workbook, editing formula and applying the formula, making different types of the chart like a pie chart, bar chart, graphs, etc. Presentation section teaches you the procedures for creating a stunning presentation using chart, images, and table. In the database part, you will be introduced to management procedures and the ways of working with queries and reports. Collaboration helps to know the sharing systems. In short, the purpose of the course is to provide you with an overall idea and key features of the application. Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Internet and Computing - Key Applications Training is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Internet and Computing - Key Applications Training is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Application Features Application Features FREE 01:21:00 Working with Word Processing Working with Word Processing 00:44:00 Working with Spreadsheets Working with Spreadsheets 00:49:00 Making a Presentation Making a Presentation 01:08:00 Databases Databases 00:34:00 Collaboration Collaboration 00:18:00 Mock Exam Final Exam- Internet and Computing - Key Applications Training 00:20:00 Final Exam Mock Exam- Internet and Computing - Key Applications Training 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Internet and Computing - Key Applications Training
Delivered Online On Demand5 hours 34 minutes
£19