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

3052 Courses in Edinburgh delivered Online

55320 Programming with HTML, CSS, and JavaScript

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for students new to computer programming or experienced programmers who are new to client-side web development. Overview After completing this course, you will be able to: Describe the technologies involved in web development. Create HTML pages with links and images. Explain the benefits of CSS. Style HTML pages with CSS. Explain the concepts of objects, methods, and properties. Work with JavaScript variables. Create their own custom functions in JavaScript. Write flow control logic in JavaScript. Write JavaScript code that listens for and handles events, such as mouse clicks and page loads. Create forms with HTML and validate them with JavaScript. Use regular expressions in JavaScript for advanced form validation. This course is intended for IT professionals interested in becoming client-side web developers. who need to get a jump start on all three technologies. The course includes more than 30 exercises, providing a rapid hands-on introduction to the three major client-side languages: HTML, CSS, and JavaScript. Students should be prepared to cover a lot of ground quickly.This material updates and replaces course Microsoft course 20480 which was previously published under the title Programming in HTML5 with JavaScript and CSS3. Module 1: A Quick Overview of Web Development HTML is Part of a Team Client-side Programming Server-side Programming Web Development Technologies Module 2: Introduction to HTML Exercise: A Simple HTML Document Getting Started with a Simple HTML Document HTML Elements, Attributes, and Comments The HTML Skeleton Viewing the Page Source Special Characters HTML Elements and Special Characters History of HTML The lang Attribute Module 3: Paragraphs, Headings, and Text Paragraphs Heading Levels Breaks and Horizontal Rules Exercise: Paragraphs, Headings, and Text The div Tag Creating an HTML Page Quoted Text Preformatted Text Inline Semantic Elements Exercise: Adding Inline Elements Module 4: HTML Links Links Introduction Text Links Absolute vs. Relative Paths Targeting New Tabs Email Links Exercise: Adding Links Lorem Ipsum The title Attribute Linking to a Specific Location on the Page Targeting a Specific Location on the Page Module 5: HTML Images Inserting Images Image Links Adding Images to the Document Exercise: Adding Images to the Page Providing Alternative Images Module 6: HTML Lists Unordered Lists Ordered Lists Definition Lists Exercise: Creating Lists Module 7: Crash Course in CSS Benefits of Cascading Style Sheets CSS Rules Selectors Combinators Precedence of Selectors How Browsers Style Pages CSS Resets CSS Normalizers External Stylesheets, Embedded Stylesheets, and Inline Styles Exercise: Creating an External Stylesheet Exercise: Creating an Embedded Stylesheet Exercise: Adding Inline Styles div and span Exercise: Styling div and span Media Types Units of Measurement Inheritance Module 8: CSS Fonts font-family @font-face font-size font-style font-variant font-weight line-height font shorthand Exercise: Styling Fonts Module 9: Color and Opacity About Color and Opacity Color and Opacity Values Color Opacity Exercise: Adding Color and Opacity to Text Module 10: CSS Text letter-spacing text-align text-decoration text-indent text-shadow text-transform white-space word-break word-spacing Exercise: Text Properties Module 11: JavaScript Basics JavaScript vs. EcmaScript The HTML DOM JavaScript Syntax Accessing Elements Where Is JavaScript Code Written? JavaScript Objects, Methods, and Properties Exercise: Alerts, Writing, and Changing Background Color Module 12: Variables, Arrays, and Operators JavaScript Variables A Loosely Typed Language Google Chrome DevTools Storing User-Entered Data Exercise: Using Variables Constants Arrays Exercise: Working with Arrays Associative Arrays Playing with Array Methods JavaScript Operators The Modulus Operator Playing with Operators The Default Operator Exercise: Working with Operators Module 13: JavaScript Functions Global Objects and Functions Exercise: Working with Global Functions User-defined Functions Exercise: Writing a JavaScript Function Returning Values from Functions Module 14: Built-In JavaScript Objects Strings Math Date Helper Functions Exercise: Returning the Day of the Week as a String Module 15: Conditionals and Loops Conditionals Short-circuiting Switch / Case Ternary Operator Truthy and Falsy Exercise: Conditional Processing Loops while and do?while Loops for Loops break and continue Exercise: Working with Loops Array: forEach() Module 16: Event Handlers and Listeners On-event Handlers Exercise: Using On-event Handlers The addEventListener() Method Anonymous Functions Capturing Key Events Exercise: Adding Event Listeners Benefits of Event Listeners Timers Typing Test Module 17: The HTML Document Object Model CSS Selectors The innerHTML Property Nodes, NodeLists, and HTMLCollections Accessing Element Nodes Exercise: Accessing Elements Dot Notation and Square Bracket Notation Accessing Elements Hierarchically Exercise: Working with Hierarchical Elements Accessing Attributes Creating New Nodes Focusing on a Field Shopping List Application Exercise: Logging Exercise: Adding EventListeners Exercise: Adding Items to the List Exercise: Dynamically Adding Remove Buttons to the List Items Exercise: Removing List Items Exercise: Preventing Duplicates and Zero-length Product Names Manipulating Tables Module 18: HTML Forms How HTML Forms Work The form Element Form Elements Buttons Exercise: Creating a Registration Form Checkboxes Radio Buttons Exercise: Adding Checkboxes and Radio Buttons Fieldsets Select Menus Textareas Exercise: Adding a Select Menu and a Textarea HTML Forms and CSS Module 19: JavaScript Form Validation Server-side Form Validation HTML Form Validation Accessing Form Data Form Validation with JavaScript Exercise: Checking the Validity of the Email and URL Fields Checking Validity on Input and Submit Events Adding Error Messages Validating Textareas Validating Checkboxes Validating Radio Buttons Validating Select Menus Exercise: Validating the Ice Cream Order Form Giving the User a Chance Module 20: Regular Expressions Getting Started Regular Expression Syntax Backreferences Form Validation with Regular Expressions Cleaning Up Form Entries Exercise: Cleaning Up Form Entries A Slightly More Complex Example

55320 Programming with HTML, CSS, and JavaScript
Delivered OnlineFlexible Dates
Price on Enquiry

Programming with Python

By Xpert Learning

About Course Master the Fundamentals of Programming with Python Course Description Embark on an exciting journey into the world of programming with this comprehensive Python course, designed to equip you with the essential skills and knowledge to become a proficient Python programmer. Whether you're a complete beginner or seeking to enhance your existing Python skills, this course caters to all levels of expertise. What will be discussed in detail? Introduction to Python: Delve into the basics of Python programming, including variables, data types, operators, and control flow statements. Working with Data Types: Explore the fundamental data types in Python, including numbers, strings, booleans, and lists. Python Strings: Master the art of manipulating strings, including slicing, concatenation, and string formatting techniques. Python Lists: Discover the power of lists, one of Python's most versatile data structures, and learn how to create, access, modify, and iterate over lists. Python Casting and Input: Understand the concept of type casting and learn how to take user input from the console. Python Dictionary: Uncover the usefulness of dictionaries, another essential data structure in Python, and learn how to store and retrieve data using key-value pairs. Python Date and Time: Learn how to handle date and time operations in Python, including creating, formatting, and manipulating date and time objects. Python Loop Part 1: Master the 'for' loop, a fundamental looping construct in Python, to iterate over sequences and perform repetitive tasks. Python Loop Part 2: Expand your understanding of loops by exploring the 'while' loop, used to execute a block of code repeatedly while a condition remains true. Creating a Function: Discover the power of functions, reusable blocks of code that perform specific tasks, and learn how to define, call, and pass arguments to functions. Python OOP Part 1: Delve into the world of Object-Oriented Programming (OOP) with Python, and learn the concepts of classes, objects, inheritance, and polymorphism. Python OOP Part 2: Enhance your OOP skills by exploring advanced concepts such as abstract classes, multiple inheritance, and operator overloading. Python Advanced OOP Part 1: Discover more advanced OOP techniques, including class methods, static methods, and decorators. Python Advanced OOP Part 2: Master the concept of exception handling, a crucial aspect of robust programming, and learn how to handle errors and exceptions effectively. Error Handling: Understand the importance of error handling in Python programming and learn how to identify, handle, and prevent errors. Python File Handling: Learn how to read, write, and manipulate files in Python, enabling you to store and retrieve data from external sources. Python Modules: Explore the concept of modules, reusable code libraries, and discover how to import, use, and create your own modules. Why should you enroll into it? Gain a comprehensive understanding of Python programming: Master the fundamentals of Python programming, from basic syntax to advanced OOP concepts. Develop practical coding skills: Apply your theoretical knowledge to hands-on coding exercises, solidifying your understanding and building your confidence. Prepare for a career in programming: Equip yourself with the essential skills required for entry-level programming positions. Enhance your problem-solving abilities: Learn to think algorithmically and develop effective problem-solving techniques using Python programming. Expand your skillset and knowledge: Whether you're a beginner or an experienced programmer, this course will broaden your understanding of Python and its capabilities. What will be taught? (Learning Outcomes/Learning Objectives) Understand the fundamental concepts of Python programming Work with different data types, including numbers, strings, lists, dictionaries, and Booleans Master control flow statements such as 'if', 'elif', and 'else' Create and manipulate Python functions Implement Object-Oriented Programming (OOP) concepts using classes, objects, inheritance, and polymorphism Handle errors and exceptions effectively Read, write, and manipulate files in Python Import, use, and create Python modules What Will You Learn? Understand the fundamental concepts of Python programming Work with different data types, including numbers, strings, lists, dictionaries, and Booleans Master control flow statements such as 'if', 'elif', and 'else' Create and manipulate Python functions Implement Object-Oriented Programming (OOP) concepts using classes, objects, inheritance, and polymorphism Handle errors and exceptions effectively Read, write, and manipulate files in Python Import, use, and create Python modules Course Content Introduction to Python Introduction to Python Working with Data Types Working with Data Types Python Strings Python Strings Python List Python List Python Casting and Input Python Casting and Input Python Dictionary Python Dictionary Python Date and Time Python Date and Time Python Loop (Part - 1) Python Loop (Part - 1) Python Loop (Part - 2) Python Loop (Part - 2) Python While Loop Python While Loop Creating a Function Creating a Function Python OOP (Part - 1) Python OOP (Part - 1) Python OOP (Part - 2) Python OOP (Part - 2) Python Advanced OOP (Part - 1) Python Advanced OOP (Part - 1) Python Advanced OOP (Part - 2) Python Advanced OOP (Part - 2) Error Handling Error Handling Python File Handling Python File Handling Python Modules Python Modules A course by Uditha Bandara Microsoft Most Valuable Professional (MVP) RequirementsA basic understanding of computers and operating systemsA willingness to learn and practice codingA computer with internet access and the ability to install Python Audience Beginners with no prior programming experience Programmers seeking to transition to Python Individuals looking to enhance their programming skills and knowledge Anyone interested in pursuing a career in programming Audience Beginners with no prior programming experience Programmers seeking to transition to Python Individuals looking to enhance their programming skills and knowledge Anyone interested in pursuing a career in programming

Programming with Python
Delivered Online On Demand
£9.99

AZ-305T00 Designing Microsoft Azure Infrastructure Solutions

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for Successful students have experience and knowledge in IT operations, including networking, virtualization, identity, security, business continuity, disaster recovery, data platforms, and governance. Students also have experience designing and architecting solutions. Before attending this course, students must have previous experience deploying or administering Azure resources and strong conceptual knowledge of: Azure compute technologies such as VMs, containers and serverless solutions Azure virtual networking to include load balancers Azure Storage technologies (unstructured and databases) General application design concepts such as messaging and high availability This course teaches Azure Solution Architects how to design infrastructure solutions. Course topics cover governance, compute, application architecture, storage, data integration, authentication, networks, business continuity, and migrations. The course combines lecture with case studies to demonstrate basic architect design principles. Prerequisites Before attending this course, students must have previous experience deploying or administering Azure resources and conceptual knowledge of: Azure Active Directory Azure compute technologies such as VMs, containers and serverless solutions Azure virtual networking to include load balancers Azure Storage technologies (unstructured and databases) General application design concepts such as messaging and high availability AZ-104T00 - Microsoft Azure Administrator 1 - Design governance Design for governance Design for management groups Design for subscriptions Design for resource groups Design for resource tags Design for Azure Policy Design for role-based access control (RBAC) Design for Azure landing zones 2 - Design an Azure compute solution Choose an Azure compute service Design for Azure Virtual Machines solutions Design for Azure Batch solutions Design for Azure App Service solutions Design for Azure Container Instances solutions Design for Azure Kubernetes Service solutions Design for Azure Functions solutions Design for Azure Logic Apps solutions 3 - Design a data storage solution for non-relational data Design for data storage Design for Azure storage accounts Design for data redundancy Design for Azure Blob Storage Design for Azure Files Design for Azure managed disks Design for storage security 4 - Design a data storage solution for relational data Design for Azure SQL Database Design for Azure SQL Managed Instance Design for SQL Server on Azure Virtual Machines Recommend a solution for database scalability Recommend a solution for database availability Design security for data at rest, data in motion, and data in use Design for Azure SQL Edge Design for Azure Cosmos DB and Table Storage 5 - Design data integration Design a data integration solution with Azure Data Factory Design a data integration solution with Azure Data Lake Design a data integration and analytic solution with Azure Databricks Design a data integration and analytic solution with Azure Synapse Analytics Design strategies for hot, warm, and cold data paths Design an Azure Stream Analytics solution for data analysis 6 - Design an application architecture Describe message and event scenarios Design a messaging solution Design an Azure Event Hubs messaging solution Design an event-driven solution Design a caching solution Design API integration Design an automated app deployment solution Design an app configuration management solution 7 - Design authentication and authorization solutions Design for identity and access management (IAM) Design for Microsoft Entra ID Design for Microsoft Entra business-to-business (B2B) Design for Azure Active Directory B2C (business-to-customer) Design for conditional access Design for identity protection Design for access reviews Design service principals for applications Design managed identities Design for Azure Key Vault 8 - Design a solution to log and monitor Azure resources Design for Azure Monitor data sources Design for Azure Monitor Logs (Log Analytics) workspaces Design for Azure Workbooks and Azure insights Design for Azure Data Explorer 9 - Design network solutions Recommend a network architecture solution based on workload requirements Design patterns for Azure network connectivity services Design outbound connectivity and routing Design for on-premises connectivity to Azure Virtual Network Choose an application delivery service Design for application delivery services Design for application protection services 10 - Design a solution for backup and disaster recovery Design for backup and recovery Design for Azure Backup Design for Azure blob backup and recovery Design for Azure files backup and recovery Design for Azure virtual machine backup and recovery Design for Azure SQL backup and recovery Design for Azure Site Recovery 11 - Design migrations Evaluate migration with the Cloud Adoption Framework Describe the Azure migration framework Assess your on-premises workloads Select a migration tool Migrate your structured data in databases Select an online storage migration tool for unstructured data Migrate offline data 12 - Introduction to the Microsoft Azure Well-Architected Framework Azure Well-Architected Framework pillars Cost optimization Operational excellence Performance efficiency Reliability Security 13 - Microsoft Azure Well-Architected Framework - Cost Optimization Develop cost-management discipline Design with a cost-efficiency mindset Design for usage optimization Design for rate optimization Monitor and optimize over time 14 - Microsoft Azure Well-Architected Framework - Operational excellence Embrace DevOps culture Establish development standards Evolve operations with observability Deploy with confidence Automate for efficiency Adopt safe deployment practices 15 - Microsoft Azure Well-Architected Framework - Performance efficiency Negotiate realistic performance targets Design to meet capacity requirements Achieve and sustain performance Improve efficiency through optimization 16 - Microsoft Azure Well-Architected Framework - Reliability Design for business requirements Design for resilience Design for recovery Design for operations Keep it simple 17 - Microsoft Azure Well-Architected Framework - Security Plan your security readiness Design to protect confidentiality Design to protect integrity Design to protect availability Sustain and evolve your security posture 18 - Getting started with the Microsoft Cloud Adoption Framework for Azure Customer narrative Common blockers 19 - Prepare for successful cloud adoption with a well-defined strategy Customer narrative Capture strategic motivation Define objectives and key results Evaluate financial considerations Understand technical considerations Create a business case 20 - Prepare for cloud adoption with a data-driven plan Customer narrative 21 - Choose the best Azure landing zone to support your requirements for cloud operations Customer narrative Common operating models Design areas for Azure landing zones Design principles for Azure landing zones Journey to the target architecture Choose an Azure landing zone option Deploy the Azure landing zone accelerator Enhance your landing zone 22 - Migrate to Azure through repeatable processes and common tools Customer narrative Migration process Migration tools Common tech platforms 23 - Address tangible risks with the Govern methodology of the Cloud Adoption Framework for Azure Customer narrative Govern methodology Corporate policies Governance disciplines Deploy a cloud governance foundation The Cost Management discipline 24 - Ensure stable operations and optimization across all supported workloads deployed to the cloud Establish business commitments Deploy an operations baseline Protect and recover Enhance an operations baseline Manage platform and workload specialization 25 - Innovate applications by using Azure cloud technologies Follow the innovation lifecycle Azure technologies for the build process Infuse your applications with AI Azure technologies for measuring business impact Azure technologies for the learn process 26 - Prepare for cloud security by using the Microsoft Cloud Adoption Framework for Azure Customer narrative Methodology Security roles and responsibilities Simplify compliance and security Simplify security implementation Security tools and policies Additional course details: Nexus Humans AZ-305T00: Designing Microsoft Azure Infrastructure Solutions training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the AZ-305T00: Designing Microsoft Azure Infrastructure Solutions course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

AZ-305T00 Designing Microsoft Azure Infrastructure Solutions
Delivered OnlineFlexible Dates
£2,380

Refactor Javascript

4.7(160)

By Janets

Register on the Refactor Javascript today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get an e-certificate as proof of your course completion. The Refactor Javascript is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The Refactor Javascript Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification Upon successful completion of the course, you will be able to obtain your course completion e-certificate free of cost. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the Refactor Javascript, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16.  Course Content Refactor Javascript Unit 01: Introduction Module 01: Introduction 00:05:00 Unit 02: Code Smells Module 01: Introduction 00:02:00 Module 02: General Code Smells 00:06:00 Module 03: Kill All the Global Data 00:05:00 Module 04: Long Functions && Long Classes 00:07:00 Module 05: Long Parameters List 00:05:00 Module 06: Side Effect 00:04:00 Module 07: Feature Envy 00:04:00 Module 08: Divergent Change AND Shotgun Surgery 00:06:00 Unit 03: Code Elements Refactoring Module 01: Introduction 00:02:00 Module 02: Be the code minimalist 00:06:00 Module 02: Be the code minimalist 00:06:00 Module 04: Refactoring conditionals 00:06:00 Module 05: Refactoring loops 00:11:00 Module 06: Refactoring functions 1 00:11:00 Module 07: Refactoring functions 2 00:06:00 Unit 04: Code Structure Refactoring Module 01: Introduction 00:02:00 Module 02: Error handling 00:13:00 Module 03: Structuring the code 00:07:00 Module 04: Refactoring Tools 00:22:00 Module 05: Eslint Demo 00:17:00 Unit 05: Conclusion Module 01: Conclusion 00:01:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Refactor Javascript
Delivered Online On Demand2 hours 34 minutes
£25

Swift: Mac and iOS Development

4.7(160)

By Janets

Register on the Swift: Mac and iOS Development today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get an e-certificate as proof of your course completion. The Swift: Mac and iOS Development is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The Swift: Mac and iOS Development Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification Upon successful completion of the course, you will be able to obtain your course completion e-certificate free of cost. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the Swift: Mac and iOS Development, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16.  Course Content Section 01: Starting Off Introduction to This Course 00:03:00 What Is Swift? 00:03:00 Section 02: Basics Print 00:02:00 Variables 00:03:00 Constants 00:02:00 Typecasting 00:02:00 Adding Variables Into Strings 00:02:00 Arrays 00:05:00 Conditional Statements 00:05:00 Section 03: Loops For Loop 00:04:00 For In Loop 00:02:00 While Loop 00:03:00 Do While Loop 00:02:00 Section 04: Statements Switch Statement 00:04:00 Break Statement 00:03:00 Continue Statement 00:03:00 Section 05: Functions Functions 00:03:00 Functions Parameters 00:03:00 Function Return Statement 00:03:00 Section 06: Classes & Enumerations Classes 00:05:00 Class Constructor 00:04:00 Enumerations 00:04:00 Section 07: Resource Resource 00:00:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Swift: Mac and iOS Development
Delivered Online On Demand1 hour 10 minutes
£25

Minute Taking Training

By Compete High

Overview   With the ever-increasing demand for Minute Taking in personal & professional settings, this online training aims at educating, nurturing, and upskilling individuals to stay ahead of the curve - whatever their level of expertise in Minute Taking may be.   Learning about Minute Taking or keeping up to date on it can be confusing at times, and maybe even daunting! But that's not the case with this course from Compete High. We understand the different requirements coming with a wide variety of demographics looking to get skilled in Minute Taking. That's why we've developed this online training in a way that caters to learners with different goals in mind. The course materials are prepared with consultation from the experts of this field and all the information on Minute Taking is kept up to date on a regular basis so that learners don't get left behind on the current trends/updates.   The self-paced online learning methodology by Compete High in this Minute Taking Training course helps you learn whenever or however you wish, keeping in mind the busy schedule or possible inconveniences that come with physical classes. The easy-to-grasp, bite-sized lessons are proven to be most effective in memorising and learning the lessons by heart. On top of that, you have the opportunity to receive a certificate after successfully completing the course!   Instead of searching for hours, enrol right away on this Minute Taking Training course from Compete High and accelerate your career in the right path with expert-outlined lessons and a guarantee of success in the long run.   Who is this course for?   While we refrain from discouraging anyone wanting to do this Minute Taking Training course or impose any sort of restrictions on doing this online training, people meeting any of the following criteria will benefit the most from it: Anyone looking for the basics of Minute Taking, Jobseekers in the relevant domains, Anyone with a ground knowledge/intermediate expertise in Minute Taking, Anyone looking for a certificate of completion on doing an online training on this topic, Students of Minute Taking, or anyone with an academic knowledge gap to bridge, Anyone with a general interest/curiosity   Career Path   This Minute Taking Training course smoothens the way up your career ladder with all the relevant information, skills, and online certificate of achievements. After successfully completing the course, you can expect to move one significant step closer to achieving your professional goals - whether it's securing that job you desire, getting the promotion you deserve, or setting up that business of your dreams. Course Curriculum Module 1 - Introduction of Minute Taking Introduction of Minute Taking 00:00 Module 2 - How to Write Effective Meeting Minutes How to Write Effective Meeting Minutes 00:00 Module 3 - How to Take Meeting Minutes How to Take Meeting Minutes 00:00 Module 4 - The Meeting Structure The Meeting Structure 00:00 Module 5 - Meeting Minutes' Functions, Format and Action Meeting Minutes' Functions, Format and Action 00:00 Module 6 - Tips for Minute Taking Tips for Minute Taking 00:00 Module 7 - Technology in Minute Taking Technology in Minute Taking 00:00 Module 8 - Building Confidence Building Confidence 00:00

Minute Taking Training
Delivered Online On Demand8 hours
£25

Understanding Autism Level 3

By Compete High

🌟 Unlock the Secrets of Autism Spectrum Disorders with 'Understanding Autism Level 3' 🌟   🎓 Elevate Your Knowledge, Transform Lives 🎓 Are you ready to take your understanding of Autism Spectrum Disorders (ASD) to the next level? Welcome to 'Understanding Autism Level 3' - the comprehensive online course designed to empower you with advanced insights, strategies, and practical tools to make a profound impact on the lives of individuals with autism.   🔍 Why Level 3? Building on the foundations laid in Levels 1 and 2, 'Understanding Autism Level 3' is tailored for professionals, educators, caregivers, and anyone passionate about making a difference. Dive deep into the intricacies of ASD, gaining an in-depth understanding that goes beyond the basics.   🚀 What's Inside? ✅ Advanced Behavior Analysis: Decode complex behaviors with precision, understanding the nuanced communication individuals with autism express. ✅ Innovative Therapeutic Approaches: Explore cutting-edge therapies and interventions, equipping you with tools that go beyond conventional methods. ✅ Neurodiversity and Inclusion: Embrace a holistic approach that celebrates diversity, fostering environments that empower individuals with autism to thrive. ✅ Navigating Transitions: Master techniques to support individuals with autism through life's transitions, promoting independence and resilience. ✅ Collaboration and Advocacy: Develop skills to advocate effectively for individuals with autism, fostering collaboration within communities and institutions. ✅ Case Studies and Real-world Applications: Apply your knowledge through practical case studies, ensuring that you're ready to make a real impact in diverse situations.   🌐 Why Choose 'Understanding Autism Level 3'? 🤝 Expert-Led Learning: Delve into the course content curated by industry experts and renowned professionals in the field of autism studies. 🌈 Comprehensive Curriculum: From behavioral analysis to neurodiversity, we cover every aspect to ensure you're well-rounded in your understanding of autism. 🖥️ Flexible Learning: Access the course content 24/7, allowing you to learn at your own pace from the comfort of your home or office. 🏆 Certification of Excellence: Receive a prestigious certification upon completion, validating your expertise in understanding autism at an advanced level. 🎁 Exclusive Bonuses: Enjoy supplementary materials, resources, and access to a vibrant community of like-minded individuals for continued support.   💡 Invest in Yourself, Transform Lives! Ready to elevate your understanding of autism and make a lasting difference in the lives of those affected? Enroll in 'Understanding Autism Level 3' today and join a community of compassionate individuals dedicated to creating a more inclusive and supportive world for everyone. Course Curriculum Module 01 - Introduction to Autism Spectrum Disorder (ASD) Module 01 - Introduction to Autism Spectrum Disorder (ASD) 00:00 Module 02 - Approaches to Helping People and Children with Autism Module 02 - Approaches to Helping People and Children with Autism 00:00 Module 03 - Diagnosis of Autism Module 03 - Diagnosis of Autism 00:00 Module 04 - Communication Module 04 - Communication 00:00 Module 05 - Cognitive Styles and Functions in Autism Module 05 - Cognitive Styles and Functions in Autism 00:00 Module 06 - Autistic Behaviour Module 06 - Autistic Behaviour 00:00 Module 07 - Autism Awareness Module 07 - Autism Awareness 00:00 Module 08 - Government Policies on Autism in England Module 08 - Government Policies on Autism in England 00:00 Module 9 - Autism Spectrum Disorders Module 9 - Autism Spectrum Disorders 00:00

Understanding Autism Level 3
Delivered Online On Demand9 hours
£25

Fire Marshal

5.0(5)

By Wimbledon Training Services

The main outcome of this training course is to provide you with the knowledge to carry out the functions of a fire marshal. Please note, this course also contains all of the content in the Basic Fire Awareness and Fire Extinguisher.

Fire Marshal
Delivered Online On Demand
£48

META-Health Foundation Course

By EFT Tapping Training Institute

Uncovering Emotional Root Causes of Health Challenges Instructor Craig Weiner, DC, Licensed MetaHealth Foundation Trainer, EFT Master Trainer of Trainers. Learn to apply a method of analysis that effectively guides the application and integration of EFT, Matrix Reimprinting and other alternative healing modalities you may already currently use for yourself and on your clients. Discover how symptoms and disease are actually an intelligent process that is the body’s attempt to heal stress and trauma. With this knowledge, fear can be greatly reduced and a therapeutic intervention can then be utilized in a more precise way. You and your clients will achieve results faster and will be amazed at the insights, connections and progress they make in their healing journey. META-Health is the science, practice and art of Body-Mind-Social Health with a focus on how specific stress triggers, emotions and beliefs affect specific organ symptoms. META-Health is a methodology based on Integrative Medicine and Prevention and is practiced by all types of health professionals interested in a precise and effective Body-Mind-Social analysis and approach towards most effectively supporting individuals working to find emotional and physical healing. Your trainer for this Foundation weekend will be Craig Weiner, who has worked in the complementary health care field for over 30 years. He brings his professional clinical experience, his years as an educator and certified trainer in the Emotional Freedom Techqniques and Matrix Reimprinting and as a licensed META-Health Foundation Trainer. In the Foundation Course you will get the overview of the META-Health concepts and its implications for self-healing, assistance in transforming disease, and achieving sustainable health and resilience, including: Rhythms of life, and the organism’s self-regulating intelligence How the bio-logical needs change your perception and create life strategies How to decode the language of your organs Recognize the key points and phases of the healing process Experience the powerful META-Analytics questions Use the 8 milestones of META-Health to address the whole system and its soil Find META-meanings to create resilience Demonstrations and practical exercises will lead you to deeply integrate the wisdom of your body, and inspire you to actively claim and support your health. You will understand the natural, dynamic path of healing, and be empowered to lift your – and others’ – consciousness to make use of our potential! During this weekend we will spend time reviewing the core META-Health Principles: Our body-mind is highly intelligent Bio-logical survival and stress strategies, regeneration and resilience are at play in our brain, nervous system and hormonal system Significant emotional experiences shape our beliefs, personality and lifestyle Specific individual stress triggers influence typical organ tissues and functions The cycle of stress, regeneration and learning goes through distinct points and phases Awareness and imagination are capabilities of our brain which can recreate meaning and reprogram body-mind’s reactions There is no pre-requisite to taking this weekend course. Anyone who is interested can participate in the META-Health Foundation Training. The Foundation Training is the first step in becoming a certified META-Health Practitioner. Times: The course is a 12 hours training and will be held from 9:00 to 4:00 Seattle/Pacific time on both Friday and Saturday with a 60 minute lunch break held at approximately 12:30pm.

META-Health Foundation Course
Delivered OnlineFlexible Dates
£314

Office Management for Admin, Professional Secretary & PA - CPD Certified

4.7(47)

By Academy for Health and Fitness

Sale Ends Today Office Management for Professional Secretary Admission Gifts FREE PDF & Hard Copy Certificate| PDF Transcripts| FREE Student ID| Assessment| Lifetime Access| Enrolment Letter Step into the centre of action where every decision you make impacts the flow and success of the business. Reportedly, skilled office managers can increase workplace productivity by up to 40%. The Office Management for Professional Secretary course bundle equips you with more than just the essentials; it transforms you into the strategic backbone of your workplace. This is where ambitious professionals become the orchestrators of efficiency and innovation in their offices, across any industry in the UK. Join in this immersive learning experience with the Office Management for Professional Secretary course. This program covers everything from the core competencies of effective Office Administration to advanced skills in managing complex projects and corporate events. You'll learn to navigate through tasks with precision in courses like Secretary & PA Diploma and Administration: Office Administration, while developing critical leadership skills in Inspirational Leadership Skills and Change Management. This curriculum is designed to refine your professional abilities, ensuring you can excel in both your daily responsibilities and long-term career goals. Courses Are Included in this Bundle: Course 01: Office Management for Professional Secretary Course 02: Legal Secretary Course 03: Administration: Office Administration Course 04: Office Skills Course 05: Receptionist Diploma Course 06: Professional Certificate in Front Office Course 07: Professional Skills for Hotel Management Training Course 08: Level 5 Diploma in Business Management Course 09: Corporate Paralegal Course 10: Business Plan for Entrepreneurs Course 11: Agile Project Management Course 12: Workplace Performance Management Course 13: Diploma in Operations Management Course 14: Research Methods in Business Course 15: Strategic Business Management Course 16: Change Management Course 17: Business Improvement Course 18: International Business Principles Course 19: Level 3 Diploma in Business Etiquette Course 20: Effective Communication Skills Diploma Course 21: Assertiveness Skills Course 22: Time Management Course 23: Public Speaking: Presentations like a Boss Course 24: Email Writing Training Course 25: Customer Service Management: Recovering Difficult Customers Course 26: Transcription Skills Course 27: Business Networking Skills Course 28: Document Control and Workflow Management Course 29: Diary Management Course 30: Touch Typing Complete Training Diploma Enrol in the Office Management for Professional Secretary bundle today and start your transformation into an office management expert. With skills that transcend ordinary administrative tasks, you will open new doors to career advancement and personal growth. Don't just be part of the office-become the reason it succeeds. Start your journey now and forge your path to becoming an essential asset to any business! Learning Outcomes of this Bundle: Cultivate advanced organisational and management skills essential for top-tier secretaries. Develop strategic abilities for handling complex administrative functions. Elevate your communication prowess to effectively liaise with all company levels. Harness project and time management skills to boost office productivity. Strengthen negotiation and conflict resolution skills within a corporate setting. Master the art of professional networking and relationship management. Why Prefer This Office Management Course? Opportunity to earn a certificate endorsed by the Quality Licence Scheme & another accredited by CPD QS after completing the course Get a Free Student ID Card with this training program (£10 postal charge will be applicable for international delivery) The course is Affordable and Simple to understand Get Lifetime Access to the course materials The training program comes with 24/7 Tutor Support Start your learning journey straight away! The Office Management for Professional Secretary course is designed to transform capable individuals into exceptional office managers and secretaries, well-versed in the nuances of modern business administration. By cultivating advanced organisational and management skills, this course prepares participants to oversee complex operations and workflows with ease. This foundational prowess is critical for anyone aspiring to excel in top-tier administrative roles, where precision and efficiency are essential. Participants will also develop strategic abilities for handling complex administrative functions, enhancing their capacity to manage diverse tasks ranging from scheduling and coordination to managing corporate documents. Coupled with the ability to elevate your communication prowess, this training ensures that you can effectively liaise with all levels of company staff and external partners, making you an indispensable link within your organisation. Moreover, this diploma offers learners the opportunity to acquire skills that are highly valued in the field of Professional Secretary. With this Certification, graduates are better positioned to pursue career advancement and higher responsibilities within the Professional Secretary setting. The skills and knowledge gained from this course will enable learners to make meaningful contributions to Professional Secretary related fields impacting their Professional Secretary experiences and long-term development. Course Curriculum Course 01: Office Management for Professional Secretary Module 01: Personal Assistant Module 02: Admin Support Module 03: Organisational Skills Module 04: Telephone Etiquette Module 05: Business Writing Module 06: Time Management Module 07: Body Language and Effective Communication Module 08: Meeting Administration Course 02: Legal Secretary Module 01: Understanding the Concept of Paralegal Module 02: Key Legal Terminology Module 03: Effective Communication Skills for Paralegals Module 04: The Legal Workplace &#038; Professionals Module 05: Law & Legal Systems Module 06: Contract & Business Law Module 07: Property Law Module 08: Wills, Probate, Estate Law Module 09: Criminal Law Module 10: Common Paralegal Legal Matters Module 11: Human Rights Module 12: Conflict and Conflict Resolution Module 13: Professional Conduct and Ethics of Paralegals Module 14: Mandatory Knowledge Fields and Survival Tips for Paralegals Course 03: Administration: Office Administration Module 01: Introduction to Office Administration Module 02: Skills of an Effective Administrator Module 03: Business Etiquette Module 04: Business Telephone Skills Module 05: Mail Services and Shipping Module 06: Travel Arrangements Module 07: Organising Meeting and Conferences Module 08: Record Keeping and Filing Systems Module 09: Effective Planning and Scheduling Module 10: Invoicing/Petty Cash Module 11: Business Writing Skills Module 12: Time Management Module 13: Organisational Skills Module 14: Communication Skills Module 15: Negotiation Techniques Module 16: Conflict Management =========>>>>> And 27 More Courses <<<<<========= How will I get my Certificate? After successfully completing the course, you will be able to order your Certificates as proof of your achievement. PDF Certificate: Free (Previously it was £12.99*30 = £390) CPD Hard Copy Certificate: Free (For The First Course: Previously it was £29.99) CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone interested in learning more about the topic is advised to take this bundle. This bundle is ideal for: Ambitious administrative professionals. Current office managers. Emerging team leaders. Career-focused secretaries. Executive assistants seeking advancement. Administrative staff upgrading skills. Requirements You will not need any prior background or expertise to enrol in this course. Career path After completing this bundle, you are to start your career or begin the next phase of your career. Executive Secretary: $35,000 - $65,000 Senior Administrative Assistant: $32,000 - $58,000 Chief of Staff: $50,000 - $100,000 Operations Manager: $40,000 - $75,000 Business Administrator: $36,000 - $68,000 Client Relations Manager: $40,000 - $75,000 Certificates CPD Accredited Digital Certificate Digital certificate - Included CPD Accredited e-Certificate - Free Enrolment Letter - Free Student ID Card - Free CPD Accredited Hard Copy Certificate Hard copy certificate - Included Please note that International students have to pay an additional £10 as a shipment fee.

Office Management for Admin, Professional Secretary & PA - CPD Certified
Delivered Online On Demand7 days
£209