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

12 JavaScript courses in Harlow

Complete JavaScript

5.0(3)

By Systems & Network Training

COMPLETE JAVASCRIPT TRAINING COURSE DESCRIPTION A hands on course covering JavaScript programming. Core JavaScript is covered first, including the basics, arrays, functions, classes, modules and Regular expressions. Client side JavaScript is then covered including JavaScript in browsers, Scripting CSS, the jQuery library and HTML APIs. WHAT WILL YOU LEARN * Read JavaScript. * Write JavaScript. * Debug JavaScript. COMPLETE JAVASCRIPT TRAINING COURSE DETAILS * Who will benefit: Anyone wishing to learn JavaScript. * Prerequisites: None. * Duration 3 days COMPLETE JAVASCRIPT TRAINING COURSE CONTENTS * CORE JAVASCRIPT * Lexical structure: Character set, comments, literals, identifiers, and reserved words, optional semicolons.. * Types, values and variables: Numbers, text, boolean values, null and undefines, the global object, wrapper objects, immutable primitive values and mutable object references, type conversions, variable declaration, variable scope. * Expressions and operators: Primary expressions, object and array initializers, function definition expressions, property access expressions, invocation expressions, object creation expressions, operator overview, arithmetic expressions, relational expressions, logical expressions, assignment expressions, evaluation expressions, miscellaneous operators. * Statements: Expression statements, compound and empty statements, declaration statements, conditionals, loops, jumps, miscellaneous statements, summary of JavaScript statements. * Objects: Creating objects, querying and setting properties, deleting properties, testing properties, enumerating properties, property getters and setters, property attributes, object attributes, serializing objects, object methods. * Arrays: Creating arrays, reading and writing array elements, sparse arrays, array length, adding and deleting array elements, iterating arrays, multi-dimensional arrays, array methods, FCMAScript 5 array methods, array type, array-like objects, strings as arrays. * Functions: Defining functions, invoking functions, function arguments and parameters, functions as values, functions as namespaces, closures, function properties, methods and constructor, functional programming. * Classes and modules: Classes and prototypes, classes and constructors, Java-style classes in JavaScript, augmenting classes, classes and types, object oriented techniques in JavaScript, subclasses, classes in ECMAScript 5, modules. * Pattern matching and regular expressions: Defining regular expressions, string methods for pattern matching, the RegExp object. * JavaScript subsets and extensions: JavaScript subsets, constants and scoped variables, destructuring assignment, iteration, shorthand functions, multiple catch clauses, E4X: ECMAScript for XML. * Server-side JavaScript: Scripting Java with Rhino, asynchronous I/O with node. * CLIENT SIDE JAVASCRIPT * JavaScript in web browsers: Client side JavaScript, embedding JavaScript in HTML, execution of JavaScript programs, compatibility and interoperability, accessibility, security, client side frameworks. * The Window object: Timers, browser location and navigation, browsing history, browser screen information, dialog boxes, error handling, document elements as window properties, multiple windows and frames. * Scripting Documents: Overview of the DOM, selecting document elements, document structure and traversal, attributes, element content, creating, inserting and deleting nodes. Example: generating a table of contents, document and element geometry and scrolling, HTML forms, other document features. * Scripting CSS: Overview of CSS, important CSS properties, scripting inline styles, querying computed styles, scripting CSS classes, scripting stylesheets. * Handling events: Types of events, registering event handlers, event handler invocation, document load events, mouse events, mousewheel events, drag and drop events, text events, keyboard events. * Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. * The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. * Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. * Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. * The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. * Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. * Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. * HTMLS APIs: Geolocation, history management, cross-origin messaging, web workers, type arrays and ArrayBuffers, blobs, the filesystem API, client side databases, web sockets.

Complete JavaScript
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

Programming in HTML5 with CSS

5.0(3)

By Systems & Network Training

PROGRAMMING IN HTML5 WITH CSS COURSE DESCRIPTION This course provides an introduction to HTML5, CSS3, and JavaScript. It is an entry point into both the Web application and Windows Store apps training paths. The course focuses on using HTML5 / CSS3 / JavaScript to implement programming logic, define and use variables, perform looping and branching, develop user interfaces, capture and validate user input, store data, and create well-structured application. WHAT WILL YOU LEARN * Create and style HTML5 pages. * Use JavaScript. * Style HTML5 pages by using CSS3. * Use common HTML5 APLs in interactive Web applications. * Create HTML5 Web pages that can adapt to different devices and form factors. * Enhance the user experience by adding animations to the HTML5 page. PROGRAMMING IN HTML5 WITH CSS COURSE DETAILS * Who will benefit: Website developers. * Prerequisites: HTML5 development fundamentals. * Duration 5 days PROGRAMMING IN HTML5 WITH CSS COURSE CONTENTS * Overview of HTML and CSS Overview of HTML, Overview of CSS, Creating a Web Application by Using Visual Studio 2012. Hands on Exploring the Contoso Conference Application. * Creating and Styling HTML5 Pages Creating an HTML5 Page, Styling an HTML5 Page. Hands on Creating and Styling HTML5 Pages. * Introduction to JavaScript Overview of JavaScript Syntax, Programming the HTML DOM with JavaScript, Introduction to jQuery. Hands on Displaying Data and Handling Events by Using JavaScript. * Creating Forms to Collect and Validate User Input Overview of Forms and Input Types, Validating User Input by Using HTML5 Attributes, Validating User Input by Using JavaScript. Hands on Creating a Form and Validating User Input. * Communicating with a Remote Data Source Sending and Receiving Data by Using XMLHTTPRequest, Sending and Receiving Data by Using jQuery AJAX operations. Hands on Communicating with a Remote Data Source. * Styling HTML5 by Using CSS3 Styling Text, Styling Block Elements, CSS3 Selectors, Enhancing Graphical Effects by Using CSS3. Hands on Styling Text and Block Elements using CSS3. * Creating Objects and Methods by Using JavaScript Writing Well-Structured JavaScript, Creating Custom Objects, Extending Objects. Hands on Refining Code for Maintainability and Extensibility. * Creating Interactive Pages using HTML5 APIs Interacting with Files, Incorporating Multimedia, Reacting to Browser Location and Context, Debugging and Profiling a Web Application. Hands on Creating Interactive Pages by Using HTML5 APIs. * Adding Offline Support to Web Applications Reading and Writing Data Locally, Adding Offline Support by Using the Application Cache. Hands on Adding Offline Support to a Web Application. * Implementing an Adaptive User Interface Supporting Multiple Form Factors, Creating an Adaptive User Interface. Hands on Implementing an Adaptive User Interface. * Creating Advanced Graphics Creating Interactive Graphics by Using Scalable Vector Graphics, Programmatically Drawing Graphics by Using a Canvas. Hands on Creating Advanced Graphics. * Animating the User Interface Applying CSS Transitions, Transforming Elements, Applying CSS Key-frame Animations. Hands on Animating User Interface Elements. * Web Sockets for Real-Time Communications Introduction to Web Sockets, Sending and Receiving Data by Using Web Sockets. Hands on Implementing Real-Time Communications by Using Web Sockets. * Creating a Web Worker Process Introduction to Web Workers, Performing Asynchronous Processing by Using a Web Worker. Hands on Creating a Web Worker Process.

Programming in HTML5 with CSS
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£3697

HTML5 development fundamentals

5.0(3)

By Systems & Network Training

HTML5 DEVELOPMENT TRAINING COURSE DESCRIPTION This three-day MTA Training course helps you prepare for Microsoft Technology Associate Exam 98-375, and build an understanding of these topics: Manage the Application Life Cycle, Build the User Interface by Using HTML5, Format the User Interface by Using CSS, Code by Using JavaScript. This course leverages the same content as found in the Microsoft Official Academic Course (MOAC) for this exam. WHAT WILL YOU LEARN * Manage the Application Life Cycle. * Build the User Interface by Using HTML5. * Format the User Interface by Using CSS. * Code by Using JavaScript. HTML5 DEVELOPMENT TRAINING COURSE DETAILS * Who will benefit: Anyone working with HTML5. * Prerequisites: None. * Duration 3 days HTML5 DEVELOPMENT TRAINING COURSE CONTENTS * Managing the Application Life Cycle * Platform fundamentals Packaging and the runtime environment: app package, app container, credentials/permission sets, host process, leverage existing HTML5 skills and content for slate/tablet applications. * Manage the state of an application Manage session state, app state and persist state information; understand states of an application; understand the differences between local and session storage. * Debug and test a HTML5 touch-enabled application Touch gestures; gestures you test on a device. * HTML5 UI: Text, Graphics, and Media * HTML5 tags for text content and graphics. When, why and how to use Canvas; when, why and how to use scalable vector graphics (SVG). * HTML5 tags to play media. Video and audio tags. * HTML5 UI: Organization, Input, and Validation * HTML5 tags to organise content and forms Tables, lists, sections; semantic HTML. * HTML5 tags for input and validation * CSS Essentials: Content Flow, Positioning, styling * Core CSS concepts Separate presentation from content (create content with HTML and style content with CSS); manage content flow (inline versus block flow); manage positioning of individual elements( float versus absolute positioning); manage content overflow (scrolling, visible and hidden); basic CSS styling. * CSS Essentials: Layouts * Arrange UI content by using CSS Use flexible box and grid layouts to establish content alignment, direction and orientation; proportional scaling and use of "free scale" for elements within a flexible box or grid; order and arrange content; concepts for using flex box for simple layouts and grid for complex layouts; grid content properties for rows and columns; use application templates. * Managing Text Flow by Using CSS Regions and using regions to flow text content between multiple sections (content source, content container, dynamic flow, flow-into, flow-from, msRegionUpdate, msRegionOverflow, msGetRegionContent); columns and hyphenation and using these CSS settings to optimise the readability of text; use "positioned floats" to create text flow around a floating object * Managing the Graphical Interface by Using CSS Graphics effects (rounded edges, shadows, transparency, background gradients, typography and Web Open Font Format); 2-D 3-D transformations (translate, scale, rotate, skew and 3-D perspective transitions and animations); SVG filter effects; Canvas. * JavaScript and coding essentials Manage and maintain JavaScript, Create and use functions; jQuery and other third-party libraries. Update the UI by using JavaScript Locate/access elements; listen and respond to events; show and hide elements; update the content of elements. * Animations, Graphics, and Accessing Data * Code animations with JavaScript animation; manipulate the canvas; work with images, shapes and other graphics. * Access data access by using JavaScript Send and receive data; transmit complex objects and parsing; load and save files; App Cache; datatypes; forms; cookies; localStorage * JavaScript coding for Touch Interface, Device and Operating System Resources, and More Respond to the touch interface, Gestures, how to capture and respond to gestures, Code additional HTML5 APIs, GeoLocation, Web Workers, WebSocket; File API, Access device and operating system resources, In- memory resources, such as contact lists and calendar; hardware capabilities, such as GPS, accelerometer and camera.

HTML5 development fundamentals
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

MySQL server administration

5.0(3)

By Systems & Network Training

MYSQL SERVER ADMINS TRAINING COURSE DESCRIPTION This MySQL Server administration course is designed for MySQL Server administrators who have a basic understanding of a MySQL database and a good working knowledge of SQL commands. The course provides an understanding of MySQL Architecture and practical experience in setting up, configuring and maintaining a MySQL server, backing up and recovering data and optimising query performance. This MySQL Server administration course also covers MySQL replication and its role in high availability and scalability. WHAT WILL YOU LEARN * Use MySQL Workbench. * Install and configure a MySQL Server . * Administer and tune a MySQL server. * Configure log files and interpret error messages.. * Secure the Server. * Administer a replication topology. MYSQL SERVER ADMIN TRAINING COURSE DETAILS * Who will benefit: Database administrators, Database developers and Technical consultants. * Prerequisites: Introduction to MySQL * Duration 5 days MYSQL SERVER ADMIN TRAINING COURSE CONTENTS * Introduction to Oracle Application Express APEX concepts APEX main components Workspaces, database applications and websheet applications Creating a workspace The Workspace Administrator Upgrading APEX Logging into APEX Running an application * SWL Workshop Use APEX to browse, create and modify objects Process ad hoc SQL statements Manage scripts in APEX Create, run and save SQL queries * Build a database application Application components Create an application Create an application from a spreadsheet * Create reports Create reports using wizards Edit report attributes Add links to reports Create a link to a printer-friendly version of a report Save and print reports in different formats * Using files Uploading images Creating cascading stylesheet files Uploading static files Adding an Image as an application logo Adding a reference to a Javascript file * Pages and regions Web form behaviour in APEX Create a form based on a table Create a form based on a procedure Create a form with a report Create a tabular form Format a form Locking in APEX forms * Creating lists of values Overview of application express shared Components Dynamic and static lists of values Create a dynamic list of values Create a static list of values Use a list of values to control data in a report Create a cascading list of values * Items and buttons Understand the different Types of items Create items Understand and edit item attributes Use Javascript with item Manipulate items in tabular forms Add dynamic items to a report Create and edit buttons * Page Processing Page rendering and page processing Create computations Validate input data Process Data Understand application branching Create conditional branches * Shared components Overview of application express navigation components Manage parent and standard tabs Create navigation bar entries Create and use lists and list items Manage breadcrumbs Create shortcuts Shared component subscription User interface defaults * Display dynamic content Filter reports with dynamic queries Create charts with a wizard Format charts Create calendars Add links to calendars Create hierarchical trees * State and debugging Understand session state Set a session state value Clear the session state Review the session state Review the messages in debug mode Enabling feedback Managing feedback and team development * Themes and templates Switch to a different theme View existing templates Understand and manage templates Create a new template Add references to cascading stylesheet and Javascript files * Dynamic actions and plug-in components Identify plug-in components and their types Plug In a component Create dynamic actions Use a plug-in in a dynamic action * Building website applications Websheet applications and their components Create a websheet application Enable SQL and PL/SQL in a websheet application Add sections and pages to a websheet application Add links on a websheet page Add a data grid to a websheet application Create SQL reports ion websheet applications Add annotations to a websheet application * Implementing security Authentication and authorization Provide an authentication scheme Create an authorization scheme using access control Enable and configure session state protection * Deploy an appliction Define supporting objects Package an application Export an application Import an application Install supporting objects * Administer Apex workspaces Manage workspaces and users Request a schema or storage Purge session state Monitor developer activity log Monitor workspace activity View activity reports Import a workspace * Utility programs Import and export data Generate DDL statements View objects reports

MySQL server administration
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2797

Security+

5.0(3)

By Systems & Network Training

SECURITY+ TRAINING COURSE DESCRIPTION A hands on course aimed at getting delegates successfully through the CompTia Security+ examination. WHAT WILL YOU LEARN * Explain general security concepts. * Describe the security concepts in communications. * Describe how to secure an infrastructure. * Recognise the role of cryptography. * Describe operational/organisational security. SECURITY+ TRAINING COURSE DETAILS * Who will benefit: Those wishing to pass the Security+ exam. * Prerequisites: TCP/IP foundation for engineers * Duration 5 days SECURITY+ TRAINING COURSE CONTENTS * General security concepts Non-essential services and protocols. Access control: MAC, DAC, RBAC. Security attacks: DOS, DDOS, back doors, spoofing, man in the middle, replay, hijacking, weak keys, social engineering, mathematical, password guessing, brute force, dictionary, software exploitation. Authentication: Kerberos, CHAP, certificates, usernames/ passwords, tokens, biometrics. Malicious code: Viruses, trojan horses, logic bombs, worms. Auditing, logging, scanning. * Communication security Remote access: 802.1x, VPNs, L2TP, PPTP, IPsec, RADIUS, TACACS, SSH. Email: S/MIME, PGP, spam, hoaxes. Internet: SSL, TLS, HTTPS, IM, packet sniffing, privacy, Javascript, ActiveX, buffer overflows, cookies, signed applets, CGI, SMTP relay. LDAP. sftp, anon ftp, file sharing, sniffing, 8.3 names. Wireless: WTLS, 802.11, 802.11x, WEP/WAP. * Infrastructure security Firewalls, routers, switches, wireless, modems, RAS, PBX, VPN, IDS, networking monitoring, workstations, servers, mobile devices. Media security: Coax, UTP, STP, fibre. Removable media. Topologies: Security zones, DMZ, Intranet, Extranet, VLANs, NAT, Tunnelling. IDS: Active/ passive, network/host based, honey pots, incident response. Security baselines: Hardening OS/NOS, networks and applications. * Cryptography basics Integrity, confidentiality, access control, authentication, non-repudiation. Standards and protocols. Hashing, symmetric, asymmetric. PKI: Certificates, policies, practice statements, revocation, trust models. Key management and certificate lifecycles. Storage: h/w, s/w, private key protection. Escrow, expiration, revocation, suspension, recovery, destruction, key usage. * Operational/Organisation security Physical security: Access control, social engineering, environment. Disaster recovery: Backups, secure disaster recovery plans. Business continuity: Utilities, high availability, backups. Security policies: AU, due care, privacy, separation of duties, need to know, password management, SLAs, disposal, destruction, HR policies. Incident response policy. Privilege management: Users, groups, roles, single sign on, centralised/decentralised. Auditing. Forensics: Chain of custody, preserving and collecting evidence. Identifying risks: Assets, risks, threats, vulnerabilities. Role of education/training. Security documentation.

Security+
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2797

XML primer

5.0(3)

By Systems & Network Training

XML PRIMER TRAINING COURSE DESCRIPTION This course has been designed for web and intranet developers who want to accelerate their learning of XML and its applications without the grind of book learning. Although a basic knowledge of HTML and JavaScript is assumed, it is also assumed you know very little about XML and how to use it. On completion of this course you should understand the benefits of using XML and be able to design XML solutions where applicable to your company's Internet/intranet requirements. The course will be particularly beneficial if you want to know how to communicate data to diverse applications over the Internet or company intranet. WHAT WILL YOU LEARN * Write XML. * Debug XML. * Examine existing code and determine its function. XML PRIMER TRAINING COURSE DETAILS * Who will benefit: Anyone working with XML. * Prerequisites: HTML5 development fundamentals * Duration 3 days XML PRIMER TRAINING COURSE CONTENTS * The origins of XML Markup languages, SGML, document type definitions and validity, introducing XML, IE and XML, accessing content and adding style. * Basic XML XML document structure, elements and attributes, grammar, well formed documents, other XML elements and references. * Document Type Definition (DTDs) Creating a DTD, basic declaration, declaring elements, content definitions, entities, entity declarations, notations, defining attributes, attribute types, forcing inclusion or exclusion of DTD sections, validation. * Namespaces Declaring namespaces, scoping, removing and changing namespaces, qualified names, attribute namespaces. * An introduction to schemas Constructing schemas, defining the root element and its contents,<ELEMENTTYPE>, defining root element contents, adding attributes definitions, <ATTRIBUTETYPE>, <ELEMENT>, <ATTRIBUTE>. * XML & the Document Object Model (DOM) What the DOM offers, DOM and W3C. * Basic DOM concepts XML documents as trees, terminology of tree elements. Key DOM Objects: The document object and its creation, base objects, IE specifics, the XML node hierarchy. * Programming DOM Viewing a DOM model as XML, getting the root element of a document, iterating nodes of a DOM, basic node properties, collection objects, searching for specific values, filtering a nodelist by tagname, more filtering methods, selecting nodes from their attributes. * Amending Content and Structure Creating/saving a DOM as XML, changing content/structure, dynamically building a DOM. * Using ASP and other techniques ASP techniques, HTTPREQUEST object, XSL, transforming and formatting XML. Formatting Using CSS. CSS And XML. * XSL Transformations - XSLT Introduction, the XSL root element, applying XSL stylesheets to XML, XSL elements and operations, instructions - creating text nodes and applying templates, a 'drill-down' approach, simple output formatting, pattern filters - patterns based on position, the Match and Select attributes and their patterns, formatting output, creating new XML in output.

XML primer
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£3497

Total PHP for developers

5.0(3)

By Systems & Network Training

TOTAL PHP TRAINING COURSE DESCRIPTION PHP provides for the creation of dynamic web sites. This hands on training course looks at programming with PHP with an emphasis of building dynamic websites. Forms, state management and database integration are all covered with practicals used throughout the course to reinforce theory sessions. WHAT WILL YOU LEARN * Create dynamic web sites using PHP. * Write PHP programs. * Debug PHP programs. * Examine existing code and determine its function. TOTAL PHP TRAINING COURSE DETAILS * Who will benefit: Anyone creating dynamic web sites. * Prerequisites: Software development fundamentals * Duration 3 days TOTAL PHP TRAINING COURSE CONTENTS * What is PHP? PHP history, dynamic web pages, how PHP works, alternatives to PHP. Downloading and installing PHP. Installing MySQL, installing Apache, platform issues. * A first PHP web page A basic PHP script, PHP page structure. PHP comments. Integrating PHP and HTML. * PHP forms HTML forms, taking values from forms. * PHP and HTML Page inputs, environment inputs. phpinfo(), other form elements, sticky fields, generalised code, tables, forms, form elements, style sheets, JavaScript. * Variables operators and expressions Expressions, data types, assignments, scope, constants, HTTP environment variables, getting data from forms using variables. * Operators Arithmetic, logical, relational, Boolean, others. * Control statements Conditional: if, else, elseif, switch. Loops: while, do while, for, break, continue, exit. * Functions Built in functions, declaration, arguments, scope, loading functions from other files, defaulting parameters, call by value/ name. * Arrays Indexes, array initialisation, array manipulation, multi dimensional arrays, array functions. * String handling What is a string, string functions, matching, extraction, replacement. String operations, cleansing, sprintf, formatting web pages, strops and others, splitting strings, REs. * PHP and databases Database structure, Database APIs, MySQL, Creating tables, Editing tables, simple SQL queries using PHP, building HTML tables using SQL queries, SQL injection, security issues, error handling. * File I/O Opening, reading, writing files. Permissions, ownership, locking, directories. * PHP, cookies and sessions State, Cookie properties, setting cookies, retrieving cookies, expiring/deleting cookies. Sessions, session variables, session IDs. * PHP and email Emailing from servers, attachments. * Objects OOP, PHP classes, constructors, instances.

Total PHP for developers
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

Getting Started with Website Design and Development Workshop

By Code Created (Coding Workshops for Schools)

For pupils aged 14+ | Delivered in UK Schools by Real World App and Games Developers Our new Getting Started with Website Design and Development Workshop is a great way to introduce your pupils to coding. We’ll focus on HTML, CSS and JavaScript throughout a full-day workshop. At the end of the day, they will have a working website, along with notes and support so they are equipped to design an online portfolio for their work, or other project.

Getting Started with Website Design and Development Workshop
Delivered in-person, on-requestDelivered In-Person in Bristol
£450 to £650

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-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

This course presents an approach for dealing with security and privacy throughout the entire software development lifecycle. You will learn about vulnerabilities that undermine security, and how to identify and remediate them in your own projects.

Cyber Secure Coder
Delivered in-person, on-request, onlineDelivered Online & In-Person in Loughborough
£350

Educators matching "JavaScript"

Show all 4
Jobs4U - Your It- Recruitment Partner

jobs4u - your it- recruitment partner

London

Jobs4U -Your European and American IT-recruitment Partner JoBs4U is an IT-recruitment firm with a twist. We provide high quality IT-recruitment solutions to clients all over the EU and the US. We provide our clients with top notch staff from accross the EU and the wider world. Our main markets are the Nordics, Sweden, Finland, Denmark, Ireland the UK and the rest of the EU. We help companies of all sizes with recruitment and staffing both on - site and remote teams as well as consultancy in HR, management, marketing management, internationalisation of businesses, in other words, we are not just an IT-recruiter.. We provide our customers with everything from full stack developers to programmers and designers, many which are game designers and game developers to our clients in the gaming industry. We provide both front end developers and back end developers and other specialists. Our social mission is to promote women in IT, to inform and inspire. JoBs4U, For People By People! Jobs4U är ett IT rekryterings företag som hjälper IT företag inom hela EU hitta personal Vår främsta marknad är den Nordiska, Sverige, Finland, Danmark, Norge och Island. Vi rekryterar allt från full stack developers till programmerare och spelutvecklare och designers. Vi hyr även ut personal både de som ärbetar på plats men även remote teams som är vår specialitet. Vi erbjuder även konsulttjänster inom HR, Management, marknadsföring och organisation. Vår mission är att arbeta för en större inklusivitet genom att arbeta för att öka andelen kvinnor inom IT branschen. Detta gör vi genom att föra fram starka kvinnliga kandidater, att informera och inspirera. JoBs4u - För Människor, Av Människor. Jobs4U er et IT -rekrutteringsselskap som hjelper IT -selskaper i hele EU, men vårt hovedmarked er de nordiske landene, Sverige, Finland, Danmark, Norge og Island. Vi rekrutterer alt fra full stack -utviklere til programmerere og spillutviklere og designere. Vi ansetter også ansatte både de som jobber på stedet, men også eksterne team som er vår spesialitet. Vi tilbyr også konsulenttjenester innen HR, ledelse, markedsføring og organisasjon. Vårt oppdrag er å arbeide for større inkludering ved å arbeide for å øke andelen kvinner i IT -bransjen. Vi gjør dette ved å bringe frem sterke kvinnelige kandidater, informere og inspirere. JoBs4u - For mennesker, av mennesker. Jobs4U er en IT -rekrutteringsvirksomhed, der hjælper it -virksomheder i hele EU, men vores hovedmarked er de nordiske lande, Sverige, Finland, Danmark, Norge og Island. Vi rekrutterer alt fra fulde stack -udviklere til programmører og spiludviklere og designere. Vi ansætter også personale både dem, der arbejder på stedet, men også fjernteam, som er vores speciale. Vi tilbyder også konsulentydelser inden for HR, Management, marketing og organisation. Vores mission er at arbejde for større inklusivitet ved at arbejde for at øge andelen af kvinder i it -branchen. Det gør vi ved at bringe stærke kvindelige kandidater frem, informere og inspirere. JoBs4u - For mennesker, af mennesker. Jobs4U er ráðningarfyrirtæki í upplýsingatækni sem hjálpar upplýsingatæknifyrirtækjum um allt ESB en aðalmarkaðurinn okkar er Norðurlöndin, Svíþjóð, Finnland, Danmörk, Noregur og Ísland. Við ráðum allt frá hönnuði til fullra stafla til forritara og leikjahönnuða og hönnuða. Við ráðum einnig starfsfólk bæði þá sem vinna á staðnum en einnig afskekkt teymi sem er sérgrein okkar. Við bjóðum einnig upp á ráðgjafarþjónustu í HR, stjórnun, markaðssetningu og skipulagi. Markmið okkar er að vinna að aukinni aðgreiningu með því að vinna að því að auka hlutfall kvenna í upplýsingatækniiðnaði. Við gerum þetta með því að koma fram sterkum kvenkyns frambjóðendum, upplýsa og hvetja. JoBs4u - Fyrir fólk, eftir fólki. Jobs4U on IT -rekrytointiyritys, joka auttaa IT -yrityksiä kaikkialla EU: ssa, mutta päämarkkina -alueemme ovat Pohjoismaat, Ruotsi, Suomi, Tanska, Norja ja Islanti. Rekrytoimme kaikkea täyspino -kehittäjistä ohjelmoijiin, pelikehittäjiin ja suunnittelijoihin. Palkkaamme myös henkilökuntaa sekä paikan päällä työskenteleviä että myös etätyöryhmiä, jotka ovat erikoisuutemme. Tarjoamme myös henkilöstöhallinnon, johtamisen, markkinoinnin ja organisaation konsultointipalveluja. Missiomme on parantaa osallisuutta lisäämällä naisten osuutta IT -alalla. Teemme tämän tuomalla esiin vahvoja naiskandidaatteja, informoimalla ja inspiroimalla. JoBs4u - Ihmisille, Ihmisille. Jobs4U ist ein IT-Recruitment-Unternehmen, das IT-Unternehmen in der gesamten EU hilft, aber unser Hauptmarkt sind die nordischen Länder, Schweden, Finnland, Dänemark, Norwegen und Island. Wir rekrutieren alles, von Full-Stack-Entwicklern über Programmierer bis hin zu Spieleentwicklern und -designern. Wir stellen auch Mitarbeiter ein, die sowohl vor Ort arbeiten, als auch Remote-Teams, was unsere Spezialität ist. Darüber hinaus bieten wir Beratungsleistungen in den Bereichen Personal, Management, Marketing und Organisation an. Unsere Mission ist es, für mehr Inklusion zu arbeiten, indem wir daran arbeiten, den Frauenanteil in der IT-Branche zu erhöhen. Wir tun dies, indem wir starke Kandidatinnen hervorbringen, informieren und inspirieren. JoBs4u - Für Menschen, von Menschen. Jobs4U es una empresa de contratación de TI que ayuda a empresas de TI en toda la UE, pero nuestro principal mercado son los países nórdicos, Suecia, Finlandia, Dinamarca, Noruega e Islandia. Reclutamos todo, desde desarrolladores full stack hasta programadores y desarrolladores y diseñadores de juegos. También contratamos personal tanto a los que trabajan en el sitio como a equipos remotos que es nuestra especialidad. También ofrecemos servicios de consultoría en RRHH, Management, marketing y organización. Nuestra misión es trabajar por una mayor inclusión trabajando para aumentar la proporción de mujeres en la industria de TI. Hacemos esto presentando candidatas sólidas, informando e inspirando. JoBs4u: para personas, por personas. Jobs4U est une société de recrutement informatique qui aide les entreprises informatiques dans toute l'UE, mais notre marché principal est les pays nordiques, la Suède, la Finlande, le Danemark, la Norvège et l'Islande. Nous recrutons tout, des développeurs full stack aux programmeurs et développeurs et concepteurs de jeux. Nous embauchons également du personnel à la fois ceux qui travaillent sur place mais aussi des équipes à distance ce qui est notre spécialité. Nous offrons également des services de conseil en RH, Management, marketing et organisation. Notre mission est de travailler pour une plus grande inclusion en travaillant à augmenter la proportion de femmes dans l'industrie informatique. Pour ce faire, nous présentons des candidatures féminines fortes, informatives et inspirantes. JoBs4u - Pour les gens, par les gens. Python. Java. Ruby/Ruby on Rails. HTML. JavaScript. C Language. C++ C# Objective-C. PHP. SQL. Swift. programmers, programmerare IT-recruitment Stockholm IT-recruitment København IT-recruitment Oslo IT-recruitment Helsinki IT-recruitment Helsingfors IT-recruitment Glasgow IT-recruitment London IT-recruitment Dublin IT-recruitment Slough IT-recruitment New York IT-recruitment sillicon valley IT-recruitment Manchester IT-recruitment Liverpool IT-recruitment East London IT-recruitment West London IT-recruitment Bergen IT-recruitment Vaasa IT-recruitment Turku IT-recruitment Åbo IT-recruitment Hollola IT-recruitment Lahti IT-recruitment Nokia IT-recruitment Mariehamn IT-recruitment Åland IT-recruitment Visby IT-recruitment Göteborg IT-recruitment Malmö IT-recruitment Umeå IT-recruitment Luleå IT-recruitment Linköpig IT-recrutment Västerås IT-recruitment Eskilstuna IT-recruitment Örebro IT-recruitment Köping IT-recruitment Södertälje IT-recruitment Huddinge IT-recruitment Uppsala IT-recruitment Odense IT-recruitment Danmark IT recruitment Sweden IT-recruitment Denmark IT-recruitment Norge IT-recruitment Norway IT-recruitment Finland IT-recruiter Stockholm IT-recruiter København IT-recruiter Oslo IT-recruiter Helsinki IT-recruiter Helsingfors IT-recruiter Glasgow IT-recruiter London IT-recruiter Dublin IT-recruiter Slough IT-recruiter New York IT-recruiter sillicon valley IT-recruiter Manchester IT-recruiter Liverpool IT-recruiter East London IT-recruiter West London IT-recruiter Bergen IT-recruiter Vaasa IT-recruiter Turku IT-recruiter Åbo IT-recruiter Hollola IT-recruiter Lahti IT-recruiter Nokia IT-recruiter Mariehamn IT-recruiter Åland IT-recruiter Visby IT-recruiter Göteborg IT-recruiter Malmö IT-recruiter Umeå IT-recruiter Luleå IT-recruiter Linköpig IT-recruter Västerås IT-recruiter Eskilstuna IT-recruiter Örebro IT-recruiter Köping IT-recruiter Södertälje IT-recruiter Huddinge IT-recruiter Uppsala IT-recruiter Odense IT-recruiter Danmark IT recruiter Sweden IT-recruiter Denmark IT-recruiter Norge IT-recruiter Norway IT-recruiter Finland IT-recruitment Tallinn IT-recruiter Tallinn IT-recruitment Tartu IT-recruiter Tartu IT-recruiter Riga IT-recruitment Riga IT-recruiter Vilnius IT-recruitment Vilnius IT-recruiter Warsaw IT-recruitment Warsaw IT-recruiter Bonn IT-recruiter Haag IT-recruitment Bonn IT-recruiter Amsterdam IT-recruitment Amsterdam IT-recruiter Galway IT-recruitment Galway IT-recruiter Cork IT-recruitment Cork IT-recruiter Aberdeen IT-recruitment Aberdeen IT-rekrytering Stockholm IT-rekrytering Göteborg IT-rekrytering Malmö IT-rekrytering Uppsala IT-rekrytering Karlstad IT-rekrytering Visby IT-rekrytering Luleå IT-rekrytering Umeå IT-rekrytering Sundsvall IT-rekrytering Västerås IT-rekrytering Eskilstuna IT-rekrytering Södertälje IT-rekrytering Småland IT-rekrytering Trelleborg IT-rekrytering Vimmerby IT-rekrytering Linköping IT-rekrytering Lidköping IT-rekrytering Åmål IT-rekrytering Vetlanda IT-rekrytering Kalmar IT-rekrytering Mariehamn IT-rekrytering Åbo IT-rekrytering Turku IT-rekrytering Åland IT-rekruttering Oslo IT-rekruttering Bergen IT-rekruttering Norge IT-rekruttering Drammen IT-rekruttering Trondheim IT-rekruttering Kristiansand IT-rekruttering Fredrikstad IT-rekruttering Drammen IT-rekruttering Sarpsborg IT-rekruttering Moss IT-rekruttering Ålesund IT-rekruttering Haugesund IT-rekruttering Halden IT-rekruttering Kongsberg IT-rekruttering Bodø IT-rekruttering Askøy IT-rekruttering Tønsberg IT-rekruttering Sandnes IT-rekruttering København IT-rekruttering Odense IT-rekruttering Fyn IT -rekruttering Aalborg IT-rekruttering Fredrikshavn IT-rekruttering Aarhus IT-rekruttering Roskilde IT-rekruttering Odense IT-Personalberatung Berlin IT-Personalberatung Bonn IT-Personalberatung Hannover IT-Personalberatung Hamburg IT-Personalberatung Deuchland IT-Personalberatung Frankfurt IT-Personalberatung Dortmund IT-Personalberatung Essen IT-Personalberatung Bremen IT-Personalberatung Leipzig IT-Personalberatung Nuremburg IT-Personalberatung Wuppertal IT-Personalberatung Karlsruhe IT-Personalberatung Mannheim IT-Personalberatung Ausburg IT-Personalberatung Wiesbaden IT-Personalberatung Gelsenkirschen IT-Personalberatung Braunschweig IT-Personalberatung Kiel IT-Personalberatung Krefeld IT-Personalberatung Rostock IT-Personalberatung Mainz IT-rekrytointi Helsinki IT-rekrytointi Turku IT-rekrytointi Lahti IT-rekrytointi Nokia IT-rekrytointi Vaasa IT-rekrytointi Suomi IT-rekrytointi Tampere IT-rekrytointi Oulu IT-rekrytointi Jyväskylä IT-rekrytointi Kotka IT-rekrytointi Pori IT-rekrytointi Rauma IT-rekrytointi Salo IT-rekrytointi Jakobstad IT-rekrytointi Kemi IT-rekrytointi Tornio IT-rekrytointi Kouvola IT-rekrytointi Hyvinkää IT-rekrytointi Imatra We recruit full-stack developers, programmers, game developers and other IT-professionals. We help recruit professionals in Python, Kotlin, Java, JavaScript/ NodeJS, TypeScript, Go, C++, Swift, c#, R, PHP, Dart, Kotlin, MATLAB, Perl, Ruby, Rust, Scala. IT-recruiter Dallas IT-recruitment Dallas IT-recruiter Chicago IT-recruitment Chicago IT-recruiter Washington IT-recruitment Washington IT-recruiter Calgary IT-recruitment Calgary IT-recruiter Tampa IT-recruitment Tampa IT-recruiter Oregon IT-recruitment Oregon IT-recruiter Miami IT-recruitment Miami IT-recruiter Jersey IT-recruiter Jersey IT-recruiter Cyprus IT-recruitment Cyprus IT-recruiter Staffordshere IT-recruitment Staffordshere IT-recruitment Madrid IT-recruiter Madrid IT-recruiter Nederlands IT-recruitment Nederlands IT-recruiter UK IT-recruitment UK IT-recruiter Canada IT-recruitment Canada it recruitment it recruitment agencies it staffing agencies it staffing companies it staffing agencies near me it headhunters it recruiting firms us it staffing it staffing services it recruitment consultant us it recruitment it recruitment companies it temp agencies it staffing firms it job consultancy near me best it recruitment agencies it staffing solutions it recruitment 2021 it employment agency deerfoot it recruitment specialists it job agency it talent acquisition it recruitment agencies near me it placement agencies it job consultancy non it recruitment hays it recruitment find it recruitment it recruitment services it executive search solas it recruitment it temp agencies near me it companies hiring freshers it talent solutions stack it recruitment it companies recruitment it staffing companies near me just it recruitment datafin it recruitment it sales recruitment it recruit uk it job placement agencies top it recruiting firms it recruitment specialist it companies recruitment 2021 it technician recruitment agencies job for it freshers it recruitment solutions direct it recruiting inc best it staffing agencies search it recruitment it company recruitment 2020 us it staffing companies it headhunters near me top it recruitment agencies it job recruitment it job posting sites top it companies hiring freshers it search and selection best it recruitment agencies for it specialists clear it recruitment it job recruitment agencies top it staffing firms healthcare it recruiting firms it recruiting companies near me it recruitment websites it and non it recruitment it sales recruitment agencies it staffing and recruiting it executive search firms global it recruitment it job agencies near me it talent solutions ltd recruitment in it recruiting it professionals on it recruitment top it staffing companies recruitment ict it talent acquisition specialist freshers job in it company it freshers recruitment 2021 specialist it recruitment agencies elite it recruitment ltd it works recruitment ltd shape it recruitment it infrastructure recruitment best it recruiting firms it executive recruitment it job consultants near me staffing temp agencies near me temp agency staffing agency recruitment agencies staffing agencies near me employment agencies temp services near me temp services employment agencies near me recruitment agencies near me pro staff custom staffing solutions staffing resource staffing staffing companies near me work agency near me all staff staffing companies recruiting solutions direct hire medical staffing solutions staffing near me personnel staffing simplified staffing it staffing hiring agencies elevate staff temporary employment agencies near me us staffing agency it recruitment agencies temp work staffing services bullhorn staffing staff recruitment staffing industry analysts time staffing personnel services staffing temp to hire staffing hiring agencies near me personnel placements temporary agencies general staffing temporary agencies near me connect staffing staffing resources staffing solutions staffing firm temp services us it recruiter staffing warehouse staff staffing solutions integrated staffing employment services near me staff works temporary staffing event staff temporary employment agencies it staff city staffing advance staffing best recruitment agencies temp agencies near me hiring now temp staff staffing places near me temp staffing professional staffing work staffing center staffing recruitment firm temporary services near me elite staffing near me constant staffing it rekrytering it rekrytering stockholm rekryterare stockholm rekrytering rekrytering it stockholm headhunter helsinki headhunter suomi headhunting yritykset henkilöstöpalvelu henkilöstöpalveluyritykset henkilöstöpalveluyritys henkilöstövuokraus henkilöstövuokraus espoo henkilöstövuokraus helsinki suorahaku ICT-recruiter ICT-recruiting IT recruiting IT-recruitment agency ICT- recruitment IT-recruiting it alan rekrytointi it rekry it alan työpaikat it ala työpaikat it alan työt työpaikat it ala työpaikat it it työpaikka ict alan työpaikat it alan työ it avoimet työpaikat ict työpaikat it työ avoimet työpaikat it avoimet työpaikat it ala ict rekry it työpaikat helsinki rekrytointi it alan työpaikat turku kesätyöhaastattelu kysymykset it työpaikat tampere it alan työpaikat tampere it työpaikat turku työpaikat tukholma it tuki työpaikat slo yritys it turku IKT-rekruttering IKT rekruttering