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

47225 Courses delivered On Demand

Programming AutoCAD to Excel using VB.NET

4.9(27)

By Apex Learning

Overview This comprehensive course on Programming AutoCAD to Excel using VB.NET will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Programming AutoCAD to Excel using VB.NET comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Programming AutoCAD to Excel using VB.NET. It is available to all students, of all academic backgrounds. Requirements Our Programming AutoCAD to Excel using VB.NET is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 7 sections • 102 lectures • 09:34:00 total length •Introduction: 00:04:00 •Who is this course for?: 00:02:00 •What will you learn from this course?: 00:05:00 •Tools needed: 00:01:00 •Course Prerequisites: 00:04:00 •Section Overview - Export AutoCAD Objects to Excel: 00:02:00 •Exporting Lines to Excel - Overview: 00:02:00 •Creating the VB.NET-Excel Project: 00:06:00 •Design of User Interface to Export Lines: 00:10:00 •Creating the Common Utility Class: 00:19:00 •Creating the ExportLines Method: 00:12:00 •Running and Testing ExportLines Method: 00:06:00 •Exporting MTexts to Excel - Overview: 00:02:00 •Creating the ExportMTexts Method: 00:11:00 •Export Polylines to Excel - Overview: 00:01:00 •Creating the ExportPolylines Method: 00:12:00 •Running and Testing ExportPoylines Method: 00:12:00 •Export Blocks (Without Attributes) to Excel - Overview: 00:01:00 •Creating the ExportBlocks Method: 00:12:00 •Creating Export Blocks UI and Running the Code: 00:06:00 •Exporting Blocks (With Attributes) to Excel - Overview: 00:02:00 •Creating the User Interface for exporting Blocks to Excel: 00:05:00 •Creation of BlocksForm UI: 00:04:00 •Coding the BlocksForm Load Event: 00:08:00 •Testing the BlocksForm UI: 00:03:00 •Coding the BlocksForm to populate the Listboxes: 00:15:00 •Coding the BlocksForm Export Button: 00:04:00 •Coding the ExportBlocksWithAttributes Method: 00:21:00 •Running and Testing ExportBlocksWithAttributes Method: 00:02:00 •Section Overview - Import Excel File into AutoCAD: 00:01:00 •Importing Lines from Excel File into AutoCAD - Overview: 00:01:00 •Creating ImportExcelUtil Class: 00:02:00 •Creating the ImportLines Method: 00:19:00 •Creating the UI for the ImportLines Method: 00:02:00 •Coding the ImportLines UI code behind.: 00:07:00 •Running and Testing ImportLines Method: 00:08:00 •Importing MTexts into AutoCAD - Overview: 00:01:00 •Creating the ImportMTexts Method: 00:11:00 •Creating ImportMTexts User Interface: 00:02:00 •Running and Testing ImportMTexts Method: 00:02:00 •Importing Polylines from Excel File into AutoCAD - Overview: 00:01:00 •Creating the ImportPolylines Method: 00:14:00 •Creating ImportPolylines User Interface: 00:02:00 •Running and Testing ImportPolylines Method: 00:03:00 •Running and Testing ImportPolylines (from a File) Method: 00:02:00 •Importing Blocks (without Attributes) from Excel File into AutoCAD - Overview: 00:01:00 •Creating the ImportBlocks Method: 00:09:00 •Creating the ImportBlocks User Interface: 00:02:00 •Running and Testing ImportBlocks Method: 00:03:00 •Importing Blocks (with Attirubtes) from Excel File into AutoCAD - Overview: 00:02:00 •Creating the ImportBlocksWithAttributes Method: 00:25:00 •Creating the UI for ImportBlocksWithAttributes Method: 00:04:00 •Running and Testing ImportBlocksWithAttributes Method: 00:03:00 •Exporting Lines to a File - Overview: 00:02:00 •Creating the ExportToFile Utility Class: 00:04:00 •Creating ExportLinesToFile Method: 00:14:00 •Creating the UI for ExportLinesToFile Method: 00:08:00 •Running and Testing ExportLinesToFile Method: 00:02:00 •Exporting MTexts to File - Overview: 00:01:00 •Creating the MTextToFile Method: 00:06:00 •Creating the UI for the ExportMTextToFile Method: 00:01:00 •Running and Testing ExportMTextToFile Method.: 00:08:00 •Exporting Polylines to File - Overview: 00:02:00 •Creating ExportPolylinesToFile Method: 00:11:00 •Exporting Polylines to File - User Interface: 00:01:00 •Running and Testing ExportPolylinesToFile Method: 00:02:00 •Exporting Blocks (without Attributes) to File - Overview: 00:02:00 •Creating the ExportBlocksToFile Method: 00:10:00 •Creating ExportBlocksToFile User Interface: 00:02:00 •Running and Testing ExportBlocksToFile Method: 00:02:00 •Exporting Blocks (With Attributes) to a File - Overview: 00:02:00 •Creating the EXportBlocksWithAttributesToFile Method: 00:19:00 •Creating the UI for ExportBlocksWithAttributesToFile Method: 00:06:00 •Coding the BlocksForm for ExportBlocksWithAttributeToFile Method: 00:04:00 •Running and Testing ExportBlocksWithAttributesToFile Method: 00:03:00 •Importing Text File into AutoCAD - Overview: 00:01:00 •Importing Lines from a Text File into AutoCAD - Overview: 00:02:00 •Creating the ImportFileUtil Class: 00:01:00 •Creating the ImportLinesMethod: 00:17:00 •Creation of ImportLines User Interface: 00:03:00 •Coding the ImportLines UI button: 00:05:00 •Running and Testing the ImportLines Method: 00:04:00 •Importing MTexts from Text File into AutoCAD - Overview: 00:02:00 •Creating the ImportMTexts Method: 00:09:00 •Creating the TextStyle Manipulation Code: 00:02:00 •Creating the UI for the ImportMTexts Method: 00:01:00 •Running and Testing the ImportMTexts Method: 00:04:00 •Importing Polylines from a Text File into AutoCAD - Overview: 00:02:00 •Creating the ImportPolylines Method: 00:18:00 •Creating the ImportPolylines UI: 00:02:00 •Running and Testing ImportPolylines (from a File) Method: 00:02:00 •Importing BLocks (without Attributes) from a Text File into AutoCAD - Overview: 00:02:00 •Creating the ImportBlocks (without Attributes) Method: 00:15:00 •Creating the ImportBlocks UI: 00:05:00 •Running and Testing ImportBlocks (without Attributes) Method: 00:04:00 •Importing Blocks (with Attributes) from a Text File into AutoCAD - Overview: 00:02:00 •Creating the ImportBlocksWithAttributes from a File Method: 00:24:00 •Creating the ImportBlocksWithAttributes (from a File) UI (Part 1): 00:06:00 •Creating the ImportBlocksWithAttributes (from a File) UI (Part 2): 00:04:00 •Running and Testing ImportBlocksWithAttributes (from a File) Method: 00:03:00 •Conclusion: 00:01:00 •Assignment - Programming AutoCAD to Excel using VB.NET: 00:00:00

Programming AutoCAD to Excel using VB.NET
Delivered Online On Demand9 hours 34 minutes
£12

Professional Telephone Receptionist Course

4.9(27)

By Apex Learning

Overview This comprehensive course on Professional Telephone Receptionist Course will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Professional Telephone Receptionist Course comes with accredited certification, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Professional Telephone Receptionist Course. It is available to all students, of all academic backgrounds. Requirements Our Professional Telephone Receptionist Course is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 10 sections • 10 lectures • 01:18:00 total length •Core Skills Required: 00:11:00 •Self-Management (I): 00:07:00 •Module Three: Self-Management (II): 00:08:00 •Time Management (I): 00:07:00 •Time Management (II): 00:08:00 •Organizing and Planning (I): 00:07:00 •Organizing and Planning (II): 00:07:00 •Communication (I): 00:07:00 •Communication (II): 00:08:00 •Module Ten: Additional Challenges: 00:08:00

Professional Telephone Receptionist Course
Delivered Online On Demand1 hour 18 minutes
£12

Professional Photography Diploma

4.9(27)

By Apex Learning

Overview Take a journey online and become a first-class Photographer, with creative skills that will impress acquaintances and clients alike. This Professional Photography course provides the complete learning package for camera enthusiasts and budding shutterbugs. The learning modules offer expert coaching for producing images with perfect compositions, great lighting effects, and emotional power. You will surprise yourself with your photographic talents once you have completed the course and start to use professional equipment and techniques. As well as mastering editing and framing, you will even be guided on how to take stunning photos with mobile devices and start your own private business. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is this course for? There is no experience or previous qualifications required for enrolment on this Professional Photography. It is available to all students, of all academic backgrounds. Requirements Our Professional Photography is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management , Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 36 sections • 279 lectures • 20:27:00 total length •Introduction to the Photography Masterclass: 00:03:00 •How Does a Camera Work: 00:01:00 •Lecture Types: 00:02:00 •Intro to Exposure: 00:02:00 •What is Aperture: 00:08:00 •What is Shutter Speed: 00:04:00 •What is ISO: 00:06:00 •The Exposure Triangle: 00:09:00 •Using the Exposure Meter: 00:09:00 •Metering Modes - Advanced Lesson: 00:03:00 •Exposure Compensation - Advanced Lesson: 00:04:00 •Dynamic Range - Advanced Lesson: 00:03:00 •HDR and Bracketing - Advanced Lesson: 00:02:00 •Reading a Histogram: 00:02:00 •What is an Exposure: 00:01:00 •Exposure Modes: 00:09:00 •Intro to Activities: 00:01:00 •Activity - Exposure: 00:01:00 •Intro to Composition: 00:01:00 •The Rule of Thirds: 00:03:00 •Negative Space: 00:02:00 •Leading Lines: 00:03:00 •Symmetry and Balance: 00:02:00 •Perspective and Angles: 00:07:00 •Backgrounds: 00:03:00 •Activity - Composition: 00:01:00 •Advanced - Shooting Portraits with Wide vs Telephoto Lenses: 00:01:00 •Intro to Focus and Depth of Field: 00:01:00 •Understanding Depth of Field: 00:03:00 •How to Get a Blurrier Background: 00:02:00 •Manual vs Auto Focus: 00:03:00 •Auto Focus Modes: 00:05:00 •Getting Sharp Focus on Fast Moving Objects: 00:03:00 •What is Bokeh: 00:01:00 •Viewfinder Focus: 00:01:00 •Activity - Fast Objects: 00:01:00 •Intro to Camera Anatomy: 00:01:00 •The Main Camera Features: 00:05:00 •Camera Scene Modes: 00:03:00 •File Types and Formats: 00:09:00 •DSLR va Mirrorless Cameras: 00:03:00 •The Sensor: 00:06:00 •Continuous and Burst Modes: 00:02:00 •Resolution and Quality: 00:03:00 •Intro to White Balance and Color: 00:01:00 •What is White Balance: 00:03:00 •The Kelvin Light Temperature Scale: 00:04:00 •Automatic Balance Modes: 00:03:00 •Color Modes and In-Camera Adjustments: 00:03:00 •Light Spectrum and Theory 20 hours ago more: 00:02:00 •Using Colors Creatively: 00:03:00 •Black and White Photography: 00:04:00 •Activity - Creative Color: 00:01:00 •Advanced - Custom White Balance: 00:03:00 •Intro to Lighting: 00:02:00 •Using Natural Light: 00:08:00 •Using Natural Light a Window: 00:03:00 •Using Artificial Light: 00:07:00 •Using the on Board Camera Flash: 00:03:00 •Using an External Flash: 00:10:00 •Using a Light Kit: 00:04:00 •Creative Lighting: 00:05:00 •Activity - Lighting: 00:01:00 •Intro to Mobile Photography: 00:02:00 •Using a Smartphone Camera: 00:03:00 •Exposing Properly With the Smartphone Camera: 00:01:00 •Tips for Shooting With Your Mobile Camera: 00:04:00 •Shooting in Low Light With a Smartphone: 00:07:00 •Mobile Camera Accessories: 00:02:00 •Using Portrait Mode: 00:03:00 •Intro to Cameras: 00:01:00 •Camera Types: 00:03:00 •What is Your Budget: 00:03:00 •How and Where to Buy a Camera: 00:02:00 •What is the Best Beginner Camera: 00:06:00 •How to Build Out Your Camera Kit: 00:03:00 •Introducing Our Chats: 00:01:00 •A Chat About Buying a New Camera: 00:21:00 •Intro to Lenses: 00:01:00 •A Deeper Dive into Focal Length: 00:07:00 •A Deeper Dive Into Aperture: 00:05:00 •Primes vs Zooms: 00:06:00 •Prime vs Zoom - Quality Comparison: 00:02:00 •Upgrading Your Lenses - Kit vs Pro: 00:01:00 •Lens Stabilization: 00:03:00 •Filter Demonstration: 00:03:00 •Specialty and Creative Lenses: 00:04:00 •How to Clean Your Camera Lens: 00:06:00 •Intro to Camera Accessories: 00:01:00 •Memory Cards: 00:04:00 •Batteries: 00:02:00 •Stabilization: 00:04:00 •Flashes and Lights: 00:02:00 •Camera Bags: 00:03:00 •Hard Drives: 00:03:00 •Sam's Favorite Bags: 00:03:00 •Intro to Scenarios: 00:01:00 •Intro and Tips for Portrait Photography: 00:02:00 •Portrait Photo Demo: 00:08:00 •Intro and Tips for Long Exposure Photography: 00:02:00 •Daytime Long Exposure Demo: 00:19:00 •Activity - Portrait: 00:01:00 •Nighttime Long Exposure: 00:09:00 •Activity - Long Exposure: 00:01:00 •Intro and Tips for Landscape Photography: 00:02:00 •Landscape Photo demo: 00:07:00 •Activity - Landscape: 00:01:00 •Intro and Tips for Product Photography: 00:03:00 •Product Photo Demonstration with Natural Light: 00:07:00 •Product Photography with Lights: 00:03:00 •Adding a Refiection: 00:02:00 •DIY Light Box: 00:05:00 •Activity - Product: 00:01:00 •Editing Product Photos: 00:14:00 •Intro and Tips for Low Light Photography: 00:02:00 •Low Light Demo: 00:08:00 •Activity - Low light: 00:04:00 •Intro and Tips for Sports and Action Photography: 00:02:00 •Sports Photography: 00:08:00 •Activity - Action and Sports: 00:01:00 •Intro and Tips for Macro Photography: 00:02:00 •Macro Photography Demo: 00:05:00 •Activity - Macro: 00:01:00 •Street Photo demo: 00:04:00 •Activity - Street and Architecture: 00:01:00 •Intro to Event Photography: 00:02:00 •A Chat About Event Photography: 00:04:00 •Bring the Right Tools: 00:05:00 •Be Aware of Your Surrounding: 00:05:00 •Be Quick With Your Settings: 00:05:00 •Capture the Details: 00:04:00 •An Overview of Shooting a Wedding: 00:10:00 •Activity - Events: 00:01:00 •Intro to Drone Photography: 00:01:00 •Our Recommended Drone Equipment: 00:06:00 •Drone Tips: 00:06:00 •Drone Demo: 00:12:00 •Activity - Aerial Photography: 00:01:00 •Intro and for Night Photography: 00:01:00 •Night Photo Demo: 00:04:00 •Activity - Night: 00:01:00 •Intro to Editing: 00:01:00 •Activity - Photo Editing: 00:01:00 •Intro Photoshop: 00:05:00 •Opening Photos in Photoshop CC: 00:05:00 •Cropping in Photoshop CC: 00:03:00 •White Balance in Photoshop CC: 00:04:00 •Proper Photo Editing Workflow in Photoshop Photoshop CC: 00:06:00 •Exposure Photoshop CC: 00:03:00 •Color and Saturation in Photoshop CC: 00:04:00 •Sharpening and Noise Reduction in Photoshop CC: 00:06:00 •Tone Curve in Photoshop CC: 00:03:00 •Effects - Vignettes, Grain, Dehaze in Photoshop CC: 00:04:00 •Saving and Exporting in Photoshop CC: 00:08:00 •HSL and Grayscale in Photoshop CC: 00:05:00 •Split Toning in Photoshop CC: 00:03:00 •Lens Corrections in Photoshop CC: 00:06:00 •Spot and Blemish Removal in Photoshop CC: 00:04:00 •Targeted Adjustments in Photoshop CC: 00:05:00 •Straighten and Transform Tools in Photoshop CC: 00:03:00 •Graduated, Radial, Brush Filters in Photoshop CC: 00:08:00 •Range Masks in Photoshop CC: 00:07:00 •Full Landscape Edit in Photoshop CC: 00:15:00 •Full Portrait in Photoshop CC: 00:11:00 •Cropping in Photoshop CC: 00:04:00 •Layer Panel Workflow in Photoshop CC: 00:02:00 •Making Photo Adjustment in Photoshop CC: 00:11:00 •Removing Background from Photo in Photoshop CC: 00:08:00 •Favorite Tools for Manipulating Photos in Photoshop CC: 00:10:00 •Exporting from Photoshop CC: 00:04:00 •Editing Togather an HDR Photo in Photoshop CC: 00:03:00 •Intro to Lightroom Classic CC: 00:05:00 •Importing and Organizing in Lightroom Classic CC: 00:11:00 •Crop and Rotate Lightroom Classic CC: 00:05:00 •White Balance in Lightroom Classic: 00:08:00 •Exposure in Lightroom Classic CC: 00:06:00 •Color and Saturation in Lightroom Classic CC: 00:04:00 •Sharpening and Noise Reduction in Lightroom Classic CC: 00:07:00 •Vignettes, Grain and Dehaze in Lightroom Classic CC: 00:06:00 •Exporting in Lightroom Classic CC: 00:10:00 •Lens Corrections in Lightroom Classic CC: 00:05:00 •Split Tone in Lightroom Classic CC: 00:05:00 •Removing Blemishes With the Heal and Clone Tools in Lightroom Classic CC: 00:08:00 •Graduated, Radial and Brush Adjustments in Lightroom Classic CC: 00:10:00 •Adjustment Brush Presets in Lightroom Classic CC: 00:03:00 •Range Masks in Lightroom Classic CC: 00:05:00 •Full Edit - Portrait in Lightroom Classic CC: 00:19:00 •Full Edit - Black and White Action in Lightroom Classic CC: 00:09:00 •Intro to Lightroom CC: 00:03:00 •Import and Organize in Lightroom CC: 00:10:00 •Crop and Rotate in Lightroom CC: 00:03:00 •White Balance and Saturation in Lightroom CC: 00:06:00 •Light - Exposure and Tone Curve in Lightroom CC: 00:08:00 •Color Mixer in Lightroom CC: 00:02:00 •Effects in Lightroom CC: 00:05:00 •Split Toning in Lightroom CC: 00:01:00 •Details in Lightroom CC: 00:05:00 •Optics in Lightroom CC: 00:03:00 •Geometry in Lightroom CC: 00:04:00 •Exporting and Sharing Lightroom CC: 00:02:00 •Healing and Clone Brushes in Lightroom CC: 00:04:00 •Brush Adjustments Lightroom CC: 00:04:00 •Radial and Linear Gradients Lightroom CC: 00:05:00 •Advanced Optione and Presets in Lightroom CC: 00:04:00 •Full Edit - Night Photo in Lightroom CC: 00:11:00 •Full Edit - Portrait in Lightroom CC: 00:14:00 •Editing Photos in Your Web Browses With Lightroom CC: 00:03:00 •Intro to Mac Photos: 00:02:00 •Importing and Organizing Mac Photos: 00:07:00 •Cropping and Rotating in Mac Photos: 00:05:00 •Exposure Adjustments in Mac Photos: 00:04:00 •White Balance in Mac Photos: 00:06:00 •Color, Saturation, HSL in Mac Photos: 00:06:00 •Noise Reduction and Sharpening in Mac Photos: 00:07:00 •Vignettes, Contrast, Black and White in Mac Photos: 00:06:00 •Exporting in Mac Photos: 00:06:00 •Full Edit -Portrait in Mac Photos: 00:10:00 •Full Edit - Landscape in Mac Photos: 00:09:00 •Intro to Google Photos: 00:02:00 •Importing and Organizing in Google Photos: 00:04:00 •Editing Photos in Google Photos in Google photos: 00:07:00 •Downloading and Sharing in Google Photos: 00:03:00 •Full Edit - Macro in Google Photos: 00:05:00 •Full Edit - Landscape in Google Photos: 00:06:00 •Intro to Photoshop Express: 00:01:00 •Importing and Understanding the Workspace in Photoshop Express: 00:04:00 •The Editing Workspace and Applying Filters in Photoshop Express: 00:03:00 •Crop and Rotate in Photoshop Expressle: 00:03:00 •Editing Photos in Photoshop Express: 00:07:00 •Red Eye Removal, Text and Frames in Photoshop Express: 00:04:00 •Removing Blemishes: 00:01:00 •Saving and Exporting in Photoshop Express: 00:02:00 •Creating Collages in Photoshop Express: 00:05:00 •Full Edit - Landscape in Photoshop Express: 00:05:00 •Full Edit - Product Photo in Photoshop Express: 00:05:00 •Intro to Snapseed: 00:01:00 •Opening Photos and Navigating the App: 00:05:00 •Making Adjustments and Editing Exposure: 00:05:00 •Cropping: 00:02:00 •White Balance: 00:02:00 •Details and Sharpening: 00:02:00 •Tone Curves: 00:03:00 •Rotate, Perspective and Expand: 00:04:00 •Making Edits to Selected Parts of an Image: 00:04:00 •Removing Blemishes and Healing Brush: 00:01:00 •Snapseed Photo Styles: 00:07:00 •Text and Frames: 00:02:00 •Saving and Exporting: 00:03:00 •Full Portrait Edit: 00:06:00 •Intro to Sharing: 00:02:00 •Online Platforms for Photographers: 00:09:00 •Having Success on Instagram: 00:07:00 •Activity - Portfolio: 00:01:00 •Creating a Portfolio with Wix: 00:17:00 •Chat about Having an Online Presence: 00:07:00 •Chat about Getting More Followers: 00:05:00 •A Chat about Best Web Platforms for Photographers: 00:06:00 •Intro to Starting a Photography Business: 00:01:00 •Starting a Photo Business: 00:04:00 •Finding Your First Client: 00:05:00 •Payments and Accounting: 00:02:00 •How Much Should You Charge: 00:05:00 •Contracts: 00:03:00 •Income and Expense Tracking: 00:03:00 •A Chat About Getting our First Clients: 00:06:00 •A Chat About the Gear You Need to Start a Business: 00:03:00 •A Chat About How Much You Should Charge: 00:09:00 •Intro to Stock Photography: 00:01:00 •The Best Stock Photos Sites to Sell on: 00:02:00 •Selling Stock Photography on Your Own: 00:03:00 •How Licensing: 00:04:00 •How to Print Your Photos: 00:03:00 •How Big Can You Print Your Photos: 00:02:00 •Framing: 00:02:00 •Intro and Tips for Wildlife Photography: 00:02:00 •Wildlife Photography Demonstration: 00:06:00 •Photo Chat - Sam's Archipelago Trip: 00:05:00 •Activity - Nature: 00:01:00 •Thank You and Conclusion Video: 00:03:00

Professional Photography Diploma
Delivered Online On Demand20 hours 27 minutes
£12

Professional Lean Management: Service Industry

4.9(27)

By Apex Learning

Overview This comprehensive course on Professional Lean Management: Service Industry will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Professional Lean Management: Service Industry comes with accredited certification, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Professional Lean Management: Service Industry. It is available to all students, of all academic backgrounds. Requirements Our Professional Lean Management: Service Industry is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 2 sections • 9 lectures • 02:13:00 total length •Module 01: Course Overview: 00:05:00 •Module 02: Introduction: 00:15:00 •Module 03: VSM: 00:16:00 •Module 04: Techniques Part 1: 00:17:00 •Module 05: Techniques Part 2: 00:17:00 •Module 06: Techniques Part 3: 00:35:00 •Module 07: Techniques Part 4: 00:17:00 •Module 08: Conclusion: 00:11:00 •Assignment - Professional Lean Management: Service Industry: 00:00:00

Professional Lean Management: Service Industry
Delivered Online On Demand2 hours 13 minutes
£12

Power Electronics for Electrical Engineering

4.9(27)

By Apex Learning

Overview This comprehensive course on Power Electronics for Electrical Engineering will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Power Electronics for Electrical Engineering comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Power Electronics for Electrical Engineering. It is available to all students, of all academic backgrounds. Requirements Our Power Electronics for Electrical Engineering is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 6 sections • 105 lectures • 15:01:00 total length •Module 1- Introduction to Power Electronics: 00:13:00 •Module 2- Uncontrolled Switches: 00:17:00 •Module 3- What is the Benefit of Diode: 00:06:00 •Module 4- Semi-Controlled Switches Part 1: 00:09:00 •Module 5- Semi-Controlled Switches Part 2: 00:14:00 •Module 6- Semi-Controlled Switches Part 3: 00:05:00 •Module 7- What is the Benefit of Thyristor: 00:05:00 •Module 8- Fully Controlled Switches Part 1: 00:17:00 •Module 9- Fully Controlled Switches Part 2: 00:10:00 •Module 10- Fully Controlled Switches Part 3: 00:12:00 •Module 1- Overview on Rectifiers: 00:02:00 •Module 2- Rectifier Definition: 00:01:00 •Module 3- Half Wave Uncontrolled Rectifier with R Load: 00:21:00 •Module 4- Example on Half Wave Uncontrolled Rectifier with R Load Part 1: 00:06:00 •Module 5- Example on Half Wave Uncontrolled Rectifier with R Load Part 2: 00:07:00 •Module 6- Half Wave Uncontrolled Rectifier with RL Load: 00:10:00 •Module 7- Derivation of the Discontinuous Current in R-L Load: 00:08:00 •Module 8- Freewheeling Diode (Commutation Diode): 00:03:00 •Module 9- Half Wave R-L Load with FWD: 00:09:00 •Module 10- Difference Between Continuous and Discontinuous Mode in RL Load: 00:07:00 •Module 11- Half Wave RL Load with FWD Continuous Mode: 00:06:00 •Module 12- Example on Half Wave Rectifier with FWD: 00:07:00 •Module 13- Bridge Full Wave Uncontrolled Rectifier Part 1: 00:07:00 •Module 14- Bridge Full Wave Uncontrolled Rectifier Part 2: 00:05:00 •Module 15- Quick Revision on Bridge Full Wave Uncontrolled Rectifier: 00:06:00 •Module 16- Firing Angle: 00:02:00 •Module 17- Half Wave Controlled Rectifier R Load: 00:05:00 •Module 18- Half Wave Controlled Rectifier R-L Load: 00:04:00 •Module 19- Half Controlled R-L Load with FWD: 00:06:00 •Module 20- Example 1: 00:07:00 •Module 21- Example 2: 00:08:00 •Module 22- Example 3: 00:13:00 •Module 23- Example 4: 00:09:00 •Module 24- Example 5: 00:05:00 •Module 25- Fully Controlled Bridge Rectifier Part 1: 00:06:00 •Module 26- Fully Controlled Bridge Rectifier Part 2: 00:06:00 •Module 27- Quick Revision on Bridge Full Wave Controlled Rectifier: 00:02:00 •Module 28- Example 6: 00:08:00 •Module 29- Half Controlled Bridge Rectifier: 00:08:00 •Module 30- Half Controlled Bridge Rectifier with FWD: 00:05:00 •Module 31- Example 7: 00:06:00 •Module 32- Example 8: 00:07:00 •Module 33- Performance Parameters: 00:04:00 •Module 34- Power Factor: 00:04:00 •Module 1- Introduction to AC Choppers: 00:02:00 •Module 2- Definition of AC Choppers: 00:05:00 •Module 3- Switching Techniques in AC Choppers: 00:06:00 •Module 4- Applications on AC Choppers: 00:03:00 •Module 5- Types of AC Choppers: 00:02:00 •Module 6- AC Chopper with R Load: 00:14:00 •Module 7- Example 1 on AC Chopper with R Load: 00:06:00 •Module 8- Example 2 on AC Chopper with R Load: 00:04:00 •Module 9- AC Chopper with L Load Part 1: 00:13:00 •Module 10- AC Chopper with L Load Part 2: 00:06:00 •Module 11- Example on AC Chopper with L Load: 00:08:00 •Module 12- AC Chopper with RL Series Load: 00:20:00 •Module 13- Example on AC Chopper with RL Series Load: 00:07:00 •Module 14- AC Chopper with RL Parallel Load: 00:25:00 •Module 15- Example on AC Chopper with RL Parallel Load: 00:06:00 •Module 16- AC Chopper with Pure Capacitive Load: 00:14:00 •Module 17- Example on AC Chopper with Pure Capacitive Load: 00:04:00 •Module 18- AC Chopper Loaded by Heavy Rectifier: 00:06:00 •Module 19- AC Chopper Loaded by an AC Motor with Sinusoidal Back Emf: 00:12:00 •Module 20- Example on AC Chopper Loaded by an AC Motor with Sinusoidal Back Emf: 00:08:00 •Module 21- Integral Cycle Control: 00:11:00 •Module 22- Example on Integral Cycle Control: 00:04:00 •Module 1- Introduction to DC Choppers: 00:02:00 •Module 2- Definition and Application of DC Choppers: 00:05:00 •Module 3- Step down DC Chopper with R Load: 00:12:00 •Module 4- Example on Step Dwon DC Chopper with R Load: 00:08:00 •Module 5- Generation of Duty Cycle: 00:09:00 •Module 6- Switching Techniques: 00:03:00 •Module 7- Step Down DC Chopper with RLE Load Part 1: 00:19:00 •Module 8- Step Down DC Chopper with RLE Load Part 2: 00:15:00 •Module 9- Example 1 on Step Down DC Chopper with RLE Load: 00:13:00 •Module 10- Example 2 on Step Down DC Chopper with RLE Load: 00:02:00 •Module 11- Step Up DC Chopper with R or RL Load: 00:09:00 •Module 12- Step Up DC Chopper with RE Load: 00:15:00 •Module 13- Example on Step Up DC Chopper with RE Load: 00:20:00 •Module 14- Buck Regulator Part 1: 00:16:00 •Module 15- Buck Regulator Part 2: 00:17:00 •Module 16- Example on Buck Regulator: 00:03:00 •Module 17- Boost Regulator: 00:23:00 •Module 18- Example on Boost Regulator: 00:06:00 •Module 19- Buck Boost Converter: 00:17:00 •Module 20- Example on Buck-Boost Converter: 00:05:00 •Module 1- Introduction to Inverters: 00:02:00 •Module 2- Definition of Inverters: 00:04:00 •Module 3- Importance and Applications of Inverters: 00:08:00 •Module 4- Single Phase Half Bridge R-Load: 00:15:00 •Module 5- Single Phase Half Bridge RL- Load: 00:08:00 •Module 6- Performance Parameters of an Inverter: 00:05:00 •Module 7- Example on Single Phase Half Bridge: 00:10:00 •Module 8- Single Phase Bridge Inverter R- Load: 00:06:00 •Module 9- Single Phase Bridge Inverter RL- Load: 00:07:00 •Module 10- Example on Single Phase Bridge Inverter: 00:06:00 •Module 11- Three Phase Inverters and Obtaining the Line Voltages: 00:15:00 •Module 12- Threee Phase Inverters and Obtaining The Phase Voltages: 00:17:00 •Module 13- Example on Three Phase Inverters: 00:16:00 •Module 14- Single Pulse Width Modulation: 00:13:00 •Module 15- Multiple Pulse Width Modulation: 00:13:00 •Module 16- Example on Multiple Pulse Width Modulation: 00:04:00 •Module 17- Sinusoidal Pulse Width Modulation: 00:16:00 •Module 18- Industrial Inverter: 00:03:00 •Assignment - Power Electronics for Electrical Engineering: 3 days

Power Electronics for Electrical Engineering
Delivered Online On Demand15 hours 1 minutes
£12

Retail Customer Service Training

4.9(27)

By Apex Learning

Overview Any retail store or business will quickly fail if it provides poor Customer Service. Learn how to ensure yours has guaranteed footfall and returning clients. This Retail Customer Service Training course delivers useful and insightful methods for keeping shoppers happy and satisfied with their purchases. This tutorial's contents are packed with practical information about the ethics and principles of the selling process. You will learn how to "exploit" trends for popular products, interact directly with customers in an appropriate manner, act promptly on feedback, supply a fair returns process, and genuinely make your consumers feel important and cared for. Become a customer magnet by enrolling now. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is this course for? There is no experience or previous qualifications required for enrolment on this Retail Customer Service Training. It is available to all students, of all academic backgrounds. Requirements Our Retail Customer Service Training is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 3G or 4G.There is no time limit for completing this course, it can be studied in your own time at your own pace. Career path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management , Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 13 sections • 12 lectures • 03:28:00 total length •Who We Are and What We Do: 00:18:00 •The Sales Process and Checkout: 00:30:00 •Importance of Consumer Behaviour: 00:30:00 •Taking Trends and Targeting Customers Effectively: 00:13:00 •The Importance of Communicating with Customers: 00:20:00 •Identifying and Addressing Customer Needs: 00:13:00 •Generating Return Business: 00:16:00 •In-Person Customer Service: 00:11:00 •Giving Customer Service over the Phone: 00:13:00 •Providing Electronic Customer Service: 00:13:00 •Recovering Difficult Customers: 00:16:00 •Understanding When to Escalate: 00:15:00

Retail Customer Service Training
Delivered Online On Demand3 hours 28 minutes
£12

Resilience Masterclass

4.9(27)

By Apex Learning

Overview This comprehensive course on Resilience Masterclass will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Resilience Masterclass comes with accredited certification, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Resilience Masterclass. It is available to all students, of all academic backgrounds. Requirements Our Resilience Masterclass is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 1 sections • 10 lectures • 00:41:00 total length •Module 01: 3 Reasons Therapy May Help Boost Your Resilience: 00:04:00 •Module 02: 3 Signs That You Are Resilient: 00:04:00 •Module 03: 3 Ways to Boost Your Child's Resilience: 00:04:00 •Module 04: 4 Myths about Resilience to Stop Believing Today: 00:04:00 •Module 05: 4 Reasons Why Resilience Matters in the Workplace: 00:04:00 •Module 06: Become Resilient With the Seven Cs of Resilience: 00:04:00 •Module 07: Top 5 Attributes Of Resilient People: 00:04:00 •Module 08: Top 5 Benefits of Resilience: 00:04:00 •Module 09: Top 5 Ways to Boost Resilience to Overcome Adversity in Life: 00:04:00 •Module 10: What is Resilience?: 00:05:00

Resilience Masterclass
Delivered Online On Demand41 minutes
£12

Purchasing & Procurement

4.9(27)

By Apex Learning

Overview This comprehensive course on Purchasing & Procurement will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Purchasing & Procurement comes with accredited certification, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Purchasing & Procurement. It is available to all students, of all academic backgrounds. Requirements Our Purchasing & Procurement is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 15 sections • 14 lectures • 04:33:00 total length •Module 01: Supply Chain Basics: 00:17:00 •Module 02: Role of Procurement in an Organisation: 00:23:00 •Module 03: The Purchasing Cycle: 00:14:00 •Module 04: Purchasing Toolkits: 00:32:00 •Module 05: Managing Competitive Bids: 00:22:00 •Module 06: Quality Management: 00:40:00 •Module 07: Supplier Relationship Management: 00:22:00 •Module 08: Analysing and Reducing Risk in the Supply Chain: 00:15:00 •Module 09: Improving Efficiency and Accuracy: 00:10:00 •Module 10: Category Management: 00:31:00 •Module 11: Inventory Management: 00:24:00 •Module 12: E-Procurement: 00:23:00 •Recommended Readings - Purchasing and Procurement: 00:00:00 •Assignment - Purchasing & Procurement: 00:00:00

Purchasing & Procurement
Delivered Online On Demand4 hours 33 minutes
£12

Public Speaking and Presentation Skill Course

4.9(27)

By Apex Learning

Overview This comprehensive course on Public Speaking and Presentation Skill Course will deepen your understanding on this topic .After successful completion of this course you can acquire the required skills in this sector. This Public Speaking and Presentation Skill Course comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Public Speaking and Presentation Skill Course. It is available to all students, of all academic backgrounds. Requirements Our Public Speaking and Presentation Skill Course is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 10 sections • 45 lectures • 02:30:00 total length •Welcome to the Course: 00:03:00 •How to Talk Effectively?: 00:03:00 •Understand the Key Elements of Course: 00:04:00 •Why Don't People Learn Presentation Skills OR Public Speaking Skills?: 00:02:00 •#1 Unlearn Excuses, Kill this Unlearning First: 00:03:00 •#2 Unlearn Excuses, Stage Fear is like any other Fear: 00:01:00 •#3 Unlearn Excuses, My English is not Good?: 00:02:00 •#4 Unlearn Excuses, Going Blank!!!: 00:01:00 •#5 Unlearn Excuses, Feeling Nervous: 00:02:00 •#6 Unlearn Excuses, Inconsistency?: 00:03:00 •#7 Unlearn Excuses, WHY I need to LEARN??: 00:03:00 •#8 Unlearn Excuses, Background: 00:04:00 •Is this happened with you?: 00:05:00 •When was the Last Time You Invested Money for Self Development?: 00:05:00 •When was the last time you got an opportunity to talk in front of people?: 00:05:00 •#1 HOOKING, Pause and Pan Technique: 00:03:00 •#2 HOOKING, Smile Technique: 00:05:00 •#1 How to Start any Speech or Presentation? 'I Remember': 00:03:00 •#2 How to Start any Speech or Presentation? 'Appreciate': 00:02:00 •#3 How to Start any Speech or Presentation? 'You Focus': 00:01:00 •#4 How to Start any Speech or Presentation? 'Imagine': 00:02:00 •#5 How to Start any Speech or Presentation? 'Common': 00:02:00 •#6 How to Start any Speech or Presentation? 'Numbers': 00:02:00 •Body Language Introduction: 00:02:00 •Which Body part included for Body Language: 00:03:00 •#1 Body Language, 'EYES': 00:05:00 •#2 Body Language, 'LIPS': 00:02:00 •#3 Body Language, 'NECK': 00:03:00 •#4 Body Language, 'SHOULDERS': 00:02:00 •#5 Body Language, 'HANDS': 00:10:00 •#6 Body Language, 'LEGS': 00:06:00 •Body Language Brief Summary: 00:05:00 •Vocal Variety Technique Unlearn: 00:03:00 •Vocal Variety VST Technique, 'VOLUME': 00:02:00 •Vocal Variety VST Technique, 'SPEED': 00:05:00 •Vocal Variety VST Technique, 'TONE': 00:05:00 •Vocal Variety VST Technique, 'QUICK SUMMARY': 00:05:00 •End of Presentation: 00:06:00 •Closing Message: 00:02:00 •No Skill is Natural: 00:09:00 •Speak Up To the Ears: 00:01:00 •Do Not Use I Hope: 00:01:00 •When was the Last Time You Got Opportunity to Talk Infront of People?: 00:02:00 •When was the Last Time You Invested Money for Self Development?: 00:05:00 •Assignment - Public Speaking and Presentation Skill Course: 00:00:00

Public Speaking and Presentation Skill Course
Delivered Online On Demand2 hours 30 minutes
£12

Property Management

4.9(27)

By Apex Learning

Overview This comprehensive course on Property Management will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Property Management comes with accredited certification, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Property Management. It is available to all students, of all academic backgrounds. Requirements Our Property Management is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 11 sections • 10 lectures • 02:26:00 total length •Module 1 - Introduction to Property Management: 00:12:00 •Module 2 - The Role and Responsibilities of a Property Manager: 00:11:00 •Module 3 - Listing Properties and Marketing: 00:25:00 •Module 4 - The Letting Process and Tenancy Agreement: 00:32:00 •Module 5 - The Property Management Process: 00:32:00 •Module 6 - Keeping Tenants Long Term: 00:10:00 •Module 7 - Regulations of Property Management: 00:11:00 •Module 8 - Changes in the UK Property Market: An Opportunity: 00:13:00 •Recommended Readings - Property Management: 00:00:00 •Assignment - Property Management: 3 days

Property Management
Delivered Online On Demand2 hours 26 minutes
£12