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

1425 Software courses delivered Live Online

Which Video Editing Software Is Best For You? (FREE Webinar)

5.0(1)

By Clockwork Eye Video

Join our free webinar, "What Video Editing Software is Best For You?", to explore and compare top editing programs, find the best fit for your needs, and enhance your editing skills with expert guidance and live Q&A.

Which Video Editing Software Is Best For You? (FREE Webinar)
Delivered Online + more
FREE

We have an extensive range of PLC training courses available covering all PLC manufacturers and levels of expertise from the complete novice to the advanced. ALL of our training courses can be tailoured to your own requirements. ALL our courses will be based on the relevant software and hardware. We aim to make ALL our courses as practical as possible, leading to ‘real world’ skills and not just theoretical skills. No prior knowledge is required for this course as it starts from scratch and assumes no previous experience, you will reach the skilled level where you can look at becoming a programmer, get into engineering maintenance in an industrial environment, fault find or make amendments to programs, this is the course for you. The ‘Typical’ 5 day course usually covers 2 or 3 of the major manufacturers, Siemens S7, Allen Bradley and Mitsubishi (This can be amended to other manufacturers if you have a particular requirement). The course aims to be 90% practical, as we believe the easiest way to learn is to do it! Every student works on their own dedicated training rig and computer, enabling you to get the most from the course. A full set of course notes and a USB drive full of other manuals is provided at the end of the course. We can also cover a wide range of manufacturers including : Siemens Step 5 PLC Training (Using Step 5, Quadriga or Others) Allen Bradley PLC 3 & 5 Training (AB6200 Software) RSLogix 5 PLC Training SLC PLC Training (RSLogix 500) ControlLogix PLC Training (RS Logix5000) MicroLogix PLC Training (RSLogix 500) S7-200 PLC Training (Step 7 Micro) S7-300 PLC Training (Step 7 or TIA Portal) S7-400 PLC Training (Step 7 or TIA Portal) Kuhnke PLC Training (Kubes) Omron PLC Training (Syswin) Modicon PLC Training (ProWorx and Others) Mitsubishi PLC Training (Medoc, GX Developer, GPP & Others) Toshiba PLC Training GE Fanuc PLC Training GEM 80 PLC Training Telemecanique PLC Training Most other PLC manufacturer training undertaken. We also cover a wide range of SCADA Systems to enable engineers to modify and add to existing screens, fault find through systems, set up communications etc.

PLC 5 Day
Delivered in Clay Cross + 1 more or Online + more
£500

We have an extensive range of PLC training courses available covering all PLC manufacturers and levels of expertise from the complete novice to the advanced. ALL of our training courses can be tailoured to your own requirements. ALL our courses will be based on the relevant software and hardware. We aim to make ALL our courses as practical as possible, leading to ‘real world’ skills and not just theoretical skills. No prior knowledge is required for this course as it starts from scratch and assumes no previous experience, you will reach the skilled level where you can look at becoming a programmer, get into engineering maintenance in an industrial environment, fault find or make amendments to programs, this is the course for you. The ‘Typical’ 10 day level 3 course usually covers 2 or 3 of the major manufacturers, Siemens S7, Allen Bradley and Mitsubishi (This can be amended to other manufacturers if you have a particular requirement). The course aims to be 90% practical, as we believe the easiest way to learn is to do it! Every student works on their own dedicated training rig and computer, enabling you to get the most from the course. A full set of course notes and a USB drive full of other manuals is provided at the end of the course. We can also cover a wide range of manufacturers including : Siemens Step 5 PLC Training (Using Step 5, Quadriga or Others) Allen Bradley PLC 3; 5 Training (AB6200 Software) RSLogix 5 PLC Training SLC PLC Training (RSLogix 500) ControlLogix PLC Training (RS Logix5000) MicroLogix PLC Training (RSLogix 500) S7-200 PLC Training (Step 7 Micro) S7-300 PLC Training (Step 7 or TIA Portal) S7-400 PLC Training (Step 7 or TIA Portal) Kuhnke PLC Training (Kubes) Omron PLC Training (Syswin) Modicon PLC Training (ProWorx and Others) Mitsubishi PLC Training (Medoc, GX Developer, GPP & Others) Toshiba PLC Training GE Fanuc PLC Training GEM 80 PLC Training Telemecanique PLC Training Most other PLC manufacturer training undertaken. We also cover a wide range of SCADA Systems to enable engineers to modify and add to existing screens, fault find through systems, set up communications etc.

PLC 10
Delivered in Clay Cross + 1 more or Online + more
£500

We have an extensive range of PLC 13 training courses available covering all PLC manufacturers and levels of expertise from the complete novice to the advanced. ALL of our PLC 13 training courses can be tailored to your own requirements. ALL our PLC 13 courses will be based on the relevant software and hardware. We aim to make ALL our courses as practical as possible, leading to ‘real world’ skills and not just theoretical skills.

PLC 13
Delivered in Clay Cross + 1 more or Online + more
£500

We have an extensive range of PLC 18 training courses available covering all PLC manufacturers and levels of expertise from the complete novice to the advanced. ALL of our PLC 18 training courses can be tailored to your own requirements. ALL our PLC 18 courses will be based on the relevant software and hardware. We aim to make ALL our courses as practical as possible, leading to ‘real world’ skills and not just theoretical skills.

PLC 18
Delivered in Clay Cross + 1 more or Online + more
£500

We have an extensive range of PLC 15 training courses available covering all PLC manufacturers and levels of expertise from the complete novice to the advanced. ALL of our PLC 15 training courses can be tailored to your own requirements. ALL our PLC 15 courses will be based on the relevant software and hardware. We aim to make ALL our courses as practical as possible, leading to ‘real world’ skills and not just theoretical skills.

PLC 15
Delivered in Clay Cross + 1 more or Online + more
£500

Software development fundamentals

5.0(3)

By Systems & Network Training

Software development training course description This three-day MTA Training course helps you prepare for Microsoft Technology Associate Exam 98-361, and build an understanding of these topics: Core programming, Object-Oriented programming, general software development, web applications, desktop applications, and databases. This course leverages the same content as found in the Microsoft Official Academic Course (MOAC) for this exam. What will you learn Describe core programming. Explain Object Oriented programming. Describe general software development. Describe Web applications. Describe desktop applications. Explain how databases work. Software development training course details Who will benefit: Anyone looking to learn the fundamentals of software. Prerequisites: None. Duration 3 days Software development training course contents Core programming Computer storage and data types How a computer stores programs and the instructions in computer memory, memory stacks and heaps, memory size requirements for the various data storage types, numeric data and textual data. Computer decision structures Various decision structures used in all computer programming languages; If decision structures; multiple decision structures, such as If…Else and switch/Select Case; reading flowcharts; decision tables; evaluating expressions. Handling repetition For loops, While loops, Do...While loops and recursion. Understand error handling Structured exception handling. Object-oriented programming Classes Properties, methods, events and constructors; how to create a class; how to use classes in code. Inheritance Inheriting the functionality of a base class into a derived class. Polymorphism Extending the functionality in a class after inheriting from a base class, overriding methods in the derived class. Encapsulation Creating classes that hide their implementation details while still allowing access to the required functionality through the interface, access modifiers. General software development Application life cycle management Phases of application life cycle management, software testing. Interpret application specifications Application specifications, translating them into prototypes, code, select appropriate application type and components. Algorithms and data structures Arrays, stacks, queues, linked lists and sorting algorithms; performance implications of various data structures; choosing the right data structure. Web applications Web page development HTML, CSS, JavaScript. ASP.NET web application development Page life cycle, event model, state management, client-side versus server-side programming. Web hosting Creating virtual directories and websites, deploying web applications, understanding the role of Internet Information Services. Web services Web services that will be consumed by client applications, accessing web services from a client application, SOAP, WSDL. Desktop applications Windows apps UI design guideline categories, characteristics and capabilities of Store Apps, identify gestures. Console-based applications Characteristics and capabilities of console- based applications. Windows Services Characteristics and capabilities of Windows Services. Databases Relational database management systems Characteristics and capabilities of database products, database design, ERDs, normalisation concepts. Database query methods SQL, creating and accessing stored procedures, updating and selecting data. Database connection methods Connecting to various types of data stores, such as flat file; XML file; in-memory object; resource optimisation.

Software development fundamentals
Delivered in Internationally or OnlineFlexible Dates
£2,367

SCADA – HMI & Communications

By Technique Learning Solutions

What does this course cover? This five-day course covers a range of topics, all of which are covered via a mixture of theoretical and practical training – we aim for our courses to be as hands-on as possible. The course specifically covers: An introduction to SCADA systems, including elements, servers, hardware and software, tags, plus more. A range of systems including automatic control, FIELDBUS, and wireless communication systems. An introduction to serial interferences, ethernet networks, fibre optics, and wireless. Process variables Communications include case studies to establish communication with HMI (Siemens, Allen Bradley, and Pro-face) . Programmable Logic Controllers (PLCs), Remote Terminal Units (RTUs), sensors and alarms. Introduction to OPC, covering how to configure OPC UA servers and how to program an OPC UA client. Client and servers development Connection management Security configuration Trends and historical data System components What will I gain from this SCADA HMI course? Upon successful completion of this course, candidates will gain a City & Guilds accredited certificate in Scada, HMI and communications.

SCADA – HMI & Communications
Delivered in Clay Cross or Online + more
£500

WA2925 Agile Project Management using JIRA Software Training

By Nexus Human

Duration 2 Days 12 CPD hours Overview What is JIRA Software? Managing agile projects using JIRA Software Managing project backlog Managing iterations / sprints Managing releases / versions Managing project components Managing security Managing fields and screens Managing custom issue types Viewing various burn-down/burn-up reports This course introduces students to JIRA Software which is one of the most popular agile project management tool. Agile methods help in accelerating the delivery of initial business value. Continuous planning and feedback ensures that value is maximized throughout the development process. JIRA Software lets you manage project backlog, plan and execute sprints, and manage releases. It also lets you view useful reports, such as, velocity, various burndown / burn-up charts. Navigating JIRA Connecting to JIRA Software JIRA Account System Dashboard Sidebars Global Sidebar Search Help Dashboards Projects Boards Issues Project Sidebar Summary Managing Projects What is a Project? What is a Project (Contd.)? Backlog Sprints Versions / Releases Issues What is Component? Project Name and Key Project Key Format Editing Project Key Caveats Editing Project Key Deleting Project Summary Managing Versions What is Version What is Version (Contd.)? Merging Versions Other Version Options Version Fields What is Version? Summary Managing Issues Issues What are Epics? Epics ? Types Creating a new Epic What is a Story? Creating a Story Story Estimation Tasks Sub-tasks Summary Managing Sprints Sprints What is typically done in Sprint Planning? Velocity Agile Board Sprint Naming Convention Sprint Execution Summary Search & Using JQL Search Search Types JQL JQL Examples Sharing search result Save Search and Reuse in a Board Summary Working with JIRA Dashboards and Reports What is a JIRA Dashboard? Creating a JIRA Dashboard Choosing a Dashboard Layout What is a Gadget? Gadgets Available Out-of-the-box Adding a Gadget to a Dashboard Adding a Gadget to a Dashboard (Example Calendar Gadget) Moving a Gadget Removing a Gadget from a Dashboard Viewing Dashboard as a Wallboard Deleting a Dashboard JIRA Reports Generating a JIRA Report Generating a JIRA Report (Example ? Burndown Chart) Viewing the Burndown Chart Report Categories Available Out-of-the-box Agile Reports Issue Analysis Reports Forecast & Management Reports For further details ? Summary Jira Agile Common Jira Software boards Scrum Agility Kanban Scrum vs. Kanban Scrumban History of Kanban Kanban for software teams Kanban boards Kanban boards (Contd.) Kanban cards The benefits of Kanban Planning flexibility Shortened time cycles Fewer bottlenecks Visual metrics Continuous Delivery Kanban ? Kanban backlog Summary Miscellaneous Issue Features Voting Watching an Issue Adding/Removing Labels Linking Issues Linking Issue (Contd.) Commenting on Issue Attaching a File to an Issue Attaching a File to an Issue (Contd.) Cloning (Copying) an Issue Cloning (Copying) an Issue (Contd.) Cloning (copying) an Issue (Contd.) Viewing an Issue?s Change History Viewing an Issue's Change History (Contd. Summary Managing Fields & Screens (OPTIONAL: TIME PERMITTING) Fields OOB Fields Custom Fields Field Type Screens Summary

WA2925 Agile Project Management using JIRA Software Training
Delivered OnlineFlexible Dates
£1,495

Creating Videos With OBS Studio (Interactive Workshop)

5.0(2)

By Clockwork Eye Video

Learn how to create video content easily using this FREE to use software. Create videos for your business and start improving your marketing. This interactive workshop allows you to ask questions as we progress through the course material.

Creating Videos With OBS Studio (Interactive Workshop)
Delivered Online + more
£100

Educators matching "Software"

Show all 2651
The Software Sustainability Institute

the software sustainability institute

About the Software Sustainability Institute Better software better research The Software Sustainability Institute motto. Cultivating research software to support world-class research Software is fundamental to research: 7 out of 10 researchers report their work would be impossible without it. From short, thrown-together temporary scripts to solving a specific problem, through an abundance of complex spreadsheets analysing collected data, to the hundreds of software engineers and millions of lines of code behind international efforts such as the Large Hadron Collider and the Square Kilometre Array, there are few areas of research where software does not have a fundamental role. Since 2010, the Software Sustainability Institute has facilitated the advancement of software in research by cultivating better, more sustainable, research software to enable world-class research (“Better software, better research”). In 2018, we were awarded funding from all seven research councils. Our mission is to become the world-leading hub for research software practice. The Institute is based at the Universities of Edinburgh, Manchester, Oxford and Southampton, and draws on a team of experts with a breadth of experience in software development, training, project and programme management, research facilitation, publicity and community engagement. The importance of sustainability Sustainability means that the software you use today will be available - and continue to be improved and supported - in the future. Expert knowledge Securing a future for research software requires more than just quality code, which is why, over the years, we have striven to help researchers build and use better software through better practices, and advocate for culture change within their communities and institutions. Building on our experience and expert understanding of the state of research software in the UK, our work focuses around four objectives: nurturing the growth of communities of practice to foster the sharing of expertise across the entire research community, conducting research to provide insight into the use of software in research, continuing enabling widespread adoption of research software practices, and offering training and guidance to help build a capable researcher community and increase the recognition of software in research.