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

290 Courses in Cardiff delivered On Demand

Learn AutoCAD Programming using VB.NET - Hands On!

4.5(3)

By Studyhub UK

The course 'Learn AutoCAD Programming using VB.NET - Hands On!' provides comprehensive training in using VB.NET to program and automate tasks in AutoCAD. It covers essential concepts, components of the AutoCAD .NET API, creating and manipulating AutoCAD objects, exploring AutoCAD dictionaries, user interactions, selection sets, and developing practical projects. Participants will gain the necessary skills to efficiently create custom plugins and enhance their productivity in AutoCAD. Learning Outcomes: Understand the fundamentals of VB.NET programming and its relevance to AutoCAD. Explore the AutoCAD .NET API components and learn to work with the AutoCAD object hierarchy. Create and manipulate various AutoCAD objects such as lines, circles, polylines, and more using VB.NET. Implement AutoCAD dictionaries to manage layers, line types, text styles, and other entities. Utilize user interactions for input and output in VB.NET, enhancing the user experience. Work with selection sets and filters to efficiently select and process AutoCAD objects. Develop hands-on projects, including a BlocksCounter plugin and an ObjectExtractor plugin, to reinforce learning and practical application. Why buy this Learn AutoCAD Programming using VB.NET - Hands On!? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on 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 Learn AutoCAD Programming using VB.NET - Hands On! 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 £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Learn AutoCAD Programming using VB.NET - Hands On! does not require you to have any prior qualifications or experience. You can just enrol and start learning.  Prerequisites This Learn AutoCAD Programming using VB.NET - Hands On! was made by professionals and it is compatible with all PC's, Mac's, 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 bonus, you will be able to pursue multiple occupations. This Learn AutoCAD Programming using VB.NET - Hands On! is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Unit 01: Introduction Module 01: Course Outline 00:05:00 Module 02: Introduction 00:01:00 Module 03: Who is this Course for? 00:01:00 Module 04: What will I learn from this Course? 00:01:00 Module 05: What is VB.NET? 00:01:00 Module 06: What is AutoCAD .NET API? 00:01:00 Module 07: What are the advantages of programming in AutoCAD .NET API? 00:01:00 Module 08: Hands-on Projects overview 00:06:00 Unit 02: Exploring AutoCAD .NET API Components Module 01: AutoCAD .NET API Components Overview 00:01:00 Module 02: AutoCAD .NET API Assemblies 00:02:00 Module 03: Understanding AutoCAD Object Hierarchy 00:03:00 Module 04: AutoCAD .NET API Application Object 00:02:00 Module 05: AutoCAD .NET API Document Object 00:02:00 Module 06: AutoCAD .NET API Database Object 00:04:00 Unit 03: Hello AutoCAD from VB.NET Module 01: Section Overview 00:04:00 Module 02: Installing Visual Studio 2019 00:05:00 Module 03: Setting up Visual Studio 2019 Integrated Development Environment (IDE) 00:04:00 Module 04: Creating First VB.NET Plugin (Hello AutoCAD) 00:12:00 Module 05: Different ways to communicate with the User 00:04:00 Module 06: Configuring VS2019 Target Processor 00:10:00 Unit 04: Creating AutoCAD Objects using VB.NET Module 01: Creating AutoCAD Object using VB.NET Overview 00:01:00 Module 02: Creating DrawObjects Project 00:04:00 Module 03: Creating a Line Object using VB.NET 00:15:00 Module 04: Creating a MText Object using VB.NET 00:12:00 Module 05: Creating a Circle Object using VB.NET 00:09:00 Module 06: Creating an Arc Object using VB.NET 00:07:00 Module 07: Creating a Polyline Object using VB.NET 00:08:00 Module 08: Creating Multiple Circles Vertically 00:09:00 Module 09: Creating Multiple Circles Horizontally 00:05:00 Unit 05: Manipulating AutoCAD Objects using VB.NET Module 01: Manipulating AutoCAD Objects Overview 00:01:00 Module 02: Creating the Project ManipulateObjects 00:04:00 Module 03: Creating the SingleCopy Method 00:13:00 Module 04: Creating the MultipleCopy Method 00:11:00 Module 05: Creating the EraseObject Method 00:12:00 Module 06: Creating the MoveObject method 00:07:00 Module 07: Creating the MirrorObject method 00:10:00 Module 08: Creating the RotateObject method 00:07:00 Module 09: Creating the ScaleObject method 00:05:00 Module 10: Creating the OffsetObject method 00:05:00 Unit 06: Exploring AutoCAD Dictionaries using VB.NET Module 01: Exploring AutoCAD Dictionaries - Overview 00:02:00 Module 02: Creating LayersLineTypesAndStyles Project 00:06:00 Module 03: Creating the ListLayers Method 00:11:00 Module 04: Creating the CreateLayer Method 00:10:00 Module 05: Creating the UpdateLayer Method 00:12:00 Module 06: Creating the SetLayerOnOff Method 00:08:00 Module 07: Creating the SetLayerFrozenOrThaw Method 00:04:00 Module 08: Creating the DeleteLayer Method 00:05:00 Module 09: Creating the LockUnlockLayer Method 00:04:00 Module 10: Creating the SetLayerToObject Method 00:08:00 Module 11: Creating the ListLineTypes Method 00:09:00 Module 12: Creating the LoadLineType Method 00:07:00 Module 13: Creating the SetCurrentLineType Method 00:05:00 Module 14: Creating the DeleteLineType Method 00:09:00 Module 15: Creating the SetLineTypeToObject Method 00:05:00 Module 16: Exploring TextStyles - Overview 00:01:00 Module 17: Creating the ListStyles Method 00:08:00 Module 18: Creating the UpdateCurrentTextStyleFont Method 00:12:00 Module 19: Creating the SetCurrentTextStyle Method 00:08:00 Module 20: Creating the SetTextStyleToObject Method 00:08:00 Unit 07: User Interactions in VB.NET Module 01: User Input Functions - Overview 00:02:00 Module 02: Creating the UserInteractions Project 00:03:00 Module 03: Creating the GetName Method 00:11:00 Module 04: Creating the SetLayer Method using the GetString function 00:12:00 Module 05: Creating the CreateLineUsingGetpoint Method 00:11:00 Module 06: Creating the CalculateDefinedArea Method 00:17:00 Module 07: Creating the DrawObjectsUsingGetKeywords Method 00:14:00 Module 08: Creating the GetDistanceBetweenTwoPoints Method 00:05:00 Module 09: Creating the CountObjects Method 00:15:00 Unit 08: Selection Sets and Filters Module 01: Selection Sets and Filters - Overview 00:13:00 Module 02: Creating the SelectionSets Project 00:05:00 Module 03: Creating the SelectAllAndChangeLayer Method 00:12:00 Module 04: Creating the SelectObjectOnScreen Method 00:08:00 Module 05: Creating the SelectWindowAndChangeColor Method 00:06:00 Module 06: Creating the SelectCrossingAndDelete Method 00:05:00 Module 07: Creating the SelectFenceAndChangeLayer Method 00:06:00 Module 08: Creating the CountPickFirstSelection Method 00:07:00 Module 09: Creating the SelectLines Method 00:13:00 Module 10: Creating the SelectMTexts Method 00:05:00 Module 11: Creating the SelectPlines Method 00:04:00 Module 12: Creating the SelectWalls Method 00:07:00 Module 13: Creating the SelectStairs Method 00:03:00 Module 14: Creating the SelectFrenchDoors Method 00:04:00 Module 15: Creating the SelectBifoldDoors Method 00:03:00 Module 16: Creating CountReceptacles Method 00:04:00 Module 17: Creating the CountLightingFixtures Method 00:10:00 Unit 09: Developing Projects - Hands On Module 01: Developing Projects - Hands on Overview 00:02:00 Module 02: BlocksCounter Plugin Demo 00:03:00 Module 03: Creating the BlocksCounter Project 00:04:00 Module 04: Creating the CountBlocksToTable Method 00:08:00 Module 05: Creating the PromptUser Function 00:08:00 Module 06: Creating the GatherBlocksAndDrawTable Method 00:12:00 Module 07: Continuation of GatherBlocksAndDrawTable Method 00:17:00 Module 08: Running and Debugging the BlocksCounter Project - Part 1 00:15:00 Module 09: Running and Debugging the BlocksCounter Project - Part 2 00:11:00 Module 10: Running and Debugging the BlocksCounter Project - Part 3 00:01:00 Module 11: Creating the ObjectExtractor Plugin Project 00:04:00 Module 12: Creating the ExtractObjects Method 00:07:00 Module 13: Creating the ExtractLine Method 00:16:00 Module 14: Running and Debugging the ExtractLine Method 00:05:00 Module 15: Creating the ExtractCircle Method 00:11:00 Module 16: Creating the ExtractMText Method 00:13:00 Module 17: Creating the ExtractPolyline Method 00:19:00 Module 18: Creating the ExtractBlock Method 00:10:00 Unit 10: Conclusion Module 01: Congratulations and Thank you very much! 00:01:00 Assignment Assignment - Learn AutoCAD Programming using VB.NET - Hands On! 00:00:00

Learn AutoCAD Programming using VB.NET - Hands On!
Delivered Online On Demand12 hours 9 minutes
£10.99

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16

By Packt

Do you want to create outstanding apps with SwiftUI? Moreover, are you eager to build up your professional portfolio and show up in your next job interview with confidence? This complete iOS application development course is designed to teach you how to become an advanced multiplatform app developer using Apple's native user interface framework: SwiftUI.

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16
Delivered Online On Demand21 hours 13 minutes
£59.99

Vue.js 2 Academy: Learn Vue Step by Step

By Packt

Learn Vue.js through a practical, project-based approach, along with understanding how to use the Vue CLI and Firebase storage

Vue.js 2 Academy: Learn Vue Step by Step
Delivered Online On Demand8 hours 30 minutes
£101.99

Become An Ethereum Blockchain Developer

By Packt

Discover Ethereum blockchain development with our comprehensive course. From the fundamentals of Solidity to advanced topics such as NFTs and Truffle, we will gain practical skills through hands-on projects. Whether a beginner or an experienced developer, this course equips us with the tools and knowledge to excel in Ethereum blockchain development.

Become An Ethereum Blockchain Developer
Delivered Online On Demand11 hours 18 minutes
£67.99

Photoshop CC 2019 MasterClass

5.0(1)

By Course Gate

The aim of this course is to guide you to use Photoshop CC, an industry-leading image editing application and help you become an Adobe Certified Associate. With this course, you will discover the basics of digital imaging-from working with multiple images to customising the Photoshop interface according to your needs. Learn to use different Photoshop tools to edit, crop and retouch photos, without compromising the highest-quality output. This course also illustrates the most productive methods to perform common tasks and explains how to work efficiently and excellently with Adobe Photoshop. Furthermore, master the critical features such as adjustment layers, blend modes, filters, and so much more, and unveil the secrets of nondestructive editing using Smart Objects. On completion, you will be empowered and able to instantly get the image results you want and consider yourself as a creative professional. Your Learning Goals: Discover all the tools and features that loaded with Photoshop CC 2019 and get the image results you want. Learn different kinds of Selection techniques Work with images and combine images together seamlessly. Explore the most efficient ways to perform common editing tasks and retouching like a pro. Know the advantage and disadvantage of various image file formats. Learn useful keyboard shortcuts and smart practices to export and share images. Build confidence and be comfortable in using Adobe Photoshop CC. Develop all the skills needed to design your own graphics from start to finish. Who is this Course for? This endorsed Photoshop CC 2019 MasterClass  is ideal for those who have prior experience and practical knowledge in this field and would like to build on their skills to work their way up to a senior-level role. Those who are new to HR and want to expand their knowledge of fundamental principles and procedures will also find this course beneficial. This course is a complete introduction to the fundamentals of HR management and will benefit newcomers in this industry who are looking to add new skills to their CV. Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of the English language, numeracy and ICT are required to attend this course. CPD Certificate from Course Gate  At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path This course opens a new door for you to enter the relevant job market and also gives you the opportunity to acquire extensive knowledge along with required skills to become successful. You will be able to add our qualification to your CV/resume which will help you to stand out in the competitive job industry. Course Curriculum Introduction Why learn Photoshop? 00:03:00 How to study from this course 00:03:00 Getting an Adobe Certification 00:05:00 Basics Basics Chapter Introduction 00:01:00 Working with Images 00:10:00 User Interface 00:11:00 Navigation 00:09:00 Image Size and Resolution 00:08:00 Cropping Images 00:10:00 Color Modes 00:06:00 Layers Layers Chapter Introduction 00:01:00 Layers Essentials 00:14:00 Layers panel 00:11:00 Special Layers 00:13:00 Layer Styles 00:07:00 Blend Modes 00:07:00 Drawing Drawing Chapter Introduction 00:01:00 Brush Tool Essentials 00:17:00 Creating Custom Brush 00:14:00 Vector Shapes 00:17:00 Tranformations Transformations Chapter Introduction 00:01:00 Tranformations Essentials 00:15:00 Special Transformations 00:10:00 Selections Selections based on color and contrast 00:16:00 Selections based on color and contrast 00:24:00 Advanced Selection Techniques 00:12:00 Complex Selection Project 00:16:00 Masking Masking Chapter Introduction 00:01:00 Non-destructive Workflow 00:24:00 Pixel Masks 00:16:00 Vector Masks for Geometric Shapes 00:10:00 Vector Masks for Organic Shapes 00:07:00 Smart Objects Smart Objects Chapter Introduction 00:01:00 Smart Objects Essential 00:09:00 Vector Smart Objects 00:07:00 Linked Smart Objects 00:11:00 Smart Filters 00:15:00 Adjustment Layers Adjustment Layers Chapter Introduction 00:01:00 Adjustment Layers Essentials 00:10:00 Tonal Adjustments 00:15:00 Color Adjustments 00:19:00 Contrast Adjustments 00:10:00 Retouching Retouching Chapter Introduction 00:01:00 Healing Brushes 00:14:00 Clone Stamp Tool Essentials Part 1 00:23:00 Liquify Filter 00:11:00 Content-aware Techniques 00:13:00 Dodge and Burn Tools 00:15:00 Portrait Retouching project 00:25:00 Photo Restoration project 00:14:00 Advanced Clone Stamp Tool Techniques 00:13:00 Bridge and Camera RAW Chapter Introduction 00:01:00 Bridge Integration 00:08:00 Adobe Camera RAW 00:05:00 Type Type Chapter Introduction 00:01:00 Working with Text 00:15:00 Formatting Text 00:10:00 Creative Techniques with Text 00:18:00 Save and Export Chapter Introduction 00:01:00 Saving Your Work 00:09:00 Creating Print-ready PDFs 00:12:00 Saving Files for the Web 00:08:00 Workflows Workflows Chapter Introduction 00:01:00 Timeline Panel 00:12:00 3D Layers 00:15:00 Lightroom Integration 00:10:00 User Experience Design 00:04:00 Photoshop Mobile Apps 00:13:00 New Features in CC 2018 Variable and SVG Fonts 00:06:00 Updated Brushes panel 00:03:00 Brush Smoothing 00:07:00 Symmetrical Painting 00:02:00 Curvature Tool 00:04:00 Select & Mask 00:03:00 Improved Upscaling with Preserve Details 2.0 00:05:00 General Improvements 00:04:00 Conclusion 00:01:00 CC 2019 New Features Content-Aware Fill Workspace 00:06:00 Painting Improvements 00:07:00 Frame Tool 00:15:00 Updated behaviours 00:10:00 Conclusion Prepare for the Adobe Certified Associate exam 00:09:00 Build Your Portfolio 00:05:00 Exercise Files Exercise files - Photoshop CC 2019 MasterClass 00:00:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Photoshop CC 2019 MasterClass
Delivered Online On Demand12 hours 57 minutes
£11.99

Real-World DevOps Project From Start to Finish

By Packt

Embark on a transformative DevOps journey! This comprehensive course equips you with skills in Ansible, Docker, GitLab, backups, and more. Master the art of self-hosting your infrastructure, streamlining deployments, and boosting efficiency. Launch your DevOps career today and unleash the endless possibilities!

Real-World DevOps Project From Start to Finish
Delivered Online On Demand5 hours 56 minutes
£48.99

Public Realm Manager Course

5.0(2)

By Training Express

The Public Realm Manager course offers a deep dive into the multifaceted world of public spaces and their management. With a focus on urban planning, community development, and sustainable practices, this course prepares you to effectively oversee and enhance public areas, ensuring they are functional, accessible, and aesthetically pleasing. Whether it's managing parks, squares, or urban streets, you will gain a thorough understanding of the principles that guide the improvement and maintenance of these vital spaces. Through engaging modules, this course will help you develop key strategies for managing public realms efficiently, with a focus on environmental stewardship, safety, and user experience. Ideal for professionals looking to enhance their skillset or those already involved in public space management, the course provides you with the knowledge to implement best practices that improve the quality of life in urban environments. This training will equip you to confidently oversee projects, influence policies, and collaborate with stakeholders to create spaces that benefit everyone in the community. Key Features CPD Accredited FREE PDF + Hardcopy certificate Fully online, interactive course Self-paced learning and laptop, tablet and smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Course Curriculum Module 01 : Introduction to Public Realm Management Module 02 : Planning and Design Principles Module 03 : Management and Maintenance Module 04 : Sustainability and Resilience Module 05 : Legal and Regulatory Framework Module 06 : Public Realm and Social Equity Learning Outcomes: Understand urban space enhancement strategies. Develop effective public realm design principles. Master management and maintenance techniques. Foster sustainability and resilience in public spaces. Navigate the legal and regulatory aspects of urban planning. Promote social equity through inclusive public realm management. Accreditation This course is CPD Quality Standards (CPD QS) accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Urban planners and designers Environmentalists and sustainability advocates Local government officials Landscape architects Community development professionals Property developers Non-profit organizations focused on public spaces Anyone passionate about creating vibrant, inclusive urban environments Career path Urban Planner Landscape Architect Sustainability Consultant Community Development Officer Environmental Policy Analyst Local Government Administrator Certificates Digital certificate Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Hard copy certificate Hard copy certificate - Included Also, you can have your FREE printed certificate delivered by post (shipping cost £3.99 in the UK). For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

Public Realm Manager Course
Delivered Online On Demand1 hour
£12

Salesforce Integration With External Systems Part 1

By Packt

Accelerate your Salesforce integration expertise and master SOAP, REST, BULK API, and Streaming. Gain hands-on experience with Postman and SOAP UI and set up your environment with Visual Studio Code. Tailored for developers and Salesforce certification aspirants, this course will elevate your skills technically. Enroll now to advance your career!

Salesforce Integration With External Systems Part 1
Delivered Online On Demand10 hours 9 minutes
£44.99

Unreal Engine 5 - Blueprints Game Developer Masterclass

By Packt

Using Blueprints in UE5, you can learn game development without coding. This beginner-friendly course will teach you how to use Unreal Engine's visual coding system. There is no prior experience required, and each lesson will gradually increase your knowledge.

Unreal Engine 5 - Blueprints Game Developer Masterclass
Delivered Online On Demand14 hours 15 minutes
£82.99

R Ultimate 2023 - R for Data Science and Machine Learning

By Packt

Get involved in a learning adventure, mastering R from foundational basics to advanced techniques. This course is a gateway to the realm of data science. Explore statistical machine learning models and intricacies of deep learning and create interactive Shiny apps. Unleash the power of R and elevate your proficiency in data-driven decision-making.

R Ultimate 2023 - R for Data Science and Machine Learning
Delivered Online On Demand22 hours 16 minutes
£59.99